← Latest papers
🤖 machine learning

E2HiL: Entropy-Guided Sample Selection for Efficient Real-World Human-in-the-Loop Reinforcement Learning

The paper proposes E2HiL, an entropy-guided sample selection framework for real-world human-in-the-loop reinforcement learning that improves sample efficiency and success rates by actively filtering out noisy and shortcut samples to retain only those with moderate influence on policy entropy.

Original authors: Haoyuan Deng, Yudong Lin, Yuanjiang Xue, Haoyang Du, Qianzhun Wang, Boyang Zhou, Zhenyu Wu, Ziwei Wang

Published 2026-08-26
📖 4 min read☕ Coffee break read

Original authors: Haoyuan Deng, Yudong Lin, Yuanjiang Xue, Haoyang Du, Qianzhun Wang, Boyang Zhou, Zhenyu Wu, Ziwei Wang

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

Robots have long been masters of the factory floor, performing repetitive tasks with unerring precision. Yet, when asked to navigate the messy, unpredictable chaos of a human home or a dynamic workshop, they often stumble. The core difficulty lies in teaching a machine to adapt. Traditional programming fails because it cannot account for every possible variation in the real world. Instead, researchers turn to a method where the robot learns by doing, trying actions, failing, and slowly figuring out what works. This process, known as reinforcement learning, is powerful but notoriously slow and expensive. To speed it up, scientists have introduced a human teacher into the loop. When the robot makes a mistake, a person can step in, correct the action, and show the machine the right way. This "human-in-the-loop" approach has shown promise, but it comes with a heavy price: it requires a vast amount of human time and effort, often overwhelming the teacher with unnecessary corrections.

A team of researchers has now developed a smarter way to manage this partnership, a system they call E2HiL. Rather than accepting every correction a human offers, this new framework acts as a discerning editor, deciding which lessons are truly valuable and which are distractions. The researchers discovered that the key to efficient learning lies in a concept called "entropy," which in this context measures how much the robot is exploring new possibilities versus sticking to what it already knows. If a robot becomes too confident too quickly, it stops exploring and gets stuck in a local solution, missing better ways to perform a task. Conversely, if it remains too uncertain, it wastes time wandering aimlessly. The team found that existing methods often let the robot's confidence collapse too early, causing it to give up on exploring before it has truly learned.

To solve this, the E2HiL system analyzes every single interaction between the robot and the human to gauge its impact on the robot's learning curve. It looks for a specific pattern in the data: interactions that cause the robot's confidence to drop too sharply or those that have almost no effect at all. The system identifies these as "shortcut" samples, where a human might force a quick fix that prevents the robot from understanding the underlying mechanics, and "noisy" samples, which are corrections so minor they add no value. By filtering out these unhelpful moments, the system ensures that the robot only learns from interventions that offer a steady, manageable reduction in uncertainty. This allows the robot to maintain a healthy balance between trying new things and refining its skills, leading to faster mastery with far less human fatigue.

The researchers tested this approach on ten different real-world tasks using various robotic arms, ranging from simple pick-and-place operations to complex manipulations like folding towels and inserting blocks. They compared their new system against the current best methods for human-guided learning. The results were striking. The E2HiL framework increased the robot's success rate by nearly 25 percent while simultaneously reducing the number of times a human needed to intervene by about 9 percent. In one specific task involving a cube that needed to be touched, the system allowed the robot to learn two distinct skills in sequence, whereas the standard method struggled to move past the first one. The system achieved this not by changing the robot's hardware or its basic learning algorithm, but by simply being more selective about the data it used to update its brain.

What makes this finding particularly significant is that the system works regardless of the specific robot or the type of task it is performing. It functions as a plug-and-play module that can be added to existing learning frameworks without requiring a complete redesign. The researchers verified that their method does not rely on perfect initial guesses or flawless data; it adapts as the robot learns, stabilizing the learning process even when early data is imperfect. By focusing on the quality of the human-robot interaction rather than just the quantity, E2HiL demonstrates that the path to efficient robotic learning is not about more human effort, but about smarter selection. This approach offers a clear path forward for deploying robots in real-world settings where time and human attention are limited resources, proving that sometimes the most effective way to teach a machine is to teach it what to ignore.

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 →