Lab Aérien
Project · 01 / Satellite
Dataset · Urban change · 2021

QFabric.

A multi-task change detection dataset for understanding how cities grow, decay, and reshape themselves from space.

Abstract

QFabric is the first labeled dataset for multi-task urban change detection: it combines change-type classification, change-status tracking, and neighborhood context across a multi-date, high-resolution satellite record.

We annotate 450,000 change polygons across 504 locations in 100 cities, using five-date WorldView-2 imagery between January 2014 and July 2020. Each polygon carries one of six change types and a sequence of nine change-status labels, embedded in geography and urban metadata that lets models reason about where change happens, not just that it happened.

At a glance
450K
Change polygons
504
Locations
100
Cities worldwide
245.1
Gigapixels
5
Dates per location
0.31–0.70 m
Resolution
Taxonomy

Change type · 6

  • Residential
  • Commercial
  • Industrial
  • Road
  • Demolition
  • Mega Project

Change status · 9

  • Prior Construction
  • Greenland
  • Land Cleared
  • Excavation
  • Materials Dumped
  • Construction Started
  • Construction Midway
  • Construction Done
  • Operational

Context labels

  • Urban type · 5
  • Geography type · 11
  • City + lat/lon
  • Neighborhood bbox
  • Per-date imagery
Sample sequences

Six change types, each tracked across five dates spanning roughly 5–7 years. The polygon under observation evolves from greenland or land cleared through construction stages to operational — or, for demolition, in reverse.

Data access

QFabric is distributed as a gated dataset on Hugging Face. Request access there — the request form (name, affiliation, intended use) is built in, and each request is reviewed manually.

Access supports academic and non-commercial research. For commercial use or bulk transfer, email hello@labaerien.com.

Request access on Hugging Face
Once approved
from datasets import load_dataset

ds = load_dataset("labaerien/qfabric")

Authenticate first with huggingface-cli login using the account that was granted access.

Citation

If QFabric is useful in your work, please cite:

@inproceedings{verma2021qfabric,
  title     = {QFabric: Multi-Task Change Detection Dataset},
  author    = {Verma, Sagar and Panigrahi, Akash and Gupta, Siddharth},
  booktitle = {EARTHVISION 2021 Workshop, CVPR},
  year      = {2021},
  url       = {https://openaccess.thecvf.com/content/CVPR2021W/EarthVision/papers/Verma_QFabric_Multi-Task_Change_Detection_Dataset_CVPRW_2021_paper.pdf}
}
Series · Urban change detection

QFabric is the first in a planned series of datasets and papers on urban change detection and analysis, working from the satellite scale down to the drone scale.

01 · 2021
QFabric
Multi-task change detection at city scale, from sub-meter satellite imagery.
02 · Upcoming
Drone-scale change
High-cadence, low-altitude change capture for buildings and infrastructure.
03 · Upcoming
In preparation
More to follow.