REVIEW 3 major objections 5 minor 15 cited by
DextrAH-RGB: Visuomotor Policies to Grasp Anything with Dexterous Hands
T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read RGB-only dexterous grasping policies trained purely in simulation transfer to the real world and rival depth-based methods.
desk verdict The first convincing RGB-only dexterous grasping transfer is real, but the 'competitive' claim is softer than the abstract suggests. 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 components are the geometric fabric controller and the stereo RGB student architecture. The geometric fabric is a second-order dynamical system that turns the policy's outputs -- a palm pose and a five-dimensional PCA hand action -- into safe, reactive, speed-independent motions, giving the policy a strong inductive bias for grasping. The student encoder processes left and right images through a shared ResNet backbone, splits each into tokens, and lets tokens attend across images (plus a learnable embedding token) so the policy can estimate depth implicitly. Training uses online DAgger with a KL-divergence loss to the teacher plus an auxiliary head that predicts the object's 3D position. The photorealistic tiled rendering and automatic domain randomization of physics and visual parameters make the simulated images close enough to real camera frames that the policy works without real-world fine-tuning.
What would settle it
Place the robot in a scene with an object texture, a camera viewpoint, or a lighting condition that lies well outside the randomized ranges used in training (for instance, a mirror-finish object or a camera angle with strong glare), and measure whether grasp success collapses while a depth-based policy remains reliable; such an asymmetry would show the sim-to-real RGB claim does not generalize.
Extended reading notes
Core claim
The central claim is that end-to-end visuomotor policies for dexterous grasping can be learned from RGB images alone and still transfer from simulation to reality. The authors demonstrate this with DextrAH-RGB, which first trains a privileged teacher policy that observes object state and acts on a geometric fabric controller, then distills it into a student policy whose only visual input is one or two RGB images. Domain randomization of lighting, materials, textures, and camera conditions, together with a stereo cross-attention encoder that lets the student infer depth implicitly, produces a policy that grasps and lifts unseen objects in the real world. In controlled bin-packing trials, the RGB policy reached success rates of 73--77 percent and cycle times 1--2 seconds faster than the depth-based baseline, while maintaining similar performance under harsh sunlight that degrades depth sensors. The authors acknowledge the RGB policy is somewhat less reliable than the depth baseline, but they treat this as a consequence of sim-to-real variance rather than a fundamental limit of RGB perception.
Load-bearing premise
The student policy sees only rendered images during training, so the transfer succeeds only if the domain randomization covers the real camera's appearance, lighting, and object variety closely enough that deployment-time images are not out of distribution.
Editorial extensions
If this is right
- If the central claim is right, dexterous grasping systems no longer need depth cameras or object pose estimates, sidestepping the failure modes of IR depth sensors with transparent, reflective, or sunlit objects.
- The same two-stage teacher-student pipeline with geometric fabrics could be applied to other contact-rich manipulation skills, since the fabric exposes a safe action space and the student only needs RGB.
- Because the student is trained entirely in simulation and runs at 60 Hz, the approach scales to many cameras and object sets without additional real-world data collection.
- The observed speed improvement over depth-based bin packing suggests RGB policies can make dexterous grasping fast enough for practical pick-and-place cycles, close to human cycle times.
- The authors' note that repeated distillation runs with different seeds transfer unevenly implies that scaling up training runs may yield even stronger policies than the ones reported.
Reading between the lines
- Beyond the paper's claims, the stereo cross-attention module is a generic way to fuse views that could be reused for other perception tasks such as object localization or in-hand manipulation, not just grasping.
- The auxiliary object-position prediction head could serve as a confidence signal for detecting out-of-distribution scenes during deployment, since its error should grow when the input is far from the training distribution.
- If robustness to lighting is as strong as reported, follow-up work could move these policies to mobile platforms or outdoor settings, where depth sensors are even more unreliable.
- A testable extension is to evaluate the same pipeline with only monocular input but with a heavier temporal model, since the paper finds stereo's advantage largely disappears in the real world, suggesting temporal context may compensate for missing depth.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents DextrAH-RGB, a two-stage system for dexterous arm-hand grasping from RGB images, trained entirely in simulation. A privileged state-based teacher policy is trained with PPO on a geometric fabric controller, and an RGB student policy is distilled via online DAgger using a stereo ResNet-18 encoder with cross-attention, plus an auxiliary object-position prediction loss. The student is deployed on a Kuka IIWA/Allegro platform and evaluated in single-object grasping (11 objects, 5 poses each) and a 36-object bin-packing task under indoor and HDR lighting, with comparisons to the depth-based DextrAH-G baseline. The authors claim the first robust sim2real transfer of an end-to-end RGB policy for dexterous grasping and competitiveness with depth-based methods.
Significance. If the empirical claims are supported, the work is a meaningful advance: it demonstrates that photorealistic rendering combined with domain randomization can support RGB-only visuomotor policies in a contact-rich dexterous manipulation task, and it shows a concrete path to removing depth-camera dependence. The system-level engineering is substantial, including 60 Hz deployment of a ResNet+transformer policy with CUDA graphs, real-time ray-traced tiled rendering, and an honest discussion of sim2real variance. However, the comparative and robustness claims currently rest on thinly sampled real-world statistics, so the significance is qualified until the statistical evidence is strengthened.
major comments (3)
- [Section IV-B, Table II] The single-object success rates are based on five poses per object, so each 20 percentage-point step corresponds to a single trial, and the table reports no confidence intervals. The stopping rule stated in the same section (running the policy continually until either the grasp succeeds or a failure from which the robot cannot recover) is ambiguous: if multiple attempts are allowed within a pose trial, the reported percentages are not single-attempt success rates and cannot be directly compared with methods that report first-attempt success. Please report per-pose first-attempt versus final success separately, give exact trial counts, and include confidence intervals (for example, Jeffreys or Wilson intervals) for each object.
- [Section IV-B, Table III] The table reports consecutive successes, cycle time, and success rate for DextrAH-G and DextrAH-RGB but does not state how many independent sessions produced these numbers. The Discussion states that repeated distillation runs with different seeds transfer differently in the real world; under that acknowledged variance, the 10-14 percentage-point success-rate gap between DextrAH-RGB and DextrAH-G may be within session-to-session noise. Please report the number of sessions per configuration, per-session results (or per-object results), and distributions for consecutive successes and success rate so that the 'competitive' claim can be assessed.
- [Section IV-B, Table II (comparison to prior work)] The comparison with DexDiffuser, ISAGrasp, and Matak uses success rates from prior publications without a matched evaluation protocol; object sets, pose sampling, number of trials, and the definition of a trial are not controlled across methods. Given the sensitivity of success rates to trial counts (see the first major comment), the wording 'state-of-the-art performance for most objects' is stronger than the evidence supports. Please either run the baselines under the same protocol or explicitly frame the comparison as indicative and soften the state-of-the-art claim.
minor comments (5)
- [Section IV-A, Table I] The ablation results are averaged across three seeds, but no variance or confidence intervals are reported; adding them would strengthen the claims that stereo, attention, and fine-tuning are beneficial.
- [Section III-C] The claim that L40S GPUs are used because they 'contain the RTX cores necessary for high-fidelity rendering' is imprecise; RTX cores accelerate ray tracing but are not strictly necessary for high-fidelity rendering. Please rephrase.
- [Table III caption] The caption uses 'bin picking' while the text uses 'bin packing'; please make the terminology consistent.
- [Section III-C] The sentence 'This is expected, as stereo vision provides additional information for depth perception' is stated as an explanation after the results are introduced; it would be better placed as a hypothesis before the ablation or as a discussion point.
- [Section V] The Discussion usefully acknowledges high variance, but the phrase 'an improved top performer' suggests selection among many seeds; please clarify how many teacher and student seeds were trained and how many were deployed in the real world, since this affects the interpretation of the reported results.
Circularity Check
No significant circularity: the central sim2real claim rests on external real-world benchmarks, not on self-referential equations; self-citations are prior tooling and methodology, not load-bearing reductions.
full rationale
The paper's derivation chain is empirical rather than mathematical: a state-based teacher policy is trained by RL with hand-defined rewards, then distilled into an RGB student via online DAgger, and the resulting policy is evaluated on real-world grasp success against external baselines. The reported success rates are measured after deployment (e.g., objects physically transported to a bin), not computed from the training objective or from fitted parameters. The auxiliary object-position prediction is used both as a training loss and as a trigger in the bin-packing state machine, but the final metric (SR) is whether the object actually reaches the bin, so success is not defined by the policy's own prediction. The paper uses several self-citations (geometric fabrics [14,20,30], Synthetica rendering [23], ADR [8,18], Isaac Lab [17]) as engineering tools whose properties were established in prior work; the central claim—that RGB-based dexterous grasping transfers from simulation to the real world—does not reduce to any of these citations. The Discussion honestly reports high run-to-run variance in sim2real transfer, which is a robustness limitation, not a circularity. There is no equation in which a predicted quantity is defined in terms of itself, and no benchmark result is obtained by construction from the training data.
Assumptions & free parameters
free parameters (5)
- Reward weights whand_obj, wobj_goal, wlift, wcurl =
not reported
- βobj_goal, βcurl (sharpness coefficients) =
βobj_goal terminal -20, βcurl terminal -0.05; βlift unspecified
- ADR physics parameter terminal ranges =
e.g., object mass scale U(0.5,3), friction U(0.3,1.2), disturbance acceleration U(0,10); full list in Table IV
- Visual domain randomization ranges and augmentation probabilities =
HDRI intensity U(1000,4000), texture and material ranges in Table V; augmentation probabilities 0.5, 1.0, 0.1 in Table…
- PD velocity target and fabric damping gain =
velocity target annealed 1 to 0; damping gain 10 to 20
assumptions (4)
- domain assumption The geometric fabric controller from [14] behaves the same in simulation and on the real Kuka/Allegro hardware, without retuning.
- domain assumption Photorealistic tiled rendering in Isaac Lab plus the domain randomization in Tables V and VI produces RGB images whose distribution covers the real D415 camera images at deployment.
- domain assumption The stereo cross-attention encoder can recover object 3D position and teacher actions from the rendered image pair.
- domain assumption Isaac Lab's physics simulator, with ADR on friction, mass, restitution, and disturbance, adequately models real contact interactions for the tested objects.
Cite this review
Pith. "Pith review of DextrAH-RGB: Visuomotor Policies to Grasp Anything with Dexterous Hands." pith.science (2026). https://pith.science/paper/6F5E4K6K
@misc{pith2026241201791,
author = {Pith},
title = {Pith review of: DextrAH-RGB: Visuomotor Policies to Grasp Anything with Dexterous Hands},
year = {2026},
howpublished = {\url{https://pith.science/paper/6F5E4K6K}},
note = {Machine review of arXiv:2412.01791}
}
read the original abstract
One of the most important, yet challenging, skills for a dexterous robot is grasping a diverse range of objects. Much of the prior work has been limited by speed, generality, or reliance on depth maps and object poses. In this paper, we introduce DextrAH-RGB, a system that can perform dexterous arm-hand grasping end-to-end from RGB image input. We train a privileged fabric-guided policy (FGP) in simulation through reinforcement learning that acts on a geometric fabric controller to dexterously grasp a wide variety of objects. We then distill this privileged FGP into a RGB-based FGP strictly in simulation using photorealistic tiled rendering. To our knowledge, this is the first work that is able to demonstrate robust sim2real transfer of an end2end RGB-based policy for complex, dynamic, contact-rich tasks such as dexterous grasping. DextrAH-RGB is competitive with depth-based dexterous grasping policies, and generalizes to novel objects with unseen geometry, texture, and lighting conditions in the real world. Videos of our system grasping a diverse range of unseen objects are available at \url{https://dextrah-rgb.github.io/}.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 15 Pith papers
-
SILO: Simulation-in-the-Loop Sim-to-Real Transfer for Multi-Stage Cable Routing
SILO enables the first reported zero-shot sim-to-real RL transfer for multi-stage cable routing by approximating cables as articulated rigid links and executing policy actions inside a synchronized digital twin.
-
HUGS: Guiding Unified Dexterous Grasp Synthesis Across Modes and Scales via Learned Human Priors
An object-conditioned human prior over contact modes and wrists guides force-closure optimization to synthesize diverse multi-mode dexterous grasps across object scales more efficiently than heuristics.
-
MuJoCo Playground
An open-source, MJX-based robot learning framework with integrated batch rendering that provides fast training and demonstrates sim-to-real transfer on six robot platforms.
-
World Translation: Minimizing Sim-to-Real Gap with Backward Dynamics Extraction and Unpaired Domain Translation
World Translation predicts a robot's next state by encoding hidden dynamics from the observed transition and cycle-translating that latent code from simulation to reality.
-
Cross-Embodiment Robot Manipulation via a Unified Hand Action Space
UHAS maps hand actions to deformations of a shared unit sphere and recovers joint commands via cascade IK, enabling multi-hand RL, zero-shot transfer, and modest real-world cube reorientation on LEAP and Allegro.
-
Play2Perfect: What Matters in Dexterous Play Pretraining for Precise Assembly?
Task-agnostic RL play pretraining on diverse objects yields a reusable dexterous prior that makes sparse-reward assembly learning ~33× more sample-efficient and enables zero-shot sim-to-real transfer on tight insertio...
-
PTLD: Sim-to-real Privileged Tactile Latent Distillation for Dexterous Manipulation
PTLD distills real privileged tactile data into a state estimator to boost sim-to-real performance of proprioceptive dexterous manipulation policies, yielding 182% improvement on in-hand rotation and 57% on reorientat...
-
Grasp to Act: Dexterous Grasping for Tool Use in Dynamic Settings
Combining wrench-tested grasp optimization with real-time RL finger adjustments lets a 16-DoF robot hand keep tools stable during hammering, sawing, cutting, stirring, and scooping.
-
StereoVLA: Enhancing Vision-Language-Action Models with Stereo Vision
A vision-language-action model that fuses stereo-derived geometric features with semantic features improves real-world grasping success and camera-pose robustness over single-view baselines.
-
Dexplore: Scalable Neural Control for Dexterous Manipulation from Reference-Scoped Exploration
Dexplore learns dexterous robotic hand control from human MoCap demonstrations by treating them as soft, adaptively shrinking spatial references, then distills the policy into a vision-based controller.
-
Grasp-MPC: Closed-Loop Visual Grasping via Value-Guided Model Predictive Control
A value-guided MPC policy trained on 2 million synthetic trajectories improves closed-loop 6-DoF grasping in clutter and adapts to object perturbations.
-
ClutterDexGrasp: A Sim-to-Real System for General Dexterous Grasping in Cluttered Scenes
A simulation-trained teacher-student policy achieves zero-shot sim-to-real closed-loop target-oriented dexterous grasping in cluttered scenes, with 83.9 percent real-world success.
-
HERMES: Human-to-Robot Embodied Learning from Multi-Source Motion Data for Mobile Dexterous Manipulation
HERMES converts a single human motion demonstration into a deployable mobile bimanual dexterous manipulation policy, using RL, depth-image distillation, and closed-loop PnP pose refinement.
-
SimLauncher: Launching Sample-Efficient Real-world Robotic Reinforcement Learning via Simulation Pre-training
Simulation-pretrained policies, with digital-twin demos for critic bootstrapping and action proposals, cut real-world RL training time while reaching near-perfect success on three manipulation tasks.
-
A Survey: Learning Embodied Intelligence from Physical Simulators and World Models
Embodied intelligence learning is reviewed through the complementary lenses of physical simulators and world models, with a proposed IR-L0 to IR-L4 robot capability taxonomy.
Reference graph
Works this paper leans on
-
[1]
Dexterous functional grasping, 2023
Ananye Agarwal, Shagun Uppal, Kenneth Shaw, and Deepak Pathak. Dexterous functional grasping, 2023. URL https://arxiv.org/abs/2312.02975
arXiv 2023
-
[2]
Berk Calli, Aaron Walsman, Arjun Singh, Siddhartha Srinivasa, Pieter Abbeel, and Aaron M. Dollar. Bench- marking in manipulation research: Using the yale-cmu- berkeley object and model set. IEEE Robotics & Automation Magazine , 22(3):36–52, September 2015. ISSN 1070-9932. doi: 10.1109/mra.2015.2448951. URL http://dx.doi.org/10.1109/MRA.2015.2448951
arXiv 2015
-
[3]
Visual dexter- ity: In-hand reorientation of novel and complex object shapes
Tao Chen, Megha Tippur, Siyang Wu, Vikash Kumar, Edward Adelson, and Pulkit Agrawal. Visual dexter- ity: In-hand reorientation of novel and complex object shapes. Science Robotics , 8(84), November 2023. ISSN 2470-9476. doi: 10.1126/scirobotics.adc9244. URL http://dx.doi.org/10.1126/scirobotics.adc9244
-
[4]
Learning robust real-world dexterous grasping policies via implicit shape augmentation, 2022
Zoey Qiuyu Chen, Karl Van Wyk, Yu-Wei Chao, Wei Yang, Arsalan Mousavian, Abhishek Gupta, and Dieter Fox. Learning robust real-world dexterous grasping policies via implicit shape augmentation, 2022. URL https://arxiv.org/abs/2210.13638
arXiv 2022
-
[5]
Ciocarlie, Corey Goldfeder, and Peter K
Matei T. Ciocarlie, Corey Goldfeder, and Peter K. Allen. Dexterous grasping via eigengrasps : A low-dimensional approach to a high-complexity problem. 2007. URL https://api.semanticscholar.org/CorpusID:6853822
work page 2007
-
[6]
An image is worth 16x16 words: Transformers for image recognition at scale, 2021
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, Jakob Uszkoreit, and Neil Houlsby. An image is worth 16x16 words: Transformers for image recognition at scale, 2021. URL https://arxiv.org/abs/ 2010.11929
arXiv 2021
-
[7]
C. Ferrari and J. Canny. Planning optimal grasps. In Proceedings 1992 IEEE International Conference on Robotics and Automation , pages 2290–2295 vol.3, 1992. doi: 10.1109/ROBOT.1992.219918
-
[8]
Dex- treme: Transfer of agile in-hand manipulation from sim- ulation to reality, 2024
Ankur Handa, Arthur Allshire, Viktor Makoviychuk, Aleksei Petrenko, Ritvik Singh, Jingzhou Liu, Denys Makoviichuk, Karl Van Wyk, Alexander Zhurke- vich, Balakumar Sundaralingam, Yashraj Narang, Jean- Francois Lafleche, Dieter Fox, and Gavriel State. Dex- treme: Transfer of agile in-hand manipulation from sim- ulation to reality, 2024. URL https://arxiv.or...
work page 2024
Show all 32 references
-
[9]
Deep residual learning for image recognition, 2015
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition, 2015. URL https://arxiv.org/abs/1512.03385
2015 arXiv
-
[10]
Weinberger
Gao Huang, Zhuang Liu, Laurens van der Maaten, and Kilian Q. Weinberger. Densely connected convolutional networks, 2018. URL https://arxiv.org/abs/1608.06993
2018 arXiv
-
[11]
Gendexgrasp: Generalizable dexterous grasping, 2023
Puhao Li, Tengyu Liu, Yuyang Li, Yiran Geng, Yixin Zhu, Yaodong Yang, and Siyuan Huang. Gendexgrasp: Generalizable dexterous grasping, 2023. URL https:// arxiv.org/abs/2210.00722
2023 arXiv
-
[12]
Dexrep- net: Learning dexterous robotic grasping network with geometric and spatial hand-object representations, 2023
Qingtao Liu, Yu Cui, Qi Ye, Zhengnan Sun, Haoming Li, Gaofeng Li, Lin Shao, and Jiming Chen. Dexrep- net: Learning dexterous robotic grasping network with geometric and spatial hand-object representations, 2023. URL https://arxiv.org/abs/2303.09806
2023 arXiv
-
[13]
Li, Preston Culbertson, Krishnan Srinivasan, Aaron D
Tyler Ga Wei Lum, Albert H. Li, Preston Culbertson, Krishnan Srinivasan, Aaron D. Ames, Mac Schwager, and Jeannette Bohg. Get a grip: Multi-finger grasp evaluation at scale enables robust sim-to-real transfer,
-
[14]
Ratliff, and Karl Van Wyk
Tyler Ga Wei Lum, Martin Matak, Viktor Makoviy- chuk, Ankur Handa, Arthur Allshire, Tucker Hermans, Nathan D. Ratliff, and Karl Van Wyk. DextrAH-G: Pixels-to-Action Dexterous Arm-Hand Grasping with Geometric Fabrics, 2024. URL https://arxiv.org/abs/ 2407.02274
2024 arXiv
-
[15]
Planning visual- tactile precision grasps via complementary use of vision and touch, 2022
Martin Matak and Tucker Hermans. Planning visual- tactile precision grasps via complementary use of vision and touch, 2022. URL https://arxiv.org/abs/2212.08604
2022 arXiv
-
[16]
Miller and P.K
A.T. Miller and P.K. Allen. Graspit! a versatile simulator for robotic grasping. IEEE Robotics & Automation Magazine, 11(4):110–122, 2004. doi: 10.1109/MRA. 2004.1371616
2004 arXiv
-
[17]
Orbit: A unified simulation framework for interactive robot learning environments
Mayank Mittal, Calvin Yu, Qinxi Yu, Jingzhou Liu, Nikita Rudin, David Hoeller, Jia Lin Yuan, Ritvik Singh, Yunrong Guo, Hammad Mazhar, Ajay Mandlekar, Buck Babich, Gavriel State, Marco Hutter, and Animesh Garg. Orbit: A unified simulation framework for interactive robot learni...
2023
-
[18]
Solving rubik’s cube with a robot hand, 2019
OpenAI, Ilge Akkaya, Marcin Andrychowicz, Maciek Chociej, Mateusz Litwin, Bob McGrew, Arthur Petron, Alex Paino, Matthias Plappert, Glenn Powell, Raphael Ribas, Jonas Schneider, Nikolas Tezak, Jerry Tworek, Peter Welinder, Lilian Weng, Qiming Yuan, Wojciech Zaremba, and Lei Zh...
2019 arXiv
-
[19]
Dexpoint: Generalizable point cloud reinforcement learning for sim-to-real dexterous manip- ulation, 2022
Yuzhe Qin, Binghao Huang, Zhao-Heng Yin, Hao Su, and Xiaolong Wang. Dexpoint: Generalizable point cloud reinforcement learning for sim-to-real dexterous manip- ulation, 2022. URL https://arxiv.org/abs/2211.09423
2022 arXiv
-
[20]
Fabrics: A foundation- ally stable medium for encoding prior experience, 2023
Nathan Ratliff and Karl Van Wyk. Fabrics: A foundation- ally stable medium for encoding prior experience, 2023. URL https://arxiv.org/abs/2309.07368
2023 arXiv
-
[21]
Gordon, and J
Stephane Ross, Geoffrey J. Gordon, and J. Andrew Bagnell. A reduction of imitation learning and structured prediction to no-regret online learning, 2011. URL https://arxiv.org/abs/1011.0686
2011 arXiv
-
[22]
Hand-object interaction pretraining from videos, 2024
Himanshu Gaurav Singh, Antonio Loquercio, Carmelo Sferrazza, Jane Wu, Haozhi Qi, Pieter Abbeel, and Ji- tendra Malik. Hand-object interaction pretraining from videos, 2024. URL https://arxiv.org/abs/2409.08273
2024 arXiv
-
[23]
Synthetica: Large scale synthetic data for robot perception, 2024
Ritvik Singh, Jingzhou Liu, Karl Van Wyk, Yu-Wei Chao, Jean-Francois Lafleche, Florian Shkurti, Nathan Ratliff, and Ankur Handa. Synthetica: Large scale synthetic data for robot perception, 2024. URL https://arxiv.org/abs/ 2410.21153
2024 arXiv
-
[24]
D2rl: Deep dense architectures in reinforcement learning, 2020
Samarth Sinha, Homanga Bharadhwaj, Aravind Srinivas, and Animesh Garg. D2rl: Deep dense architectures in reinforcement learning, 2020. URL https://arxiv.org/abs/ 2010.09163
2020 arXiv
-
[25]
Fast-grasp’d: Dexterous multi-finger grasp generation through differentiable simulation, 2023
Dylan Turpin, Tao Zhong, Shutong Zhang, Guanglei Zhu, Jingzhou Liu, Ritvik Singh, Eric Heiden, Miles Macklin, Stavros Tsogkas, Sven Dickinson, and Ani- mesh Garg. Fast-grasp’d: Dexterous multi-finger grasp generation through differentiable simulation, 2023. URL https://arxiv.o...
2023 arXiv
-
[26]
Unidexgrasp++: Im- proving dexterous grasping policy learning via geometry- aware curriculum and iterative generalist-specialist learn- ing, 2023
Weikang Wan, Haoran Geng, Yun Liu, Zikang Shan, Yaodong Yang, Li Yi, and He Wang. Unidexgrasp++: Im- proving dexterous grasping policy learning via geometry- aware curriculum and iterative generalist-specialist learn- ing, 2023. URL https://arxiv.org/abs/2304.00464
2023 arXiv
-
[27]
Dexgraspnet: A large-scale robotic dexterous grasp dataset for general objects based on simulation, 2023
Ruicheng Wang, Jialiang Zhang, Jiayi Chen, Yinzhen Xu, Puhao Li, Tengyu Liu, and He Wang. Dexgraspnet: A large-scale robotic dexterous grasp dataset for general objects based on simulation, 2023. URL https://arxiv. org/abs/2210.02697
2023 arXiv
-
[28]
Dust3r: Geometric 3d vision made easy, 2024
Shuzhe Wang, Vincent Leroy, Yohann Cabon, Boris Chidlovskii, and Jerome Revaud. Dust3r: Geometric 3d vision made easy, 2024. URL https://arxiv.org/abs/2312. 14132
2024
-
[29]
Dexdiffuser: Generating dexterous grasps with diffusion models, 2024
Zehang Weng, Haofei Lu, Danica Kragic, and Jens Lundell. Dexdiffuser: Generating dexterous grasps with diffusion models, 2024. URL https://arxiv.org/abs/2402. 02989
2024
-
[30]
Karl Van Wyk, Ankur Handa, Viktor Makoviychuk, Yijie Guo, Arthur Allshire, and Nathan D. Ratliff. Geometric fabrics: a safe guiding medium for policy learning, 2024. URL https://arxiv.org/abs/2405.02250
2024 arXiv
-
[31]
Unidexgrasp: Universal robotic dexterous grasping via learning diverse proposal generation and goal-conditioned policy, 2023
Yinzhen Xu, Weikang Wan, Jialiang Zhang, Haoran Liu, Zikang Shan, Hao Shen, Ruicheng Wang, Haoran Geng, Yijia Weng, Jiayi Chen, Tengyu Liu, Li Yi, and He Wang. Unidexgrasp: Universal robotic dexterous grasping via learning diverse proposal generation and goal-conditioned polic...
2023 arXiv
-
[2024]
URL https://arxiv.org/abs/2410.23701
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.