Papers
Topics
Authors
Recent
Search
2000 character limit reached

Active Source-free Domain Adaptation in Open-set Medical Image Segmentation via Decomposed Uncertainty and Prototype Discrepancy

Published 7 Jun 2026 in eess.IV | (2606.08749v1)

Abstract: Deep learning (DL) methods are challenged to demonstrate robust performance across different segmentation datasets due to domain shifts, but active domain adaptation techniques enhance their generalization performance by querying a few samples from target domains for adaptation training. However in clinical practice, target domains often include private classes of new anatomical structures or pathologies that are not presented in the source data, and existing methods implement closed-set segmentation where source and target domains have the same segmentation classes. Additionally, source data are often inaccessible during adaptation due to strict data privacy regulations. To address these limitations, we propose an Active Source-free Open-set Domain Adaptation (ASFOSDA) method which is the first work to implement active learning for adapting DL models in open-set medical image segmentation without the access to source data. This method employs an active open-set query strategy to select the most informative target samples for training models based on Class-aware Decomposed Uncertainty (CDU) and Class-agnostic Prototype Discrepancy (CPD). CDU measures sample aleatoric uncertainty and model epistemic uncertainty by employing test time augmentation in stochastic processes. CPD measures cross-domain and self-domain discrepancy for selecting diverse samples. Subsequently, to boost the adaptation performance by enhancing training samples, a Target-refined Self-training strategy is proposed to generate high-quality pseudo labels for unselected samples, thus combining them with labeled samples for a semi-supervised training. We evaluated our method on cross-domain open-set volumetric medical image segmentation tasks, and it outperformed state-of-the-art adaptation methods.

Summary

  • The paper presents a novel ASFOSDA framework that adapts to open-set conditions without reusing source data.
  • It leverages decomposed class-aware uncertainty and prototype discrepancy for active sample selection and robust self-training.
  • Experiments on CT and MR segmentation show improved DSC scores and efficient use of limited annotated data.

Active Source-Free Open-Set Domain Adaptation for Medical Image Segmentation

Introduction and Problem Statement

This work introduces Active Source-Free Open-Set Domain Adaptation (ASFOSDA) for medical image segmentation, targeting clinically realistic scenarios where domain shift, data privacy, and open-set label space variances are concurrent. Existing domain adaptation approaches in medical image segmentation predominantly assume closed-set conditions (identical label spaces across domains) and require source domain access during adaptation. However, clinical deployment often prohibits source data access due to privacy constraints and must handle new, unseen anatomical classes (open-set condition) in the target domain. ASFOSDA provides a solution by enabling adaptation without revisiting source data, leveraging active sample selection, and explicitly addressing the open-set semantic gap.

Methodological Advances

ASFOSDA employs a two-fold methodological structure encapsulating an active open-set query strategy and a target-refined self-training regimen. The system sequentially identifies and annotates maximally informative target samples—both within known and unknown class regions—crucial for effective knowledge transfer in the open-set, source-free adaptation regime.

Active Open-set Query Strategy

The core of the sample selection is grounded in Class-aware Decomposed Uncertainty (CDU) and Class-agnostic Prototype Discrepancy (CPD):

  • CDU integrates class-aware aleatoric (CAU) and epistemic uncertainty (CEU), estimating both intrinsic data ambiguity and model representation variance via test-time augmentation. The uncertainty quantification is conducted independently for classes unknown to the source, enhancing sensitivity to novel anatomical/pathological structures.
  • CPD evaluates both cross-domain discrepancy (distance between high-uncertainty “target” samples and low-uncertainty “source-like” samples in embedding space) and self-domain diversity (redundancy reduction among high-uncertainty samples). Low uncertainty samples form anchors representing transferred source knowledge, while high-uncertainty samples—well-separated in semantic space—are prioritized to maximize the acquisition of target-specific features.

These strategies are visualized in the overall pipeline schematic. Figure 1

