paper-with-me

홈 › Papers

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

2026-02-19 · Peize Li, Zeyu Zhang, Hao Tang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.17033

Code (0)

등록된 구현이 없습니다.

Tasks

3D Generation

Similar Papers 제목 키워드 기반

MoRAG -- Multi-Fusion Retrieval Augmented Generation for Human Motion

2024-09-18 · Sai Shashank Kalakonda, Shubh Maheshwari, Ravi Kiran Sarvadevabhatla

We introduce MoRAG, a novel multi-part fusion based retrieval-augmented generation strategy for text-based human motion generation. The method enhances motion diffusion models by leveraging additional knowledge obtained …

Motion GenerationRetrievalRetrieval-augmented Generation

A Survey on Retrieval-Augmented Text Generation

2022-02-02 · Huayang Li, Yixuan Su, Deng Cai, Yan Wang 외

Recently, retrieval-augmented text generation attracted increasing attention of the computational linguistics community. Compared with conventional generation models, retrieval-augmented text generation has remarkable ad…

Machine TranslationResponse GenerationRetrievalRetrieval-augmented Generation+3

Retrieval-Augmented Code Generation: A Survey with Focus on Repository-Level Approaches

2025-10-06 · Yicheng Tao, Yuante Li, Yao Qin, Yepang Liu arxiv

Recent advances in large language models (LLMs) have significantly improved automated code generation. While existing approaches have achieved strong performance at the function and file levels, real-world software engin…

Code Generation

Benchmarking Foundation Models with Retrieval-Augmented Generation in Olympic-Level Physics Problem Solving

2025-10-01 · Shunfeng Zheng, Yudi Zhang, Meng Fang, Zihan Zhang 외 arxiv

Retrieval-augmented generation (RAG) with foundation models has achieved strong performance across diverse tasks, but their capacity for expert-level reasoning-such as solving Olympiad-level physics problems-remains larg…

LFRAG: Layout-oriented Fine-grained Retrieval-Augmented Generation on Multimodal Document Understanding

2026-04-18 · Yifan Zhu, Yu Mi, Yue Lu, Yanchu Guan 외 arxiv

Multimodal Retrieval-Augmented Generation (RAG) has emerged as an effective paradigm for enhancing Large Language Models (LLMs) with external knowledge. However, existing multimodal RAG systems predominantly rely on coar…

Question Answering