Unsupervised Video Domain Adaptation with Masked Pre-Training and Collaborative Self-Training
Arun Reddy, William Paul, Corban Rivera, Ketul Shah, Celso M. de Melo, Rama Chellappa
TL;DR
UNITE tackles unsupervised video domain adaptation for action recognition by transferring from a labeled source domain to an unlabeled target domain, formalized with distributions $\\$\mathcal{P}_S$ and $\\$\mathcal{P}_T$. It introduces a three-stage pipeline that combines masked self-supervised pre-training on the target domain with collaborative self-training that fuses a video student and a CLIP-based image teacher via a MatchOrConf pseudolabeling scheme on masked inputs. The approach leverages masked video modeling, cross-modal supervision, and pseudolabel refinement to achieve strong transfer on Daily-DA, Sports-DA, and UCF-HMDB_full, outperforming prior UDA methods. By demonstrating that masked modeling and cross-modal teacher-student collaboration can robustly bridge domain gaps in video understanding, UNITE paves a practical path for robust action recognition under distribution shift.
Abstract
In this work, we tackle the problem of unsupervised domain adaptation (UDA) for video action recognition. Our approach, which we call UNITE, uses an image teacher model to adapt a video student model to the target domain. UNITE first employs self-supervised pre-training to promote discriminative feature learning on target domain videos using a teacher-guided masked distillation objective. We then perform self-training on masked target data, using the video student model and image teacher model together to generate improved pseudolabels for unlabeled target videos. Our self-training process successfully leverages the strengths of both models to achieve strong transfer performance across domains. We evaluate our approach on multiple video domain adaptation benchmarks and observe significant improvements upon previously reported results.
