nielsr HF Staff commited on
Commit
9438552
·
verified ·
1 Parent(s): ba2e99c

Add link to paper and GitHub repository

Browse files

Hi, I'm Niels from the Hugging Face community science team. I've updated the dataset card to include the official paper link and the GitHub repository. I also refined the task categories in the metadata to match the primary tasks supported by the dataset (classification, retrieval, and segmentation).

Files changed (1) hide show
  1. README.md +20 -20
README.md CHANGED
@@ -1,29 +1,29 @@
1
  ---
2
- license: cc-by-nc-4.0
3
- pretty_name: Urban-ImageNet
4
- task_categories:
5
- - image-classification
6
- - image-to-text
7
- - text-to-image
8
- - zero-shot-image-classification
9
- - image-segmentation
10
  language:
11
- - zh
12
- - en
 
13
  size_categories:
14
- - 1M<n<10M
 
 
 
 
 
15
  tags:
16
- - urban-perception
17
- - social-media
18
- - weibo
19
- - image-text-retrieval
20
- - instance-segmentation
21
- - computational-urban-studies
22
- - chinese-cities
23
  ---
24
 
25
  # Urban-ImageNet
26
 
 
 
27
  Urban-ImageNet is a large-scale multimodal dataset and benchmark for urban commercial space perception. It contains more than 2 million public Weibo image-text pairs collected from 61 commercial sites in 24 Chinese cities across 2019-2025. The dataset is organized by the HUSIC taxonomy, a 10-class framework for urban commercial imagery, and supports three benchmark tasks:
28
 
29
  - **T1 Urban scene semantic classification**
@@ -190,9 +190,9 @@ Prohibited uses include re-identification, account reconstruction, face recognit
190
 
191
  ```bibtex
192
  @misc{urbanimagenet2026,
193
- title = {Urban-ImageNet: A Large-Scale Multi-Modal Dataset for Urban Space Perception Benchmarking},
194
  author = {Urban-ImageNet Research Team},
195
  year = {2026},
196
  note = {Dataset and benchmark for NeurIPS 2026 Evaluations and Datasets Track}
197
  }
198
- ```
 
1
  ---
 
 
 
 
 
 
 
 
2
  language:
3
+ - zh
4
+ - en
5
+ license: cc-by-nc-4.0
6
  size_categories:
7
+ - 1M<n<10M
8
+ task_categories:
9
+ - image-classification
10
+ - image-to-text
11
+ - image-segmentation
12
+ pretty_name: Urban-ImageNet
13
  tags:
14
+ - urban-perception
15
+ - social-media
16
+ - weibo
17
+ - image-text-retrieval
18
+ - instance-segmentation
19
+ - computational-urban-studies
20
+ - chinese-cities
21
  ---
22
 
23
  # Urban-ImageNet
24
 
25
+ [Paper](https://huggingface.co/papers/2605.09936) | [Code](https://github.com/yiasun/dataset-2)
26
+
27
  Urban-ImageNet is a large-scale multimodal dataset and benchmark for urban commercial space perception. It contains more than 2 million public Weibo image-text pairs collected from 61 commercial sites in 24 Chinese cities across 2019-2025. The dataset is organized by the HUSIC taxonomy, a 10-class framework for urban commercial imagery, and supports three benchmark tasks:
28
 
29
  - **T1 Urban scene semantic classification**
 
190
 
191
  ```bibtex
192
  @misc{urbanimagenet2026,
193
+ title = {Urban-ImageNet: A Large-Scale Multi-Modal Dataset and Evaluation Framework for Urban Space Perception},
194
  author = {Urban-ImageNet Research Team},
195
  year = {2026},
196
  note = {Dataset and benchmark for NeurIPS 2026 Evaluations and Datasets Track}
197
  }
198
+ ```