Pith. sign in

REVIEW 4 major objections 3 minor 1 cited by

CObL: Toward Zero-Shot Ordinal Layering without User Prompting

T0 review · 4 major / 3 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read CObL is a diffusion-based model that, trained only on a few thousand synthetic tabletop scenes, zero-shot decomposes a single real photograph into an occlusion-ordered stack of amodally completed object layers, with no user prompting and no

desk verdict A genuinely new task and a cleverly engineered diffusion pipeline, but the evaluation doesn't yet nail the amodal-semantics claim because the supplement concedes the decomposition is non-identifiable from the image alone. read the letter →

arxiv 2508.08498 v1 pith:LOSYOVYH submitted 2025-08-11 cs.CV

classification cs.CV
keywords objectlayersamodalcompletionzero-shotgeneralizationocclusionorderingdiffusionmodelsscenedecompositionsynthetic-to-realtransfertabletopscenes
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that perceptual organization into objects and their depth ordering can be done zero-shot by a model that never sees real training data. CObL takes one photograph of a tabletop scene and concurrently generates a stack of RGB-alpha layers, each containing one object completed behind occluders, ordered from background to front. The model uses several frozen copies of Stable Diffusion as a natural-object prior, tied together by learned cross-layer attention, and is trained on about two thousand synthetic scenes made by combining 3D geometry with generated textures. At inference, guidance forces the layers to composite back to the input photo while a prior-score-matching term keeps each layer natural. The reported results indicate generalization to real tabletop photos containing novel objects and varying object counts, which would matter because it suggests amodal scene decomposition can be learned in a closed synthetic world and transferred without per-object prompts.

What carries the argument

The central device is a bank of N concurrently denoising latent diffusion UNets: N frozen copies of Stable Diffusion 2.1, each responsible for one object layer, connected by learnable lateral cross-attention so layers can communicate while being generated together. The other load-bearing mechanism is the guidance loss $L_g = L_c + \lambda L_{\mathrm{psm}}$, where $L_c$ is the compositing loss forcing the decoded layers, composited back-to-front, to match the input image, and $L_{\mathrm{psm}}$ is the prior score matching loss that keeps each layer close to Stable Diffusion's native distribution. The fixed-size stack with empty layers is what lets the model handle unknown object counts.

What would settle it

Run CObL many times on the same real tabletop photo from different random noise initializations, keep only the runs whose composited output matches the input nearly perfectly, and have human raters judge whether the extracted layers correspond to actual objects and occlusion order. If equally-compositing outputs disagree on object boundaries, object counts, or stacking order at a rate near chance, then the compositing constraint alone is satisfied by arbitrary stacks and the learned prior is not resolving the underdetermination.

Watch

Extended reading notes

Core claim

The central claim is that an occlusion-ordered stack of amodal object layers—not just visible segmentation—can be inferred from a single image by a concurrent diffusion process. CObL instantiates N frozen Stable Diffusion UNets, one per layer, coupled by trainable lateral attention and conditioned on the input image through a lightweight adapter that first estimates depth with MiDaS. Training uses only 2,250 synthetic tabletop scenes assembled from 600 3D assets, with 2,000 for training; the layers are padded with empty layers so the stack has fixed size. During DDIM sampling, the model applies compositional guidance, which measures the $\ell^2$ error between the input and the composite of t

Load-bearing premise

The central claim depends on the guidance and learned prior picking out a human-plausible object decomposition, since many different layer stacks can composite to the exact same input image and the paper acknowledges that its layers will generally recomposite correctly even when the decomposition is wrong.

Editorial extensions

