菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - DA-Cal: Towards Cross-Domain Calibration in Semantic Segmentation

While existing unsupervised domain adaptation (UDA) methods greatly enhance target domain performance in semantic segmentation, they often neglect network calibration quality, resulting in misalignment between prediction confidence and actual accuracy -- a significant risk in safety-critical applications. Our key insight emerges from observing that performance degrades substantially when soft pseudo-labels replace hard pseudo-labels in cross-domain scenarios due to poor calibration, despite the theoretical equivalence of perfectly calibrated soft pseudo-labels to hard pseudo-labels. Based on this finding, we propose DA-Cal, a dedicated cross-domain calibration framework that transforms target domain calibration into soft pseudo-label optimization. DA-Cal introduces a Meta Temperature Network to generate pixel-level calibration parameters and employs bi-level optimization to establish the relationship between soft pseudo-labels and UDA supervision, while utilizing complementary domain-mixing strategies to prevent overfitting and reduce domain discrepancies. Experiments demonstrate that DA-Cal seamlessly integrates with existing self-training frameworks across multiple UDA segmentation benchmarks, significantly improving target domain calibration while delivering performance gains without inference overhead. The code will be released.

顶级标签: computer vision model evaluation machine learning
详细标签: domain adaptation semantic segmentation calibration pseudo-label optimization unsupervised learning 或 搜索:

DA-Cal:迈向语义分割中的跨域校准 / DA-Cal: Towards Cross-Domain Calibration in Semantic Segmentation


1️⃣ 一句话总结

这篇论文提出了一个名为DA-Cal的跨域校准框架,它通过优化软伪标签来提升语义分割模型在目标域上的预测置信度与真实准确度之间的匹配程度,从而在提高性能的同时增强了模型在安全关键应用中的可靠性。

源自 arXiv: 2602.20860