Refining Pre-Trained Motion Models
Xinglong Sun, Adam W. Harley, Leonidas J. Guibas
TL;DR
This work demonstrates that self-supervised finetuning of pre-trained motion models can degrade performance on real video, and introduces a two-stage approach to robustly refine such models. By first generating cycle-consistent pseudo-labels from unlabelled video using a frozen pre-trained teacher, and then finetuning with augmentations on these labels, the method yields reliable gains over fully-supervised baselines across optical flow and long-range tracking benchmarks. The approach is validated on RAFT and PIPs across MPI-Sintel, CroHD, Horse30, and Tap-Vid-DAVIS, with ablations showing the necessity of cycle-consistency and careful hyperparameter tuning. The practical impact lies in enabling domain-adaptive refinement of powerful, pre-trained motion models without requiring labeled data, improving performance in real-world surveillance, robotics, and video-analysis tasks.
Abstract
Given the difficulty of manually annotating motion in video, the current best motion estimation methods are trained with synthetic data, and therefore struggle somewhat due to a train/test gap. Self-supervised methods hold the promise of training directly on real video, but typically perform worse. These include methods trained with warp error (i.e., color constancy) combined with smoothness terms, and methods that encourage cycle-consistency in the estimates (i.e., tracking backwards should yield the opposite trajectory as tracking forwards). In this work, we take on the challenge of improving state-of-the-art supervised models with self-supervised training. We find that when the initialization is supervised weights, most existing self-supervision techniques actually make performance worse instead of better, which suggests that the benefit of seeing the new data is overshadowed by the noise in the training signal. Focusing on obtaining a "clean" training signal from real-world unlabelled video, we propose to separate label-making and training into two distinct stages. In the first stage, we use the pre-trained model to estimate motion in a video, and then select the subset of motion estimates which we can verify with cycle-consistency. This produces a sparse but accurate pseudo-labelling of the video. In the second stage, we fine-tune the model to reproduce these outputs, while also applying augmentations on the input. We complement this boot-strapping method with simple techniques that densify and re-balance the pseudo-labels, ensuring that we do not merely train on "easy" tracks. We show that our method yields reliable gains over fully-supervised methods in real videos, for both short-term (flow-based) and long-range (multi-frame) pixel tracking.
