CoolFace
Datasetpublic

jliang097/FARM_training_test

FARM Aerial Radio Map (ARM) Dataset Paper: FARM: Foundational Aerial Radio Map for Intelligent Low-Altitude Networking (https://arxiv.org/abs/2604.17362) Overview This repository releases the constructed ARM datasets based on ARM-Omni for FARM training, in-domain evaluation (D1-D10), and zero-shot evaluation (P1, F1, and A1). The dataset coverage is summarized below: Dataset Frequencies (GHz) Max Rx Height (m) Beamwidths Map Grid Size Volume… See the full description on the dataset page: https://huggingface.co/datasets/jliang097/FARM_training_test.

sourceHugging Facemitupdated 5mo agoView on Hugging Face
1likes296downloads
Dataset Card

FARM Aerial Radio Map (ARM) Dataset

Paper:

  • FARM: Foundational Aerial Radio Map for Intelligent Low-Altitude Networking (https://arxiv.org/abs/2604.17362)

Overview

This repository releases the constructed ARM datasets based on ARM-Omni for FARM training, in-domain evaluation (D1-D10), and zero-shot evaluation (P1, F1, and A1). The dataset coverage is summarized below:

DatasetFrequencies (GHz)Max Rx Height (m)BeamwidthsMap Grid SizeVolume
D12.1, 3.3, 5.912030°, 120°, Iso512 × 51215000
D23.5, 4.9, 5.913030°, 120°, Iso512 × 51215000
D32.1, 4.9, 5.911030°, 120°512 × 51215000
D43.3, 3.5, 4.911030°, 120°, Iso512 × 51215000
D53.3, 4.9, 5.912030°, 120°, Iso512 × 51215000
D62.1, 3.3, 3.513030°, 120°512 × 51215000
D72.1, 3.3, 3.5, 5.913030°, Iso512 × 51215000
D82.1, 3.5, 4.9, 5.9100120°, Iso512 × 51215000
D92.1, 3.3, 3.5, 4.912030°, 120°512 × 51215000
D102.1, 3.3, 3.5, 4.9, 5.913030°, 120°, Iso512 × 51215000
P12.1, 3.3, 3.5, 4.9, 5.915030°, 120°, Iso256 × 25615000
F12.6, 7.112030°, 120°, Iso512 × 51215000
A12.1, 3.3, 3.5, 4.9, 5.912060°512 × 51215000

A fuller ARM-Omni release is planned for a future update.

Repository Layout

Each scene is stored as a compressed archive on the Hub:

text
<dataset>/scene_<scene_id>.tar.gz

After extraction, the scene contains .npy ARM tensors organized as:

text
<dataset>/<scene_id>/<frequency>/<antenna_pattern>/tx<ID>_yaw<VALUE>.npy

Example:

text
D1/7/freq59/iso/tx45_yaw0.npy

Scene IDs are not globally continuous across dataset groups. Users should rely on the extracted folder names as the authoritative scene IDs.

Data Format

Each released raw .npy file stores an ARM volume with shape:

text
1 × 30 × 512 × 512

The dimensions correspond to one radio-map channel, 30 height layers, and a 512 × 512 spatial grid. During data loading, different input sizes can be obtained by selecting a subset of height layers and applying a spatial crop centered on the transmitter pixel. For example, this procedure is used to obtain the 256 × 256 crop for P1.

Signal Encoding and Scene Metadata

  • The no-signal truncation threshold is -120 dB. In the encoded uint8 representation, this threshold corresponds to pixel value 130.
  • Building occupancy is embedded in the released ARM tensors; in each height-layer radio map, pixels with value 0 correspond to building-occupied regions.
  • The transmitter location metadata is stored in the scene-level CSV file:
text
<dataset>/<scene_id>/tx_positions_512.csv
`md
## Citation

If you use this dataset, please cite our paper:

S. Gao, J. Liang, Y. Yuan, W. Lu, G. Shen, and L. Yang, "FARM: Foundational Aerial Radio Map for Intelligent Low-Altitude Networking," arXiv preprint arXiv:2604.17362, 2026.

@article{gao2026farm, author = {Gao, Shijian and Liang, Jiahui and Yuan, Yifeng and Lu, Wenlihan and Shen, Guobin and Yang, Liuqing}, title = {{FARM}: Foundational Aerial Radio Map for Intelligent Low-Altitude Networking}, journal = {arXiv preprint arXiv:2604.17362}, year = {2026} }

jliang097/FARM_training_test · CoolFace