paper-with-me

홈 › Papers

Retrieval-Augmented Score Distillation for Text-to-3D Generation

2024-02-05 · Junyoung Seo, Susung Hong, Wooseok Jang, Inès Hyeonsu Kim, Minseop Kwak, Doyup Lee, Seungryong Kim

Text-to-3D generation has achieved significant success by incorporating powerful 2D diffusion models, but insufficient 3D prior knowledge also leads to the inconsistency of 3D geometry. Recently, since large-scale multi-view datasets have been released, fine-tuning the diffusion model on the multi-view datasets becomes a mainstream to solve the 3D inconsistency problem. However, it has confronted with fundamental difficulties regarding the limited quality and diversity of 3D data, compared with 2D data. To sidestep these trade-offs, we explore a retrieval-augmented approach tailored for score distillation, dubbed ReDream. We postulate that both expressiveness of 2D diffusion models and geometric consistency of 3D assets can be fully leveraged by employing the semantically relevant assets directly within the optimization process. To this end, we introduce novel framework for retrieval-based quality enhancement in text-to-3D generation. We leverage the retrieved asset to incorporate its geometric prior in the variational objective and adapt the diffusion model's 2D prior toward view consistency, achieving drastic improvements in both geometry and fidelity of generated scenes. We conduct extensive experiments to demonstrate that ReDream exhibits superior quality with increased geometric consistency. Project page is available at https://ku-cvlab.github.io/ReDream/.

📄 PDF Abstract BibTeX arXiv:2402.02972

Code (1)

KU-CVLAB/RetDream 공식 구현

Tasks

3D Generation3D geometryDiversityRetrievalText to 3D

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Unveiling the Magic: Investigating Attention Distillation in Retrieval-augmented Generation

2024-02-19 · Zizhong Li, Haopeng Zhang, Jiawei Zhang

Retrieval-augmented generation framework can address the limitations of large language models by enabling real-time knowledge updates for more accurate answers. An efficient way in the training phase of retrieval-augment…

RetrievalRetrieval-augmented Generation

CORD: Balancing COnsistency and Rank Distillation for Robust Retrieval-Augmented Generation

2024-12-19 · Youngwon Lee, Seung-won Hwang, Daniel Campos, Filip Graliński 외

With the adoption of retrieval-augmented generation (RAG), large language models (LLMs) are expected to ground their generation to the retrieved contexts. Yet, this is hindered by position bias of LLMs, failing to evenly…

PositionRAGRetrievalRetrieval-augmented Generation

Loops On Retrieval Augmented Generation (LoRAG)

2024-03-18 · Ayush Thakur, Rashmi Vashisth

This paper presents Loops On Retrieval Augmented Generation (LoRAG), a new framework designed to enhance the quality of retrieval-augmented text generation through the incorporation of an iterative loop mechanism. The ar…

RetrievalRetrieval-augmented GenerationText Generation

Training Plug-n-Play Knowledge Modules with Deep Context Distillation

2025-03-11 · Lucas Caccia, Alan Ansell, Edoardo Ponti, Ivan Vulić 외

Dynamically integrating new or rapidly evolving information after (Large) Language Model pre-training remains challenging, particularly in low-data scenarios or when dealing with private and specialized documents. In-con…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+3

RADD: Retrieval-Augmented Discrete Diffusion for Multi-Modal Knowledge Graph Completion

2026-04-28 · Guanglin Niu, Bo Li arxiv

Most multi-modal knowledge graph completion (MMKGC) models use one embedding scorer to do both retrieval over the full entity set and final decision making. We argue that this coupling is a core bottleneck: global high-r…

Knowledge Graph CompletionDecision Making