PixelHacker: Image Inpainting with Structural and Semantic Consistency
Ziyang Xu, Kangsheng Duan, Xiaolei Shen, Zhifeng Ding, Wenyu Liu, Xiaohu Ruan, Xiaoxin Chen, Xinggang Wang
TL;DR
PixelHacker introduces Latent Categories Guidance (LCG), a simple yet effective paradigm for diffusion-based image inpainting that injects latent foreground and background features via two fixed-size embeddings into the denoising process with linear attention. Trained on a massive 14-million image-mask dataset annotated with 116 foreground and 21 background categories, PixelHacker achieves strong structural and semantic consistency by guiding generation through foreground semantics, background semantics, and contextual structure without explicit category prompts. Finetuned on Places2, CelebA-HQ, and FFHQ, it delivers state-of-the-art results across FID and LPIPS metrics, showing robust performance on both natural scenes and facial imagery and maintaining coherence under challenging masks. The approach demonstrates significant practical impact for high-quality, semantically coherent inpainting in diverse real-world scenarios, with potential for further category expansion and qualitative improvements evidenced by ablations and qualitative results.
Abstract
Image inpainting is a fundamental research area between image editing and image generation. Recent state-of-the-art (SOTA) methods have explored novel attention mechanisms, lightweight architectures, and context-aware modeling, demonstrating impressive performance. However, they often struggle with complex structure (e.g., texture, shape, spatial relations) and semantics (e.g., color consistency, object restoration, and logical correctness), leading to artifacts and inappropriate generation. To address this challenge, we design a simple yet effective inpainting paradigm called latent categories guidance, and further propose a diffusion-based model named PixelHacker. Specifically, we first construct a large dataset containing 14 million image-mask pairs by annotating foreground and background (potential 116 and 21 categories, respectively). Then, we encode potential foreground and background representations separately through two fixed-size embeddings, and intermittently inject these features into the denoising process via linear attention. Finally, by pre-training on our dataset and fine-tuning on open-source benchmarks, we obtain PixelHacker. Extensive experiments show that PixelHacker comprehensively outperforms the SOTA on a wide range of datasets (Places2, CelebA-HQ, and FFHQ) and exhibits remarkable consistency in both structure and semantics. Project page at https://hustvl.github.io/PixelHacker.
