ROBOTIC.INDUSTRIES

AI and Robot Learning

Robot Grasping: What Success Rate Is State of the Art?

Published grasp success rates of 90 percent and above are real and misleading. What the number means, why a 95 percent grasp rate can still fail a production line, and what to demand instead.

Operator in a virtual reality headset guiding a robot arm across a workbench
Operator in a virtual reality headset guiding a robot arm across a workbench

Reported grasp success on unknown objects sits around 85 % to 95 % in controlled evaluations, and that is genuinely good research. It is not good enough for production. A cell running 1,200 picks per shift at 95 % produces 60 failures, and the number that matters is not the grasp rate but what happens after each of those 60.

85 to 95 %reported grasp success, unknown objects
60failures per shift at 95 % and 1,200 picks
99.5 %+rate a lights-out cell actually needs
3numbers a real specification contains

The arithmetic of a good percentage

Failures per shift by success rate, 1,200 picks
Success rateFailures per shiftMinutes lost at 45 s eachPractical meaning
90 %12090Needs an operator present continuously
95 %6045Operator attends every few minutes
98 %2418Workable with good recovery behaviour
99 %129Feasible unattended for part of a shift
99.5 %64.5Practical lights-out threshold
99.9 %1.20.9Comparable to conventional automation
Recovery matters more than the rate. A system at 95 % that detects every failure, drops the item back and retries automatically may deliver a higher effective throughput than a system at 98 % that jams and waits for a human. Ask what happens on failure before asking how often it happens.

What the published number actually measures

Grasp success in a paper usually means the object was lifted and held for a defined period. Production needs more than that, and each additional requirement lowers the number.

  1. Lifted and held. The published metric.
  2. Held with a known pose in the gripper. Required for placement into a fixture, and much harder.
  3. Held without damage. Relevant for food, electronics and finished surfaces.
  4. Placed correctly. The end-to-end metric a line actually cares about.
  5. Placed within cycle time. A grasp on the fourth attempt succeeded and missed the takt.

End-to-end place success is commonly 5 to 15 percentage points below reported grasp success on the same system, and it is the only figure worth quoting in a specification.

What actually moves the rate

Difficulty factors in bin picking
FactorEffect on successWhy
Objects touching or overlapping-5 to -20 ppSegmentation ambiguity, collisions during approach
Shiny or transparent surfaces-10 to -40 ppDepth sensors return noise or nothing
Deep bin walls-5 to -15 ppApproach angles restricted, collisions
Deformable items-10 to -30 ppShape changes between perception and contact
Very small or very large parts-5 to -20 ppGripper geometry mismatch
Known object set with CAD+5 to +15 ppModel-based pose estimation is far more reliable
Form-fit rather than friction grasp+5 to +15 ppRemoves friction uncertainty entirely
Better lighting and a matched sensor+5 to +20 ppMost failures are perception failures

The bottom three rows are the actionable ones, and they are all engineering rather than machine learning. Reducing the problem, by presenting parts better, choosing an appropriate sensor and designing a gripper that captures a feature, moves the number more reliably than a better policy does.

Detecting the failure is the hard part

A system cannot recover from a failure it does not notice. Four detection methods are used in practice, and most cells need at least two.

Grasp failure detection methods
MethodDetection rateAdded cycle timeMisses
Gripper position feedback70 to 90 %0 msWrong object, partial grip
Vacuum pressure switch85 to 95 %0 to 20 msPartial seal that later fails
Weight check at the flange90 to 98 %100 to 400 msTwo objects instead of one
Camera check after lift95 to 99 %150 to 600 msOccluded pose errors
Light barrier at the transfer point98 to 99.5 %0 msNothing, but detects late

Combining a cheap immediate check with a slower confirming one is the usual answer: gripper feedback catches the obvious failures in zero time, and a camera or weight check catches the rest before the part reaches a fixture where a wrong pose would cause damage.

How to write the requirement

A useful specification contains three numbers and one behaviour, and no percentage on its own.

  • End-to-end place success across a defined object set and presentation condition.
  • Cycle time at that success rate, including retries.
  • Mean time between interventions requiring a human.
  • Defined failure behaviour: detect, release safely, retry a bounded number of times, then signal and stop in a known state.

Frequently asked questions

What grasp success rate is state of the art?

Around 85 % to 95 % on unknown objects in controlled evaluations. End-to-end place success on the same system is typically 5 to 15 percentage points lower, and that is the figure a production line experiences.

Is 95 percent good enough for production?

Rarely. At 1,200 picks per shift it produces 60 failures. Unattended operation generally needs 99.5 % or better, unless the system detects and recovers from every failure automatically.

Why do shiny and transparent objects fail?

Because depth sensors rely on returned light. Specular surfaces reflect the pattern away and transparent ones let it pass, so the sensor reports noise or nothing. Success rates commonly drop 10 to 40 percentage points on such items.

What improves the rate fastest?

Engineering rather than learning: better part presentation, a sensor matched to the surface, appropriate lighting, and a gripper that captures a feature instead of relying on friction. Each of these can add 5 to 20 percentage points.

What should a specification demand?

End-to-end place success on a defined object set, cycle time at that rate including retries, mean time between human interventions, and a defined failure behaviour. A grasp percentage alone is not a specification.

Sources

  1. arXiv robotics preprints, robotic graspingPrimary literature on grasp evaluation protocols and reported success rates
  2. Robotics at NISTNational Institute of Standards and Technology, robot performance measurement and test methods
  3. Open X-Embodiment: robotic learning datasetsEvaluation protocols used across the pooled datasets