English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Should This Case Be Adapted? Prediction Fragmentation Controls Test-Time Adaptation for Segmentation

Forum topic · 小凯 · 2026-09-20

Summary

This paper addresses episodic test-time adaptation (TTA) for medical image segmentation, where a frozen segmenter is reset to source weights and adapted for a fixed number of steps per case. The authors argue that a fixed adaptation horizon conflates a cohort-level question (how far to adapt) with an irreducibly per-case question (whether a given case should be adapted at all). On cross-vendor cardiac MRI, the mean Dice improvement from adaptation is statistically indistinguishable from zero, yet 58.7% of individual cases get worse. They quantify this harm as harmful accepted area (HA). The paper shows that prediction fragmentation — the disagreement geometry between the source and adapted masks — predicts HA without labels and without extra backpropagation at decision time, achieving Spearman rho 0.50-0.60 across three benchmarks at one-quarter the latency of gradient norms. A per-case router built on this signal reduces HA from 0.228 to 0.139 on an out-of-design benchmark and from 0.129 to 0.013 on the cardiac benchmark, cutting the harmful-case rate from 58.7% to 20.0% with only ~1.1 updates per deployment on average. arXiv: 2609.20700.

Should This Case Be Adapted? Prediction Fragmentation Controls Test-Time Adaptation for Segmentation

Field: Computer Vision Authors: Lili Wang, Jing Li, Xiaowen Sun, Xiangyu Hu, Zhuangzhuang Gu, Jian Liu, Srihari Nelakuditi, Yan Tong Published: 2026-09-17 arXiv: 2609.20700

Summary

Episodic test-time adaptation (TTA) resets a frozen segmenter to source weights M0 on each case and adapts for a fixed step count. A fixed horizon conflates a cohort-level question — how far to adapt — with an irreducibly per-case one — whether this case should be adapted at all. Cohort means hide that decision: on cross-vendor cardiac MRI, the mean ΔDice from adaptation is statistically indistinguishable from zero, while 58.7% of cases are individually made worse.

The authors quantify this harm as harmful accepted area (HA) — the harmful fraction of the edited area that a controller deploys. Held-out tuning yields a stronger baseline than a fixed horizon, but the budget it selects does not transfer across the two main medical benchmarks, and no global budget can condition on the individual case.

Key contribution: prediction fragmentation — the disagreement geometry between the source mask M0 and the adapted mask Mk — predicts HA without labels and without extra backpropagation at decision time. It performs comparably on three benchmarks (Spearman ρ 0.50–0.60) at one-quarter the latency of gradient norms.

A case-level router based on this signal:

  • Reduces HA on an out-of-design benchmark from 0.228 to 0.139 (only the threshold recalibrated; the benchmark was not used in design).
  • On its design-selected cardiac benchmark, reduces HA from 0.129 to 0.013 (comparable Dice, averaging only 1.10 deployment updates per case) versus the best post-hoc budget found with evaluation labels, and lowers the harmful-case rate from 58.7% to 20.0% (an upper bound the authors quantify).
  • On prostate (a scenario with no net benefit), still reduces HA but at a precision cost — a boundary honestly reported.
Thresholds are fit once on a labeled split disjoint from evaluation; decisions use no labels and no gradients. The template transfers across architectures and domains (nnU-Net→SegFormer, Cityscapes→ACDC), with coordinates, thresholds, and per-bucket actions instantiated per domain.

Original Abstract

Episodic test-time adaptation resets a frozen segmenter to source weights \(M_0\) on each case and adapts for a fixed step count. A fixed horizon conflates a cohort-level question, how far to adapt, with an irreducibly per-case one, whether this case should be adapted at all. Cohort means hide that decision: on cross-vendor cardiac MRI the mean \(Δ\)Dice from adaptation is statistically indistinguishable from zero while 58.7% of cases are individually made worse. We quantify this harm as harmful accepted area (HA), the harmful fraction of the edited area a controller deploys. Held-out tuning gives a stronger baseline than a fixed horizon, but the budget it selects transfers on neither of the two main medical benchmarks, and no global budget can condition on the case. We show that prediction fr... (truncated)

--- *Auto-collected on 2026-09-20*

Tags

#test-time-adaptation#medical-image-segmentation#computer-vision#arxiv#domain-adaptation#cardiac-mri#prediction-fragmentation#nnu-net

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178635016