@Haoyu_Xiong_: Success rate has long been the primary metric for evaluating robot manipulation. What about speed? Today, we introduce …

X AI KOLs Following Papers

Summary

Introduces B-spline Policy (BSP), which parameterizes actions as continuous B-spline curves instead of discrete fixed-rate action chunks, enabling faster and smoother manipulation on low-cost robot arms.

Success rate has long been the primary metric for evaluating robot manipulation. What about speed? Today, we introduce B-spline Policy (BSP). Instead of predicting discrete fixed-rate action chunks, we parameterize actions as continuous B-spline curves. Together with our system design, BSP enables fast manipulation on low-cost robot arms. This project is co-led by @xshenhan, check out his following threads for more details. PS: one of my favorite parts of this project was the first time we saw the robots move significantly faster and smoother than the baselines. The videos below are all real time.
Original Article
View Cached Full Text

Cached at: 07/16/26, 02:01 AM

Success rate has long been the primary metric for evaluating robot manipulation. What about speed?

Today, we introduce B-spline Policy (BSP). Instead of predicting discrete fixed-rate action chunks, we parameterize actions as continuous B-spline curves. Together with our system design, BSP enables fast manipulation on low-cost robot arms.

This project is co-led by @xshenhan, check out his following threads for more details.

PS: one of my favorite parts of this project was the first time we saw the robots move significantly faster and smoother than the baselines. The videos below are all real time.

Yes, we are committed to open-source research: https://b-spline-policy.github.io

Similar Articles

πR^2: Reactive Real-time Flow Policies

Hugging Face Daily Papers

πR^2 introduces a reactive real-time flow policy for robot manipulation that splits conditioning into fast and slow channels and uses a latency-adaptive flow schedule, enabling closed-loop replanning ~4x faster than baseline policies and improving success rates by up to 30%.

Smooth Move: Taming Trajectories with Polynomials

Hacker News Top

This article explains how to use polynomials, specifically smoothstep functions, to create smooth motion trajectories for robots and 3D printers by matching derivatives of position (velocity, acceleration, jerk, etc.) to avoid discontinuities.