Domain Adaptive Video Semantic Segmentation via Cross-Domain Moving Object Mixing
Kyusik Cho, Suhyeon Lee, Hongje Seong, Euntai Kim

TL;DR
This paper introduces a novel domain adaptation method for video semantic segmentation that involves mixing moving objects across video frames to improve class transferability and employs feature alignment with temporal context to enhance feature discriminability, achieving state-of-the-art results.
Contribution
The paper proposes Cross-domain Moving Object Mixing (CMOM) and Feature Alignment with Temporal Context (FATC), novel techniques that improve domain adaptation for video segmentation by maintaining temporal consistency and discriminability.
Findings
Achieves 53.81% mIoU on VIPER to Cityscapes-Seq benchmark.
Achieves 56.31% mIoU on SYNTHIA-Seq to Cityscapes-Seq benchmark.
Surpasses state-of-the-art methods by large margins.
Abstract
The network trained for domain adaptation is prone to bias toward the easy-to-transfer classes. Since the ground truth label on the target domain is unavailable during training, the bias problem leads to skewed predictions, forgetting to predict hard-to-transfer classes. To address this problem, we propose Cross-domain Moving Object Mixing (CMOM) that cuts several objects, including hard-to-transfer classes, in the source domain video clip and pastes them into the target domain video clip. Unlike image-level domain adaptation, the temporal context should be maintained to mix moving objects in two different videos. Therefore, we design CMOM to mix with consecutive video frames, so that unrealistic movements are not occurring. We additionally propose Feature Alignment with Temporal Context (FATC) to enhance target domain feature discriminability. FATC exploits the robust source domain…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Domain Adaptive Video Semantic Segmentation via Cross-Domain Moving Object Mixing· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsContrastive Language-Image Pre-training
