File size: 1,486 Bytes
b70e6e2
 
 
 
 
 
 
 
 
 
 
 
2cf1ffb
 
b70e6e2
 
 
 
 
 
 
 
 
 
2cf1ffb
 
b70e6e2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
pretty_name: AmbiSem-3D
tags:
- 3d
- image
- amodal-3d-generation
- semantic-ambiguity
---

# AmbiSem-3D

AmbiSem-3D is a diagnostic benchmark for amodal 3D generation under semantic
ambiguity, introduced with [**RelaxFlow: Text-Driven Amodal 3D
Generation**](https://arxiv.org/abs/2603.05425), an ICML 2026 Spotlight paper.

This repository contains two separated subsets:

| Subset | Folder | Entries | Description |
|---|---:|---:|---|
| Original | `original/` | 21 | Hand-curated single-image ambiguity cases |
| Extended | `extended/` | 100 | Semi-automatically curated view-induced ambiguity cases |

Each subset has its own `manifest.json`, `README.md`, and `assets/` directory.
All paths in a subset manifest are relative to that subset folder.
Code and runners are available in the
[**RelaxFlow repository**](https://github.com/viridityzhu/RelaxFlow).

## Usage

Download the repository, then pass the subset manifest path to the RelaxFlow
batch runner or to the `prepare_manifest_with_priors.py` helper from the
RelaxFlow code release.

## Citation

If you use AmbiSem-3D or RelaxFlow, please cite:

```bibtex
@inproceedings{zhu2026relaxflow,
  title     = {RelaxFlow: Text-Driven Amodal 3D Generation},
  author    = {Zhu, Jiayin and Fu, Guoji and Liu, Xiaolu and He, Qiyuan and Li, Yicong and Yao, Angela},
  booktitle = {Proceedings of the 43rd International Conference on Machine Learning},
  year      = {2026},
  url       = {https://arxiv.org/abs/2603.05425}
}
```