CVLGMay 21, 2025

gen2seg: Generative Models Enable Generalizable Instance Segmentation

arXiv:2505.15263v2
Originality Highly original
AI Analysis

This work addresses the challenge of generalizable perceptual organization for computer vision applications, showing that generative models can transfer grouping mechanisms across categories and domains without extensive pretraining.

The authors tackled the problem of category-agnostic instance segmentation by finetuning generative models (Stable Diffusion and MAE) with an instance coloring loss on limited object types, achieving strong zero-shot generalization to unseen object types and styles, closely approaching the heavily supervised SAM model and outperforming it on fine structures and ambiguous boundaries.

By pretraining to synthesize coherent images from perturbed inputs, generative models inherently learn to understand object boundaries and scene compositions. How can we repurpose these generative representations for general-purpose perceptual organization? We finetune Stable Diffusion and MAE (encoder+decoder) for category-agnostic instance segmentation using our instance coloring loss exclusively on a narrow set of object types (indoor furnishings and cars). Surprisingly, our models exhibit strong zero-shot generalization, accurately segmenting objects of types and styles unseen in finetuning (and in many cases, MAE's ImageNet-1K pretraining too). Our best-performing models closely approach the heavily supervised SAM when evaluated on unseen object types and styles, and outperform it when segmenting fine structures and ambiguous boundaries. In contrast, existing promptable segmentation architectures or discriminatively pretrained models fail to generalize. This suggests that generative models learn an inherent grouping mechanism that transfers across categories and domains, even without internet-scale pretraining. Code, pretrained models, and demos are available on our website.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes