Init README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,57 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-text-to-image
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- image-editing
|
| 9 |
+
- instruction-based-editing
|
| 10 |
+
- image-generation
|
| 11 |
+
- ABO-Edit
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# DiTailed: Ensuring Visual Object Consistency in Text-Image-to-Image Flow Matching Models
|
| 17 |
+
|
| 18 |
+
We present **ABO-Edit**, a curated dataset for *training* and *evaluating* generative models on *Visual Object Consistency*.
|
| 19 |
+
ABO-Edit addresses the challenging task of transforming “Lifestyle” images (depicting products in complex real-world usage scenarios) into studio-quality representations: the same product *isolated on a white
|
| 20 |
+
background with realistic shadow, rotated and tilted to a precisely specified angle.*
|
| 21 |
+
|
| 22 |
+
Each sample comprises a triplet \\( \langle x_{src},\ p_{src \rightarrow trg},\ x_{trg} \rangle \\), where:
|
| 23 |
+
|
| 24 |
+
1. \\(x_{src}\\) denotes a source lifestyle image
|
| 25 |
+
2. \\( p_{src \rightarrow trg} \\) represents a detailed editing prompt including fine-grained rotation
|
| 26 |
+
angles
|
| 27 |
+
3. \\( x_{trg} \\) is the corresponding ground-truth target image rendered from a 3D asset
|
| 28 |
+
|
| 29 |
+
## Attribution & License
|
| 30 |
+
- **Original data credit:** Images and 3D assets are © Amazon.com.
|
| 31 |
+
- **Modifications:** This dataset was constructed on top of ABO by rendering studio-quality
|
| 32 |
+
target images from ABO 3D assets and pairing them with lifestyle sources and VLM-generated editing prompts;
|
| 33 |
+
see our paper for full details.
|
| 34 |
+
|
| 35 |
+
In accordance with CC BY 4.0, **ABO-Edit** is derived from [Amazon Berkeley Objects (ABO)](https://amazon-berkeley-objects.s3.amazonaws.com/index.html) and it is distributed under the same **CC BY 4.0** license,
|
| 36 |
+
and no additional restrictions are applied.
|
| 37 |
+
|
| 38 |
+
## Citation
|
| 39 |
+
If you use this dataset, please cite **both** our work and the original ABO dataset.
|
| 40 |
+
```bibtex
|
| 41 |
+
@misc{taioli2026ABO-Edit,
|
| 42 |
+
title={DiTailed: Ensuring Visual Object Consistency in Text-Image-to-Image Flow Matching Models},
|
| 43 |
+
author={Francesco Taioli and Daniel Coelho and Iaroslav Melekhov and Roberto Alcover-Couso and Jose Miguel Grande Saiz and Virginia Fernandez Arguedas and Artur Bekasov},
|
| 44 |
+
year={2026},
|
| 45 |
+
eprint={2607.12539},
|
| 46 |
+
archivePrefix={arXiv},
|
| 47 |
+
primaryClass={cs.CV},
|
| 48 |
+
]url={https://arxiv.org/abs/2607.12539},
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
@article{collins2022abo,
|
| 52 |
+
title={ABO: Dataset and Benchmarks for Real-World 3D Object Understanding},
|
| 53 |
+
author={Collins, Jasmine and Goel, Shubham and Deng, Kenan and Luthra, Achleshwar and Xu, Leon and Gundogdu, Erhan and Zhang, Xi and Yago Vicente, Tomas F and Dideriksen, Thomas and Arora, Himanshu and Guillaumin, Matthieu and Malik, Jitendra},
|
| 54 |
+
journal={CVPR},
|
| 55 |
+
year={2022}
|
| 56 |
+
}
|
| 57 |
+
```
|