KayZhu commited on
Commit
d3d0c33
·
verified ·
1 Parent(s): cc6736d

Upload folder using huggingface_hub

Browse files
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

  • SHA256: 2e3046ed0747e9ae2f7b40e22e6c34a1de984995c9fe61523f5c7a4e1f3719d4
  • Pointer size: 131 Bytes
  • Size of remote file: 224 kB
original/assets/bag_lion/input.png ADDED

Git LFS Details

  • SHA256: 2e3046ed0747e9ae2f7b40e22e6c34a1de984995c9fe61523f5c7a4e1f3719d4
  • Pointer size: 131 Bytes
  • Size of remote file: 224 kB
original/assets/bed/input.png ADDED

Git LFS Details

  • SHA256: 7408306f9c82cc0d18cb7bd763f965993a041a49cd48ae4618cbad1eee83306f
  • Pointer size: 131 Bytes
  • Size of remote file: 193 kB
original/assets/bike-red_wheel/001.png ADDED

Git LFS Details

  • SHA256: 67558a35364da7d12912cbe250f6bdd6d6b885586c63d8d609fdb15f07ad9a24
  • Pointer size: 131 Bytes
  • Size of remote file: 202 kB
original/assets/bike-red_wheel/mask.png ADDED

Git LFS Details

  • SHA256: a6c9134ea368b5eb039cc8914c5ddc35b4e5b0e9eb91dd276aeddbef2084486a
  • Pointer size: 129 Bytes
  • Size of remote file: 3.87 kB
original/assets/bike-red_wheel/masked_image.png ADDED

Git LFS Details

  • SHA256: 3515c6d7ffaee7fbdc47c84e962c40bb8d8730372a8f6b33397787d15ff02db0
  • Pointer size: 131 Bytes
  • Size of remote file: 144 kB
original/assets/bike_three_wheels/input.png ADDED

Git LFS Details

  • SHA256: 67558a35364da7d12912cbe250f6bdd6d6b885586c63d8d609fdb15f07ad9a24
  • Pointer size: 131 Bytes
  • Size of remote file: 202 kB
original/assets/bike_three_wheels/mask.png ADDED

Git LFS Details

  • SHA256: a6c9134ea368b5eb039cc8914c5ddc35b4e5b0e9eb91dd276aeddbef2084486a
  • Pointer size: 129 Bytes
  • Size of remote file: 3.87 kB
original/assets/bike_three_wheels/masked_image.png ADDED

Git LFS Details

  • SHA256: 3515c6d7ffaee7fbdc47c84e962c40bb8d8730372a8f6b33397787d15ff02db0
  • Pointer size: 131 Bytes
  • Size of remote file: 144 kB
original/assets/bird_red_beak/input.png ADDED

Git LFS Details

  • SHA256: 90e41361980724c2efaec91cc044455c99ad64700e5cad5d397f96ec61971b80
  • Pointer size: 131 Bytes
  • Size of remote file: 167 kB
original/assets/boat_in_basin/image.png ADDED

Git LFS Details

  • SHA256: df0823541b6673a57f7cb30f70e722b96eba70a99883cc2787ba1759499c3c03
  • Pointer size: 131 Bytes
  • Size of remote file: 144 kB
original/assets/box/003.png ADDED

Git LFS Details

  • SHA256: b97f2f51eb5e7bb403a2d22041561e5347e564fccb4405f15612dbee84a87b2f
  • Pointer size: 131 Bytes
  • Size of remote file: 269 kB
original/assets/coke/input.png ADDED

Git LFS Details

  • SHA256: b5ffad0b2134de498fc9933d5ff612c3b9a1aedd6462c3fd249280e1d6fd5642
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
original/assets/dress_table/input.png ADDED

Git LFS Details

  • SHA256: 7408306f9c82cc0d18cb7bd763f965993a041a49cd48ae4618cbad1eee83306f
  • Pointer size: 131 Bytes
  • Size of remote file: 193 kB
