CVJul 6, 2022

Domain Adaptive Video Segmentation via Temporal Pseudo Supervision

arXiv:2207.02372v122 citationsh-index: 68
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing data labeling constraints for video semantic segmentation, offering a simpler and more stable approach for domain adaptation, though it appears incremental as it builds on existing consistency training ideas.

The paper tackles domain adaptive video segmentation by proposing Temporal Pseudo Supervision (TPS), a method that uses consistency training in spatiotemporal space with cross-frame pseudo labeling to adapt from labeled source to unlabeled target domains, achieving superior accuracy compared to state-of-the-art methods.

Video semantic segmentation has achieved great progress under the supervision of large amounts of labelled training data. However, domain adaptive video segmentation, which can mitigate data labelling constraints by adapting from a labelled source domain toward an unlabelled target domain, is largely neglected. We design temporal pseudo supervision (TPS), a simple and effective method that explores the idea of consistency training for learning effective representations from unlabelled target videos. Unlike traditional consistency training that builds consistency in spatial space, we explore consistency training in spatiotemporal space by enforcing model consistency across augmented video frames which helps learn from more diverse target data. Specifically, we design cross-frame pseudo labelling to provide pseudo supervision from previous video frames while learning from the augmented current video frames. The cross-frame pseudo labelling encourages the network to produce high-certainty predictions, which facilitates consistency training with cross-frame augmentation effectively. Extensive experiments over multiple public datasets show that TPS is simpler to implement, much more stable to train, and achieves superior video segmentation accuracy as compared with the state-of-the-art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes