日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
医用画像分割arXiv:2608.00510v1

動的信頼性ガイドによる骨盤骨分割モデルのテスト時適応

Test-time Adaptation of Pelvic Bone Segmentation Models via Dynamic Reliability-Guided

シェア:XThreadsFacebookLINEはてブBluesky

CT画像からの骨盤骨分割モデルを、新しい病院のデータに適応させるためのテスト時適応手法を提案。擬似ラベルの信頼性評価と領域コントラスト学習により、ドメインシフト下での性能低下を改善した。

著者: Ling Ren, Chao Deng, Ziming Wang, Yuecong Xu, Kai Zheng

分類: cs.CV

原文アブストラクト

Reliable pelvic bone segmentation (PBS) from CT is essential for robot-assisted pelvic trauma surgery, yet deploying a source-trained model to a new hospital suffers from severe performance degradation due to cross-center domain shifts. While test-time adaptation (TTA) enables online model adaptation without accessing source data, existing methods show limited effectiveness for PBS, facing challenges including boundary degradation, anatomical inconsistency under domain shifts, and voxel-level class imbalance. To address these challenges, we propose a novel closed-loop dynamic Reliability-Guided TTA framework (ReGA) for PBS. Specifically, we introduce a pseudo-label reliability criterion termed Segmentation Inference Consistency Evaluation (SICE), which jointly measures region overlap and boundary deviation via dropout-based ensemble predictions. Based on SICE, a trust-weighted refinement module adaptively updates features to mitigate boundary errors in pseudo-labels. Furthermore, a confidence-weighted region-level contrastive learning strategy is proposed to enforce anatomical consistency. Finally, ReGA follows the teacher-student (TS) scheme to alleviate voxel-level class imbalance. Experiments on three heterogeneous 3D pelvic CT datasets demonstrate that ReGA consistently outperforms state-of-the-art TTA methods, enabling effective adaptation of the source-trained PBS model to unseen clinical domains. The code is available at https://github.com/Ren-ling/ReGA.