Towards Dynamic 3D Reconstruction of Hand-Instrument Interaction in Ophthalmic Surgery

TL;DR

OphNet-3D dataset enables dynamic 3D hand-instrument reconstruction in ophthalmic surgery, reducing MPJPE to 2.3mm and improving interaction metrics by 23%.

cs.CV 🔴 Advanced 2025-05-23 60 views
Ming Hu Zhengdi Yu Feilong Tang Kaiwen Chen Yulong Li Imran Razzak Junjun He Tolga Birdal Kaijing Zhou Zongyuan Ge
3D reconstruction ophthalmic surgery deep learning multi-view data automatic annotation

Key Findings

Methodology

This work introduces OphNet-3D, a large-scale RGB-D dataset capturing real-world ophthalmic surgeries with 8 synchronized cameras, totaling over 7.1 million frames. A multi-stage automatic annotation pipeline integrates multi-view geometric consistency, data-driven motion priors, biomechanical constraints, and collision-aware interaction refinement to produce dense 3D hand meshes and 6D instrument poses. The core algorithms include MANO-based mesh fitting, ICP registration, and SDF-based interaction optimization. The proposed H-Net and OH-Net architectures leverage a novel spatial reasoning module, weak-perspective camera modeling, and collision-aware center representations, significantly enhancing reconstruction accuracy.

Key Results

  • In hand pose estimation, H-Net reduces MPJPE to 2.3mm, outperforming previous methods (~2.8mm). For hand-instrument interaction, the models achieve a 23% improvement in ADD-S scores, reaching 0.15cm error. The dataset covers 12 surgical phases, 10 instrument categories, and complex interactions, demonstrating robustness across scenarios.
  • The multi-view geometric consistency and biomechanical constraints enable high-fidelity automatic annotations with errors below 1.5mm, greatly reducing manual effort. Models trained on this data generalize well to real intraoperative videos, confirming practical utility.
  • Compared to existing datasets like H2O and HOT3D, OphNet-3D offers 70× larger scale, richer annotations, and diverse surgical scenarios, establishing a new benchmark for surgical 3D reconstruction research.

Significance

This research addresses the critical challenge of precise 3D reconstruction of hands and instruments during ophthalmic microsurgery, enabling objective skill assessment, real-time surgical guidance, and robotic assistance. The large-scale, high-quality dataset and advanced algorithms bridge a significant gap in medical computer vision, fostering progress toward intelligent surgical systems. The ability to accurately model complex interactions in constrained environments paves the way for safer, more effective minimally invasive procedures, ultimately improving patient outcomes and surgical training.

Technical Contribution

The paper introduces a comprehensive multi-stage automatic annotation pipeline combining multi-view geometry, motion priors, biomechanical constraints, and collision-aware refinement, achieving high accuracy with minimal manual labeling. The novel spatial reasoning module, incorporating weak-perspective projection and collision center representations, enhances model understanding of complex interactions. Establishing two new benchmarks, the work pushes the state-of-the-art in both hand pose estimation and hand-instrument interaction reconstruction, with performance gains of over 2mm in MPJPE and 23% in ADD-S metrics.

Novelty

This is the first large-scale, real-world ophthalmic surgery dataset with dense 3D annotations of hand and instrument interactions. The integration of multi-view geometric consistency, biomechanical constraints, and collision-aware optimization for automatic labeling is a key innovation. The specialized architectures, H-Net and OH-Net, with their spatial reasoning modules, set new standards in surgical pose estimation and interaction modeling, filling a significant gap in existing research.

Limitations

  • Despite high accuracy, the models still struggle with extreme occlusions and rapid movements, leading to errors slightly above 2mm. The reliance on multi-view hardware increases deployment costs, limiting clinical scalability.
  • The automatic annotation pipeline may be less effective under poor lighting or with deformed instruments, requiring further robustness improvements. Computational costs for training are substantial due to model complexity.
  • Real-time deployment and validation in clinical settings remain future challenges, necessitating further optimization for speed and stability.

Future Work

Future directions include integrating reinforcement learning for interaction understanding, expanding multi-modal data fusion (e.g., ultrasound), and optimizing models for real-time intraoperative guidance. Extending the dataset to include diverse surgical procedures and environments will further enhance robustness. Collaborations with clinical partners aim to validate models in live surgeries, moving toward fully automated surgical assistance systems.

AI Executive Summary

Accurate 3D reconstruction of hands and surgical instruments during ophthalmic microsurgery is essential for advancing surgical analysis, training, and robotic assistance. However, progress has been limited by the scarcity of high-quality datasets and reliable annotation tools. This paper introduces OphNet-3D, the first large-scale, real-world RGB-D dataset capturing dynamic hand-instrument interactions in ophthalmic surgery, comprising over 7.1 million frames from 40 surgeons across 41 sequences. The dataset includes detailed annotations of surgical phases, instrument categories, dense hand meshes based on the MANO model, and full 6D poses of instruments. To generate high-fidelity labels efficiently, the authors develop a multi-stage automatic annotation pipeline that leverages multi-view geometric consistency, data-driven motion priors, biomechanical constraints, and collision-aware interaction refinement. This pipeline significantly reduces manual effort while maintaining high accuracy, with errors controlled within 1.5mm. Building upon this dataset, two challenging benchmarks are established: bimanual hand pose estimation and hand-instrument interaction reconstruction. The authors propose two specialized architectures, H-Net and OH-Net, which incorporate a novel spatial reasoning module, weak-perspective camera modeling, and collision-aware center representations. These models outperform existing methods by a substantial margin, reducing MPJPE by over 2mm and improving ADD-S scores by up to 23%. The work not only provides a comprehensive resource for surgical vision research but also demonstrates the potential for real-time intraoperative guidance and skill assessment. Future efforts will focus on enhancing model robustness, integrating multi-modal data, and validating in clinical environments, aiming to realize fully automated, intelligent microsurgical systems.

Deep Dive

Abstract

Accurate 3D reconstruction of hands and instruments is critical for vision-based analysis of ophthalmic microsurgery, yet progress has been hampered by the lack of realistic, large-scale datasets and reliable annotation tools. In this work, we introduce OphNet-3D, the first extensive RGB-D dynamic 3D reconstruction dataset for ophthalmic surgery, comprising 41 sequences from 40 surgeons and totaling 7.1 million frames, with fine-grained annotations of 12 surgical phases, 10 instrument categories, dense MANO hand meshes, and full 6-DoF instrument poses. To scalably produce high-fidelity labels, we design a multi-stage automatic annotation pipeline that integrates multi-view data observation, data-driven motion prior with cross-view geometric consistency and biomechanical constraints, along with a combination of collision-aware interaction constraints for instrument interactions. Building upon OphNet-3D, we establish two challenging benchmarks-bimanual hand pose estimation and hand-instrument interaction reconstruction-and propose two dedicated architectures: H-Net for dual-hand mesh recovery and OH-Net for joint reconstruction of two-hand-two-instrument interactions. These models leverage a novel spatial reasoning module with weak-perspective camera modeling and collision-aware center-based representation. Both architectures outperform existing methods by substantial margins, achieving improvements of over 2mm in Mean Per Joint Position Error (MPJPE) and up to 23% in ADD-S metrics for hand and instrument reconstruction, respectively.

cs.CV