If this is right

  • Amodal completion can be performed for all objects in a scene at once, without user-provided masks or prompts, whereas current alternatives complete one object at a time and require an oracle mask.
  • A model trained only on synthetic tabletop renders transfers to real photographs with novel objects and variable object counts, indicating that a generative prior plus compositing guidance can bridge a substantial sim-to-real gap.
  • Because output layers composite back to the input by construction, visible regions such as text and fine texture are preserved instead of hallucinated, a property the paper demonstrates against inpainting baselines.
  • Performance degrades when scenes contain more than four objects, so the method's practical range is limited by clutter and by the memory cost of running many UNets.
  • The model also produces a valid visible panoptic segmentation as a by-product, reaching a top-1 ARI of 83.5% on the introduced TABLETOP dataset without finetuning.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because the paper itself notes in Sec. S3 that different layer stacks can composite to the same image, the real test of 'correct' layering is whether the prior-score-matching term, not the compositing loss, picks human-plausible objects; an experiment that varies random seeds and asks human raters to choose among equally-compositing stacks would separate those two effects.
  • The fixed-size stack with empty layers effectively lets the model discover object count from the image; a natural extension is to read off a count from the alpha channels and to evaluate count accuracy separately from shape accuracy.
  • The synthetic-data pipeline decouples geometry from texture, so the same machinery should transfer to other scene geometries such as shelves or ground scenes as long as a matching depth-conditioned generator is available; the paper explicitly says the idea extends beyond tabletops.
  • Merging and splitting failures suggest the unit of decomposition is dictated as much by the Stable Diffusion prior as by the image; using a prior trained on objects rather than scenes might reduce these failures, and measuring the rate of merge/split errors directly would be a sharper metric than LPIPS.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 3 minor

Summary. The paper introduces CObL, a diffusion-based architecture that takes a single image and jointly generates an occlusion-ordered stack of amodally-completed object layers (RGBA with binary alpha), without user prompting and without prior knowledge of the number of objects. The model consists of several frozen Stable Diffusion UNets tied by learnable lateral attention and an input-conditioning adapter. It is trained on 2000 synthetic tabletop scenes generated via a novel pipeline combining Blender geometry, ControlNet-depth textures, and composited shadows. At inference, compositional guidance (Eq. 7) forces the stack to composite back to the input, and a prior-score-matching loss (Eq. 8) keeps each layer within the SD natural-image distribution. The authors evaluate on a new real-world dataset, TABLETOP (100 images), reporting LPIPS/CLIP scores against prior amodal-completion/inpainting models and ARI against Mask2Former. The central claim is that the model zero-shot generalizes to real tabletop photographs containing novel objects and variable object counts.

Significance. If the central claim is upheld, CObL is a meaningful step toward open-world perceptual organization: it addresses the full amodal, multiple-object, occlusion-ordered decomposition problem without any per-image prompting, and it demonstrates a practical way to adapt a large pretrained generative prior to a structured scene representation with limited synthetic data. The paper's strengths include a concrete and reproducible pipeline, a new benchmark (TABLETOP) with ground-truth layers, explicit reporting of both best and average runs in some comparisons, and a candid discussion of non-uniqueness and failure modes in the supplementary material. The central risk is that the evaluation does not cleanly separate 'true' amodal object decomposition from arbitrary compositing-equivalent stacks, and the use of best-of-seeds selection for headline numbers tempers confidence.

major comments (4)
  1. [§5.1, Eq. (7), Sec. S3] The LPIPS/CLIP metrics on the full layer images do not isolate amodal semantic correctness. Because the compositional loss Lc only enforces equality of the composite, and Sec. S3 explicitly states that many layer stacks composite to the same input (Fig. S3), a model could produce arbitrary occluded-region content while scoring well on visible-region fidelity. Table 1 therefore does not establish that the inferred layers are the true amodally-completed objects rather than some other compositing-consistent stack. The authors should add amodal-mask IoU (e.g., comparing alpha masks over occluded regions), separate visible/occluded-region metrics, or a human perceptual study of completion correctness.
  2. [§5.1, §5.2, Sec. S5] The paper reports best-of-four-seed results as the primary numbers (Table 1) and uses top-1 for the ARI claim (Sec. 5.2). Sec. S5 acknowledges that CObL's outputs are highly initialization-dependent and non-convex, and that in practice the authors 'choose the most likely output' without specifying a formal selection rule. This best-run selection can systematically overstate the method's reliability, which is load-bearing for the zero-shot generalization claim. The authors should report the full distribution over seeds (with variance or box plots) and define and validate a selection criterion (e.g., lowest compositional loss) that is shown to correlate with human quality.
  3. [§3.3, Eq. (3), Sec. S3] The inference-time guidance terms Lc and PSM do not themselves prefer the ground-truth object structure: Lc is invariant to merging/splitting and occlusion-order changes within the equivalence class, and PSM only encourages each layer to be a natural image. The only signal that prefers the true decomposition is the synthetic training objective (Eq. 3). Given the acknowledged non-uniqueness, the paper should directly quantify how often the learned decomposition transfers to real data: e.g., report merging/splitting rates on TABLETOP (as in Sec. S4) and show that they are not the dominant mode, and ideally provide a per-scene analysis across object counts, especially for the 5-6 object cases where performance degrades (Fig. 7). Without this, aggregate LPIPS/CLIP may hide a model that composites well but groups pixels arbitrarily.
  4. [§5.1, Table 1] The comparison to inpainting/amodal-completion baselines is asymmetric: CObL is specifically trained on synthetic tabletop scenes, while baselines are frozen generic models, even though the baselines receive oracle masks. This asymmetry makes the quantitative comparison hard to interpret as a measure of the full task. At minimum, the paper should also compare against an unsupervised object-centric learning baseline (e.g., a slot-attention or DINO-based method) on the same TABLETOP benchmark, or ablate CObL's own components (as in Sec. 6) to isolate the contribution of the synthetic training prior. The current Table 1 does not let a reader assess whether the advantage comes from the architecture, the training data, or the evaluation protocol.
