GenMask: Adapting DiT for Segmentation via Direct Mask

arXiv cs.CV / 3/26/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that segmentation should be trained directly in a generative manner rather than relying on pretrained generative models as indirect feature extractors, which suffer from representation misalignment and pipeline complexity.
  • It identifies a core obstacle for joint training: VAE latents of binary masks behave differently from natural image latents, being sharply distributed and noise-robust.
  • GenMask introduces a timestep sampling strategy that uses extreme noise levels for binary masks while keeping moderate noise for image generation to enable harmonious joint training.
  • The method trains a DiT model to generate both RGB images and black-and-white segmentation masks within the original generative objective, eliminating the need for segmentation-specific feature extraction pipelines.
  • Experiments report state-of-the-art results on referring and reasoning segmentation benchmarks, with ablations validating the contribution of the proposed components.

Abstract

Recent approaches for segmentation have leveraged pretrained generative models as feature extractors, treating segmentation as a downstream adaptation task via indirect feature retrieval. This implicit use suffers from a fundamental misalignment in representation. It also depends heavily on indirect feature extraction pipelines, which complicate the workflow and limit adaptation. In this paper, we argue that instead of indirect adaptation, segmentation tasks should be trained directly in a generative manner. We identify a key obstacle to this unified formulation: VAE latents of binary masks are sharply distributed, noise robust, and linearly separable, distinct from natural image latents. To bridge this gap, we introduce timesteps sampling strategy for binary masks that emphasizes extreme noise levels for segmentation and moderate noise for image generation, enabling harmonious joint training. We present GenMask, a DiT trains to generate black-and-white segmentation masks as well as colorful images in RGB space under the original generative objective. GenMask preserves the original DiT architecture while removing the need of feature extraction pipelines tailored for segmentation tasks. Empirically, GenMask attains state-of-the-art performance on referring and reasoning segmentation benchmarks and ablations quantify the contribution of each component.