TARU-Net: Topology-Aware Deep Learning for High-Fidelity Lung CT Segmentation and Volume Visualization

1IIT Kharagpur, 2RGUKT Nuzvid, 3VIT Chennai, 4Narayana Hospital
TARU-Net 3D Reconstruction Results

TARU-Net generates high-fidelity 3D lung models with color-coded severity mapping from CT scans.

Abstract

Accurate segmentation and volume visualization of the lung from computed tomography (CT) images holds the key to precision diagnosis, personalized treatment, and predictive healthcare. Despite the surge of AI-driven medical imaging, existing segmentation pipelines falter in handling inevitable pathological variations, inconsistent CT quality, and the scarcity of well-annotated data, often producing voxelated, unrealistic lung geometries that limit clinical trust.

We present TARU-Net, a unified framework that fuses deep learning-based segmentation with surface topology-guided 3D reconstruction. The architecture captures rich multi-scale spatial features, ensuring resilient performance even in complex pathological landscapes such as fibrosis, tumors, or pneumonia. The subsequent topology-driven reconstruction, implemented via the Marching Cubes algorithm with RBF interpolation and Ball Pivot Algorithm, smoothens jagged voxel artifacts and restores anatomical realism, producing seamless, high-fidelity 3D lung models directly from patient CT data.

Method Overview

TARU-Net integrates three key stages: (1) U-Net-based 2D CT slice segmentation for lung and lesion extraction, (2) 3D surface reconstruction using Marching Cubes followed by RBF interpolation for smooth, gap-free surfaces, and (3) Ball Pivot Algorithm for watertight mesh generation with color-coded severity mapping based on Hounsfield Units.

Input Data: COVID-19 Pneumonia

COVID-19 CT Input Data

Raw CT scan (left), extracted lung region (middle), and pneumonia-affected regions (right).

Input Data: Lung Cancer

Lung Cancer CT Input Data

Raw CT scan (left), extracted lung region (middle), and cancer-affected regions (right).

3D CT Scan Orientation Views

Axial Coronal Sagittal Views

Axial, Coronal, and Sagittal slices with 3D volume overlay showing directional axes.

Results

Segmentation Performance

TARU-Net achieves strong performance across both lung cancer and COVID-19 pneumonia datasets:

Task Training Loss Training Dice Validation Loss Validation Dice Test Loss Test Dice
Lung Cancer 0.0012 0.5977 0.0009 0.8769 0.0009 0.8887
Lung Pneumonia 0.5309 0.6294 0.4907 0.6252 0.4966 0.6168

Comparison with State-of-the-Art

Performance comparison for lung cancer segmentation:

Model Dice Score Sensitivity Specificity Inference Time (s)
UNet++ 0.9083 0.9163 0.999995 6.36
FPN 0.8837 0.9175 0.999993 3.43
PSPNet 0.9001 0.9058 0.999994 2.03
DeepLabV3 0.9008 0.9235 0.999988 3.59
SegFormer 0.8867 0.9262 0.999974 3.71
TARU-Net (Ours) 0.8887 0.9238 0.999988 3.33

While some models achieve marginally higher Dice scores, TARU-Net maintains an optimal balance between accuracy and efficiency with ~3.3s inference time per scan, critical for time-sensitive clinical applications.

3D Reconstruction Results

COVID-19 Pneumonia

COVID-19 3D Prediction

Color-coded severity: Red (severe), Yellow (moderate), Green (healthy tissue).

Lung Cancer

Lung Cancer 3D Prediction

3D reconstructed predictions from TARU-Net for lung cancer cases.

Conclusion

We present a unified computational pipeline that seamlessly integrates 2D deep learning-based segmentation with 3D surface topology-driven reconstruction for volume visualization, generating anatomically faithful, color-coded models of the human lung. By leveraging U-Net's feature-extraction capabilities coupled with topology-based surface reconstruction, TARU-Net achieves high accuracy in delineating lung parenchyma, airways, and pathological regions.

The fusion of deep learning and topology-aware reconstruction transforms discrete CT voxel data into realistic 3D representations with smooth, anatomically consistent surfaces. This hybrid approach surpasses traditional methods in robustness, adaptability to diseased tissues (fibrotic or tumorous lungs), and computational efficiency—offering transformative potential for diagnosis, surgical planning, computational medicine, and medical education.

Beyond immediate utility, this work paves the way for explainable and real-time AI in thoracic imaging, bridging algorithmic precision with clinical interpretability. Future directions include four-dimensional (time-resolved) reconstruction to capture lung deformation during respiration, supported by self-supervised learning, domain adaptation, and federated frameworks for privacy-preserving model training.

Authors

Partha Acharya

Partha Acharya

IIT Kharagpur

Aishik Sen

Aishik Sen

VIT Chennai

Amitabha Chattopadhyay

Amitabha Chattopadhyay

Narayana Hospital

Subhamoy Mandal

Subhamoy Mandal

IIT Kharagpur

Suman Chakraborty

Suman Chakraborty

IIT Kharagpur

BibTeX

@article{acharya2026tarunet,
  author    = {Acharya, Partha and Sulake, Nikhileswara Rao and Sen, Aishik and Chattopadhyay, Amitabha and Mandal, Subhamoy and Chakraborty, Suman},
  title     = {TARU-Net: Topology-Aware Deep Learning for High-Fidelity Lung CT Segmentation and Volume Visualization},
  journal   = {Under Review},
  year      = {2026},
}