arXiv Preprint

PixelControl: Fine-Grained Condition Fidelity in Text-to-Image Diffusion

Xin Lin1 Haodong Li1 Zhifei Zhang2 Yutong Yang1 Haitian Zheng2 Juanxi Tian3 Zhe Lin2 Truong Nguyen1
1University of California, San Diego 2Adobe Research 3Nanyang Technological University
📄 Paper </> Code (Coming Soon)
PixelControl teaser: fine-grained depth, segmentation and edge fidelity
Motivation for fine-grained condition fidelity. (a) Existing methods can match coarse segmentation regions but drift around boundaries. (b) They can preserve global depth layout while omitting small conditioned regions. (c) Across depth, segmentation, and edge metrics, our PixelControl achieves stronger structural fidelity while maintaining high visual quality.

Abstract

Controllable text-to-image diffusion models can often follow the global layout of spatial conditions, yet still violate fine-grained structures such as object boundaries, thin contours, and medium/small conditioned regions. This limitation is especially problematic for VAE-based latent diffusion, where spatial compression can weaken high-frequency and low-area condition signals. We propose PixelControl, a pixel-space controllable diffusion framework for fine-grained condition fidelity. Built on a PixelDiT-style backbone, PixelControl avoids the latent bottleneck and introduces two complementary designs. First, Structure-Aware Control Injection derives a condition structure map and uses it to strengthen injected control residuals around spatially sensitive regions. Second, Multi-Scale Pyramid Cycle Loss verifies generated images against condition-derived structures across multiple resolutions, balancing global layout consistency with local boundary and detail accuracy. PixelControl supports depth, segmentation, edge, and their combinations through modality-specific control branches with lightweight gated fusion. Experiments across depth, segmentation, and edge control show that PixelControl improves structural fidelity and visual quality over existing controllable generation methods, with especially strong gains on boundaries and medium/small conditioned regions.

Method

Overview of the PixelControl architecture
Overview of PixelControl. The condition is injected into a frozen PixelDiT backbone through structure-aware residual modulation, and the model is trained with flow matching and multi-scale cycle supervision to preserve both global layout and fine condition details.

Pixel-space backbone

Denoising happens directly in pixel space on a PixelDiT-T2I generator, avoiding the VAE latent bottleneck that attenuates sharp boundaries and low-area structures.

Structure-Aware Control Injection (SACI)

A Sobel structure map derived from the condition modulates the injected residual, strengthening control around boundaries and local discontinuities without changing the pretrained backbone.

Multi-Scale Pyramid Cycle Loss (MPCL)

Generated images are re-verified against condition-derived structures at 512/256/128/64, with coarse scales enforcing layout and fine scales enforcing boundary and detail accuracy.

Gated multi-condition control

Independent depth, segmentation, and edge branches are fused by a lightweight layer-wise gate, preserving single-condition behavior while enabling compositional control.

Results

PixelControl consistently improves structural fidelity across depth, segmentation, and edge control, with the largest gains on boundaries and non-large conditioned regions — while also achieving the best image quality (FID).

Structural fidelity and non-large region accuracy. PixelControl vs. the strongest baseline per metric.
SettingMetricBest baselinePixelControl
DepthAbsRel ↓0.19490.1434
SegmentationBoundary-F1 ↑0.50610.6973
EdgeChamfer ↓11.535.456
Non-large depthAbsRel ↓0.27270.1419
Non-large edgeChamfer ↓4.3812.603
Non-large seg.Boundary-F1 ↑0.47280.6409
Single-condition qualitative comparison
Single-condition qualitative comparison across depth, edge, and segmentation controls. For each example we show the input condition, generated images from all methods, and the re-estimated maps used for closed-loop verification.
Non-large conditioned-region comparison
Non-large conditioned regions. Red boxes highlight small/medium structures specified by the condition; PixelControl preserves them while keeping global structure.
Depth + edge multi-condition comparison
Depth + edge multi-condition control. PixelControl follows global geometry from depth while respecting edge-specified contours, satisfying both active controls.

Supplementary

Additional depth comparisons
Additional depth-control comparisons.
Additional segmentation comparisons
Additional segmentation-control comparisons.
Additional edge comparisons
Additional edge-control comparisons.

BibTeX

@article{lin2025pixelcontrol,
  title   = {PixelControl: Fine-Grained Condition Fidelity in Text-to-Image Diffusion},
  author  = {Lin, Xin and Li, Haodong and Zhang, Zhifei and Yang, Yutong and
             Zheng, Haitian and Tian, Juanxi and Lin, Zhe and Nguyen, Truong},
  journal = {arXiv preprint},
  year    = {2025}
}