Skip to content
RobotWorld
Back to Papers

PAPER DEEP DIVE

灵巧操作PaperManipulation

The Curse of Precision: A Data Scaling Law for High-Precision Robotic Manipulation

While scaling laws for imitation learning have primarily focused on generalization in open-world settings, the relationship between data and precision in closed-world tasks like robotic assembly remains largely unexplored. This paper systematically investigates this relationship and introduces a novel scaling law. We find that to achieve a fixed success rate, the required number of demonstrations $N$ grows super-exponentially as the target precision $P$ approaches a limit $c$. This relationship is accurately captured by the model $\log(N) \propto 1/(P-c)$. Crucially, we reveal that the limit precision $c$ is not a static physical constant of the task but an emergent property of the entire agent system, including its sensors and expert policy. Through experiments on canonical manipulation tasks, we validate this law and demonstrate that improving system components, such as adding a wrist camera or using a more effective expert, measurably lowers $c$, thus expanding the system's achievable precision. Our work provides a new theoretical framework for precision in robotics and a quantitative metric to evaluate system capabilities. Furthermore, these findings provide a practical methodology for guiding the development and debugging of high-precision manipulation systems.

Cuijie Xu, Yuanfan Xu, Min Xue, Jianjie Lin, Jian Wang, Xudong Zhang, Yu Wang, Jincheng YuJuly 25, 20265 min read
中文

The Curse of Precision: A Data Scaling Law for High-Precision Robotic Manipulation

Institution: Tsinghua University  |  arXiv: 2607.23108v1


One-Sentence Summary

This paper reveals that the data volume N required for high-precision robotic manipulation grows super-exponentially as precision P approaches a limit c, captured by $\log(N) \propto 1/(P-c)$, where c is an emergent system property lowered by better sensors and expert policies.


Background and Motivation

Scaling laws for imitation learning have focused on open-world generalization. The relationship between data and precision in closed-world tasks like robotic assembly remains unexplored. High-precision applications (industrial assembly, electronic manufacturing) require near-perfect reliability, making precision scaling economically critical.

Figure 1: Precision manipulation tasks

Figure 1: Three high-precision tasks — Peg Insertion, Cuboid Stacking, Roll Ball.

Methodology

Success Rate Scaling Law (Hypothesis 1)

For fixed precision P, failure rate follows a power law with data volume N:

$$\log(1-SR) = a \cdot \log(N) + b \quad (\text{at target } P)$$

where $a$ and $b$ are fitting parameters. Parameter $|a|$ reflects data efficiency — larger $|a|$ means higher marginal benefit from additional data.

The success rate scaling law can be reformulated to express SR directly as a function of N:

$$SR(N, P) = 1 - \exp\left(a(P) \cdot \log(N) + b(P) ight) = 1 - N^{a(P)} \cdot e^{b(P)}$$

where $a(P)$ and $b(P)$ are precision-dependent parameters. This reveals that the failure rate decreases as a power of $N$, with the exponent $a(P)$ becoming more negative at higher precision.

Precision Scaling Law (Hypothesis 2)

For a fixed target success rate, data volume N grows super-exponentially as precision P approaches limit c:

$$\log(N) = m \cdot \frac{1}{P-c} + n \quad (\text{at target } SR)$$

where $c$ represents the highest achievable precision — an intrinsic system property independent of target SR. As $P \to c$, $N$ grows super-exponentially, creating a "precision wall."

Figure 2: Scaling law validation

Figure 2: Empirical validation of both scaling laws across three tasks.

Robotic Learning System

ManiSkill3 simulation, Franka Panda 7-DoF arm. Observation: two 256×256 RGB-D images (static + wrist camera) + proprioceptive state. Action: 7-DoF end-effector delta pose. Diffusion Policy with ResNet-18 backbone and 1D U-Net denoising network, 100 DDPM steps.