minor comments (3)
  1. [Sec. 2, references [5] and [6]] The arXiv identifier for Stable Video Diffusion is mistyped as 'arXiv:311.15127' (should be 2311.15127), and reference [6] contains a stray page number '1' at the end. Please correct these bibliographic entries.
  2. [Sec. 5.3 and Sec. 6] There are minor typos: 'We we find' in Sec. 5.3, 'LPIPs' in Sec. 6, and inconsistent capitalization 'CoBL' vs 'CObL' in Sec. 5.2. These should be fixed in a final polish.
  3. [Abstract and Sec. 7] The abstract claims CObL is 'not limited to the world it was trained in,' but the evaluation is confined to tabletop scenes. This is acceptable given the paper's scope, but the wording should be softened to avoid overclaiming, especially since Sec. 7 itself restricts the conclusions to tabletops.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's central zero-shot claim is tested against a held-out real-image benchmark, and no fitted parameter or self-citation is repackaged as a prediction.

full rationale

The paper's derivation chain is not circular. CObL is trained on 2000 synthetic tabletop scenes with ground-truth object layers generated by the pipeline of Sec. 3.1, and its zero-shot claim is evaluated on TABLETOP, a separately captured real-world dataset whose ground-truth layers were obtained by placing objects one at a time (Sec. 4.2). The training loss in Eq. (3) is a standard diffusion denoising objective against synthetic ground-truth latents; the inference-time guidance losses in Eqs. (7) and (8) enforce compositing consistency and naturalness, but these are constraints on the generated stack, not redefinitions of the ground truth. The paper explicitly acknowledges in Sec. S3 that many decompositions composite back to the same image; this is an identifiability limitation of the compositing loss, not a circular derivation, because the model's learned prior from synthetic data is the mechanism intended to select among compositing-equivalent stacks, and the empirical claim is that this transfers to novel real objects. No load-bearing step relies on a self-citation: the authors cite external prior work for Stable Diffusion, ControlNet, MiDaS, U2-Net, and lateral attention, and none of these citations is authored by the present paper's authors. The quantitative evaluation is against externally captured ground-truth layers and external baselines (Mask2Former, pix2gestalt, LaMa, SDXL inpaint), so the reported numbers are not forced by construction. The acknowledged non-convexity and best-of-seeds reporting (Sec. S5) are correctness/robustness concerns, not circularity. Overall, the derivation is self-contained and the central claim is an empirical zero-shot generalization result, so the circularity score is 0.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

No new physical entities are introduced. The central claim rests on empirical assumptions about the transferability of synthetic tabletop data, the reliability of off-the-shelf depth and segmentation models, and the sufficiency of the guidance losses, plus several hand-chosen hyperparameters.

free parameters (5)
  • N (number of object layers) = 7
    Fixed stack size; scenes with fewer objects are padded with empty layers. Chosen by hand; limits max objects in output.
  • guidance weight w = 1e4
    Step size in Eq. (4); chosen to balance guidance and fidelity.
  • balance parameter lambda = 1e-7
    Weights the PSM loss in Eq. (6); chosen by validation.
  • erase threshold = 1%
    Objects visible in less than 1% of the frame are erased (Sec. S3); heuristic.
  • sort threshold = 0.1%
    Layer with alpha nonzero for less than 0.1% is treated as empty (Sec. S3); heuristic.
