← Latest papers
🤖 machine learning

RLDX-1 Technical Report

This paper introduces RLDX-1, a general robotic policy based on the Multi-Stream Action Transformer (MSAT) architecture that integrates heterogeneous modalities and specialized system designs to significantly outperform existing Vision-Language-Action models in complex, contact-rich, and dynamic real-world dexterous manipulation tasks.

Original authors: Dongyoung Kim, Huiwon Jang, Myungkyu Koo, Suhyeok Jang, Taeyoung Kim, Beomjun Kim, Byungjun Yoon, Changsung Jang, Daewon Choi, Dongsu Han, Donguk Lee, Heeseung Kwon, Hojin Jeon, Jaehyun Kang, Jaekyoun
Published 2026-05-06
📖 5 min read🧠 Deep dive

Original authors: Dongyoung Kim, Huiwon Jang, Myungkyu Koo, Suhyeok Jang, Taeyoung Kim, Beomjun Kim, Byungjun Yoon, Changsung Jang, Daewon Choi, Dongsu Han, Donguk Lee, Heeseung Kwon, Hojin Jeon, Jaehyun Kang, Jaekyoung Bae, Jihyuk Lee, Jimin Lee, John Won, Joonwoo Ahn, Junhyeong Park, Junyoung Sung, Kyungmin Lee, Minseong Han, Minsung Yoon, Sejune Joo, Seonil Son, Seungcheol Park, Seunggeun Cho, Seungjun Moon, Seungku Kim, Yonghoon Dong, Yongjin Cho, Youngchan Kim, Chang Hwan Kim, Dohyeon Kim, Hazel Lee, Heecheol Kim, Hensen Ahn, Hyungkyu Ryu, Hyunsoo Choi, Hyunsoo Shin, Jaeheon Jung, Jaewoo Kim, Jinwook Kim, Joochul Chang, Joonsoo Kim, Junghun Park, Jungwoo Park, Junho Cho, Junhyeok Park, Junwon Lee, Kangwook Lee, Kwanghoon Kim, Kyoungwhan Choe, Manoj Bhadu, Nayoung Oh, Sangjun Kim, Sangwoo Kim, Seunghoon Shim, Seunghyun Kim, Seungjun Lee, Seungyup Ka, Sungryol Yang, Wook Jung, Yashu Shukla, Yeonjae Lee, Yeonwoo Bae, Jinwoo Shin

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

Imagine you have built a robot that is incredibly smart at reading instructions and looking at images. It knows what a "cup" is, what "pouring" means, and can speak fluently about them. This is like a robot with a PhD in theory, but without experience in the real world. If you ask it to catch a ball moving on a conveyor belt, or to twist a lightbulb without breaking it, it might freeze because it does not understand movement, memory, or touch.

The work introduces RLDX-1, a new robot "brain" designed to fix this problem. Consider RLDX-1 not just as an intelligent reader, but as a master craftsman who combines three new superpowers with its existing intelligence:

1. The Superpowers: Movement, Memory, and Touch

  • Motion Perception (The "Juggler"):
    Most robots look at a still photo and guess what to do next. But the real world moves. If a box slides on a conveyor belt, a static photo is useless. RLDX-1 is like a juggler who does not just look at the ball; it watches the entire video of the ball flying through the air. It understands speed and direction, enabling it to catch moving objects that other robots miss.
  • Long-Term Memory (The "Sherlock Holmes"):
    Some tasks take time. Imagine a shell game where a person hides a die under one of three cups, walks away, and then asks the robot to find it. A robot with only "short-term memory" sees the cups but forgets which one the person touched. RLDX-1 keeps a "notebook" about what happened seconds or minutes ago. It remembers the sequence of events, allowing it to solve puzzles that require looking back into the past.
  • Physical Sensing (The "Gentle Hand"):
    Seeing is great, but you cannot see inside a socket or feel how hard you are pressing a fragile egg. RLDX-1 can "feel" through its sensors. It reads the torque (rotational force) in its joints and tactile (touch) signals from its skin. This is like a blind person who can say exactly when a plug is seated in a socket or when an egg is about to break, and immediately adjust their grip.

2. The Training: How it Learned

You cannot simply teach a robot these skills by showing it a few videos. RLDX-1 went through a three-stage training camp:

  • Stage 1: The Generalist (Pre-training): It watched millions of videos of various robots (arms, hands, humanoids) doing simple things. This gave it a broad understanding of how the world works.
  • Stage 2: The Specialist (Mid-training): Here, it learned its new superpowers. It practiced specifically with the modules for "movement," "memory," and "touch." To do this, researchers used a clever trick: they employed AI video generators to create thousands of new, rare scenarios (like a robot pouring soup in a kitchen that does not exist), and then used mathematics to figure out what the robot should have done. This filled the gaps where real data was missing.
  • Stage 3: The Refinement (Post-training): Finally, it practiced on specific real-world tasks and learned from its own mistakes. If it failed to pick up a cup, it tried again, using a reinforcement learning method that works like a coach giving immediate feedback to improve performance.

3. The Speed: On the Fast Track

Even the smartest brain is useless if it is too slow. If a robot takes 0.1 seconds to think, the world may have changed by the time it acts. The work explains that RLDX-1 was optimized to run 1.6 times faster than standard systems.

  • The Analogy: Imagine a delivery driver who stops at every single traffic light to check a map (standard processing). RLDX-1 is like a driver who has mapped the entire route in advance, knows exactly which lights will turn green, and drives through without stopping. This allows it to react in real time, even on fast-moving conveyor belts.

4. The Results: The Proof is in the Pudding

The researchers tested RLDX-1 in two ways against other top robot brains (such as π0.5\pi0.5 and GR00T N1.6):

  • In Simulation (The Video Game): RLDX-1 consistently beat the others in complex kitchen tasks and challenges involving moving objects.
  • In the Real World (The Test):
    • The Conveyor Belt: When objects moved quickly, RLDX-1 succeeded in 87.5% of cases, while the next-best robot failed in almost 70% of cases.
    • The Shell Game: When asked to find a hidden object based on memory, RLDX-1 was correct in 91.7% of cases. The others guessed randomly and were correct only about 30% of the time.
    • The Lightbulb: When asked to twist a lightbulb until it lit up, RLDX-1 learned to do it in fewer attempts than a human trainer could demonstrate.

Summary

RLDX-1 is a robot strategy that goes beyond mere "seeing and understanding" toward skilled, craft-like action. By combining a powerful visual brain with specialized modules for movement, memory, and touch, and by training on a massive mix of real and AI-generated data, it achieves human-like abilities in complex, dynamic, and delicate tasks where earlier robots struggled. It is a significant step toward robots that can truly work alongside us in the chaotic, moving, and tactile real world.

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 →