TLDR: A new research paper introduces GSD-Net, a Geometric-Structural Dual-Guided Network designed to improve medical image segmentation by effectively handling noisy annotations. The framework integrates three modules: a Geometric Distance-Aware module to strengthen supervision in reliable regions, a Structure-Guided Label Refinement module using superpixels to correct noisy labels, and a Knowledge Transfer module to enhance data diversity. GSD-Net achieves state-of-the-art performance on various medical datasets, demonstrating superior robustness against both simulated and real-world annotation noise, including inter-expert variability, and shows potential for reducing annotation costs.
Medical image segmentation is a crucial technique in healthcare, helping doctors diagnose diseases and plan treatments. It involves precisely outlining specific structures or abnormalities within medical scans. However, the effectiveness of advanced deep learning models, particularly convolutional neural networks (CNNs), in this field heavily relies on having large datasets with high-quality, perfectly drawn annotations. Unfortunately, creating these pixel-level annotations is incredibly costly and time-consuming. Even expert-labeled datasets often contain inaccuracies, known as ‘label noise’, due to factors like human subjectivity, varying interpretations among experts, and the need for quick, coarse delineations.
These noisy labels can significantly disrupt how deep learning models learn features, leading to reduced performance and reliability. Traditional methods for handling label noise, such as modifying loss functions, selecting ‘clean’ samples, or correcting labels, often fall short in medical image segmentation. This is because noise in medical images is often spatially localized and structure-dependent, particularly near ambiguous boundaries, making it challenging for these methods to preserve fine details or avoid generating anatomically inconsistent results.
To tackle these persistent challenges, a new framework called the Geometric-Structural Dual-Guided Network (GSD-Net) has been proposed. This innovative approach integrates geometric and structural information to enhance the robustness of medical image segmentation against noisy annotations. GSD-Net is designed to work in a forward-collaborative manner, meaning its different components work together synergistically to refine labels and improve model performance.
How GSD-Net Works
GSD-Net operates through three main, complementary modules:
First, the **Geometric Distance-Aware (GDA) module** plays a critical role in identifying and strengthening supervision in reliable regions. It dynamically adjusts pixel-level weights based on how far pixels are from the boundaries of the annotated regions. Since annotation errors frequently occur near these boundaries, the GDA module assigns greater importance to pixels farther away, which are less likely to be mislabeled. This helps to suppress noise and reinforce learning in trustworthy areas, especially during the early stages of training.
Second, the **Structure-Guided Label Refinement (SGLR) module** takes label correction a step further. It refines noisy labels by leveraging structural priors, specifically using a technique called superpixels. Superpixels group similar pixels into larger, more meaningful regions, helping to enforce anatomical coherence. This module dynamically combines predictions from two different networks under these superpixel-based structural constraints, correcting errors and recovering valuable supervisory signals that might have been overlooked by simpler noise-filtering strategies.
Finally, the **Knowledge Transfer (KT) module** enriches the learning process by enhancing data diversity and improving the model’s sensitivity to local details and structural variations across different images. It achieves this by extracting local regions from randomly paired images and embedding them into their counterparts. This semantic-level integration provides consistent and diverse supervision, helping the model learn more robust and generalizable feature representations.
These modules work in concert, creating a positive feedback loop that enhances reliability, refines labels, and improves cross-sample diversity. This synergistic design allows GSD-Net to achieve robust segmentation even under diverse and clinically realistic noise conditions.
Impressive Results Across Diverse Datasets
The effectiveness of GSD-Net was rigorously evaluated on six publicly available datasets, covering a wide range of medical imaging modalities including endoscopy (Kvasir), X-ray (Shenzhen), ultrasound (BU_SUC), MRI (BraTS2020, MMIS-2024), and CT (LIDC). The experiments included both simulated label noise (designed to mimic real-world annotation errors like under- and over-annotation) and real-world noise from multi-expert annotations, which inherently capture inter-observer variability.
GSD-Net consistently achieved state-of-the-art performance, significantly outperforming existing methods across all tested conditions. For instance, on the Kvasir dataset, it showed a notable improvement under foreground-reducing noise. On the Shenzhen dataset, it achieved Dice scores of 93.31% and 89.25% under different noise types, surpassing competing methods. Even on challenging datasets like BU_SUC, characterized by high speckle noise and low-contrast lesions, GSD-Net demonstrated superior segmentation by retaining delicate lesion details.
Crucially, the framework also proved highly robust to real-world inter-expert variability, a common issue in clinical practice. On the LIDC and MMIS-2024 datasets, GSD-Net maintained stable performance even when evaluated across annotations from different experts, a significant advantage over conventional models that showed marked performance drops. This indicates its strong potential for reliable deployment in clinical settings where annotations might come from multiple radiologists.
Furthermore, GSD-Net is designed as a training-level enhancement, meaning it can be integrated with various network architectures, such as UNet++ and ViT U-Net, consistently improving their segmentation performance. This broad applicability and generalizability underscore its practical value.
Also Read:
- Accurate Depth Perception Powers Robot Manipulation
- Boosting 3D CAD Part Retrieval with Reflective AI: A Training-Free Framework
Future Outlook
While GSD-Net represents a significant leap forward in noise-robust medical image segmentation, the researchers acknowledge areas for future work. This includes further validation in real-world multi-center clinical settings and extending its capabilities to multi-class segmentation tasks, which present even greater complexity due to inter-class overlaps.
In conclusion, GSD-Net offers a powerful solution to the pervasive problem of noisy labels in medical image segmentation. By intelligently combining geometric distance-aware weighting, structure-guided label refinement, and knowledge transfer, it effectively suppresses label noise and significantly improves segmentation reliability and accuracy. This framework holds immense promise for making medical image analysis more efficient, reliable, and accessible, potentially reducing the reliance on exhaustive and costly expert labeling. For more details, you can refer to the full research paper here.


