REVIEW 3 major objections 6 minor 8 references
Designing Pin-pression Gripper and Learning its Dexterous Grasping with Online In-hand Adjustment
T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A parallel-jaw gripper whose two fingers are 4-by-4 arrays of independently moving pins learns to conform to, re-orient, and lift unseen objects more reliably than fixed-jaw or passive-pin grippers.
desk verdict Active pin-array gripper with a solid simulation core (ablations, cross-engine check, unseen-object tests) but a thin, qualitative sim-to-real section; worth refereeing, likely conditional acceptance. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the pin-pression gripper: each of two opposing fingers carries a 4×4 array of independently actuated pins, each a cylinder ending in a spherical tip, giving the gripper a 6+32 degree-of-freedom configuration. The policy observes a state made of three parts—a neural-network encoding of the object's point cloud, the gripper's pose and stage information, and per-pin interaction features such as tip positions, surface intersection points, tip-surface distance, pin extension, and finger identity—and outputs a 34-dimensional action made of 32 pin extensions, a lift switch, and a stop signal. Training uses an off-policy reinforcement learning algorithm with a two-headed critic that separates a terminal grasp reward from an intermediate efficiency reward, where the grasp reward combines the binary success signal, the generalized Q1 analytic stability metric, and time penalties. The mechanism does two jobs: it lets the fingers conform to the object's surface before lifting, and it keeps adjusting the pins during lift so the object can be re-oriented in hand and the force closure tightened.
What would settle it
Run the same teacher-student policy on the physically manufactured gripper over dozens of novel objects from the same dataset families, recording the per-object success rate after lifting to a fixed height; if the real success rate falls far below the reported 76.9–88.0% range, or if the actuators cannot hold a commanded pin extension while the object's weight is applied, the central sim-to-real transfer claim is falsified.
Extended reading notes
Core claim
The central discovery is that active, continuous pin adjustment—not passive shape conformity alone—is the mechanism that makes pin-array fingers useful for grasping. The paper distinguishes grasp-then-lift, in which the gripper closes against the ground before lifting, from grasp-while-lift, in which pins keep pushing and reorienting the object after the gripper has started to rise. A policy trained to mix both modes outperforms either mode on its own, and the paper attributes the gain to a two-stage curriculum that first learns the easier ground-closing behavior, then injects air-only experiences into the replay buffer so the policy can continue refining the grasp in the air. Quantitatively, on unseen objects drawn from CAD and scanned model datasets, the pin-pression gripper is reported at 76.9–88.0% success against 40.3–58.2% for a fixed parallel jaw and 56.9–68.8% for passive pin extension, with the largest advantages on flat and inclined objects.
Load-bearing premise
The load-bearing premise is that the simulation-trained policy transfers to the physically built gripper with electrically actuated pins, because the paper's real-robot evidence is qualitative; if real-world dynamics diverge from the simulator, the practical claim fails even if the simulated comparisons stand.
Editorial extensions
If this is right
- If the claim holds, a single gripper geometry can serve as a general-purpose end effector, replacing task-specific finger design for novel objects.
- Grasps become a closed-loop process: the hand can keep adjusting during lift, so objects with poor ground contact, such as flat plates, inclined faces, and tetrahedra, are grasped more reliably than by static jaws.
- The curriculum result implies that risky in-air manipulation can be learned safely by bootstrapping from a conservative ground-closing policy, then expanding the action space.
- The policy's mode-switching behavior, mostly GtL for flat objects and mostly GwL for inclined objects, suggests the learned controller actively senses shape category and chooses the appropriate strategy.
- Because the policy transfers to a different physics engine with little test-time computation, the learned skill is not tightly coupled to one simulator's dynamics.
Reading between the lines
- An implicit extension, not tested in the paper, is that each independently readable pin makes the finger a tactile array, so the architecture could be used for controlled, shape-adaptive pressure distribution, including grasping fragile or deformable objects.
- Because the state representation is per-pin and modular, a future policy could be tuned for different pin densities or finger sizes by re-embedding the pin features, potentially avoiding full retraining for each new hardware variant.
- The qualitative real-robot demonstration leaves a measurable gap: counting trials and failures on the physical rig across the same object families would turn the anecdotal transfer evidence into a quantitative claim the paper does not yet provide.
- The paper's own failure cases, very thin objects and curved surfaces being pushed out, point to pin density, tip shape, and lateral force control as the design levers most likely to widen the graspable object class; the paper does not test these variations.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces a novel parallel-jaw gripper whose fingers are 4x4 arrays of independently actuated pins, and learns a top-down grasping policy with Soft Actor-Critic that combines grasp-then-lift and grasp-while-lift modes through a two-stage curriculum. The central claim is that this design, together with the learned policy, generalizes to unseen objects far better than a fixed parallel-jaw gripper (WSG50), a generative fingertip design (Fit2form), random pin motion, and passive pin extension. The paper reports success rates on six unseen-object datasets (76.9–88.0% vs. 40.3–58.2% for WSG50), ablations of reward/state/curriculum components, robustness to object rotation and friction, an Isaac Gym cross-simulator transfer (73.19%), and qualitative sim-to-real transfer on a physically manufactured gripper with five object models.
Significance. If the simulation results hold, this is a valuable contribution to gripper design and learning-based manipulation: actively adjustable pin-array fingers provide a simple, controllable way to achieve shape adaptation and in-hand reorientation, and the paper's ablation study (removing success signal, Q1 reward, time penalty, efficiency terms, interaction features, or curriculum consistently degrades performance on both train and test sets) plus the Isaac Gym transfer are strong evidence that the simulation core is sound. The comparison against WSG50, Fit2form, Random, and Passive baselines on large unseen-object datasets is a useful benchmark. However, the physical-practicality claim—listed as one of the three main contributions—is supported only by five qualitative key-frame sequences in the main text, with all hardware details and numerical results deferred to supplemental Section E; this is the weakest load-bearing link. The use of the generalized Q1 measure as both a reward term and an evaluation metric also weakens the secondary stability comparisons, though it does not affect the success-rate results.
major comments (3)
- [5.4, Fig. 13] The main text's only evidence for physical sim-to-real transfer is a set of key frames of five objects being grasped (Figure 13). The text explicitly defers hardware specifications and physical-experiment results to supplemental Section E, and no success rate, trial count, failure analysis, or comparison with a real WSG50/passive baseline appears in the main text. Because the third contribution states 'physical experiments conducted on a real robot platform demonstrating the efficacy and practical significance,' the practical claim is not supported by the main body as written. Please either include quantitative real-robot results (number of trials per object, success/failure counts, failure modes, and any comparison baselines) or substantially temper the practical-significance claim.
- [4.3, Eq. (4); 5.1; Tables 1,3] The generalized Q1 metric is used both as a reward term (omega_2 = 1000 in Eq. (4)) and as an evaluation metric for grasp stability. Under this design, the Q1 comparisons in Tables 1 and 3 do not provide independent evidence that the proposed method produces more stable grasps than the baselines, since only 'Ours' is trained to maximize Q1. The success-rate comparisons are not affected, but the Q1-based stability claims should be reframed or augmented with an externally defined stability measure (e.g., response to perturbation, contact margin).
- [Tables 1–5] All quantitative results appear to be based on a single training run and a single evaluation pass, without reporting standard deviations, number of seeds, or statistical significance for a stochastic RL algorithm. Several ablation differences (e.g., 82.47% vs. 78.35% for Ours vs. w/o Q1 on the testing set in Table 1) are within the range one would expect from seed variance in SAC. Please report mean and standard deviation over at least three seeds, or otherwise justify why the evaluation is deterministic and the reported numbers are representative.
minor comments (6)
- [5.1] The sentence 'we assume a consistent mass of all target objects to 50grams each with a uniform density' is grammatically awkward; please rephrase as 'we assume a uniform density and set the mass of every target object to 50g'.
- [Table 4] The T(s) column in Table 4 lists values around 594–689 s, while Table 1 reports average running times below 10 s for the same 97-object test set. The caption says 'sum running time cost,' but the header T(s) with the same symbol as the per-episode average in Table 1 is confusing; please clarify the units or use a separate label such as 'total time (s)'.
- [4.3, Eq. (6)] The critic loss in Eq. (6) omits the expectation over the replay buffer distribution; including E_{(s,a,r,s',d)~D} would make the TD update explicit and improve reproducibility.
- [Fig. 13] The caption says 'five object models' but the figure shows six panels (a)–(f); please clarify whether some panels are multiple frames of the same object or update the caption to match the number of distinct objects.
- [5.4, 'Gripper flexibility analysis'] The description of computing Euler-angle variation from rotation matrices is only verbal; please provide the exact formula or pseudocode so that the reported Avg/Max values can be reproduced.
- [5.4, Sim-to-Real transfer] The teacher-student transfer is described in two sentences (teacher RL + DAGGER student) with no details on domain randomization, perception noise, actuator latency, or force limits. Since the main text already defers full details to Section E, at least one sentence quantifying the sim-to-real gap (e.g., observed vs. commanded pin stroke, or perception error) would make the deferral less opaque.
Circularity Check
Partial circularity: the Q1 stability metric doubles as the Q1 reward term; success-rate claims are independently grounded.
-
self definitional
[Section 4.3, Eq. (4) and Section 5.1, Evaluation metrics; Tables 1 and 3]
"Similar to She et al. [2022], we quantify the grasp quality by considering both the signal G∈{−1,1} indicating whether the final grasp was successful, and the generalized Q1 analytic measure for grasp stability proposed by Liu et al. [2020]. Consequently, the grasp reward function is formulated as follows: r_grasp = ω1G + ω2Q1 + r_time ... For all successful grasps, we calculate the average generalized Q1 [Liu et al. 2020] as an analytical metric representing the overall physical stability."
The Q1 values reported in Tables 1 and 3 as evidence of 'overall physical stability' are the same Q1 function that the policy was explicitly rewarded to maximize (ω2 = 1000 in Eq. 4). Reporting the optimized reward as an independent evaluation metric is therefore partially self-referential: the Q1 columns largely measure how well the policy maximized its own training objective rather than providing an external check on stability. The circularity is limited because the central success-rate claim (S) is determined by the simulator drop check after lifting the object 30 cm, so the main generalization result is independently grounded. Additionally, the Q1 metric is cited from Liu et al.
full rationale
The paper's central generalization claim is not circular: the primary metric, grasp success rate S, is determined by an external simulation criterion (lift to 30 cm and check for dropping), and the six unseen-object datasets are genuinely disjoint from the training instances. The ablations against WSG50, Fit2form, random, and passive baselines are consistent and externally comparable. The clearest circular step is the generalized Q1 metric: it appears both as a reward term (Eq. 4, ω2 = 1000) and as the reported stability measure in Tables 1 and 3, so the stability comparison is partially a measure of reward optimization rather than an independent evaluation. This is a secondary analysis, not the main success-rate result, and the self-citation to Liu et al. [2020] for Q1 does not by itself invalidate the design. The sim-to-real section is thin, but it is an evidence-completeness limitation, not a circularity. Overall score reflects one partial reward-as-evaluation circularity amidst otherwise self-contained derivation.
Assumptions & free parameters
free parameters (5)
- Reward weights omega1..omega6 =
2000, 1000, -250, -50, -1, -10
- Simulation dynamic parameters =
pin force 0.5N, lateral friction 0.2, rolling friction 0.001, object mass 50g
- Gripper geometry and pin layout =
4x4 pins, cylinder height 6cm, sphere tip radius 0.7cm, stroke 5.5cm
- Curriculum buffer capacities and step limit =
m=50000, n=5000, C=11
- Object scale normalization =
bounding box max side 5.5cm
assumptions (6)
- domain assumption PyBullet contact and friction models are faithful enough that simulation success rates predict physical grasping.
- domain assumption The generalized Q1 analytic grasp metric [Liu et al. 2020] is a valid measure of physical grasp stability.
- domain assumption Resized objects (max 5.5cm) represent the intended application domain and allow fair cross-gripper comparison.
- domain assumption Uniform 50g object mass isolates geometric adaptability from inertial effects.
- domain assumption DGCNN point-cloud features generalize to unseen object shapes within the training-conditioned geometry distribution.
- ad hoc to paper The teacher-student DAGGER policy trained in simulation preserves performance on the physical gripper.
invented entities (1)
-
Pin-pression gripper (actively actuated 4x4 pin-array fingers on a parallel-jaw base)
independent evidence
Cite this review
Pith. "Pith review of Designing Pin-pression Gripper and Learning its Dexterous Grasping with Online In-hand Adjustment." pith.science (2026). https://pith.science/paper/WMMXP5ET
@misc{pith2026250518994,
author = {Pith},
title = {Pith review of: Designing Pin-pression Gripper and Learning its Dexterous Grasping with Online In-hand Adjustment},
year = {2026},
howpublished = {\url{https://pith.science/paper/WMMXP5ET}},
note = {Machine review of arXiv:2505.18994}
}
read the original abstract
We introduce a novel design of parallel-jaw grippers drawing inspiration from pin-pression toys. The proposed pin-pression gripper features a distinctive mechanism in which each finger integrates a 2D array of pins capable of independent extension and retraction. This unique design allows the gripper to instantaneously customize its finger's shape to conform to the object being grasped by dynamically adjusting the extension/retraction of the pins. In addition, the gripper excels in in-hand re-orientation of objects for enhanced grasping stability again via dynamically adjusting the pins. To learn the dynamic grasping skills of pin-pression grippers, we devise a dedicated reinforcement learning algorithm with careful designs of state representation and reward shaping. To achieve a more efficient grasp-while-lift grasping mode, we propose a curriculum learning scheme. Extensive evaluations demonstrate that our design, together with the learned skills, leads to highly flexible and robust grasping with much stronger generality to unseen objects than alternatives. We also highlight encouraging physical results of sim-to-real transfer on a physically manufactured pin-pression gripper, demonstrating the practical significance of our novel gripper design and grasping skill. Demonstration videos for this paper are available at https://github.com/siggraph-pin-pression-gripper/pin-pression-gripper-video.
Figures
Figures from the paper (10 more)
Reference graph
Works this paper leans on
-
[4]
Hao-Shu Fang, Chenxi Wang, Minghao Gou, and Cewu Lu
Go-explore: a new approach for hard-exploration problems.arXiv preprint arXiv:1901.10995(2019). Hao-Shu Fang, Chenxi Wang, Minghao Gou, and Cewu Lu. 2020. Graspnet-1billion: A large-scale benchmark for general object grasping. InIEEE Conference on Computer Vision and Pattern Recognition. Nima Fazeli, Miquel Oller, Jiajun Wu, Zheng Wu, Joshua B Tenenbaum, ...
arXiv 2019
-
[7]
InIEEE International Conference on Robotics and Automation
Deep Reinforcement Learning for Vision-Based Robotic Grasping: A Simulated Comparative Evaluation of Off-Policy Methods. InIEEE International Conference on Robotics and Automation. Aravind Rajeswaran, Vikash Kumar, Abhishek Gupta, Giulia Vezzani, John Schul- man, Emanuel Todorov, and Sergey Levine. 2017. Learning complex dexterous manipulation with deep r...
arXiv 2017
-
[8]
Deliberate Planning of 3D Bin Packing on Packing Configuration Trees
Rethinking the inception architecture for computer vision. InIEEE Conference on Computer Vision and Pattern Recognition. 2818–2826. Weikang Wan, Haoran Geng, Yun Liu, Zikang Shan, Yaodong Yang, Li Yi, and He Wang. 2023. UniDexGrasp++: Improving Dexterous Grasping Policy Learning via Geometry-aware Curriculum and Iterative Generalist-Specialist Learning.IE...
work page Pith review arXiv 2023
-
[2012]
A positive pressure universal gripper based on the jamming of granular material.IEEE Transactions on Robotics(2012). OpenAI: Marcin Andrychowicz, Bowen Baker, Maciek Chociej, Rafal Jozefowicz, Bob McGrew, Jakub Pachocki, Arthur Petron, Matthias Plappert, Glenn Powell, Alex Ray, et al. 2020. Learning dexterous in-hand manipulation.The International Journal...
work page 2012
-
[2016]
Dex-Net 1.0: A cloud-based network of 3D objects for robust grasp planning using a Multi-Armed Bandit model with correlated rewards.IEEE International Conference on Robotics and Automation(2016). Viktor Makoviychuk, Lukasz Wawrzyniak, Yunrong Guo, Michelle Lu, Kier Storey, Miles Macklin, David Hoeller, N. Rudin, Arthur Allshire, Ankur Handa, and Gavriel S...
work page 2016
-
[2017]
Deep reinforcement learning: A brief survey.IEEE Signal Processing Magazine (2017). ACM Trans. Graph., Vol. 44, No. 4, Article . Publication date: August 2025. 16•Hewen Xiao, Xiuping Liu, Hang Zhao, Jian Liu, and Kai Xu Lucian Balan and Gary M. Bone. 2003. Automated Gripper Jaw Design and Grasp Planning for Sets of 3D Objects.Journal of Field Robotics(200...
work page 2017
-
[2018]
Huy Ha, Shubham Agrawal, and Shuran Song
Skaterbots: Optimization-based design and motion synthesis for robotic creatures with legs and wheels.ACM Transactions on Graphics(2018). Huy Ha, Shubham Agrawal, and Shuran Song. 2020. Fit2Form: 3D Generative Model for Robot Gripper Form Design. InConference on Robotic Learning. Tuomas Haarnoja, Aurick Zhou, Kristian Hartikainen, G. Tucker, Sehoon Ha, Ji...
arXiv 2018
-
[2019]
Quantile qt-opt for risk-aware vision-based robotic grasping.arXiv preprint arXiv:1910.02787(2019). R.C. Brost and R.R. Peters. 1996. Automatic design of 3-d fixtures and assembly pallets. InIEEE International Conference on Robotics and Automation. Russell G Brown and Randy C Brost. 1999. A 3-D modular gripper design tool.IEEE Transactions on Robotics and...
arXiv 2019
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.