From RGB Generation to Dense Field Readout: Pixel-Space Dense Prediction with Text-to-Image Models

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Emerging Technologies & Innovation · Depth: Expert, long

Summary

ReChannel introduces a novel approach to dense prediction by reinterpreting text-to-image models' output interfaces. Unlike existing generative methods that treat dense targets as image-like outputs requiring VAE encoding and decoding, ReChannel leverages a pretrained Diffusion Transformer (DiT) by directly mapping its spatial tokens to task-native pixel-space patches. The method retains the VAE encoder for RGB input but bypasses the target-side decoder, adapting the frozen DiT with lightweight task LoRA and using a shared token-local linear head with approximately 33K parameters. Evaluated on six dense prediction tasks and over a dozen benchmarks using FLUX-Klein (4B and 9B), ReChannel achieves new state-of-the-art results on trimap-free matting (SAD 5.69 on P3M-500-P), KITTI depth (absRel 0.063), and referring segmentation (82.0 average cIoU). It also runs up to 2.48x faster than comparable edit-plus-latent-decode methods, processing images in 47.7 ms.

Key takeaway

For Machine Learning Engineers developing dense prediction models, if you are currently using generative text-to-image backbones, consider adopting the ReChannel paradigm. This approach bypasses inefficient target-side VAE decoders, directly reading task-native fields from adapted DiT tokens. Your models can achieve state-of-the-art accuracy on tasks like matting and depth, while significantly improving inference speed by up to 2.48x.

Key insights

Dense prediction can directly read task-native fields from generative model tokens, bypassing generative decoders for efficiency and accuracy.

Principles

Method

Retain VAE encoder for RGB input, freeze DiT backbone, adapt with task-specific LoRA. Map adapted tokens to p × p × K_t pixel patches via a shared token-local linear head, supervised in pixel space.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.