paper-with-me

Papers

Cache-Efficient Posterior Sampling for Reinforcement Learning with LLM-Derived Priors Across Discrete and Continuous Domains

2025-05-12 · Ibne Farabi Shihab, Sanjeda Akter, Anuj Sharma

Integrating large language models (LLMs) as priors in reinforcement learning (RL) offers significant advantages but comes with substantial computational costs. We present a principled cache-efficient framework for posterior sampling with LLM-derived priors that dramatically reduces these costs while maintaining high performance. At the core of our approach is an adaptive caching mechanism, where cache parameters are meta-optimized using surrogate gradients derived from policy performance. This design enables efficient inference across both discrete text environments (e.g., TextWorld, ALFWorld) and continuous control domains (e.g., MuJoCo), achieving a 3.8--4.7$\times$ reduction in LLM queries and 4.0--12.0$\times$ lower median latencies (85--93\,ms on a consumer GPU) while retaining 96--98\% of uncached performance. Our theoretical analysis provides KL divergence bounds on approximation quality, validated empirically. The framework extends to offline RL, where our CQL-Prior variant improves performance by 14--29\% and reduces training time by 38--40\%. Extensive evaluations across a diverse suite of eight tasks demonstrate the generalizability and practical viability of LLM-guided RL in resource-constrained settings.

📄 PDF Abstract BibTeX arXiv:2505.07274

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlGPUMuJoCoOffline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Exploiting Causal Graph Priors with Posterior Sampling for Reinforcement Learning

2023-10-11 · Mirco Mutti, Riccardo De Santi, Marcello Restelli, Alexander Marx 외

Posterior sampling allows exploitation of prior knowledge on the environment's transition dynamics to improve the sample efficiency of reinforcement learning. The prior is typically specified as a class of parametric dis…

reinforcement-learningReinforcement Learning

Outsourced diffusion sampling: Efficient posterior inference in latent spaces of generative models

2025-02-10 · Siddarth Venkatraman, Mohsin Hasan, Minsu Kim, Luca Scimeca 외

Any well-behaved generative model over a variable $\mathbf{x}$ can be expressed as a deterministic transformation of an exogenous ('outsourced') Gaussian noise variable $\mathbf{z}$: $\mathbf{x}=f_\theta(\mathbf{z})$. In…

Conditional Image GenerationImage Generation

Amortizing intractable inference in diffusion models for vision, language, and control

2024-05-31 · Siddarth Venkatraman, Moksh Jain, Luca Scimeca, Minsu Kim 외

Diffusion models have emerged as effective distribution estimators in vision, language, and reinforcement learning, but their use as priors in downstream tasks poses an intractable posterior inference problem. This paper…

continuous-controlContinuous ControlDeep Reinforcement LearningImage Generation+4

Divide-and-Conquer Posterior Sampling for Denoising Diffusion Priors

2024-03-18 · Yazid Janati, Badr Moufad, Alain Durmus, Eric Moulines 외

Recent advancements in solving Bayesian inverse problems have spotlighted denoising diffusion models (DDMs) as effective priors. Although these have great potential, DDM priors yield complex posterior distributions that …

DenoisingImage Restoration

LLM-Derived Priors for Thompson Sampling in Cold-Start Comment Recommendation

2026-08-04 · Eugene Lee, Oseong Choi, Byungsoo Kang, Taeyeong Jang arxiv

Multi-armed bandit algorithms, especially Thompson sampling, are widely used in online recommendation. Despite their ability to adapt from online feedback, these methods often suffer from cold-start limitations when newl…