REVIEW 3 major objections 3 minor 2 cited by
ManiSkill-ViTac 2025: Challenge on Manipulation Skill Learning With Vision and Tactile Sensing
T0 review · 3 major / 3 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read The ManiSkill-ViTac 2025 challenge aims to establish the first open, standardized benchmark that fairly compares tactile-only and vision-tactile policies for contact-rich manipulation, with a simulation platform intended to transfer to an…
desk verdict Useful challenge spec, but the central sim-to-real claim is asserted without evidence; treat as a workshop call, not a benchmark paper. 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 simulation stack built on the SAPIEN environment plus the Incremental Potential Contact (IPC) method, which discretizes the GelSight Mini elastomer as a tetrahedral finite-element mesh and solves deformation without surface intersections or inversions. Marker points on the mesh surface are carried by barycentric interpolation and rendered into camera-frame pixel flows, producing the tactile observation. For vision, depth is synthesized by physics-grounded active stereo sensor simulation, which renders stereo infrared images and computes depth the way a RealSense D415 would. These two modules jointly generate the marker-flow and depth/point-cloud observations that feed the TD3-based reference policy, while the real platform is designed to mirror the same sensing geometry. The machinery converts raw physical contact and depth into the standardized observation spaces used by all three tracks.
What would settle it
Run the provided reference TD3 policy on the Track 1 peg insertion task in simulation and record its success rate, then run the identical policy on the described real platform under the identical evaluation criteria; if the real success rate falls far below the simulated one (or the marker-flow images differ visibly under matched contact), the claim of a small sim-to-real gap is falsified.
Extended reading notes
Core claim
On its own terms, the paper establishes a unified platform for vision-tactile manipulation research rather than a single algorithmic result. Its discovery claim is that a carefully constructed simulation—using Incremental Potential Contact (IPC) finite-element deformation of the tactile elastomer and physics-grounded active stereo depth simulation—can stand in for the real GelSight Mini and RealSense D415 sensors closely enough that reinforcement-learned policies transfer across the gap. The paper operationalizes this through standardized metrics (excessive-error checks, step limits, insertion depth, and surface-point consistency) applied identically in simulation and on a real platform composed of a translation and rotary stage, dual GelSight Mini sensors, a Robotiq Hand-E gripper, and the D415 camera. Three tracks are derived from this platform: tactile-only manipulation, tactile-vision fusion, and iterative design of the tactile elastomer geometry.
Load-bearing premise
The entire structure depends on the simulator reproducing the real GelSight Mini and RealSense D415 closely enough for a policy trained in simulation to work on the real platform; the paper asserts this small sim-to-real gap but shows no quantitative comparison of sensor readings or task success.
Editorial extensions
If this is right
- Simulation-trained policies will transfer to the identical real hardware platform, so teams without access to robots can still compete meaningfully.
- The same evaluation metrics will permit direct, fair comparison of tactile-only, fusion, and sensor-design approaches in one benchmark.
- Researchers can iterate on tactile sensor geometry in simulation via Track 3, testing custom silicone designs before physical fabrication.
- The reference TD3 policy with a shared tactile encoder provides a baseline that later entrants can measure against.
- If the challenge attracts broad participation, it will establish a standard evaluation protocol for contact-rich multi-modal manipulation.
Reading between the lines
- Beyond the paper: the small sim-to-real gap is asserted without quantitative sensor-level or task-level comparison here; the challenge's Stage 2 real evaluations will be the first real test of whether simulated rankings predict physical performance.
- Beyond the paper: the same platform could support sim-to-real transfer-learning studies—such as domain randomization or fine-tuning on real data—rather than only zero-shot transfer, since simulator and real setup share geometry and observation spaces.
- Beyond the paper: the sensor-design track could produce geometries that are optimal only within the IPC-based simulator; validating those designs on the real GelSight Mini would be needed before claiming they improve real-world touch.
- Beyond the paper: if the benchmark succeeds, it may generalize the vision-only manipulation benchmark concept to contact-rich manipulation, giving tactile sensing a first-class evaluation community.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces the ManiSkill-ViTac 2025 challenge for contact-rich manipulation with vision and tactile sensing. It proposes three tracks: tactile-only manipulation, tactile-vision fusion, and tactile sensor structure design. The platform description covers a SAPIEN-based simulation with IPC/FEM tactile sensing and Zhang's active-stereo depth simulation, plus a real platform with GelSight Mini sensors, a RealSense D415, a parallel gripper, and positioning stages. The paper specifies observations, actions, reward functions, and submission formats for each track, and it claims that the simulation closely matches the real platform with a small sim-to-real gap, making simulation rankings meaningful for real-world performance.
Significance. The challenge has the potential to be a useful community resource: it provides a concrete multi-track evaluation protocol, a physically grounded simulation pipeline, and a baseline TD3 method. If the sim-to-real claim were quantitatively validated, the standardized metrics and the shared hardware platform would give the field a much-needed common testbed for vision-tactile manipulation. However, the paper's central premise, the small sim-to-real gap, is asserted rather than demonstrated, and the action/reward specification contains internal inconsistencies. These issues must be addressed before the proposed evaluations can be considered reproducible or the rankings interpretable.
major comments (3)
- [Section I and Section III-B/III-C] The claim of a 'small sim-to-real gap' is the load-bearing premise for the meaningfulness of Stage 1 simulation rankings and of Track 3's simulation-only sensor-design evaluation, but the manuscript contains no quantitative comparison of simulated versus real tactile signals, depth images, or task success rates. Figure 1's caption further notes that the simulated scene includes only the silicone parts and target objects, omitting the gripper and F/T sensor used in the real platform; the effect of this omission on contact mechanics is not discussed. Please add quantitative sim-to-real validation (for example, marker-displacement error, depth error, and policy success rates in simulation and on the real platform) or explicitly reframe the claim as 'simulation-only evaluation' and state what conclusions can be drawn from the rankings.
- [Sections IV-A-2-b, IV-A-3-b, V-A-1, and Eqs. (18)-(21)] The Lock Opening task is specified inconsistently. Section IV-A-2-b defines actions as displacement increments in x, y, and z only, and Algorithm 2 applies only linear velocities. Yet Section V-A-1 states that the Track 1 actor outputs a three-dimensional action vector [ax, ay, a_theta] relative to the peg, and both the success criterion ('Key and Lock Alignment') and the reward function (Eqs. 18-21) include an angular error e_theta. Either the action space must include a rotation component or the angular terms must be removed; as written, participants cannot determine the intended control loop for this task.
- [Sections IV-A-2, IV-A-3, V-A-2, and Algorithms 1-2] Several constants that determine the behavior of the environment and the reward are named but never specified: max_action, v_max, omega_max, x_max, y_max, theta_max, the z-axis step size and step limit, the error thresholds tau_xy, tau_theta, tau_xyz, the per-step penalty P, and the lock-opening error scaling factor 500 in Eq. (19). Without these values, the challenge protocol is not reproducible and the reward-shaping behavior cannot be assessed. Please state all constants explicitly or link to a released configuration file.
minor comments (3)
- [Eq. (2) and Fig. 1] Please clarify the notation in Eq. (2): state explicitly that v is a linear velocity vector and that v*Delta_t is the displacement, and define omega as a scalar rotation rate with axis d. The label '4 views in simulation' in Figure 1 is unexplained and should be expanded.
- [Section IV-C-3] The Track 3 evaluation of 'innovativeness of the sensor design' is not defined beyond a general reference to structural design and marker distribution. A scoring rubric or at least a list of criteria would be needed for a fair competition and for reproducibility of the evaluation.
- [Section VI-A] The schedule entries '2025-TBD' for the winner announcement and award ceremony are uninformative; please provide concrete dates or state that they will be announced after the challenge launches.
Circularity Check
No significant circularity; the benchmark's sim-to-real claim is an unvalidated assertion, not a derivation that reduces to its inputs.
full rationale
This paper is a challenge specification rather than a derivation. The closest candidate for circularity is the Key Features claim: 'Our simulation environment closely matches real-world performance, with a small sim-to-real gap' (Section I). That is a load-bearing empirical assertion, but it is not derived from any equation or fitted quantity in the paper, and it is not defined in terms of the challenge's own metrics; no quantitative sim-to-real comparison is presented, which is a missing-evidence/correctness risk rather than circularity. The tactile FEM/IPC marker simulation (Eq. 1, Section III-B1), the active-stereo depth simulation (Section III-B2), and the action substep formulas (Eqs. 2-13) are procedural construction steps with stated inputs; none of them predict a quantity that was used to fit those same inputs. References [15] and [17] are prior works with overlapping authorship, but they are cited as methods for depth simulation and the TD3 baseline, not as the sole justification of the paper's central claims; the sim-to-real gap assertion is not even explicitly attributed to them. The evaluation metrics, such as Surface Point Consistency in Section IV-A3, define task success for the competition; they do not masquerade as externally validated predictions. Self-citation is present but not load-bearing in the sense of making a claimed derivation equivalent to its input. Accordingly, no circular step can be exhibited, and the honest finding is no significant circularity.
Assumptions & free parameters
free parameters (6)
- Per-step penalty P
- Error thresholds tau_xy, tau_theta, tau_xyz
- Velocity and action limits vmax, omegamax, max_action
- Position and orientation limits xmax, ymax, thetamax
- Lock-opening error scaling factor =
500
- Z-axis step size and step limit
assumptions (5)
- domain assumption IPC with FEM, including Neo-Hookean hyperelasticity, faithfully simulates the GelSight elastomer deformation.
- domain assumption Zhang's active stereo simulation yields depth maps representative of an Intel RealSense D415.
- domain assumption Marker flow from the simulated and real sensors is a sufficient observation for the tasks and for success detection.
- domain assumption The TD3 reference policy with the provided reward shapes can solve the tasks in simulation.
- ad hoc to paper The simulation-to-real gap is small enough that simulation-trained policies perform comparably on the real platform.
Cite this review
Pith. "Pith review of ManiSkill-ViTac 2025: Challenge on Manipulation Skill Learning With Vision and Tactile Sensing." pith.science (2026). https://pith.science/paper/N7QS4N6Z
@misc{pith2026241112503,
author = {Pith},
title = {Pith review of: ManiSkill-ViTac 2025: Challenge on Manipulation Skill Learning With Vision and Tactile Sensing},
year = {2026},
howpublished = {\url{https://pith.science/paper/N7QS4N6Z}},
note = {Machine review of arXiv:2411.12503}
}
read the original abstract
This article introduces the ManiSkill-ViTac Challenge 2025, which focuses on learning contact-rich manipulation skills using both tactile and visual sensing. Expanding upon the 2024 challenge, ManiSkill-ViTac 2025 includes 3 independent tracks: tactile manipulation, tactile-vision fusion manipulation, and tactile sensor structure design. The challenge aims to push the boundaries of robotic manipulation skills, emphasizing the integration of tactile and visual data to enhance performance in complex, real-world tasks. Participants will be evaluated using standardized metrics across both simulated and real-world environments, spurring innovations in sensor design and significantly advancing the field of vision-tactile fusion in robotics.
Figures
Figures from the paper (2 more)
Forward citations
Cited by 2 Pith papers
-
Benchmarking Generalizable Bimanual Manipulation: RoboTwin Dual-Arm Collaboration Challenge at CVPR 2025 MEIS Workshop
Results and lessons from the RoboTwin Dual-Arm Collaboration Challenge at CVPR 2025, covering 64 teams and 17 bimanual manipulation tasks across simulation and real hardware.
-
Data Pyramid for Embodied Manipulation: A Survey
Embodied training data form a five-layer pyramid—real-robot, UMI, ego/exo, simulation, general V–L—ordered by the trade-off between scale and robot alignment, and model capabilities track how those layers are mixed.
Reference graph
Works this paper leans on
-
[17]
W. Chen, J. Xu, F. Xiang, X. Yuan, H. Su, and R. Chen, “General- purpose sim2real protocol for learning contact-rich manipulation with marker-based visuotactile sensors,” IEEE Transactions on Robotics , 2024
work page 2024
-
[1]
Trends and challenges in robot manipulation,
A. Billard and D. Kragic, “Trends and challenges in robot manipulation,” Science, vol. 364, no. 6446, p. eaat8414, 2019. [Online]. Available: https://www.science.org/doi/abs/10.1126/science.aat8414
-
[2]
ManiSkill2: A Unified Benchmark for Generalizable Manipulation Skills,
J. Gu, F. Xiang, X. Li, Z. Ling, X. Liu, T. Mu, Y . Tang, S. Tao, X. Wei, Y . Yao, X. Yuan, P. Xie, Z. Huang, R. Chen, and H. Su, “ManiSkill2: A Unified Benchmark for Generalizable Manipulation Skills,” in Inter- national Conference on Learning Representations (ICLR) , 2023
work page 2023
-
[3]
ManiSkill3: GPU Parallelized Robotics Simulation and Rendering for Generalizable Embodied AI,
S. Tao, F. Xiang, A. Shukla, Y . Qin, X. Hinrichsen, X. Yuan, C. Bao, X. Lin, Y . Liu, T.-k. Chan, Y . Gao, X. Li, T. Mu, N. Xiao, A. Gurha, Z. Huang, R. Calandra, R. Chen, S. Luo, and H. Su, “ManiSkill3: GPU Parallelized Robotics Simulation and Rendering for Generalizable Embodied AI,” arXiv preprint, 2024
work page 2024
-
[4]
Physics-informed model-based rein- forcement learning,
A. Ramesh and B. Ravindran, “Physics-informed model-based rein- forcement learning,” in Learning for Dynamics and Control Conference. PMLR, 2023, pp. 26–37
work page 2023
-
[5]
Tossing- bot: Learning to throw arbitrary objects with residual physics,
A. Zeng, S. Song, J. Lee, A. Rodriguez, and T. Funkhouser, “Tossing- bot: Learning to throw arbitrary objects with residual physics,” IEEE Transactions on Robotics , vol. 36, no. 4, pp. 1307–1319, 2020
2020
-
[6]
Mujoco: A physics engine for model- based control,
E. Todorov, T. Erez, and Y . Tassa, “Mujoco: A physics engine for model- based control,” in 2012 IEEE/RSJ international conference on intelligent robots and systems . IEEE, 2012, pp. 5026–5033
2012
-
[7]
Digitac: A digit-tactip hybrid tactile sensor for comparing low-cost high-resolution robot touch,
N. F. Lepora, Y . Lin, B. Money-Coomes, and J. Lloyd, “Digitac: A digit-tactip hybrid tactile sensor for comparing low-cost high-resolution robot touch,” IEEE Robotics and Automation Letters , vol. 7, no. 4, pp. 9382–9388, 2022
work page 2022
Show all 18 references
-
[8]
Uniteam: Open vocabulary mobile manipulation challenge,
A. Melnik, M. B ¨uttner, L. Harz, L. Brown, G. C. Nandi, A. PS, G. K. Yadav, R. Kala, and R. Haschke, “Uniteam: Open vocabulary mobile manipulation challenge,” arXiv preprint arXiv:2312.08611 , 2023
2023 arXiv
-
[9]
Homerobot: Open-vocabulary mobile manipulation,
S. Yenamandra, A. Ramachandran, K. Yadav, A. Wang, M. Khanna, T. Gervet, T.-Y . Yang, V . Jain, A. W. Clegg, J. Turner et al. , “Homerobot: Open-vocabulary mobile manipulation,” arXiv preprint arXiv:2306.11565, 2023
2023 arXiv
-
[10]
Arnold: A benchmark for language- grounded task learning with continuous states in realistic 3d scenes,
R. Gong, J. Huang, Y . Zhao, H. Geng, X. Gao, Q. Wu, W. Ai, Z. Zhou, D. Terzopoulos, S.-C. Zhu et al., “Arnold: A benchmark for language- grounded task learning with continuous states in realistic 3d scenes,” in Proceedings of the IEEE/CVF International Conference on Computer ...
2023
-
[11]
Maniskill: Generalizable manipulation skill benchmark with large-scale demonstrations,
T. Mu, Z. Ling, F. Xiang, D. Yang, X. Li, S. Tao, Z. Huang, Z. Jia, and H. Su, “Maniskill: Generalizable manipulation skill benchmark with large-scale demonstrations,” arXiv preprint arXiv:2107.14483 , 2021
2021 arXiv
-
[12]
Tactile-sensing technologies: Trends, challenges and outlook in agri- food manipulation,
W. Mandil, V . Rajendran, K. Nazari, and A. Ghalamzan-Esfahani, “Tactile-sensing technologies: Trends, challenges and outlook in agri- food manipulation,” Sensors, vol. 23, no. 17, p. 7362, 2023
2023
-
[13]
Sapien: A simulated part-based interactive environment,
F. Xiang, Y . Qin, K. Mo, Y . Xia, H. Zhu, F. Liu, M. Liu, H. Jiang, Y . Yuan, H. Wang et al. , “Sapien: A simulated part-based interactive environment,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2020, pp. 11 097–11 107
2020
-
[14]
Incremental potential contact: intersection-and inversion-free, large-deformation dynamics
M. Li, Z. Ferguson, T. Schneider, T. R. Langlois, D. Zorin, D. Panozzo, C. Jiang, and D. M. Kaufman, “Incremental potential contact: intersection-and inversion-free, large-deformation dynamics.” ACM Trans. Graph., vol. 39, no. 4, p. 49, 2020
2020
-
[15]
Close the optical sensing domain gap by physics-grounded active stereo sensor simulation,
X. Zhang, R. Chen, A. Li, F. Xiang, Y . Qin, J. Gu, Z. Ling, M. Liu, P. Zeng, S. Han, Z. Huang, T. Mu, J. Xu, and H. Su, “Close the optical sensing domain gap by physics-grounded active stereo sensor simulation,” IEEE Transactions on Robotics , vol. 39, no. 3, pp. 2429– 2447, 2023
2023
-
[16]
Segment anything,
A. Kirillov, E. Mintun, N. Ravi, H. Mao, C. Rolland, L. Gustafson, T. Xiao, S. Whitehead, A. C. Berg, W.-Y . Loet al., “Segment anything,” in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 4015–4026
2023
-
[18]
Twin-delayed ddpg: A deep reinforcement learning technique to model a continuous movement of an intelligent robot agent,
S. Dankwa and W. Zheng, “Twin-delayed ddpg: A deep reinforcement learning technique to model a continuous movement of an intelligent robot agent,” in Proceedings of the 3rd international conference on vision, image and signal processing , 2019, pp. 1–5
2019
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.