public_release_11182025

#1
by bag-lab - opened
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: cc-by-nd-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nd-4.0
3
  ---
4
+
5
+ Dataset Name
6
+ MAP-3M - A Large Scale Multi-Class Map Dataset
7
+
8
+ Dataset Summary
9
+ One of the largest high-resolution aerial image + map dataset to date, comprising approximately 3M high-resolution images (10× bigger than the other available datasets) enriched with high-quality annotations for both buildings and roads.
10
+ Images: MAP-3M images are sourced from the National Agriculture Imagery Program (NAIP) (U.S.Department of Agriculture, 2025).
11
+ Leveraging population data (United States Cities Database, 2025), we evenly sample 5,000 cities from 50 states.
12
+ Labels: MAP-3M collects vectorized annotations that cover two fundamental map classes: buildings and roads.
13
+
14
+ ![alt text](image-1.png)
15
+ ![alt text](image.png)
16
+
17
+
18
+ Supported Tasks and Leaderboards
19
+ Tasks: Map Generation, Semantic Segmentation, Classification
20
+ Leaderboards: TBD - ICLR 2026
21
+
22
+
23
+
24
+ Dataset Structure
25
+ We provide the annotation in COCO style dataset.
26
+
27
+ Train
28
+ 1. coco_train_interpolated_60_filtered.json
29
+ 2. coco_train_interpolated_60_filtered.ndjson
30
+
31
+ Val
32
+ 1. coco_val_interpolated_60_filtered.json
33
+ 2. coco_val_interpolated_60_filtered.ndjson
34
+
35
+
36
+ Citation
37
+ @dataset{MAP-3M,
38
+ author = {Qi Zhang, Suvam Bag, Rupanjali Kukal, Fuxun Yu, Mikael Figueroa, Rishi Madhok, Nikolaos Karianakis},
39
+ title = {MAP-3M: Large Multi-Class Map Dataset},
40
+ year = {2025},
41
+ url = {https://huggingface.co/datasets/suvam-bag085/MAP-3M}
42
+ }