English

A Simple Latent Diffusion Approach for Panoptic Segmentation and Mask Inpainting

Computer Vision and Pattern Recognition 2024-07-17 v2 Machine Learning

Abstract

Panoptic and instance segmentation networks are often trained with specialized object detection modules, complex loss functions, and ad-hoc post-processing steps to manage the permutation-invariance of the instance masks. This work builds upon Stable Diffusion and proposes a latent diffusion approach for panoptic segmentation, resulting in a simple architecture that omits these complexities. Our training consists of two steps: (1) training a shallow autoencoder to project the segmentation masks to latent space; (2) training a diffusion model to allow image-conditioned sampling in latent space. This generative approach unlocks the exploration of mask completion or inpainting. The experimental validation on COCO and ADE20k yields strong segmentation results. Finally, we demonstrate our model's adaptability to multi-tasking by introducing learnable task embeddings.

Keywords

Cite

@article{arxiv.2401.10227,
  title  = {A Simple Latent Diffusion Approach for Panoptic Segmentation and Mask Inpainting},
  author = {Wouter Van Gansbeke and Bert De Brabandere},
  journal= {arXiv preprint arXiv:2401.10227},
  year   = {2024}
}

Comments

Accepted at ECCV 2024, Code: https://github.com/segments-ai/latent-diffusion-segmentation

R2 v1 2026-06-28T14:20:46.830Z