IVC-liuyuan commited on
Commit
f89690c
·
verified ·
1 Parent(s): 580a5f4

Add M³Diff training dataset card

Browse files
Files changed (1) hide show
  1. README.md +7 -20
README.md CHANGED
@@ -53,8 +53,7 @@ covering real-world, edited, surveillance, bird, and 3D-rendered scenes.
53
  | **Total** | **896,015** |
54
 
55
  The counts above refer to instruction records, not necessarily unique image
56
- pairs. As described in the paper, captions from CLEVR-Change and CLEVR-DC are
57
- converted into independent training samples.
58
 
59
  OmniDiff itself is a fine-grained IDC benchmark with 15,598 human-captioned
60
  image pairs collected from 324 diverse indoor and outdoor scenarios. It
@@ -145,17 +144,6 @@ fine-grained paired-image understanding, and multimodal instruction tuning. It
145
  was assembled for training M³Diff, which augments LLaVA-OneVision-7B with a
146
  Multi-scale Differential Perception (MDP) module.
147
 
148
- ## Limitations and responsible use
149
-
150
- - The JSON file does not contain images and is not a self-contained training
151
- package. Users must obtain each image dataset from its authorized source.
152
- - Source datasets differ in domain, annotation style, collection process, and
153
- license. Their mixture may preserve source-specific biases and artifacts.
154
- - Captions may omit, misdescribe, or ambiguously localize changes. They should
155
- not be treated as ground truth for safety-critical decisions.
156
- - Real-world imagery may carry privacy, copyright, or representation concerns;
157
- users must review the terms and documentation of each source dataset.
158
-
159
  ## License
160
 
161
  The repository aggregates annotation records derived from multiple datasets,
@@ -170,13 +158,12 @@ redistribution. Uploading this JSON file does not relicense any image.
170
  If this training set or M³Diff is useful in your research, please cite:
171
 
172
  ```bibtex
173
- @inproceedings{Liu_2025_ICCV,
174
- author = {Liu, Yuan and Hou, Saihui and Hou, Saijie and Du, Jiabao and Meng, Shibei and Huang, Yongzhen},
175
- title = {OmniDiff: A Comprehensive Benchmark for Fine-grained Image Difference Captioning},
176
- booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
177
- month = {October},
178
- year = {2025},
179
- pages = {21440--21449}
180
  }
181
  ```
182
 
 
53
  | **Total** | **896,015** |
54
 
55
  The counts above refer to instruction records, not necessarily unique image
56
+ pairs.
 
57
 
58
  OmniDiff itself is a fine-grained IDC benchmark with 15,598 human-captioned
59
  image pairs collected from 324 diverse indoor and outdoor scenarios. It
 
144
  was assembled for training M³Diff, which augments LLaVA-OneVision-7B with a
145
  Multi-scale Differential Perception (MDP) module.
146
 
 
 
 
 
 
 
 
 
 
 
 
147
  ## License
148
 
149
  The repository aggregates annotation records derived from multiple datasets,
 
158
  If this training set or M³Diff is useful in your research, please cite:
159
 
160
  ```bibtex
161
+ @inproceedings{liu2025omnidiff,
162
+ title={OmniDiff: A Comprehe,nsive Benchmark for Fine-grained Image Difference Captioning},
163
+ author={Liu, Yuan and Hou, Saihui and Hou, Saijie and Du, Jiabao and Meng, Shibei and Huang Yongzhen},
164
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
165
+ pages={21440--21449},
166
+ year={2025}
 
167
  }
168
  ```
169