English

Graph-PiT: Enhancing Structural Coherence in Part-Based Image Synthesis via Graph Priors

Computer Vision and Pattern Recognition 2026-04-08 v1 Artificial Intelligence Multimedia

Abstract

Achieving fine-grained and structurally sound controllability is a cornerstone of advanced visual generation. Existing part-based frameworks treat user-provided parts as an unordered set and therefore ignore their intrinsic spatial and semantic relationships, which often results in compositions that lack structural integrity. To bridge this gap, we propose Graph-PiT, a framework that explicitly models the structural dependencies of visual components using a graph prior. Specifically, we represent visual parts as nodes and their spatial-semantic relationships as edges. At the heart of our method is a Hierarchical Graph Neural Network (HGNN) module that performs bidirectional message passing between coarse-grained part-level super-nodes and fine-grained IP+ token sub-nodes, refining part embeddings before they enter the generative pipeline. We also introduce a graph Laplacian smoothness loss and an edge-reconstruction loss so that adjacent parts acquire compatible, relation-aware embeddings. Quantitative experiments on controlled synthetic domains (character, product, indoor layout, and jigsaw), together with qualitative transfer to real web images, show that Graph-PiT improves structural coherence over vanilla PiT while remaining compatible with the original IP-Prior pipeline. Ablation experiments confirm that explicit relational reasoning is crucial for enforcing user-specified adjacency constraints. Our approach not only enhances the plausibility of generated concepts but also offers a scalable and interpretable mechanism for complex, multi-part image synthesis. The code is available at https://github.com/wolf-bailang/Graph-PiT.

Keywords

Cite

@article{arxiv.2604.06074,
  title  = {Graph-PiT: Enhancing Structural Coherence in Part-Based Image Synthesis via Graph Priors},
  author = {Junbin Zhang and Meng Cao and Feng Tan and Yikai Lin and Yuexian Zou},
  journal= {arXiv preprint arXiv:2604.06074},
  year   = {2026}
}

Comments

11 pages, 5 figures, Accepted by ICME 2026

R2 v1 2026-07-01T11:57:44.492Z