ACM Multimedia 2026 Rio de Janeiro

Geometry-Aware Camera Localization for Bronchoscopy

Fusing preoperative airway geometry with intraoperative video for accurate, stable, and real-time 6-DoF bronchoscope localization.

Lumin ChenQingyao Tian Jinpeng LiHaoyu Jiang Huai LiaoXinyan Huang Hongbin LiuDong Yi

Chinese Academy of Sciences · Sun Yat-sen University

GABL overview and quantitative comparison with prior bronchoscopy localization methods

Research trajectory

Four generations, one pursuit: reliable localization.

Our bronchoscope localization research has progressed from probabilistic tracking to foundation models, vision-language reasoning, and finally dense geometry-aware localization. Each generation addresses a different barrier to accurate, robust, and real-time navigation.

Evolution from PANSv1 and PANSv2 to BREATH-VL and GABL, with methods, contributions, accuracy, success rates, and inference speed

Why geometry matters

One framework, three complementary scales.

Camera localization in bronchoscopy is challenged by repetitive anatomy, limited texture, and strict latency requirements. GABL injects explicit geometric supervision at the structural, temporal, and appearance levels, combining preoperative CT priors with intraoperative observations in a unified localization framework.

01

Structure

An anchor graph derived from preoperative CT provides dense anatomical priors for coarse-to-fine localization.

02

Motion

A causal Transformer models temporal dynamics to stabilize predictions and reduce trajectory drift.

03

Appearance

RGB-depth matching aligns intraoperative observations with rendered geometry in a shared representation space.

Framework

Geometry-aware supervision from CT to trajectory.

Detailed GABL architecture showing prior modeling, encoders, matching, temporal tracking, and anchor localization
GABL jointly learns anchor localization, temporal tracking, and appearance-geometry matching.

Inside GABL

Three components connect video, geometry, and pose.

GABL encodes intraoperative temporal context, organizes patient-specific airway geometry, and dynamically combines global detection with local tracking to produce a robust 6-DoF trajectory.

01

Video temporal modeling

A causal Transformer fuses the current frame with historical RGB, pose, and depth embeddings. Random history dropout during training improves robustness while the lower-triangular mask preserves online inference.

Video temporal modeling with RGB, pose, and depth encoders feeding a causal Transformer
02

3D geometric prior modeling

Preoperative CT is converted into an airway mesh, centerline, and anchor tree. A graph encoder captures global topology, while pose and depth encoders preserve fine local geometry.

Geometric prior modeling from CT and airway mesh to global topology and local anchor geometry
03

6-DoF pose decoding

Coarse-to-fine anchor localization supplies an absolute pose, RGB-depth matching verifies geometric consistency, and temporal tracking provides smooth incremental updates between frames.

Pose decoding pipeline with pose detector, RGB-depth matcher, and pose tracker

Ablation studies

Every component earns its place.

We isolate the contribution of each localization component, compare temporal data augmentation strategies, and identify the history dropout rate that best balances accuracy and robustness.

01

Localization components

Removing any module degrades the complete system.

Localization component ablation results
Setting ATEtrans ↓ ATErot ↓ SR-5 ↑ SR-10 ↑
w/o GCN 10.6731.4857.5978.55
w/o Pose Regressor 9.31107.5441.0977.09
w/o Pose Tracker 16.4838.4353.5782.60
w/o Matcher 7.6330.8658.0982.66
Full Model 7.0129.5661.0483.66
02

Data augmentation

Skip and reverse augmentation are complementary.

Data augmentation setting ablation results
Skip Reverse ATEtrans ↓ ATErot ↓ SR-5 ↑ SR-10 ↑
– – 7.9731.7154.7580.72
✓ – 7.8432.2458.0282.08
– ✓ 7.7133.5659.6581.52
✓ ✓ 7.0129.5661.0483.66
03

History dropout

A 0.75 dropout rate gives the strongest overall result.

Causal Transformer dropout rate ablation results
Dropout rate ATEtrans ↓ ATErot ↓ SR-5 ↑ SR-10 ↑
0.258.0431.5157.9483.12
0.507.5930.7658.2782.74
0.757.0129.5661.0483.66
1.07.9431.2558.5782.48

Results

Accurate enough to navigate. Fast enough to guide.

7.01mm

Translation ATE

8.37% lower

29.56deg

Rotation ATE

31.76% lower

61.04%

SR-5

Best reported

33.6FPS

Inference speed

Real-time

Localization in action

From the live RGB view to a global airway pose.

The rendered view follows the intraoperative video while the global panel tracks the predicted bronchoscope position inside the airway.

Animated GABL localization result showing RGB input, rendered airway view, and global camera position
RGB observation · geometry-rendered view · global localization

Qualitative localization

Predicted trajectories closely follow the airway geometry.

Ground-truth and predicted bronchoscope trajectories overlaid on three airway models

Citation

Build on GABL.

@inproceedings{chen2026gabl,
  title     = {Geometry-Aware Camera Localization for Bronchoscopy},
  author    = {Chen, Lumin and Tian, Qingyao and Li, Jinpeng and
               Jiang, Haoyu and Liao, Huai and Huang, Xinyan and
               Liu, Hongbin and Yi, Dong},
  booktitle = {Proceedings of the 34th ACM International Conference
               on Multimedia},
  year      = {2026},
  doi       = {10.1145/3767308.3835259}
}