paper-with-me

Papers

Adaptive Guidance for Retrieval-Augmented Masked Diffusion Models

2026-03-18 · Jaemin Kim, Jong Chul Ye arxiv

Retrieval-Augmented Generation (RAG) improves factual grounding by incorporating external knowledge into language model generation. However, when retrieved context is noisy, unreliable, or inconsistent with the model's parametric knowledge, it introduces retrieval-prior conflicts that can degrade generation quality. While this problem has been studied in autoregressive language models, it remains largely unexplored in diffusion-based language models, where the iterative denoising process introduces unique challenges for integrating retrieved context. In this work, we propose Adaptive Retrieval-Augmented Masked Diffusion (ARAM), a training-free adaptive guidance framework for Masked Diffusion Models (MDMs) in RAG settings. ARAM dynamically calibrates the guidance scale during denoising according to the Signal-to-Noise Ratio (SNR) of the distributional shift induced by retrieved context. Intuitively, the model strengthens guidance when the retrieved context provides reliable corrective evidence and suppresses it when the contextual signal is noisy or non-supportive. Extensive experiments on multiple knowledge-intensive QA benchmarks show that ARAM improves overall QA performance over competitive RAG baselines.

📄 PDF Abstract BibTeX arXiv:2603.17677

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Classifier-Free Guidance via Dynamic Low-Confidence Masking

2025-05-26 · Pengxiang Li, Shilin Yan, Joey Tsai, Renrui Zhang 외

Classifier-Free Guidance (CFG) significantly enhances controllability in generative models by interpolating conditional and unconditional predictions. However, standard CFG often employs a static unconditional input, whi…

Language ModelingLanguage ModellingText Generation

ReMoMask: Retrieval-Augmented Masked Motion Generation

2025-08-04 · Zhengdao Li, Siheng Wang, Zeyu Zhang, Hao Tang arxiv

Text-to-Motion (T2M) generation aims to synthesize realistic and semantically aligned human motion sequences from natural language descriptions. However, current approaches face dual challenges: Generative models (e.g., …

Cross-Modal Retrieval

Retrieval-Augmented Diffusion Models for Time Series Forecasting

2024-10-24 · Jingwei Liu, Ling Yang, Hongyan Li, Shenda Hong

While time series diffusion models have received considerable focus from many recent works, the performance of existing models remains highly unstable. Factors limiting time series diffusion models include insufficient t…

DenoisingRetrievalTime SeriesTime Series Forecasting

Structure Matters: Tackling the Semantic Discrepancy in Diffusion Models for Image Inpainting

2024-03-29 · CVPR 2024 1 · Haipeng Liu, Yang Wang, Biao Qian, Meng Wang 외

Denoising diffusion probabilistic models for image inpainting aim to add the noise to the texture of image during the forward process and recover masked regions with unmasked ones of the texture via the reverse denoising…

DenoisingImage Inpainting

Self-Augmenting Retrieval for Diffusion Language Models

2026-06-04 · Paul Jünger, Justin Lovelace, Linxi Zhao, Dongyoung Go 외 arxiv

Discrete diffusion language models generate text by iteratively denoising an entire response in parallel. At each step, they predict tentative tokens for every masked position, committing the confident predictions to the…