Figure 1: Architecture of ASFOSDA highlighting the open-set active query strategy leveraging decomposed uncertainty and prototype-based discrepancy, followed by semi-supervised adaptation with pseudo-labeled and annotated samples.

Target-refined Self-training

ASFOSDA circumvents the well-established pitfalls of noisy pseudo-labels by introducing a two-stage semi-supervised fine-tuning process:

  1. The model, initialized from the source domain, is first updated using actively selected and manually annotated target samples.
  2. The refined model then generates pseudo-labels on the undecided pool, increasing their reliability. Final adaptation amalgamates true and pseudo-labels via a joint loss.

This approach capitalizes on labeled data efficiency and enhances generalization under substantial class divergence and distributional shift.

Experimental Design and Quantitative Analysis

ASFOSDA was evaluated on multi-organ volumetric segmentation tasks involving pronounced open-set transformations (e.g., transitioning from datasets with 1 to 14 organ classes) in both CT and MR domains. The main evaluation networks were 3D U-Net and Swin UNETR architectures, with performance reported using Dice Similarity Coefficient (DSC) and 95% Hausdorff Distance (95HD).

ASFOSDA is benchmarked against a broad suite of source-free DA (SFDA) and active source-free DA (ASFDA) baselines, including prominent selection heuristics—entropy, least confidence, core-set, etc.

ASFOSDA achieved the following strong numerical results:

  • MSD Spleen→FLARE (U-Net): DSC 80.11% ± 8.01, 95HD 5.20mm ± 6.22 (with 5% annotation budget), up to 84% of the fully supervised upper bound.
  • FLARE→AMOS CT (U-Net): DSC 78.69% ± 8.87, 95HD 5.75mm ± 6.38, reaching 85.31% of the oracle.
  • Abdominal MR→AMOS MR (U-Net): DSC 71.46% ± 8.42, 95HD 8.78mm ± 9.82, representing ~82% of the oracle.

Consistent improvements over all SFDA/ASFDA baselines were observed across networks and domains, with statistical significance (p<0.01p<0.01 Mann-Whitney U test). Figure 2

Figure 2: Qualitative segmentation demonstrating improved accuracy of ASFOSDA over SFDA and prior ASFDA approaches in adapting to AMOS CT and MR datasets.

Ablation and Component Analysis

A series of ablation experiments establish the importance of each ASFOSDA component:

  • Inclusion of both CAU and CEU for uncertainty estimation provides substantial gains over single-component uncertainty models.
  • Incorporation of CPD into the query further augments performance, and the addition of the semi-supervised target-refined self-training strategy yields the largest incremental gain.
  • The method is robust to target budgets, with performance scaling with annotation fraction; KK (number of prototypes/candidates) controls the efficiency/accuracy balance. Figure 3

    Figure 3: Ablation showing (A) impact of annotation budget, (B) trade-off for prototype/candidate count, and (C) comparison of uncertainty querying approaches for U-Net adaptation.

Implications and Future Directions

ASFOSDA's capacity to achieve high adaptation accuracy with minimal labeled data, while accommodating unknown classes and adhering to strict data privacy, positions it as a practical framework for real-world deployment of medical segmentation models in federated or privacy-restricted environments. The explicit modeling of open-set semantics and the dual-decomposed uncertainty formulation mark important conceptual advancements for adaptive medical imaging systems.

Potential future developments include extending the approach to multi-modal imaging, integrating with larger-scale vision foundation models, and generalizing the decomposed uncertainty principles to other tasks involving distributional/semantic gaps (e.g., rare disease phenotyping, continual medical learning settings). Efficient uncertainty calibration and dynamic adaptation budget optimization remain open topics for further investigation.

Conclusion

ASFOSDA addresses the critical confluence of open-set domain adaptation, source-free deployment, and annotation efficiency in medical segmentation. Through decomposed class-aware uncertainty, prototype-based sample diversity, and robust semi-supervised adaptation, it quantitatively surpasses established baselines under realistic clinical conditions and sets a precedent for the next generation of adaptive, privacy-conscious medical AI systems.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.