ISAP-3D: Identity-Slot Aligned Part-Aware 3D Generation

TL;DR

Proposes ISAP-3D with explicit identity-slot alignment for stable 3D part generation, improving structural consistency.

cs.CV 🔴 Advanced 2026-06-10 42 views
Junlin Hao Haoshuai Fu Xibin Song Wei Li Ruigang Yang Xinggong Zhang Jinchuan Zhang
3D generation part-aware identity-slot alignment structural stability deep learning

Key Findings

Methodology

The approach is based on the principle of explicit identity-slot alignment, binding each semantic part to a unique identity token. It employs multimodal encodings (text, image, mask) to construct identity conditions. A transformer-based layout predictor (Layout Transformer) performs one-to-one spatial layout inference, followed by geometry synthesis conditioned on predicted layouts via a Geometry Flow Transformer. A structured local-global conditioning scheme ensures cross-stage identity consistency. A part-level dataset with a unified semantic protocol supports learnable, stable identity-slot alignment, enabling end-to-end training and robust generation.

Key Results

  • The model achieves PartIoU of 0.0330, Chamfer distance of 0.1410, and NMI of 0.6157, surpassing state-of-the-art methods like OmniPart and PartCrafter, demonstrating superior structural stability and controllability.
  • In multi-view consistency and part editing tasks, the model exhibits higher robustness, effectively mitigating slot swapping and merging issues under complex scenarios.
  • The constructed part-level dataset facilitates end-to-end learning from text to 3D geometry, confirming the critical role of explicit identity-slot alignment in fine-grained generation.

Significance

This work addresses the fundamental challenge of structural instability in part-aware 3D generation caused by implicit identity-layout entanglement. By explicitly aligning semantic identities with dedicated slots, it enhances stability, controllability, and editing flexibility. The approach significantly advances the state-of-the-art, enabling more reliable and interpretable 3D content creation, with broad implications for immersive VR, CAD, and game development. It provides a new theoretical framework that bridges semantic understanding and geometric synthesis, opening avenues for more intelligent and user-guided 3D generation systems.

Technical Contribution

The paper introduces an explicit identity-slot alignment framework, replacing traditional implicit layout prediction with a one-to-one semantic-to-slot mapping. It integrates multimodal encodings for robust identity conditioning and employs a transformer-based layout predictor that enforces semantic consistency. The structured local-global conditioning mechanism ensures cross-stage identity preservation. Additionally, a novel part-level dataset with a unified semantic protocol supports stable supervision. The overall architecture outperforms existing methods in stability and controllability, providing a new paradigm for part-aware 3D generation.

Novelty

This is the first work to explicitly enforce identity-slot one-to-one correspondence in 3D part generation, directly addressing the permutation ambiguity problem. Unlike prior approaches relying on implicit or dataset-level heuristics, this method guarantees consistent semantic-part assignment across views and edits, representing a significant conceptual and technical innovation in structured 3D synthesis.

Limitations

  • The model's robustness decreases in highly occluded or sparse data scenarios, where identity cues become unreliable, leading to potential misalignments.
  • Training requires large, annotated part-level datasets with consistent semantic labels, which are costly to acquire and limit scalability.
  • Current focus is on static geometry; extending to dynamic scenes and animations remains a future challenge.

Future Work

Future directions include integrating self-supervised learning to reduce dependence on annotated datasets, extending the framework to dynamic and articulated objects, and exploring real-time applications. Further research may also focus on improving robustness under occlusion and sparse data conditions, as well as scaling to more complex scenes with multiple interacting objects.

AI Executive Summary

The rapid growth of 3D content creation in gaming, virtual reality, and industrial design demands models that produce detailed, controllable, and structurally stable objects. Traditional holistic 3D generators excel at producing realistic shapes but lack explicit part-level control, limiting their utility in editing and reuse. Part-aware methods introduced semantic segmentation and part decomposition, yet often suffer from structural instability, with parts swapping or merging unpredictably across different views or edits. This instability stems from the core issue of implicit identity-layout entanglement, where semantic parts are not explicitly bound to dedicated spatial slots. As a result, the correspondence between semantic identity and spatial position remains ambiguous during training, leading to inconsistent decompositions and unreliable editing capabilities.

To address this, the authors propose ISAP-3D, a novel framework grounded in the principle of explicit identity-slot alignment. The key idea is to assign each semantic part a unique identity token, which serves as an anchor throughout the generation process. This explicit binding ensures a one-to-one correspondence between semantic identity and generation slots, effectively eliminating the permutation ambiguity. The framework employs multimodal encodings—textual descriptions, visual cues, and masks—to construct robust identity conditions. These are fed into a transformer-based layout predictor, which infers spatial arrangements in a manner conditioned on semantic identities, ensuring consistent part placement across views.

Following layout prediction, a geometry synthesis module conditioned on the predicted layouts generates detailed part geometries. This stage uses a geometry flow transformer with local-global attention mechanisms, preserving identity consistency and spatial coherence. The entire pipeline is supported by a newly constructed part-level dataset with a unified semantic protocol, enabling stable supervision and training. Extensive experiments demonstrate that ISAP-3D outperforms existing methods in structural stability, controllability, and robustness, achieving superior metrics such as PartIoU, Chamfer distance, and NMI. The approach significantly advances the field by providing a reliable, interpretable, and editable 3D part generation framework, with promising applications in VR, CAD, and content creation.

Despite its strengths, the method faces challenges in highly occluded or sparse data scenarios, and relies on large annotated datasets. Future work aims to incorporate self-supervised learning, extend to dynamic scenes, and improve robustness under adverse conditions, paving the way for more intelligent and flexible 3D content synthesis.

Deep Dive

Abstract

Part-aware 3D generation aims to synthesize structured objects with semantically meaningful components, yet often suffers from structural ambiguity due to identity-layout entanglement. Existing methods either infer part identity and spatial layout implicitly, which can lead to unstable part allocation (e.g., slot swapping or part merging), or rely on strong layout conditions that are difficult to obtain in practice. We attribute this ambiguity to identity-slot permutation freedom: without explicit identity-slot alignment, the correspondence between semantic parts and generation slots is not identifiable during training, allowing multiple slot assignments to fit the same supervision and leading to inconsistent decomposition. Based on this insight, we argue that stable part-aware generation requires identity-aligned one-to-one slot modelling. We therefore propose an identity-slot aligned framework, ISAP-3D, which anchors each part with semantic identity tokens and performs identity-conditioned one-to-one layout prediction, followed by layout-conditioned geometry synthesis. Structured local-global conditioning maintains identity alignment across semantic, spatial, and geometric stages. We also construct a part-level dataset with a unified semantic protocol to enable learnable and consistent identity-slot alignment. Extensive experiments demonstrate improved structural stability, controllability, and robustness over state-of-the-art part-aware generation baselines.

cs.CV