← Latest papers
🤖 machine learning

Noisy-Space Policy Gradient for Diffusion Policies in Offline Reinforcement Learning

This paper introduces Noisy-Space Policy Gradient (NSPG), a novel framework that enables effective offline reinforcement learning with diffusion policies by deriving a KL-regularized objective over diffusion latents that optimizes using clean action-space value estimates without requiring backpropagation through the denoising process.

Original authors: Mahmoud Selim, Cristina Cipriani, Karl H. Johansson

Published 2026-09-09
📖 5 min read🧠 Deep dive

Original authors: Mahmoud Selim, Cristina Cipriani, Karl H. Johansson

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the world of artificial intelligence, there is a persistent challenge known as offline reinforcement learning. Imagine a student trying to learn how to play a complex video game, but they are forbidden from touching the controller. They can only watch hours of recorded footage of other players, some of whom were experts and some of whom made frequent mistakes. The goal is to learn a strategy that wins more often than the people in the videos, without ever risking a new move that might lead to a crash. This is difficult because the AI must learn from a fixed set of data without the safety net of trial and error. If the AI guesses a move that was never seen in the recordings, it might fail catastrophically, as it has no way to know if that move is actually good or just a dangerous hallucination.

To solve this, researchers have turned to a type of AI model called a diffusion policy. These models are exceptionally good at understanding complex patterns, such as the many different ways a human hand might grasp a tool or a robot might navigate a maze. They work by starting with a chaotic, noisy guess and slowly refining it, step by step, until it becomes a clear, usable action. However, a fundamental problem arises when trying to teach these models to win: the model makes its decisions in a hidden, noisy space, but the rewards it receives are based on the final, clean actions it actually takes. It is like trying to grade a student's essay by looking at their messy, crossed-out drafts rather than the final polished page. The feedback loop is broken, and the AI struggles to learn which of its hidden steps led to success.

A team of researchers has now bridged this gap with a new method called Noisy-Space Policy Gradient. Instead of trying to force the noisy, hidden steps to match the final rewards directly, they created a new way to assign value to those hidden steps. They realized that a single noisy guess does not correspond to just one final action, but rather to a whole cloud of possible actions that could emerge from it. By calculating the average reward of all the possible clean actions that could come from a specific noisy guess, they created a fair and accurate score for that guess. This score tells the AI exactly how good a particular hidden step is, based on the potential outcomes it could produce, rather than forcing it to commit to a single, possibly wrong, final answer.

The researchers tested this approach on a wide variety of tasks, ranging from simple robotic movements to complex visual puzzles. In these experiments, the new method consistently outperformed previous techniques, especially in difficult scenarios where the data was sparse or the tasks required long chains of precise actions. For instance, in tasks involving navigating large mazes or manipulating delicate objects, the new method achieved significantly higher success rates than earlier models. It proved particularly effective in situations where the AI had to choose between a common, safe action and a rare, high-reward action, a choice that often confused older models. By looking at the full range of possibilities rather than a single path, the AI learned to aim for the high-reward outcomes more reliably.

One of the most significant aspects of this work is how it handles the relationship between the AI's internal thinking process and the real world. Previous methods often tried to evaluate the AI's hidden steps directly, which led to confusion and instability. Others tried to simplify the AI's thinking process to make it easier to evaluate, but this often stripped away the very complexity that made the AI powerful in the first place. The new approach avoids these pitfalls by keeping the evaluation strictly in the world of real actions while allowing the AI to think in its complex, noisy way. It acts as a translator, ensuring that the feedback the AI receives is always grounded in reality, even though the AI is learning in a hidden space.

The results suggest that this method provides a solid foundation for training advanced AI systems on historical data. The researchers found that the method remained stable and efficient, requiring only a small number of calculations to estimate the value of each step. This efficiency is crucial, as it means the method can be applied to large, complex problems without becoming too slow to be practical. The team also explored how sensitive the system was to different settings, finding that it worked well across a broad range of conditions without needing constant, delicate tuning. This robustness makes it a promising tool for future applications in robotics and automation, where learning from past data is often the only option.

Ultimately, this work resolves a long-standing disconnect in how AI learns from experience. It demonstrates that by properly understanding the relationship between hidden thoughts and visible actions, we can teach complex systems to improve without ever stepping outside the bounds of their training data. The method does not rely on magic or guesswork; it relies on a clear, mathematical understanding of how noise transforms into action. As the field of artificial intelligence continues to evolve, approaches that can safely and effectively learn from the past will be essential for building systems that are both capable and reliable. This new technique offers a principled way forward, turning the messy process of learning from static data into a clear path toward better decision-making.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →