菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-25
📄 Abstract - Heuristic Self-Paced Learning for Domain Adaptive Semantic Segmentation under Adverse Conditions

The learning order of semantic classes significantly impacts unsupervised domain adaptation for semantic segmentation, especially under adverse weather conditions. Most existing curricula rely on handcrafted heuristics (e.g., fixed uncertainty metrics) and follow a static schedule, which fails to adapt to a model's evolving, high-dimensional training dynamics, leading to category bias. Inspired by Reinforcement Learning, we cast curriculum learning as a sequential decision problem and propose an autonomous class scheduler. This scheduler consists of two components: (i) a high-dimensional state encoder that maps the model's training status into a latent space and distills key features indicative of progress, and (ii) a category-fair policy-gradient objective that ensures balanced improvement across classes. Coupled with mixed source-target supervision, the learned class rankings direct the network's focus to the most informative classes at each stage, enabling more adaptive and dynamic learning. It is worth noting that our method achieves state-of-the-art performance on three widely used benchmarks (e.g., ACDC, Dark Zurich, and Nighttime Driving) and shows generalization ability in synthetic-to-real semantic segmentation.

顶级标签: computer vision model training machine learning
详细标签: domain adaptation semantic segmentation adverse conditions curriculum learning reinforcement learning 或 搜索:

恶劣条件下领域自适应语义分割的启发式自步学习 / Heuristic Self-Paced Learning for Domain Adaptive Semantic Segmentation under Adverse Conditions


1️⃣ 一句话总结

这篇论文提出了一种像智能教练一样的方法,通过自动调整学习顺序,帮助视觉模型在雨雪等恶劣天气下更公平、更高效地学习识别不同物体,从而在多个测试中取得了领先的性能。

源自 arXiv: 2603.24322