rfi-detection-dataset
收藏资源简介:
本数据集用于射频干扰(RFI)检测,基于欧洲航天局(ESA)哥白尼哨兵-1 任务(Sentinel-1A 和 Sentinel-1B)的合成孔径雷达(SAR)图像。数据包含三种处理级别:Level 0(原始数据)、Level 1 GRD(地距探测)和 Level 1 SLC(单视复数)产品,均包含 VV 和 VH 两种极化。数据集选取了 21 个不同的 SAR 场景,时间跨度从 2019 年 6 月到 2023 年 9 月,覆盖每个 12 天重复周期的哨兵-1 轨道周期。数据以 patch 形式组织,原始 patch 尺寸在 1400x1400 至 1600x1600 像素之间,但提供的 patch 已统一裁剪为 512x512 像素,以适应机器学习模型输入。每个 patch 包含:L1 SLC 的 VV 和 VH 图像、L1 GRD 的 VV 和 VH 图像、L0 原始数据的 VV 和 VH 图像、L0 距离压缩重缩放后的 VV 和 VH 图像,以及对应的 XML 标签文件(包含 patch 信息、场景信息和附加信息)和二进制 RFI 掩码。数据集划分为训练集、验证集和测试集。该数据集适用于 SAR 图像中的射频干扰检测、分类以及相关深度学习模型的训练和评估。
This dataset is used for radio frequency interference (RFI) detection, based on Synthetic Aperture Radar (SAR) images from the European Space Agency (ESA) Copernicus Sentinel-1 mission (Sentinel-1A and Sentinel-1B). The data includes three processing levels: Level 0 (raw data), Level 1 GRD (Ground Range Detected), and Level 1 SLC (Single Look Complex) products, all containing both VV and VH polarizations. The dataset selects 21 different SAR scenes, spanning from June 2019 to September 2023, covering each 12-day repeat cycle of the Sentinel-1 orbital period. Data is organized in patches, with original patch sizes ranging from 1400x1400 to 1600x1600 pixels, but the provided patches have been uniformly cropped to 512x512 pixels to suit machine learning model inputs. Each patch includes: VV and VH images from L1 SLC, VV and VH images from L1 GRD, VV and VH images from L0 raw data, VV and VH images from L0 range-compressed rescaled data, along with corresponding XML label files (containing patch information, scene information, and additional information) and binary RFI masks. The dataset is split into training, validation, and test sets. This dataset is suitable for RFI detection, classification, and training/evaluation of related deep learning models in SAR images.
数据集概述
该数据集为射频干扰(RFI)检测数据集,基于欧洲空间局(ESA)哥白尼计划中哨兵1号(Sentinel-1)任务获取的合成孔径雷达(SAR)图像构建。
数据来源与特性
- 卫星平台:Sentinel-1A和Sentinel-1B两颗极轨卫星,具备全天候、昼夜成像能力。
- 产品类型:
- Level 1 产品:宽幅干涉模式(IW)下的地距探测(GRD)产品,以及单视复数(SLC)burst产品。
- 重要特色:提供从Level 1数据中提取的Level 0(L0,原始数据)。
- 参考依据:数据选择基于Aresys提供的参考数据库,该库包含由Sentinel-1获取的C波段RFI图谱及分类信息,覆盖2019年6月至2023年9月期间,数据按哨兵1号12天重复周期的轨道循环生成。
数据集构成
- 共选取21个不同的SAR场景。
- SLC图像按burst组织,patch生成算法结合每个burst的起止位置进行方形分割,patch尺寸范围在1400x1400至1600x1600,可根据ML模型输入尺寸进行池化或压缩。
- 所有patch通过patch编号、产品类型和极化方式进行唯一标识。
- 标注策略基于XML格式。
文件组织
数据集划分为训练、验证和测试三个文件夹,每个patch包含以下内容:
/patches:512x512的VV和VH极化L1 SLC patch及对应的L1 GRD patch。/raw:对应的VV和VH L0原始patch。/range_compressed_rescaled:对应的VV和VH L0距离压缩(重缩放)patch。/labels/xml_labelling:包含patch信息、场景信息及附加信息的XML文件。/labels/binary_masks:二值RFI掩膜。
下载方式
可通过Hugging Face Hub下载,使用snapshot_download函数(repo_id: opensar-insight/rfi-detection-dataset),或使用huggingface-cli命令行工具登录后下载。




