Datasets:
Upload folder using huggingface_hub
Browse files- original/CITATION.bib +8 -0
- original/CITATION.cff +37 -0
- original/README.md +73 -0
- original/assets/bag_flower/input.png +3 -0
- original/assets/bag_lion/input.png +3 -0
- original/assets/bed/input.png +3 -0
- original/assets/bike-red_wheel/001.png +3 -0
- original/assets/bike-red_wheel/mask.png +3 -0
- original/assets/bike-red_wheel/masked_image.png +3 -0
- original/assets/bike_three_wheels/input.png +3 -0
- original/assets/bike_three_wheels/mask.png +3 -0
- original/assets/bike_three_wheels/masked_image.png +3 -0
- original/assets/bird_red_beak/input.png +3 -0
- original/assets/boat_in_basin/image.png +3 -0
- original/assets/box/003.png +3 -0
- original/assets/coke/input.png +3 -0
- original/assets/dress_table/input.png +3 -0
- original/assets/fence_house/input.png +3 -0
- original/assets/fence_house/mask.png +3 -0
- original/assets/fence_house/masked_image.png +3 -0
- original/assets/guitar/input.png +3 -0
- original/assets/guitar/mask.png +3 -0
- original/assets/guitar/masked_image.png +3 -0
- original/assets/oil_tong_pattern_fire/input.png +3 -0
- original/assets/sashuihu_or_light/input.png +3 -0
- original/assets/shield/input.png +3 -0
- original/assets/single_table_or_dual/input.png +3 -0
- original/assets/skull/input.png +3 -0
- original/assets/sofa/input.png +3 -0
- original/assets/table/input.png +3 -0
- original/assets/tie_fighter/input.png +3 -0
- original/assets/tree/input.png +3 -0
- original/manifest.json +132 -0
original/CITATION.bib
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@inproceedings{zhu2026relaxflow,
|
| 2 |
+
title = {RelaxFlow: Text-Driven Amodal 3D Generation},
|
| 3 |
+
author = {Zhu, Jiayin and Fu, Guoji and Liu, Xiaolu and He, Qiyuan and Li, Yicong and Yao, Angela},
|
| 4 |
+
booktitle = {Proceedings of the 43rd International Conference on Machine Learning},
|
| 5 |
+
year = {2026},
|
| 6 |
+
note = {Spotlight. arXiv:2603.05425},
|
| 7 |
+
url = {https://arxiv.org/abs/2603.05425}
|
| 8 |
+
}
|
original/CITATION.cff
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use AmbiSem-3D or RelaxFlow, please cite the paper below."
|
| 3 |
+
title: "AmbiSem-3D"
|
| 4 |
+
type: dataset
|
| 5 |
+
authors:
|
| 6 |
+
- family-names: Zhu
|
| 7 |
+
given-names: Jiayin
|
| 8 |
+
- family-names: Fu
|
| 9 |
+
given-names: Guoji
|
| 10 |
+
- family-names: Liu
|
| 11 |
+
given-names: Xiaolu
|
| 12 |
+
- family-names: He
|
| 13 |
+
given-names: Qiyuan
|
| 14 |
+
- family-names: Li
|
| 15 |
+
given-names: Yicong
|
| 16 |
+
- family-names: Yao
|
| 17 |
+
given-names: Angela
|
| 18 |
+
preferred-citation:
|
| 19 |
+
type: conference-paper
|
| 20 |
+
title: "RelaxFlow: Text-Driven Amodal 3D Generation"
|
| 21 |
+
authors:
|
| 22 |
+
- family-names: Zhu
|
| 23 |
+
given-names: Jiayin
|
| 24 |
+
- family-names: Fu
|
| 25 |
+
given-names: Guoji
|
| 26 |
+
- family-names: Liu
|
| 27 |
+
given-names: Xiaolu
|
| 28 |
+
- family-names: He
|
| 29 |
+
given-names: Qiyuan
|
| 30 |
+
- family-names: Li
|
| 31 |
+
given-names: Yicong
|
| 32 |
+
- family-names: Yao
|
| 33 |
+
given-names: Angela
|
| 34 |
+
collection-title: "Proceedings of the 43rd International Conference on Machine Learning"
|
| 35 |
+
year: 2026
|
| 36 |
+
notes: "Spotlight. arXiv:2603.05425"
|
| 37 |
+
url: "https://arxiv.org/abs/2603.05425"
|
original/README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: "AmbiSem-3D"
|
| 3 |
+
tags:
|
| 4 |
+
- 3d
|
| 5 |
+
- image
|
| 6 |
+
- amodal-3d-generation
|
| 7 |
+
- semantic-ambiguity
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# AmbiSem-3D
|
| 11 |
+
|
| 12 |
+
A diagnostic set of 21 single-image cases for amodal 3D generation under semantic ambiguity, where the visible evidence in an image is ambiguous, consistent with multiple plausible object identities. Each sample provides an observation image, a category text label disambiguating the intended interpretation, and (for some samples) an object mask.
|
| 13 |
+
|
| 14 |
+
## Folder layout
|
| 15 |
+
|
| 16 |
+
```
|
| 17 |
+
AmbiSem-3D/
|
| 18 |
+
├── manifest.json # 21 sample entries
|
| 19 |
+
└── assets/
|
| 20 |
+
└── <sample_id>/
|
| 21 |
+
├── input.png # observation image
|
| 22 |
+
└── mask.png # optional, only for samples that include one
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
## Manifest fields
|
| 26 |
+
|
| 27 |
+
Each entry contains:
|
| 28 |
+
|
| 29 |
+
| Field | Description |
|
| 30 |
+
|---|---|
|
| 31 |
+
| `id` | Stable sample identifier matching the `assets/<sample_id>/` folder |
|
| 32 |
+
| `image` | Observation image (relative to dataset root) |
|
| 33 |
+
| `obs_object_image` | Same as `image` for this dataset |
|
| 34 |
+
| `prior_text` | Disambiguating text caption |
|
| 35 |
+
| `mask` | Object mask, included only when available |
|
| 36 |
+
|
| 37 |
+
All paths are relative to this `AmbiSem-3D/` directory.
|
| 38 |
+
|
| 39 |
+
## Adding prior images
|
| 40 |
+
|
| 41 |
+
The manifest does not include a `prior_images` field. Generate priors with any image generator you prefer, organize them per sample, then run the helper to produce a complete manifest:
|
| 42 |
+
|
| 43 |
+
```
|
| 44 |
+
my_priors/
|
| 45 |
+
└── <sample_id>/ # must match the `id` field in manifest.json
|
| 46 |
+
├── prior_0.png
|
| 47 |
+
├── prior_1.png # multiple priors are supported
|
| 48 |
+
└── ...
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
```bash
|
| 52 |
+
python prepare_manifest_with_priors.py \
|
| 53 |
+
--manifest path/to/AmbiSem-3D/manifest.json \
|
| 54 |
+
--priors-root path/to/my_priors \
|
| 55 |
+
--output path/to/AmbiSem-3D/manifest_with_priors.json
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
Accepted image extensions: `.png .jpg .jpeg .webp`. Files inside each `<sample_id>/` are picked up in sorted order. The output `manifest_with_priors.json` plugs directly into the relaxflow batch runners.
|
| 59 |
+
|
| 60 |
+
## Citation
|
| 61 |
+
|
| 62 |
+
If you use AmbiSem-3D or RelaxFlow, please cite:
|
| 63 |
+
|
| 64 |
+
```bibtex
|
| 65 |
+
@inproceedings{zhu2026relaxflow,
|
| 66 |
+
title = {RelaxFlow: Text-Driven Amodal 3D Generation},
|
| 67 |
+
author = {Zhu, Jiayin and Fu, Guoji and Liu, Xiaolu and He, Qiyuan and Li, Yicong and Yao, Angela},
|
| 68 |
+
booktitle = {Proceedings of the 43rd International Conference on Machine Learning},
|
| 69 |
+
year = {2026},
|
| 70 |
+
note = {Spotlight. arXiv:2603.05425},
|
| 71 |
+
url = {https://arxiv.org/abs/2603.05425}
|
| 72 |
+
}
|
| 73 |
+
```
|
original/assets/bag_flower/input.png
ADDED
|
Git LFS Details
|
original/assets/bag_lion/input.png
ADDED
|
Git LFS Details
|
original/assets/bed/input.png
ADDED
|
Git LFS Details
|
original/assets/bike-red_wheel/001.png
ADDED
|
Git LFS Details
|
original/assets/bike-red_wheel/mask.png
ADDED
|
Git LFS Details
|
original/assets/bike-red_wheel/masked_image.png
ADDED
|
Git LFS Details
|
original/assets/bike_three_wheels/input.png
ADDED
|
Git LFS Details
|
original/assets/bike_three_wheels/mask.png
ADDED
|
Git LFS Details
|
original/assets/bike_three_wheels/masked_image.png
ADDED
|
Git LFS Details
|
original/assets/bird_red_beak/input.png
ADDED
|
Git LFS Details
|
original/assets/boat_in_basin/image.png
ADDED
|
Git LFS Details
|
original/assets/box/003.png
ADDED
|
Git LFS Details
|
original/assets/coke/input.png
ADDED
|
Git LFS Details
|
original/assets/dress_table/input.png
ADDED
|
Git LFS Details
|
original/assets/fence_house/input.png
ADDED
|
Git LFS Details
|
original/assets/fence_house/mask.png
ADDED
|
Git LFS Details
|
original/assets/fence_house/masked_image.png
ADDED
|
Git LFS Details
|
original/assets/guitar/input.png
ADDED
|
Git LFS Details
|
original/assets/guitar/mask.png
ADDED
|
Git LFS Details
|
original/assets/guitar/masked_image.png
ADDED
|
Git LFS Details
|
original/assets/oil_tong_pattern_fire/input.png
ADDED
|
Git LFS Details
|
original/assets/sashuihu_or_light/input.png
ADDED
|
Git LFS Details
|
original/assets/shield/input.png
ADDED
|
Git LFS Details
|
original/assets/single_table_or_dual/input.png
ADDED
|
Git LFS Details
|
original/assets/skull/input.png
ADDED
|
Git LFS Details
|
original/assets/sofa/input.png
ADDED
|
Git LFS Details
|
original/assets/table/input.png
ADDED
|
Git LFS Details
|
original/assets/tie_fighter/input.png
ADDED
|
Git LFS Details
|
original/assets/tree/input.png
ADDED
|
Git LFS Details
|
original/manifest.json
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "bag_flower",
|
| 4 |
+
"image": "assets/bag_flower/input.png",
|
| 5 |
+
"obs_object_image": "assets/bag_flower/input.png",
|
| 6 |
+
"prior_text": "a bag with a flower"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"id": "bag_lion",
|
| 10 |
+
"image": "assets/bag_lion/input.png",
|
| 11 |
+
"obs_object_image": "assets/bag_lion/input.png",
|
| 12 |
+
"prior_text": "a bag with a lion"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"id": "bed",
|
| 16 |
+
"image": "assets/bed/input.png",
|
| 17 |
+
"obs_object_image": "assets/bed/input.png",
|
| 18 |
+
"prior_text": "a bed"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": "bike-red_wheel",
|
| 22 |
+
"image": "assets/bike-red_wheel/001.png",
|
| 23 |
+
"obs_object_image": "assets/bike-red_wheel/masked_image.png",
|
| 24 |
+
"prior_text": "a bike with a red wheel at the back, and a blue wheel at the front",
|
| 25 |
+
"mask": "assets/bike-red_wheel/mask.png"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"id": "bike_three_wheels",
|
| 29 |
+
"image": "assets/bike_three_wheels/input.png",
|
| 30 |
+
"obs_object_image": "assets/bike_three_wheels/masked_image.png",
|
| 31 |
+
"prior_text": "a bike with two wheels at the back",
|
| 32 |
+
"mask": "assets/bike_three_wheels/mask.png"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"id": "bird_red_beak",
|
| 36 |
+
"image": "assets/bird_red_beak/input.png",
|
| 37 |
+
"obs_object_image": "assets/bird_red_beak/input.png",
|
| 38 |
+
"prior_text": "a bird with a red beak"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"id": "boat_in_basin",
|
| 42 |
+
"image": "assets/boat_in_basin/image.png",
|
| 43 |
+
"obs_object_image": "assets/boat_in_basin/image.png",
|
| 44 |
+
"prior_text": "a toy boat in a basin"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"id": "box",
|
| 48 |
+
"image": "assets/box/003.png",
|
| 49 |
+
"obs_object_image": "assets/box/003.png",
|
| 50 |
+
"prior_text": "an opened box"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"id": "coke",
|
| 54 |
+
"image": "assets/coke/input.png",
|
| 55 |
+
"obs_object_image": "assets/coke/input.png",
|
| 56 |
+
"prior_text": "a Pepsi coke bottle"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"id": "dress_table",
|
| 60 |
+
"image": "assets/dress_table/input.png",
|
| 61 |
+
"obs_object_image": "assets/dress_table/input.png",
|
| 62 |
+
"prior_text": "a dressing table with a mirror"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"id": "fence_house",
|
| 66 |
+
"image": "assets/fence_house/input.png",
|
| 67 |
+
"obs_object_image": "assets/fence_house/masked_image.png",
|
| 68 |
+
"prior_text": "a fence with a house",
|
| 69 |
+
"mask": "assets/fence_house/mask.png"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"id": "guitar",
|
| 73 |
+
"image": "assets/guitar/input.png",
|
| 74 |
+
"obs_object_image": "assets/guitar/masked_image.png",
|
| 75 |
+
"prior_text": "a guitar",
|
| 76 |
+
"mask": "assets/guitar/mask.png"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": "oil_tong_pattern_fire",
|
| 80 |
+
"image": "assets/oil_tong_pattern_fire/input.png",
|
| 81 |
+
"obs_object_image": "assets/oil_tong_pattern_fire/input.png",
|
| 82 |
+
"prior_text": "An oil drum with a warning triangle symbol"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": "sashuihu_or_light",
|
| 86 |
+
"image": "assets/sashuihu_or_light/input.png",
|
| 87 |
+
"obs_object_image": "assets/sashuihu_or_light/input.png",
|
| 88 |
+
"prior_text": "a watering can"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": "shield",
|
| 92 |
+
"image": "assets/shield/input.png",
|
| 93 |
+
"obs_object_image": "assets/shield/input.png",
|
| 94 |
+
"prior_text": "a shield"
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": "single_table_or_dual",
|
| 98 |
+
"image": "assets/single_table_or_dual/input.png",
|
| 99 |
+
"obs_object_image": "assets/single_table_or_dual/input.png",
|
| 100 |
+
"prior_text": "a double pedestal desk"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": "skull",
|
| 104 |
+
"image": "assets/skull/input.png",
|
| 105 |
+
"obs_object_image": "assets/skull/input.png",
|
| 106 |
+
"prior_text": "a skull"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": "sofa",
|
| 110 |
+
"image": "assets/sofa/input.png",
|
| 111 |
+
"obs_object_image": "assets/sofa/input.png",
|
| 112 |
+
"prior_text": "a sofa"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": "table",
|
| 116 |
+
"image": "assets/table/input.png",
|
| 117 |
+
"obs_object_image": "assets/table/input.png",
|
| 118 |
+
"prior_text": "a table"
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": "tie_fighter",
|
| 122 |
+
"image": "assets/tie_fighter/input.png",
|
| 123 |
+
"obs_object_image": "assets/tie_fighter/input.png",
|
| 124 |
+
"prior_text": "a Twin Ion Engine fighter from Star Wars"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": "tree",
|
| 128 |
+
"image": "assets/tree/input.png",
|
| 129 |
+
"obs_object_image": "assets/tree/input.png",
|
| 130 |
+
"prior_text": "a tree"
|
| 131 |
+
}
|
| 132 |
+
]
|