CVFeb 19

PartRAG: Retrieval-Augmented Part-Level 3D Generation and Editing

arXiv:2602.17033v11 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of generating and editing 3D objects with detailed part structures for applications in computer graphics and AI, representing an incremental advance by combining retrieval with diffusion models.

The paper tackles the challenge of single-image 3D generation with part-level structure by introducing PartRAG, a retrieval-augmented framework that integrates an external part database with a diffusion transformer to enable precise, localized edits and improve multi-view consistency, achieving a reduction in Chamfer Distance from 0.1726 to 0.1528 and an increase in F-Score from 0.7472 to 0.844 on Objaverse.

Single-image 3D generation with part-level structure remains challenging: learned priors struggle to cover the long tail of part geometries and maintain multi-view consistency, and existing systems provide limited support for precise, localized edits. We present PartRAG, a retrieval-augmented framework that integrates an external part database with a diffusion transformer to couple generation with an editable representation. To overcome the first challenge, we introduce a Hierarchical Contrastive Retrieval module that aligns dense image patches with 3D part latents at both part and object granularity, retrieving from a curated bank of 1,236 part-annotated assets to inject diverse, physically plausible exemplars into denoising. To overcome the second challenge, we add a masked, part-level editor that operates in a shared canonical space, enabling swaps, attribute refinements, and compositional updates without regenerating the whole object while preserving non-target parts and multi-view consistency. PartRAG achieves competitive results on Objaverse, ShapeNet, and ABO-reducing Chamfer Distance from 0.1726 to 0.1528 and raising F-Score from 0.7472 to 0.844 on Objaverse-with inference of 38s and interactive edits in 5-8s. Qualitatively, PartRAG produces sharper part boundaries, better thin-structure fidelity, and robust behavior on articulated objects. Code: https://github.com/AIGeeksGroup/PartRAG. Website: https://aigeeksgroup.github.io/PartRAG.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes