---
title: Peg-Insertion Success Rate in Robotics
url: https://www.emergentmind.com/topics/peg-insertion-success-rate
type: topic
---

# Peg-Insertion Success Rate in Robotics

A peg-insertion success rate is a core quantitative metric in robotic assembly research, defined as the empirical proportion of attempted insertions in which a robotic system achieves a specified criterion of successful peg entry into a mating hole under task-imposed constraints. This concept appears as a primary evaluation index in a wide range of peg-in-hole studies, spanning force/torque-controlled, vision-driven, tactile-based, and hybrid control strategies. The success rate allows direct benchmarking of controllers, sensory feedback modalities, policy architectures, and adaptation techniques under varying mechanical clearances, pose uncertainties, and object geometries.

## 1. Formal Definition and Variants

Across the literature, the success rate $SR$ is universally defined as the ratio of the number of successful insertions, $N_{\text{success}}$, to the number of attempted trials, $N_{\text{total}}$:
$$
\text{Success Rate} = \frac{N_{\text{success}}}{N_{\text{total}}} \times 100\%
$$
as explicitly detailed in "Tactile-based Active Inference for Force-Controlled Peg-in-Hole Insertions" [2309.15681], "Design of Adaptive Compliance Controllers for Safe Robotic Assembly" [2204.10447], and other works.

The precise criterion for a "successful" insertion is task-specific but typically demands that the peg be fully inserted to a nominal depth inside the hole within prescribed geometric clearances (on the order of sub-millimeter to several millimeters), with no detectable jamming, catastrophic collision, or forced termination from safety limits or cycle timeouts. For example, [2309.15681] requires full entry under a clearance $\leq 0.1\,\mathrm{mm}$. Some works use stricter definitions incorporating pose error (e.g., position $<3\,\mathrm{mm}$ and orientation $<0.05$\,rad [2504.04148]) or controller horizon constraints (e.g., within 600 steps or 30\,s [2010.15492]).

A common extension is stratification of $SR$ by object geometry, clearance, or external perturbation, with empirical counts (e.g., 36/40 successes $\rightarrow$ 90\%). Confidence intervals are rarely reported, but direct binomial or Wilson estimates are implied (cf. [2603.03627]).

## 2. Methodologies for Measuring and Reporting

- **Experimental Trials:** Most papers execute $N_{\text{total}}$ independent insertion attempts under randomized initial conditions (object pose, grasp angle, hole position) to empirically estimate $SR$. Typical $N_{\text{total}}$ ranges from 20–100 per geometry ([2309.15681], [2204.10447], [2505.19215]).
- **Closed-Loop Control Interventions:** Policies may include re-planning or iterative corrective trials, reporting both $SR$ and average/maximum number of corrective actions ([2312.02531], [2110.03555]).
- **Multiple Metrics:** Some studies subdivide $SR$ into task phases—for instance, hole identification $SR$ versus end-to-end insertion $SR$ ([2503.06026]).
- **Generalization:** Performance on both "seen" and "unseen" pegs/holes is documented to validate robustness ([2312.02531], [2505.09577]).

## 3. Reported Success Rates across Approaches

A survey of recent results demonstrates that state-of-the-art methods routinely achieve high ($>90\%$) peg-insertion success rates under carefully engineered feedback and control architectures, while baseline or ablated methods exhibit substantially lower $SR$, particularly in tight-clearance or uncertain pose conditions.

| Method/Reference                | Task/Modalities           | Object(s)         | Clearance      | $N_{\text{total}}$ | Success Rate (\%) |
|---------------------------------|---------------------------|-------------------|----------------|-------------------|-------------------|
| RL+Active Inference [2309.15681]| RL + Tactile Feedback     | Cuboid            | 0.08 mm        | 40                | 90                |
| RL+Active Inference [2309.15681]| RL + Tactile Feedback     | Pulley            | 0.3 mm         | 40                | 93                |
| RL-Only Baseline [2309.15681]   | RL Only, No Tactile       | Cuboid            | 0.08 mm        | 20                | 5                 |
| Multi-Task RL [2010.15492]      | SAC-X+RHPO (RL)           | Star Peg          | 5 mm           | 1000s (ep.)       | 85-90 (real, sim) |
| Privileged Sim2Real [2408.17061]| Privileged FT Sim2Real    | Circle peg        | --             | 20                | 80–100            |
| Adaptive Compliance [2204.10447]| Linear GP+Accom.          | Cylinder          | 1.0 mm         | 20                | 100               |
| Contact Manifold [2507.03925]   | Contact-Only, SE(3) est.  | 5 complex, indus. | 0.1–1.0 mm     | 125–375           | 96.7 (10s)        |

These $SR$ values demonstrate step-changes as algorithmic innovations (active alignment, contact-manifold registration, privileged learning) are introduced.

## 4. Key Factors Influencing Success Rates

- **Uncertainty Compensation:** Approaches explicitly addressing grasp and hole pose uncertainty, through online inference ([2309.15681], [2408.17061]), compliance ([2204.10447]), or multimodal perception ([2505.09577]), consistently achieve higher $SR$ in the presence of perturbations.
- **Sensing Modality:** The inclusion of tactile or force–torque feedback dramatically boosts $SR$ for tight clearance insertions ($<$0.1\,mm), where vision-only methods saturate at lower levels ([2309.15681], [2504.04148]).
- **Policy and Controller Design:** Dual-policy architectures, privileged sim-to-real teacher-student pipelines, and physically-grounded contact-manifold registration (MLP or ICP-based) are correlated with near-perfect $SR$ ([2505.19215], [2312.02531], [2507.03925]).
- **Data and Training Strategies:** Methods not requiring large datasets (self-augmentation, feature-level sim2real adaptation) offer high $SR$ at minimal real-world labeling effort ([2309.15681], [2312.02531]).
- **Geometry Generalization:** Frameworks validated on multiple object geometries maintain $SR>85\%$ even on unseen shapes ([2312.02531], [2408.17061]).

## 5. Comparative Baseline Performance and Limitations

Baseline policies, such as pure force-control RL without tactile feedback, classical compliance without learned correction, or direct insertion without pose estimation, manifest marked declines in $SR$ under uncertainty or tight tolerances. For example, in [2309.15681], $SR$ drops to $5\%$ for a cuboid under $0.08\,\mathrm{mm}$ clearance when tactile alignment is removed, versus $90\%$ with the dual-policy. Non-adaptive compliance fails $> 50\%$ of the time when misalignment exceeds $1\,\mathrm{mm}$ [2204.10447]; primitive-based insertion without state estimation yields $17\%$ $SR$ on complex industrial shapes [2507.03925].

## 6. Mathematical Formulations and Statistical Considerations

- **Success Rate Formula:** See above.
- **Specialized Success Criteria:** Some studies impose explicit geometric or statistical criteria, e.g., successful if $|z_{\text{final}} - z_{\text{success}}| < 2\,\mathrm{mm}$ ([2507.03925]), or $\|\vec{e}_t\|<5\,\mathrm{mm}$ before a timeout ([2408.17061]).
- **Correction and Step Counts:** Mean corrections per insertion are reported to contextualize efficiency ($1.2$ for adaptive linear GP [2204.10447], $2.27$ for PolyFit on seen shapes [2312.02531]).
- **Variance and Confidence Intervals:** Most works report only empirical counts; formal error bars are infrequent but computable via binomial models (see [2603.03627] for Wilson intervals).

## 7. Impact, Applications, and Future Prospects

High peg-insertion success rates underpin progress in autonomous industrial assembly, zero-shot generalization, and safety in contact-rich environments. They are directly linked to reliability, cycle time, and adaptability of robotic systems to variable geometries, tolerances, and environmental conditions. Emerging research leverages active inference, compliant hardware (soft wrists, impedance), contact-rich pose estimation, and cross-modal learning to continually raise $SR$, even for previously intractable assembly scenarios.

Ongoing challenges include scaling $SR$ to tasks with dynamic misalignment, deformable parts, or sub-10\,$\mu$m clearance, systematic reporting of confidence intervals, and standardizing protocols across platforms and assembly geometries. The success rate remains the canonical, yet evolving, quantitative measure of progress in this domain.

Source: https://www.emergentmind.com/topics/peg-insertion-success-rate