TRACE: Your Diffusion Model Is Secretly an Instance Edge Detector

Abstract

High-quality instance and panoptic segmentation has traditionally relied on dense instance-level annotations such as masks, boxes, or points, which are costly, inconsistent, and difficult to scale. Unsupervised and weakly-supervised approaches reduce this burden but remain constrained by semantic backbone constraints and human bias, often producing merged or fragmented outputs. We present TRACE (TRAnsforming diffusion Cues to instance Edges), showing that text-to-image diffusion models secretly function as instance edge annotators. TRACE identifies the Instance Emergence Point (IEP) where object boundaries first appear in self-attention maps, extracts boundaries through Attention Boundary Divergence (ABDiv), and distills them into a lightweight one-step edge decoder. This design removes the need for per-image diffusion inversion, achieving 81× faster inference while producing sharper and more connected boundaries. On the COCO benchmark, TRACE improves unsupervised instance segmentation by +5.1 AP, and in tag-supervised panoptic segmentation it outperforms point-supervised baselines by +1.7 PQ without using any instance-level labels. These results reveal that diffusion models encode hidden instance boundary priors, and that decoding these signals offers a practical and scalable alternative to costly manual annotation. **Project Page:** https://shjo-april.github.io/TRACE.

Cite

Text

Jo et al. "TRACE: Your Diffusion Model Is Secretly an Instance Edge Detector." International Conference on Learning Representations, 2026.

Markdown

[Jo et al. "TRACE: Your Diffusion Model Is Secretly an Instance Edge Detector." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/jo2026iclr-trace/)

BibTeX

@inproceedings{jo2026iclr-trace,
  title     = {{TRACE: Your Diffusion Model Is Secretly an Instance Edge Detector}},
  author    = {Jo, Sanghyun and Lee, Ziseok and Lee, Wooyeol and Choi, Jonghyun and Park, Jaesik and Kim, Kyungsu},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/jo2026iclr-trace/}
}