UHR-Net: An Uncertainty-Aware Hypergraph Refinement Network for Medical Image Segmentation

arXiv cs.CV / 5/1/2026

📰 NewsModels & Research

Key Points

  • The paper introduces UHR-Net, an uncertainty-aware hypergraph refinement network aimed at improving medical lesion segmentation where boundaries are unclear and predictions are unstable.
  • It proposes an Uncertainty-Oriented Instance Contrastive (UO-IC) pretraining approach that uses geometry-aware copy-paste augmentation and hard-negative mining to strengthen discrimination for small and visually ambiguous lesions.
  • It adds an Uncertainty-Guided Hypergraph Refinement (UGHR) block that generates an entropy-based uncertainty map from a coarse prediction and uses hypergraph prototype grouping (foreground vs. background) to better handle ambiguous transition regions.
  • Experiments on five public benchmarks show consistent improvements over strong baseline methods, and the authors provide code on GitHub.
  • The work targets key failure modes in lesion segmentation, including boundary confusion and small-lesion cue dilution during multi-scale feature extraction.

Abstract

Accurate lesion segmentation is crucial for clinical diagnosis and treatment planning. However, lesions often resemble surrounding tissues and exhibit ill-defined boundaries, leading to unstable predictions in boundary/transition regions. Moreover, small-lesion cues can be diluted by multi-scale feature extraction, causing under- or over-segmentation. To address these challenges, we propose an Uncertainty-Aware Hypergraph Refinement Network (UHR-Net). First, we introduce an Uncertainty-Oriented Instance Contrastive (UO-IC) pretraining strategy that couples geometry-aware copy-paste augmentation with hard-negative mining of lesion-like background regions to improve instance-level discrimination for small and visually ambiguous lesions. Second, we design an Uncertainty-Guided Hypergraph Refinement (UGHR) block, which derives an entropy-based uncertainty map from a coarse probability map to guide hypergraph refinement. By splitting hyperedge prototypes into foreground and background groups, UGHR decouples higher-order interactions and improves refinement in ambiguous regions. Experiments on five public benchmarks demonstrate consistent gains over strong baselines. Code is available at: https://github.com/CUGfreshman/UHR-Net.