← Latest papers
🤖 machine learning

Deltoris: Enabling Real-time VLA Inference in Embodied AI via Bit-level Sparsity and Speculative Inference

Deltoris is an algorithm-hardware co-design framework that enables real-time, energy-efficient inference for diffusion-based Vision-Language-Action models on edge devices by leveraging temporal-aware bit-sparsity, speculative inference, and a custom bit-serial systolic accelerator to achieve significant speedups over existing solutions.

Original authors: Zheng Liu, Zeyu Guo, Zihan Liu, Anbang Wu, Han Zhao, Fangxin Liu, Zhezhi He, Yinhe Han, Jingwen Leng, Minyi Guo, Yiming Gan, Yu Feng

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

Original authors: Zheng Liu, Zeyu Guo, Zihan Liu, Anbang Wu, Han Zhao, Fangxin Liu, Zhezhi He, Yinhe Han, Jingwen Leng, Minyi Guo, Yiming Gan, Yu Feng

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 a robot trying to learn how to play a game of catch. To do this, it needs a brain that can see the ball, understand the rules, and decide exactly how to move its arm. In the world of robotics, this "brain" is often a special kind of computer program called a Vision-Language-Action (VLA) model. Think of it as a super-smart translator that turns what the robot sees and hears into physical movements. For a long time, these robots were a bit slow and clumsy because the math required to make them move was incredibly heavy, like trying to run a marathon while carrying a backpack full of bricks.

Recently, scientists discovered a new way to teach robots to move called "diffusion." Imagine a robot learning to walk by first stumbling around in a foggy room and then slowly clearing the fog step-by-step until it finds the perfect path. This method makes robots move much smoother and handle new situations better than before. However, there's a catch: this "fog-clearing" process is so computationally heavy that it's too slow for real-time use. A robot needs to make decisions 50 to 200 times every second to stay balanced and safe, but these new models were taking too long, like a snail trying to win a race against a cheetah. This is the problem a team of researchers set out to solve: how do we make these super-smart, smooth-moving robots fast enough to keep up with the real world?

Enter Deltoris, a clever new system designed to speed up these robot brains without making them dumber. The researchers realized that robots don't live in a world where everything changes instantly. If a robot is reaching for a cup, the view of the cup from one millisecond to the next is almost exactly the same. It's like watching a movie where 98% of the frames are identical; you don't need to redraw the whole picture every time, you just need to draw the tiny bit that changed.

Deltoris uses this observation to its advantage through a technique called temporal-aware bit-level sparsity. Instead of recalculating the entire math problem for every single movement, the system only calculates the difference between the current moment and the last one. It's like sending a text message that only says "I moved my hand up 2 inches" instead of rewriting your entire biography every time you move. This skips a massive amount of unnecessary work, cutting down the calculations by over 90%.

However, there was a snag. By only sending the "difference," the system had to constantly fetch the "old" information from memory to compare it with the "new" information, which created a traffic jam in the data pipeline. To fix this, the team added a second trick called speculative inference. Imagine a coach who has a small, fast assistant predict the next few moves of the game, and then a big, slow, super-smart coach checks those predictions all at once in a group. This allows the system to load the heavy data just once and use it to verify multiple steps, smoothing out the traffic jam.

To make all this magic happen, the researchers didn't just write software; they built a custom hardware chip (an accelerator) specifically designed to handle these "difference" calculations. They created a special assembly line of tiny processors that work together perfectly, ensuring no one sits idle while waiting for data.

The results of their experiments are impressive. When they tested Deltoris against standard mobile computer chips (like the ones in high-end phones) and other specialized robot chips, it was a landslide victory. Deltoris was up to 34.2 times faster than mobile GPUs and 6.1 times faster than previous specialized accelerators. Perhaps even more importantly, it used up to 822 times less energy, which is a huge deal for battery-powered robots. The team also checked to make sure the robot didn't get confused by these shortcuts; the accuracy remained almost exactly the same, with only a tiny, negligible drop in performance.

In short, Deltoris shows that by being smart about what we calculate (only the changes) and how we calculate it (grouping predictions together), we can finally give embodied AI the speed and efficiency it needs to move through our world in real-time. It's a significant step toward robots that can not only think but also act as fast as we do.

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 →