assumptions (5)
  • domain assumption Stable Diffusion 2.1 provides a strong prior for natural objects and can generate natural object layers from depth cues.
    The method freezes SD UNets and relies on their prior to synthesize object appearances.
  • domain assumption MiDaS depth estimation provides reliable relative depth for a single image.
    The adapter uses MiDaS to condition the UNets.
  • domain assumption U2-Net foreground segmentation provides correct masks for decoded layers during guidance.
    The compositional loss depends on masks from U2-Net; if these are wrong, the loss misleads generation.
  • domain assumption Synthetic tabletop scenes generated with 3D assets and ControlNet textures are representative of real tabletop photographs.
    The model trains only on this synthetic data and must transfer to real images.
  • standard math The diffusion denoising objective (Eq. 2-3) is differentiable w.r.t. adapters and cross-attention parameters, allowing end-to-end training.
    Standard training objective for latent diffusion; no proof needed.

how reviews work

0 comments
Cite this review

Pith. "Pith review of CObL: Toward Zero-Shot Ordinal Layering without User Prompting." pith.science (2026). https://pith.science/paper/LOSYOVYH

@misc{pith2026250808498,
  author       = {Pith},
  title        = {Pith review of: CObL: Toward Zero-Shot Ordinal Layering without User Prompting},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LOSYOVYH}},
  note         = {Machine review of arXiv:2508.08498}
}
read the original abstract

Vision benefits from grouping pixels into objects and understanding their spatial relationships, both laterally and in depth. We capture this with a scene representation comprising an occlusion-ordered stack of "object layers," each containing an isolated and amodally-completed object. To infer this representation from an image, we introduce a diffusion-based architecture named Concurrent Object Layers (CObL). CObL generates a stack of object layers in parallel, using Stable Diffusion as a prior for natural objects and inference-time guidance to ensure the inferred layers composite back to the input image. We train CObL using a few thousand synthetically-generated images of multi-object tabletop scenes, and we find that it zero-shot generalizes to photographs of real-world tabletops with varying numbers of novel objects. In contrast to recent models for amodal object completion, CObL reconstructs multiple occluded objects without user prompting and without knowing the number of objects beforehand. Unlike previous models for unsupervised object-centric representation learning, CObL is not limited to the world it was trained in.

Figures

Figures reproduced from arXiv: 2508.08498 by the authors.

