Airway Structure Awareness Loss
- Airway structure awareness loss is a family of objective functions designed to enforce continuity, completeness, and anatomical plausibility in airway segmentation.
- These techniques address challenges like class imbalance, fragmented distal bronchioles, and incomplete annotations by integrating centerline, connectivity, and boundary information.
- Methodologies such as gradient rebalancing, curriculum learning, and weak supervision improve structural metrics in CT and bronchoscopy applications.
Airway structure awareness loss denotes a family of objective functions and closely related supervision mechanisms that optimize for continuity, completeness, connectivity, and anatomical plausibility of airway predictions, rather than only voxel-wise overlap. In airway CT segmentation, these formulations are motivated by discontinuity in peripheral bronchioles, severe class imbalance between foreground and background, intra-class imbalance between large and small branches, incomplete annotations, and heterogeneity across centres and disease cohorts. Closely related ideas also appear in bronchoscopy and bronchoscopic depth estimation, where the relevant structural prior is not a full airway tree but the geometric organization of airway orifices or the lumen itself (Tang et al., 2022, Zheng et al., 2020, Wang et al., 2023, Zhang et al., 15 Sep 2025).
1. Motivation and problem setting
Airway segmentation differs from many organ segmentation tasks because the principal failure mode is often topological rather than regional. Several studies state that small distal airways, peripheral bronchioles, and higher-generation bronchioles are easily missed, fragmented, or disconnected, even when global overlap remains acceptable. One paper explicitly states that airway segmentation focuses on topology rather than pure pixel-wise accuracy, while another identifies discontinuity in the delineation of peripheral bronchioles as a direct obstacle to clinical deployment. These problems are compounded by low contrast, pathological abnormalities, blurred CT detail, and severe imbalance across airway generations (Wang et al., 2022, Tang et al., 2022, Yang et al., 2024).
The optimization difficulty has been analyzed at the gradient level. “Alleviating Class-wise Gradient Imbalance for Pulmonary Airway Segmentation” attributes the poor parsing of distal small airways to gradient erosion and dilation of neighborhood voxels during back-propagation. When the ratio of foreground gradient to background gradient is small while class imbalance is local, the foreground gradients can be eroded by their neighborhoods, progressively increasing noise in the gradient flow and limiting the learning of small structures. A separate line of work emphasizes that incomplete labeling is also structural: one study notes that most existing airway datasets are incompletely labeled and that manual or semi-automatic annotation can require up to 7 or 3 hours per case, which in turn constrains the completeness of computer-segmented airway trees (Zheng et al., 2020, Wang et al., 2023).
2. Centerline-, skeleton-, and breakage-sensitive objectives
A dominant strategy is to encode airway topology through centerlines or skeletons. In “Adversarial Transformer for Repairing Human Airway Segmentation,” the refinement network combines a voxel-wise term, a continuity term, a Dice/clDice hybrid, and an adversarial term at each supervised layer,
with the continuity and completeness F-score loss
and the topology-aware hybrid
Here, clDice emphasizes centerline overlap, while the patch-scale discriminator penalizes locally implausible or discontinuous branches. The same paper states that patch-scale discrimination and centreline objective functions are effective in detecting discontinuities and missing bronchioles (Tang et al., 2022).
“Fuzzy Attention Neural Network to Tackle Discontinuity in Airway Segmentation” makes the continuity term even more explicit through the Jaccard Continuity and Accumulation Mapping loss,
where measures prediction overlap with the skeletonized centerline of the ground truth, and and compare axial projections to encourage volumetric consistency and emphasize small structures. The same work proposes the CCF-score,
with set to 0.9, to jointly evaluate continuity and completeness (Nan et al., 2022).
Other formulations isolate branch breakage more aggressively. “BREAK: Bronchi Reconstruction by gEodesic transformation And sKeleton embedding” introduces a breakage-sensitive regularization term
which depends only on centerline voxels and is therefore highly sensitive to missed or disconnected branches regardless of branch thickness. In the fine-tune branch, the overall loss is
0
“NaviAirway” adopts a related but differentiable skeleton-space formulation,
1
where Skeleton Dice Loss optimizes overlap of semi-skeletonized prediction and label, and Penalty Dice Loss amplifies low-confidence, bronchiole-weighted errors. In both works, structure awareness is achieved by making breaks in thin branches disproportionately costly during optimization (Yu et al., 2022, Wang et al., 2022).
3. Gradient imbalance, anatomy-aware decomposition, and curriculum design
A second family of airway structure awareness losses addresses the fact that topology errors are often induced by imbalance rather than by the absence of a structural term per se. “Alleviating Class-wise Gradient Imbalance for Pulmonary Airway Segmentation” proposes General Union Loss,
2
where 3 is a distance-based weight linked to the airway centerline, 4 controls focal strength, and 5 adapt the recall–precision tradeoff. The key claim is that the loss allocates more gradient to misclassified or uncertain airway voxels and gives higher weight to small or peripheral branches through centerline-distance weighting. This directly targets both inter-class imbalance and intra-class imbalance between large and small airways (Zheng et al., 2020).
“Accurate Airway Tree Segmentation in CT Scans via Anatomy-aware Multi-class Segmentation and Topology-guided Iterative Learning” decomposes the airway into three anatomical classes: large branches 6, medium branches 7, and small branches 8. The multi-class loss is the sum of segmentation losses over these three subspaces, and the full objective further adds General Union Loss with 9. This anatomy-aware decomposition is paired with topology-guided iterative self-learning, including a breakage attention map
0
and normalized attention
1
to reconnect breaking branches in pseudo-label refinement. The paper frames this as a way to segment toward the complete airway tree despite incomplete reference labels (Wang et al., 2023).
A curriculum-based variant appears in “Progressive Curriculum Learning with Scale-Enhanced U-Net for Continuous Airway Segmentation.” Its pipeline has three stages: extracting main airways, identifying small airways, and repairing discontinuities. The third stage introduces an Adaptive Topology-Responsive Loss; the detailed formulation is a weighted Breakage-Aware Loss focused on airway centerline voxels,
2
with hybrid stage-three objective
3
The adaptive weight combines local-imbalance and breakage-aware components, so the curriculum and the loss are aligned: first separate scales, then repair topology (Yang et al., 2024).
4. Connectivity prediction and boundary emphasis
Some methods replace centerline overlap by explicit local connectivity modeling. “AirwayNet: A Voxel-Connectivity Aware Approach for Accurate Airway Segmentation Using Convolutional Neural Networks” converts binary segmentation into 26 directional connectivity tasks in a 4 neighborhood. For each voxel, the network predicts a 26-dimensional binary vector indicating whether that voxel is connected to each immediate neighbor. The loss is the average Dice loss across the 26 connectivity channels,
5
The method further concatenates lung distance map and voxel coordinates as semantic context and enforces bidirectional consistency in post-processing, so connectivity is learned both as supervision target and as a structural constraint on candidate generation (Qin et al., 2019).
A different direction is to emphasize the airway boundary rather than the centerline. “Boundary-Emphasized Weight Maps for Distal Airway Segmentation” defines Boundary-Emphasized Loss as a weighted non-linear extension of Root Tversky loss,
6
with the weight map
7
and soft breakage term
8
This formulation is explicitly described as differing from centerline-based approaches: it prioritizes boundary voxels to reduce misclassification, improve topology, and enhance structural consistency, especially on distal airway branches. A plausible implication is that the field contains two complementary geometric emphases—centerline integrity and boundary fidelity—rather than a single canonical definition of structural awareness (Keshavarzi et al., 28 Feb 2025).
5. Beyond explicit topological loss: architecture, weak supervision, and depth geometry
Not all structure-aware airway methods rely on a dedicated topological loss. “Topology-Aware Wavelet Mamba for Airway Structure Segmentation in Postoperative Recurrent Nasopharyngeal Carcinoma CT Scans” states that topology is enforced implicitly through architectural design, not via a dedicated loss. The model uses Dice loss plus Cross-Entropy loss,
9
while topology awareness is induced by SnakeVSS, Wavelet-based Mamba Blocks, and spatial and channel attention. SnakeVSS uses serpentine scan patterns to follow curvilinear anatomical paths, and WMB combines low-frequency global context with high-frequency boundary detail. The paper explicitly notes that it does not incorporate an explicit topological loss such as Betti number matching, persistent homology, or connectivity constraints (Huang et al., 20 Feb 2025).
Weakly supervised bronchoscopy provides another contrast case. “Weakly Supervised Airway Orifice Segmentation in Video Bronchoscopy” does not introduce a novel airway-specific loss; instead, structure awareness is embedded in the labels. A depth-image pipeline combining 0-means clustering and a compact marker-based watershed algorithm generates binary and instance airway segmentation maps, which then serve as weak supervision for a shallow CNN trained on RGB images. The corresponding structure-sensitive evaluation metric is the Average Minimum Centroid Distance,
1
which measures localization of airway orifices rather than contour overlap alone (Keuth et al., 2022).
In bronchoscopic depth estimation, structure awareness becomes a geometric prior on disparity. “BREA-Depth: Bronchoscopy Realistic Airway-geometric Depth Estimation” extracts an airway lumen mask by thresholding grayscale bronchoscopy images,
2
computes mean disparity inside and outside the mask,
3
and penalizes violations of the anatomical prior that the lumen should be deeper than non-lumen regions,
4
The full objective adds this term to adversarial, cycle-consistency, and identity losses. This extends airway structure awareness loss from volumetric tree segmentation to monocular depth estimation (Zhang et al., 15 Sep 2025).
6. Evaluation criteria and reported effects
The evaluation of airway structure awareness losses is itself structure-aware. Common metrics include Dice and IoU for global overlap, but airway-specific studies repeatedly emphasize Detected Length Ratio, Detected Branch Ratio, Airway Missing Ratio, tree length detection, branch detection, continuity indices, HD95, and task-specific structure metrics such as CCF-score, AMCD, DepthCon, and LocalAccu. This reflects a recurrent claim across the literature: high overlap does not guarantee continuous, anatomically plausible airways or realistic bronchoscopic depth (Tang et al., 2022, Nan et al., 2022, Keuth et al., 2022, Zhang et al., 15 Sep 2025).
The reported gains are typically largest on structural metrics. The adversarial refinement network of (Tang et al., 2022) reports more than a 15% rise in detected length ratio and detected branch ratio, with best-performing settings including BAS DLR 5, DBR 6, AMR 7; Fibrosis DLR 8, DBR 9, AMR 0; and COVID-19 DLR 1, DBR 2, AMR 3. The JCAM-based fuzzy attention network of (Nan et al., 2022) raises BAS DBR from 4 in the baseline 3D U-Net to 5 in the full method and CCF-score from 6 to 7; on COVID-19 it reports DLR 8, DBR 9, CCF-score 0; on pulmonary fibrosis, DLR 1, DBR 2, CCF-score 3. General Union Loss in (Zheng et al., 2020) reaches branch detected rate 4, length detected rate 5, precision 6 on EXACT’09, and length detected 7, branch detected 8, precision 9 on the Binary Airway Segmentation Dataset.
Comparable patterns appear in later work. The anatomy-aware multi-class and topology-guided iterative framework of (Wang et al., 2023) ranks 1st in both EXACT’09 and ATM’22 and reports at least 0 more detected tree length and 1 more tree branches than previous leading approaches while maintaining similar precision. The progressive curriculum method of (Yang et al., 2024) reports ATM22 TD 2 and BD 3, while removing the weighted Breakage-Aware Loss lowers TD from 4 to 5 and BD from 6 to 7. AirwayNet reports DSC 8 and TPR 9, with ablations showing that removing connectivity modeling drops DSC to 0 and TPR to 1 (Qin et al., 2019). BEL improves over GUL by 2 DLR and 3 DBR on AIIB23, and by 4 DLR and 5 DBR on ATM22, although IoU, precision, and leakage-related measures can be slightly worse, indicating a topology-versus-overlap tradeoff (Keshavarzi et al., 28 Feb 2025). TopoWMamba reaches mean Dice 6 on NPCSegCT and trachea Dice 7 on SegRap 2023, with the lowest reported HD95 values in those comparisons (Huang et al., 20 Feb 2025). In bronchoscopic depth estimation, BREA-Depth reports DepthCon 8 and LocalAccu 9 with the airway structure loss, versus DepthCon 0 and LocalAccu 1 without it, showing that airway structure awareness can be quantified even when the target is depth rather than segmentation (Zhang et al., 15 Sep 2025).
Taken together, the literature does not present a single canonical airway structure awareness loss. Instead, it presents a technically coherent family of formulations: centerline-aware, skeleton-aware, connectivity-aware, boundary-aware, anatomy-aware, breakage-aware, curriculum-aware, and geometry-aware. What unifies them is the optimization target: preserving the connected, fine-scale, clinically relevant structure of the airway system under severe imbalance, annotation incompleteness, and modality-specific ambiguity.