Papers › Conditional Latent Diffusion Models for Zero-Shot Instance Segmentation

Conditional Latent Diffusion Models for Zero-Shot Instance Segmentation

6 Aug 2025ICCVarXiv:2508.04122added by Syntology

Maximilian Ulmer, Wout Boerdijk, Rudolph Triebel, Maximilian Durner

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

This paper presents OC-DiT, a novel class of diffusion models designed for object-centric prediction, and applies it to zero-shot instance segmentation. We propose a conditional latent diffusion framework that generates instance masks by conditioning the generative process on object templates and image features within the diffusion model's latent space. This allows our model to effectively disentangle object instances through the diffusion process, which is guided by visual object descriptors and localized image cues. Specifically, we introduce two model variants: a coarse model for generating initial object instance proposals, and a refinement model that refines all proposals in parallel. We train these models on a newly created, large-scale synthetic dataset comprising thousands of high-quality object meshes. Remarkably, our model achieves state-of-the-art performance on multiple challenging real-world benchmarks, without requiring any retraining on target data. Through comprehensive ablation studies, we demonstrate the potential of diffusion models for instance segmentation tasks.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2508.04122")

Code

Syntology Ran 17 of 27 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 13 ran with no contract checked.

By repository: found in paper text by Syntology: 27 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DLR-RM/oc-dit found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

27 samples harvested; 17 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
13ran
10unverified

Licence: 0 of the 27 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from DLR-RM/oc-dit. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AttentionBlock DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran fingerprinted MIT (permissive) · eafa76c0c20fd332 · report
Decoder DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 15a7e196aa046c4e · report
DiagonalGaussianDistribution DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · d80e85e8ef446930 · report
Encoder DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · 24d82a7111803899 · report
Im2Patches DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · e7b6a47f39350dd7 · report
LinearHead DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · 07ad9aa01961417f · report
MPFourier DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · 383b715200d4d8ed · report
Precond DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · 8bcc16a0c920bad2 · report
QueryEmbedder DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · 37ad79bf4576aaaf · report
ResnetBlock DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4133e1b6ce61f735 · report
SigmaEmbedder DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · e797dbab69786e36 · report
SpatialDinov2 DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · 484e7664b84b8858 · report
VAEBase DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran MIT (permissive) · e4693f5b9a30784c · report
class_embedding DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · c8dd2041dbc05edb · report
const_like DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · e0234040a8a9647a · report
constant DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2c37e8b70c375691 · report
truncated_exp_normal_dist DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology ran · honoured contract MIT (permissive) · b6c750834f79e3b8 · report
BinaryMaskVAE DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · b4c1345835c30b60 · report
ConvVAE DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · f21803b24807d1e7 · report
Diffuser DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · ba66bd201ef00911 · report
LearnedPE DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · b9938539c873efb9 · report
MasksVAE DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · 92feacbd0beecfcc · report
OCDiT DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · 7aef5fbb74bb6430 · report
TemplateEmbedder DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · a0cec32f8c908525 · report
interpolate_embedding DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · a6dd37ac0f1c31d6 · report
make_attn DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · 7e141c9d5b330940 · report
make_block DLR-RM/oc-dit/ocdit/models/ocdit.py found in paper text by Syntology unverified MIT (permissive) · 0c698990d9ca3c06 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2508.04122, was issued in August 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections