Slow and Steady Feature Analysis: Higher Order Temporal Coherence in Video
Abstract
How can unlabeled video augment visual learning? Existing methods perform "slow" feature analysis, encouraging temporal coherence, where the image representations of temporally close frames to exhibit only small differences. While this standard approach captures the fact that high-level visual signals change slowly over time, it fails to capture *how* the visual content changes. We propose to generalize slow feature analysis to "steady" feature analysis. The key idea is to impose a prior that higher order derivatives in the learned feature space must be small. To this end, we train a convolutional neural network with a regularizer that minimizes a contrastive loss on tuples of sequential frames from unlabeled video. Focusing on the case of triplets of frames, the proposed method encourages that feature changes over time should be smooth, i.e., similar to the most recent changes. Using five diverse image and video datasets, including unlabeled YouTube and KITTI videos, we demonstrate our method's impact on object recognition, scene classification, and action recognition tasks. We further show that our features learned from unlabeled video can even surpass a standard heavily supervised pretraining approach.
Cite
Text
Jayaraman and Grauman. "Slow and Steady Feature Analysis: Higher Order Temporal Coherence in Video." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.418Markdown
[Jayaraman and Grauman. "Slow and Steady Feature Analysis: Higher Order Temporal Coherence in Video." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/jayaraman2016cvpr-slow/) doi:10.1109/CVPR.2016.418BibTeX
@inproceedings{jayaraman2016cvpr-slow,
title = {{Slow and Steady Feature Analysis: Higher Order Temporal Coherence in Video}},
author = {Jayaraman, Dinesh and Grauman, Kristen},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2016},
doi = {10.1109/CVPR.2016.418},
url = {https://mlanthology.org/cvpr/2016/jayaraman2016cvpr-slow/}
}