original/assets/fence_house/input.png ADDED

Git LFS Details

  • SHA256: ee52e3bf085d78dbc99bda61a972067f746effa8e763566359ef40ec3d3e1c91
  • Pointer size: 132 Bytes
  • Size of remote file: 3.01 MB
original/assets/fence_house/mask.png ADDED

Git LFS Details

  • SHA256: 184f67f1c3164a4cc51337b4ac86426e6b3fc3e753cb5256a94a709badde4eb8
  • Pointer size: 129 Bytes
  • Size of remote file: 6.23 kB
original/assets/fence_house/masked_image.png ADDED

Git LFS Details

  • SHA256: 12bdf10fdf76c29a7576e5215a0803129bf178e526211807ac9d75413ff59761
  • Pointer size: 132 Bytes
  • Size of remote file: 3.17 MB
original/assets/guitar/input.png ADDED

Git LFS Details

  • SHA256: 07b3cc39b7e57c466ab6dffb38728743a36b81d29caa0fc1d2794216e4185d52
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
original/assets/guitar/mask.png ADDED

Git LFS Details

  • SHA256: 9939d1e4ac2302f3f12de6ce024db116d88e214247d1561bd7737f10961c7d34
  • Pointer size: 129 Bytes
  • Size of remote file: 6.19 kB
original/assets/guitar/masked_image.png ADDED

Git LFS Details

  • SHA256: 91805b0b50192d33ec50d475cfc4cb426ff7bee2014a41de961b83d776795404
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
original/assets/oil_tong_pattern_fire/input.png ADDED

Git LFS Details

  • SHA256: 7d0431ea8958e83287571f018b52dad4f8e9b487b9b26b926e729b6ed382b0d2
  • Pointer size: 131 Bytes
  • Size of remote file: 300 kB
original/assets/sashuihu_or_light/input.png ADDED

Git LFS Details

  • SHA256: 9ab79bda787df95b96a6a877b0668401cf1c9386dc5ed287409686b9e8af30f7
  • Pointer size: 131 Bytes
  • Size of remote file: 196 kB
original/assets/shield/input.png ADDED

Git LFS Details

  • SHA256: 9e4a0d7bdb3a3e47fd9d1bbcaf950e7d0e2d82853fb71cec20b3fe143a874055
  • Pointer size: 131 Bytes
  • Size of remote file: 315 kB
original/assets/single_table_or_dual/input.png ADDED

Git LFS Details

  • SHA256: acc31ed6bff33be4285731a8f14457f6f12cfb9d10fdba19d7498c3acda316b9
  • Pointer size: 131 Bytes
  • Size of remote file: 240 kB
original/assets/skull/input.png ADDED

Git LFS Details

  • SHA256: 58a9e9851dd9760d75adba3d69773fc43617c86ccf1de17bf0152bfe2f783804
  • Pointer size: 131 Bytes
  • Size of remote file: 301 kB
original/assets/sofa/input.png ADDED

Git LFS Details

  • SHA256: 7408306f9c82cc0d18cb7bd763f965993a041a49cd48ae4618cbad1eee83306f
  • Pointer size: 131 Bytes
  • Size of remote file: 193 kB
original/assets/table/input.png ADDED

Git LFS Details

  • SHA256: 7408306f9c82cc0d18cb7bd763f965993a041a49cd48ae4618cbad1eee83306f
  • Pointer size: 131 Bytes
  • Size of remote file: 193 kB
original/assets/tie_fighter/input.png ADDED

Git LFS Details

  • SHA256: 9e4a0d7bdb3a3e47fd9d1bbcaf950e7d0e2d82853fb71cec20b3fe143a874055
  • Pointer size: 131 Bytes
  • Size of remote file: 315 kB
original/assets/tree/input.png ADDED

Git LFS Details

  • SHA256: b0a28ca1b4d1865749f17330b7e647d7e5ba7fa0b4d47fad67ebd6da985da58e
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
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
+ ]