graph TD
    A["Data Volume N
# demonstrations"] --> B["Success Rate Scaling Law
log(1-SR) = a·log(N) + b"] C["Task Precision P
tolerance"] --> D["Precision Scaling Law
log(N) = m·1/(P-c) + n"] E["System Configuration
sensors + expert policy"] --> F["Limit Precision c
system intrinsic property"] D --> F F --> G["Ablation: lower c = better system"] G --> H["Wrist camera: c 3.85→2.35mm"] G --> I["Aggressive expert: c 2.35→1.27mm"] G --> J["Low randomization: c→1.00mm"]

Experimental Results

Success Rate Scaling Law Parameters

TaskPrecision (mm)ab
Peg Insertion4.0-0.191.350.921
Peg Insertion10.0-0.725.080.967
Stack Cuboid4.0-0.060.350.840
Stack Cuboid10.0-0.261.410.958
Roll Ball35.0-0.070.190.949
Roll Ball200.0-0.501.880.918

$|a|$ increases with precision (e.g., Peg Insertion: 0.19→0.72 from 4mm to 10mm), showing higher-precision tasks are more data-sensitive.

Limit Precision c Under Different Configurations

Configurationc (mm)R² (SR=0.5)R² (SR=0.7)R² (SR=0.9)
Baseline2.350.9680.9930.989
Aggressive Expert1.270.9860.9880.979
Without Wrist Camera3.850.9830.9970.987
Low Randomization1.000.9960.9920.981

Each component's contribution quantifiable as $\Delta c = c_{\text{without}} - c_{\text{with}}$. Wrist camera: $\Delta c = 1.50$mm. Expert strategy: $\Delta c = 1.08$mm.

Figure 3: System configurations

Figure 3: Ablation configurations — observation modality, task complexity, expert strategy.

From information theory, higher precision requires distinguishing finer state differences, with distinguishable precision levels growing exponentially. The precision wall means marginal returns diminish sharply beyond a threshold. The two laws form a complete framework: success rate law describes data-performance at fixed precision; precision law describes data requirements across precisions.

The precision scaling law can be understood through the lens of information theory. Higher precision requires the policy to distinguish finer state differences, and the number of distinguishable precision levels grows exponentially. The relationship between data requirements and precision can be expressed as:

$$N(P) = \exp\left( rac{m}{P-c} + n ight) = e^n \cdot \exp\left( rac{m}{P-c} ight)$$

As $P o c^+$, $N(P) o \infty$ super-exponentially, creating the "precision wall." The derivative $ rac{dN}{dP}$ captures the marginal data cost of improving precision:

$$ rac{dN}{dP} = - rac{m}{(P-c)^2} \cdot N(P) < 0$$

This negative derivative confirms that tighter precision requires more data, with the rate of increase accelerating dramatically near $c$.

Figure 4: Precision scaling curves

Figure 4: Precision scaling curves showing super-exponential data growth as P approaches c.

Figure 5: Ablation results

Figure 5: Ablation results showing how different system configurations shift the precision scaling curve.

Limitations

  1. Experiments in simulation; real-world precision scaling may differ due to sensor noise and physical uncertainties
  2. Single training run per data point due to computational cost (~20 A100-hours/run)
  3. Limited to three task types; broader validation needed
  4. Limit precision c assumes independence from target SR, which may not hold for extreme SR values

Conclusion

This paper reveals the super-exponential relationship $\log(N) \propto 1/(P-c)$ between data volume and precision in robotic manipulation. The limit precision c is an emergent system property, not a physical constant — improving sensors (wrist camera) and expert policies (aggressive strategy) measurably lowers c. This provides a theoretical framework for precision in robotics and a practical metric for system evaluation and debugging.

Key Insight: High-precision manipulation has a "precision wall" — as target precision approaches the system's limit c, data requirements grow super-exponentially, making system improvement (lowering c) more effective than simply adding more data.

Related Papers

Pre-training Visual Dexterity in Simulation

Pre-training Visual Dexterity in Simulation

Large-scale pre-training has made robot policy fine-tuning increasingly data-efficient, but this progress has largely been driven by datasets and embodiments built around simple parallel-jaw grippers. Dexterous, multi-fingered hands remain comparatively data-starved because real teleoperation is costly to scale, while human hand video is off-embodiment and requires lossy pose estimation and retargeting. We introduce Simulation Pre-training for Dexterity (SPD), a pre-training framework for dexterous manipulation that uses data entirely collected in simulation. In SPD, humans manipulate virtual objects inside a VR headset, enabling on-embodiment trajectories and robot-free collection. With the help of five operators, we collect 75 hours of multi-task dexterous manipulation over one week, and use it to pre-train a causal transformer on a sequence modeling objective. We study the benefits of simulation pre-training on real-world tasks by fine-tuning on 1-2 hours of physical demonstrations on a 56-DoF bimanual dexterous setup. We find that our approach outperforms training behavior cloning policies from scratch, showing that simulation teleoperation is a viable pre-training source for real-world dexterous manipulation. We perform ablation studies, measuring the benefits of history conditioning and short action chunks for reactive control.

灵巧操作灵巧手预训练Aug 16, 2026
G0.5: One Autoregressive Stream for Robot Reasoning and Action

G0.5: One Autoregressive Stream for Robot Reasoning and Action

G0.5 is a pretrained autoregressive VLA in which a single transformer decoder emits reasoning and action tokens under one objective. A cross-embodiment action tokenizer, a native chain-of-thought stream, and a visual memory module make this tractable at foundation-model scale, letting the pretrained VLM capabilities carry over to physical behavior. It surpasses pi-0.5 and GR00T-N1.7 across 7 regimes including real-world R1 robot fine-tuning, BEHAVIOR Challenge, DROID zero-shot transfer, LIBERO, RoboTwin 2.0 and SimplerEnv.

VLA具身智能自回归Aug 12, 2026
Cross-Embodiment Robot Manipulation via a Unified Hand Action Space

Cross-Embodiment Robot Manipulation via a Unified Hand Action Space

Robot manipulation policies are typically tied to specific robotic hand embodiments, limiting the transfer of learned behaviors across platforms with different kinematic structures. In this work, we propose the Unified Hand Action Space (UHAS), a sphere-based unified action representation for cross-embodiment dexterous manipulation. UHAS represents robotic hand actions as geometric deformations of a canonical sphere and uses a Cascade Inverse Kinematics (CIK) algorithm to map the shared representation to embodiment-specific joint configurations. Using reinforcement learning, we train dexterous manipulation policies directly in the proposed action space for in-hand cube reorientation tasks. We evaluate our method in both simulation and real-world experiments across multiple robotic hands, including the Allegro Hand, LEAP Hand, Shadow Hand, and MANO Human Hand. Experimental results demonstrate effective dexterous manipulation, zero-shot transfer to unseen hands, rapid finetuning across embodiments, and successful real-world deployment.

灵巧操作Dexterous Manipulation统一动作空间Jul 3, 2026
CoorDex: Coordinating Body and Hand Priors for Continuous Dexterous Humanoid Loco-Manipulation

CoorDex: Coordinating Body and Hand Priors for Continuous Dexterous Humanoid Loco-Manipulation

Humanoid loco-manipulation is often simplified into a stop-and-go process: walking to an object, stopping to manipulate it, and then resuming locomotion. It also commonly relies on low degree-of-freedom (DoF) end effectors that behave like an open-close grasp primitive. We introduce CoorDex, a learning pipeline that converts high-dimensional body and dexterous hand control into coordinated latent residual control, enabling high-DoF dexterous loco-manipulation on the move. Starting from simulated whole-body and hand demonstrations, CoorDex trains privileged motion tracking teachers for the humanoid body and dexterous hand, distills them into proprioception-conditioned latent priors, and uses the frozen priors as the action space for downstream residual reinforcement learning. A coordinated latent residual policy composes these priors through shared task context and separate body-hand residual heads, preserving natural whole-body motion while improving finger-level contact reliability. CoorDex enables a Unitree G1 humanoid with a 20-DoF WUJI hand to execute dexterous manipulation while in motion, including non-stop bottle grasping and carrying, fridge door opening on the move, and cube pick-and-turn. Ablations on the walk-grasp-carry task show that joint-space PPO, joint-space hand control, and monolithic latent prediction all fail under the same reward budget, while the latent-prior interface and coordinated residual structure make high-dimensional contact-rich loco-manipulation trainable. Project Page: https://skevinci.github.io/coordex/

人形机器人loco-manipulation灵巧操作Jun 22, 2026