paper-with-me

홈 › Papers

Efficient Deformable Tissue Reconstruction via Orthogonal Neural Plane

2023-12-23 · Chen Yang, Kailing Wang, Yuehao Wang, Qi Dou, Xiaokang Yang, Wei Shen

Intraoperative imaging techniques for reconstructing deformable tissues in vivo are pivotal for advanced surgical systems. Existing methods either compromise on rendering quality or are excessively computationally intensive, often demanding dozens of hours to perform, which significantly hinders their practical application. In this paper, we introduce Fast Orthogonal Plane (Forplane), a novel, efficient framework based on neural radiance fields (NeRF) for the reconstruction of deformable tissues. We conceptualize surgical procedures as 4D volumes, and break them down into static and dynamic fields comprised of orthogonal neural planes. This factorization iscretizes the four-dimensional space, leading to a decreased memory usage and faster optimization. A spatiotemporal importance sampling scheme is introduced to improve performance in regions with tool occlusion as well as large motions and accelerate training. An efficient ray marching method is applied to skip sampling among empty regions, significantly improving inference speed. Forplane accommodates both binocular and monocular endoscopy videos, demonstrating its extensive applicability and flexibility. Our experiments, carried out on two in vivo datasets, the EndoNeRF and Hamlyn datasets, demonstrate the effectiveness of our framework. In all cases, Forplane substantially accelerates both the optimization process (by over 100 times) and the inference process (by over 15 times) while maintaining or even improving the quality across a variety of non-rigid deformations. This significant performance improvement promises to be a valuable asset for future intraoperative surgical applications. The code of our project is now available at https://github.com/Loping151/ForPlane.

📄 PDF Abstract BibTeX arXiv:2312.15253

Code (2)

loping151/forplane 공식 구현 pytorch
loping151/lerplane pytorch

Tasks

NeRF

Similar Papers 제목 키워드 기반

Neural LerPlane Representations for Fast 4D Reconstruction of Deformable Tissues

2023-05-31 · Chen Yang, Kailing Wang, Yuehao Wang, Xiaokang Yang 외

Reconstructing deformable tissues from endoscopic stereo videos in robotic surgery is crucial for various clinical applications. However, existing methods relying only on implicit representations are computationally expe…

4D reconstruction

EndoGS: Deformable Endoscopic Tissues Reconstruction with Gaussian Splatting

2024-01-21 · Lingting Zhu, Zhao Wang, Jiahao Cui, Zhenchao Jin 외

Surgical 3D reconstruction is a critical area of research in robotic surgery, with recent works adopting variants of dynamic radiance fields to achieve success in 3D reconstruction of deformable tissues from single-viewp…

3D Reconstruction

EndoLRMGS: Complete Endoscopic Scene Reconstruction combining Large Reconstruction Modelling and Gaussian Splatting

2025-03-28 · Xu Wang, Shuai Zhang, Baoru Huang, Danail Stoyanov 외

Complete reconstruction of surgical scenes is crucial for robot-assisted surgery (RAS). Deep depth estimation is promising but existing works struggle with depth discontinuities, resulting in noisy predictions at object …

Depth EstimationSSIM

Monocular Endoscopic Tissue 3D Reconstruction with Multi-Level Geometry Regularization

2026-02-24 · Yangsen Chen, Hao Wang arxiv

Reconstructing deformable endoscopic tissues is crucial for achieving robot-assisted surgery. However, 3D Gaussian Splatting-based approaches encounter challenges in achieving consistent tissue surface reconstruction, wh…

3D Reconstruction

SAGS: Self-Adaptive Alias-Free Gaussian Splatting for Dynamic Surgical Endoscopic Reconstruction

2025-10-31 · Wenfeng Huang, Xiangyun Liao, Yinling Qian, Hao Liu 외 arxiv

Surgical reconstruction of dynamic tissues from endoscopic videos is a crucial technology in robot-assisted surgery. The development of Neural Radiance Fields (NeRFs) has greatly advanced deformable tissue reconstruction…