Search papers, labs, and topics across Lattice.
This paper introduces BitResEdit, a training-free editing method for bitwise-residual visual autoregressive (VAR) models that enhances text-guided image editing by leveraging the model's native bitwise structures. By employing source-negative guidance and a closed-form Bernoulli-KL trust region, BitResEdit effectively aligns edits with the intended text while preserving background details. The method outperforms existing VAR editors on the PIE-Bench benchmark, achieving a +1.07 improvement in CLIP alignment for the edited region while maintaining competitive background preservation.
BitResEdit achieves unprecedented text alignment in image editing while preserving background details, outperforming prior methods by a significant margin.
Text-guided image editing with visual autoregressive (VAR) generators requires controlling both what the model samples and where the sampled change is written back into the image code. Existing VAR editors mainly operate on token streams, features, or flat next-token logits, leaving two native structures of bitwise-residual VAR models underused: the per-bit Bernoulli prediction head and the additive multi-scale residual code field from which the image is assembled. We propose BitResEdit, a training-free editor for bitwise-residual VAR generators such as Infinity. BitEdit performs source-negative guidance by tilting the post-CFG per-bit log-odds along a source--target contrast computed on a shared edited prefix, then projects each update into a closed-form Bernoulli-KL trust region around the clean CFG sampler. ResEdit converts the sampled bits into per-scale continuous-code residuals, gates them with a localization mask, and re-injects them through the generator's native sum-of-scales. Together they couple decision-time bit guidance with combination-time code composition, so masked-out latent features are preserved exactly by code arithmetic while localized, scale-aware edits are applied inside the target region. On PIE-Bench with Infinity-2B, BitResEdit attains the strongest text alignment among same-backbone VAR editors, improving CLIP on the edited region by +1.07 over the strongest prior editor while keeping background preservation competitive with it. Ablations show BitEdit and ResEdit play complementary roles in target alignment and background preservation.