Figure 1
Figure 1. Our model, CObL, infers a stack of occlusion-ordered [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Our generative pipeline for synthetic training data of tabletop scenes. We use a partial rendering of randomly-placed 3D assets to [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Our inference time iterative denoising pipeline. We compute prior score matching (blue) by comparing noise estimates of our [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: CObL decomposes an image into an occlusion-ordered stack of object layers, each containing one amodally-completed object, [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Comparison to previous models for amodal completion and inpainting. CObL produces all object layers without user prompting, [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 7
Figure 7. Figure 7: LPIPS and CLIP scores for varying numbers of objects [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 6
Figure 6. Figure 6: CObL generates faithful reconstructions of visible parts [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. An abstract criterion on the existence and global stability of stationary solutions for random dynamical systems and its applications

    math.DS 2025-08 unverdicted novelty 5.0 of 10

    A new criterion guarantees existence and global stability of stationary solutions of random dynamical systems, and its application shows omega-limit sets of SDE trajectories are nontrivial random equilibria.

Reference graph

Works this paper leans on

61 extracted references · 44 canonical work pages · cited by 1 Pith paper

  1. [1]

    http: //www.blender.org, Accessed: 2025

    Blender – a 3d modelling and rendering package. http: //www.blender.org, Accessed: 2025. Version 4.2. 5

  2. [2]

    Slot-guided adaptation of pre-trained diffusion models for object-centric learning and compositional generation

    Adil Kaan Akan and Yucel Yemez. Slot-guided adaptation of pre-trained diffusion models for object-centric learning and compositional generation. arXiv preprint arXiv:2311.15127,

  3. [3]

    Un- seen object amodal instance segmentation via hierarchical occlusion modeling

    Seunghyeok Back, Joosoon Lee, Taewon Kim, Sangjun Noh, Raeyoung Kang, Seongho Bak, and Kyoobin Lee. Un- seen object amodal instance segmentation via hierarchical occlusion modeling. In 2022 International Conference on Robotics and Automation (ICRA). IEEE, 2022. 2

  4. [4]

    Multidiffusion: Fusing diffusion paths for controlled image generation

    Omer Bar-Tal, Lior Yariv, Yaron Lipman, and Tali Dekel. Multidiffusion: Fusing diffusion paths for controlled image generation. arXiv preprint arXiv:2302.08113, 2023. 2, 4

  5. [5]

    Stable video diffusion: Scaling la- tent video diffusion models to large datasets

    Andreas Blattmann, Tim Dockhorn, Sumith Kulal, Daniel Mendelevitch, Maciej Kilian, Dominik Lorenz, Yam Levi, Zion English, Vikram V oleti, Adam Letts, Varun Jampani, and Robin Rombach. Stable video diffusion: Scaling la- tent video diffusion models to large datasets. arXiv preprint arXiv:311.15127, 2023. 2

  6. [6]

    Align your latents: High-resolution video synthesis with la- tent diffusion models

    Andreas Blattmann, Robin Rombach, Huan Ling, Tim Dock- horn, Seung Wook Kim, Sanja Fidler, and Karsten Kreis. Align your latents: High-resolution video synthesis with la- tent diffusion models. In Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition, 2023. 2, 3, 1

  7. [7]

    In- structpix2pix: Learning to follow image editing instructions

    Tim Brooks, Aleksander Holynski, and Alexei A Efros. In- structpix2pix: Learning to follow image editing instructions. In CVPR, 2023. 2

  8. [8]

    MONet: Unsupervised scene decomposition and representation

    Christopher P Burgess, Loic Matthey, Nicholas Watters, Rishabh Kabra, Irina Higgins, Matt Botvinick, and Alexan- der Lerchner. MONet: Unsupervised scene decomposition and representation. arXiv preprint arXiv:1901.11390, 2019. 2

Show all 61 references
  1. [9]

    Emerg- ing properties in self-supervised vision transformers

    Mathilde Caron, Hugo Touvron, Ishan Misra, Herv ´e J´egou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerg- ing properties in self-supervised vision transformers. In ICCV, 2021. 2

  2. [10]

    Mask2former for video instance segmentation

    Bowen Cheng, Anwesa Choudhuri, Ishan Misra, Alexan- der Kirillov, Rohit Girdhar, and Alexander G Schwing. Mask2former for video instance segmentation. arXiv preprint arXiv:2112.10764, 2021. 8

  3. [11]

    Latentpaint: Image inpainting in latent space with diffusion models

    Ciprian Corneanu, Raghudeep Gadde, and Aleix M Mar- tinez. Latentpaint: Image inpainting in latent space with diffusion models. In Proceedings of the IEEE/CVF winter conference on applications of computer vision, 2024. 2, 8

  4. [12]

    Object- driven multi-layer scene decomposition from a single image

    Helisa Dhamo, Nassir Navab, and Federico Tombari. Object- driven multi-layer scene decomposition from a single image. In ICCV, 2019. 2

  5. [13]

    Reduce, reuse, recycle: Compositional generation with energy-based diffusion models and mcmc

    Yilun Du, Conor Durkan, Robin Strudel, Joshua B Tenen- baum, Sander Dieleman, Rob Fergus, Jascha Sohl-Dickstein, Arnaud Doucet, and Will Sussman Grathwohl. Reduce, reuse, recycle: Compositional generation with energy-based diffusion models and mcmc. In International conference...

  6. [14]

    Learning to see the invisible: End-to-end trainable amodal instance segmen- tation

    Patrick Follmann, Rebecca K ¨onig, Philipp H ¨artinger, Michael Klostermann, and Tobias B ¨ottger. Learning to see the invisible: End-to-end trainable amodal instance segmen- tation. In 2019 IEEE Winter Conference on Applications of Computer Vision (WACV). IEEE, 2019. 3

  7. [15]

    Bermano, Gal Chechik, and Daniel Cohen- Or

    Rinon Gal, Yuval Alaluf, Yuval Atzmon, Or Patash- nik, Amit H. Bermano, Gal Chechik, and Daniel Cohen- Or. An image is worth one word: Personalizing text-to- image generation using textual inversion. arXiv preprint arXiv:2208.01618, 2022. 2

  8. [16]

    Multi-object representation learning with iterative variational inference

    Klaus Greff, Rapha ¨el Lopez Kaufman, Rishabh Kabra, Nick Watters, Christopher Burgess, Daniel Zoran, Loic Matthey, Matthew Botvinick, and Alexander Lerchner. Multi-object representation learning with iterative variational inference. In International conference on machine lear...

  9. [17]

    Classifier-free diffusion guidance

    Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. arXiv preprint arXiv:2207.12598, 2022. 5

  10. [18]

    Denoising dif- fusion probabilistic models

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. Adv. Neural Inform. Process. Syst., 2020. 2, 4

  11. [19]

    Jonathan Ho, Tim Salimans, Alexey Gritsenko, William Chan, Mohammad Norouzi, and David J. Fleet. Video dif- fusion models. Adv. Neural Inform. Process. Syst., 35:8633– 8646, 2022. 2

  12. [20]

    Hsiao and M

    E. Hsiao and M. Hebert. Occlusion reasoning for object de- tection under arbitrary viewpoint. In CVPR. IEEE, 2012. 6, 8

  13. [21]

    Substance 3d assets library

    Adobe Inc. Substance 3d assets library. https : / / substance3d . adobe . com / assets/. Accessed: 2025-03-07. 5

  14. [22]

    Lawrence Zitnick, and Ross Girshick

    Justin Johnson, Bharath Hariharan, Laurens van der Maaten, Li Fei-Fei, C. Lawrence Zitnick, and Ross Girshick. Clevr: A diagnostic dataset for compositional language and elemen- tary visual reasoning. In CVPR, 2017. 2

  15. [23]

    Clevrtex: A texture-rich benchmark for unsupervised multi- object segmentation

    Laurynas Karazija, Iro Laina, and Christian Rupprecht. Clevrtex: A texture-rich benchmark for unsupervised multi- object segmentation. arXiv preprint arXiv:2111.10265 ,

  16. [24]

    Repurpos- ing diffusion-based image generators for monocular depth estimation

    Bingxin Ke, Anton Obukhov, Shengyu Huang, Nando Met- zger, Rodrigo Caye Daudt, and Konrad Schindler. Repurpos- ing diffusion-based image generators for monocular depth estimation. In ICCV, 2024. 2, 8

  17. [25]

    Deep occlusion- aware instance segmentation with overlapping bilayers

    Lei Ke, Yu-Wing Tai, and Chi-Keung Tang. Deep occlusion- aware instance segmentation with overlapping bilayers. In CVPR, 2021. 2

  18. [26]

    Panoptic segmentation

    Alexander Kirillov, Kaiming He, Ross Girshick, Carsten Rother, and Piotr Doll ´ar. Panoptic segmentation. In CVPR,

  19. [27]

    Berg, Wan-Yen Lo, Piotr Doll ´ar, and Ross Girshick

    Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer White- head, Alexander C. Berg, Wan-Yen Lo, Piotr Doll ´ar, and Ross Girshick. Segment anything. In ICCV, 2023. 5

  20. [28]

    The hungarian method for the assignment problem

    Harold W Kuhn. The hungarian method for the assignment problem. Naval research logistics quarterly , 2(1-2):83–97,

  21. [29]

    Instance-wise occlusion and depth orders in natural scenes

    Hyunmin Lee and Jaesik Park. Instance-wise occlusion and depth orders in natural scenes. In CVPR, 2022. 3 9

  22. [30]

    Syncdiffusion: Coherent montage via synchronized joint diffusions

    Yuseung Lee, Kunho Kim, Hyunjin Kim, and Minhyuk Sung. Syncdiffusion: Coherent montage via synchronized joint diffusions. Adv. Neural Inform. Process. Syst., 2023. 2, 4

  23. [31]

    Variational amodal object completion.Adv

    Huan Ling, David Acuna, Karsten Kreis, Seung Wook Kim, and Sanja Fidler. Variational amodal object completion.Adv. Neural Inform. Process. Syst., 33:16246–16257, 2020. 2

  24. [32]

    Reda, Kevin J

    Guilin Liu, Fitsum A. Reda, Kevin J. Shih, Ting-Chun Wang, Andrew Tao, and Bryan Catanzaro. Image inpainting for ir- regular holes using partial convolutions. In ECCV, 2018. 2

  25. [33]

    Object- centric learning with slot attention

    Francesco Locatello, Dirk Weissenborn, Thomas Un- terthiner, Aravindh Mahendran, Georg Heigold, Jakob Uszkoreit, Alexey Dosovitskiy, and Thomas Kipf. Object- centric learning with slot attention. Adv. Neural Inform. Pro- cess. Syst., 2020. 2

  26. [34]

    Repaint: Inpainting using denoising diffusion probabilistic models

    Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu, Radu Timofte, and Luc Van Gool. Repaint: Inpainting using denoising diffusion probabilistic models. In CVPR,

  27. [35]

    A database of human segmented natural images and its application to evaluating segmentation algorithms and measuring ecological statistics

    David Martin, Charless Fowlkes, Doron Tal, and Jitendra Malik. A database of human segmented natural images and its application to evaluating segmentation algorithms and measuring ecological statistics. In ICCV, 2001. 3

  28. [36]

    Unsupervised layered image decomposition into ob- ject prototypes

    Tom Monnier, Elliot Vincent, Jean Ponce, and Mathieu Aubry. Unsupervised layered image decomposition into ob- ject prototypes. In ICCV, 2021. 1, 2

  29. [37]

    T2i- adapter: Learning adapters to dig out more controllable abil- ity for text-to-image diffusion models

    Chong Mou, Xintao Wang, Liangbin Xie, Yanze Wu, Jian Zhang, Zhongang Qi, Ying Shan, and Xiaohu Qie. T2i- adapter: Learning adapters to dig out more controllable abil- ity for text-to-image diffusion models. In AAAI, 2024. 4, 1

  30. [38]

    pix2gestalt: Amodal segmentation by synthesizing wholes

    Ege Ozguroglu, Ruoshi Liu, D ´ıdac Sur´ıs, Dian Chen, Achal Dave, Pavel Tokmakov, and Carl V ondrick. pix2gestalt: Amodal segmentation by synthesizing wholes. In CVPR. IEEE Computer Society, 2024. 2, 7

  31. [39]

    Vision science: Photons to phenomenol- ogy

    Stephen E Palmer. Vision science: Photons to phenomenol- ogy. MIT press, 1999. 1

  32. [40]

    Sdxl: Improving latent diffusion mod- els for high-resolution image synthesis

    Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion mod- els for high-resolution image synthesis. arXiv preprint arXiv:2307.01952, 2023. 7

  33. [41]

    Barron, and Ben Milden- hall

    Ben Poole, Ajay Jain, Jonathan T. Barron, and Ben Milden- hall. Dreamfusion: Text-to-3d using 2d diffusion. arXiv preprint arXiv:2209.14988, 2022. 4

  34. [42]

    Virtualhome: Simulating household activities via programs

    Xavier Puig, Kevin Ra, Marko Boben, Jiaman Li, Tingwu Wang, Sanja Fidler, and Antonio Torralba. Virtualhome: Simulating household activities via programs. In CVPR,

  35. [43]

    Amodal instance segmentation with kins dataset

    Lu Qi, Li Jiang, Shu Liu, Xiaoyong Shen, and Jiaya Jia. Amodal instance segmentation with kins dataset. In CVPR,

  36. [44]

    U2-net: Going deeper with nested u-structure for salient object detection

    Xuebin Qin, Zichen Zhang, Chenyang Huang, Masood De- hghan, Osmar Zaiane, and Martin Jagersand. U2-net: Going deeper with nested u-structure for salient object detection. Pattern Recognition, 106:107404, 2020. 4

  37. [45]

    Learning transferable visual models from natural language supervision

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. In International con...

  38. [46]

    Towards robust monocular depth estimation: Mixing datasets for zero-shot cross-dataset transfer

    Ren ´e Ranftl, Katrin Lasinger, David Hafner, Konrad Schindler, and Vladlen Koltun. Towards robust monocular depth estimation: Mixing datasets for zero-shot cross-dataset transfer. IEEE transactions on pattern analysis and machine intelligence, 44(3):1623–1637, 2020. 4

  39. [47]

    Dinesh Reddy, Robert Tamburo, and Srinivasa G

    N. Dinesh Reddy, Robert Tamburo, and Srinivasa G. Narasimhan. W ALT: Watch and learn 2d amodal representa- tion from time-lapse imagery. In CVPR, 2022. 2

  40. [48]

    High-resolution image syn- thesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj¨orn Ommer. High-resolution image syn- thesis with latent diffusion models. In CVPR, 2022. 2

  41. [49]

    Bridging the gap to real-world object-centric learning

    Maximilian Seitzer, Max Horn, Andrii Zadaianchuk, Do- minik Zietlow, Tianjun Xiao, Carl-Johann Simon-Gabriel, Tong He, Zheng Zhang, Bernhard Sch¨olkopf, Thomas Brox, and Francesco Locatello. Bridging the gap to real-world object-centric learning. arXiv preprint arXiv:2209.14860 ,

  42. [50]

    Denoising diffusion implicit models

    Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models. arXiv preprint arXiv:2010.02502, 2022. 4

  43. [51]

    Resolution-robust large mask inpainting with fourier convolutions

    Roman Suvorov, Elizaveta Logacheva, Anton Mashikhin, Anastasia Remizova, Arsenii Ashukha, Aleksei Silvestrov, Naejin Kong, Harshith Goka, Kiwoong Park, and Victor Lempitsky. Resolution-robust large mask inpainting with fourier convolutions. In Proceedings of the IEEE/CVF win- ...

  44. [52]

    Diffuse, attend, and segment: Unsupervised zero-shot segmentation using stable diffusion

    Junjiao Tian, Lavisha Aggarwal, Andrea Colaco, Zsolt Kira, and Mar Gonzalez-Franco. Diffuse, attend, and segment: Unsupervised zero-shot segmentation using stable diffusion. In CVPR, 2024. 2

  45. [53]

    Merging and transformation of raster im- ages for cartoon animation

    Bruce A Wallace. Merging and transformation of raster im- ages for cartoon animation. In Proceedings of the 8th an- nual conference on Computer graphics and interactive tech- niques, 1981. 3

  46. [54]

    Amodal com- pletion via progressive mixed context diffusion

    Katherine Xu, Lingzhi Zhang, and Jianbo Shi. Amodal com- pletion via progressive mixed context diffusion. In CVPR,

  47. [55]

    Dif- fusion probabilistic modeling for video generation

    Ruihan Yang, Prakhar Srivastava, and Stephan Mandt. Dif- fusion probabilistic modeling for video generation. Entropy, 25(10):1469, 2023. 2

  48. [56]

    Learning visual parkour from generated images

    Alan Yu, Ge Yang, Ran Choi, Yajvan Ravan, John Leonard, and Phillip Isola. Learning visual parkour from generated images. In 8th Annual Conference on Robot Learning, 2024. 3

  49. [57]

    Amodal ground truth and completion in the wild

    Guanqi Zhan, Chuanxia Zheng, Weidi Xie, and Andrew Zis- serman. Amodal ground truth and completion in the wild. In CVPR, 2024. 2, 3, 8

  50. [58]

    Self-supervised scene de- occlusion

    Xiaohang Zhan, Xingang Pan, Bo Dai, Ziwei Liu, Dahua Lin, and Chen Change Loy. Self-supervised scene de- occlusion. In CVPR, 2020. 2 10

  51. [59]

    Adding conditional control to text-to-image diffusion models

    Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. In ICCV, 2023. 2, 3

  52. [60]

    The unreasonable effectiveness of deep features as a perceptual metric

    Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In CVPR, 2018. 7

  53. [61]

    a(n) {object label}, in a well lit and empty room, {modifier string}

    Yan Zhu, Yuandong Tian, Dimitris Mexatas, and Piotr Doll´ar. Semantic amodal segmentation. In CVPR, 2017. 2, 3 11 CObL: Toward Zero-Shot Ordinal Layering without User Prompting Supplementary Material S1. Details of synthetic generation pipeline In the Blender 3D modeling step,...

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.