CVLGMMIVJul 30, 2019

Temporal Attentive Alignment for Large-Scale Video Domain Adaptation

arXiv:1907.12743v6208 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses video domain adaptation for computer vision applications, offering incremental improvements through new datasets and a method that integrates temporal alignment.

The paper tackles domain shift in videos by proposing two large-scale video domain adaptation datasets and a Temporal Attentive Adversarial Adaptation Network (TA3N), which achieves state-of-the-art performance with accuracy gains such as 7.9% on HMDB to UCF and 10.3% on Kinetics to Gameplay.

Although various image-based domain adaptation (DA) techniques have been proposed in recent years, domain shift in videos is still not well-explored. Most previous works only evaluate performance on small-scale datasets which are saturated. Therefore, we first propose two large-scale video DA datasets with much larger domain discrepancy: UCF-HMDB_full and Kinetics-Gameplay. Second, we investigate different DA integration methods for videos, and show that simultaneously aligning and learning temporal dynamics achieves effective alignment even without sophisticated DA methods. Finally, we propose Temporal Attentive Adversarial Adaptation Network (TA3N), which explicitly attends to the temporal dynamics using domain discrepancy for more effective domain alignment, achieving state-of-the-art performance on four video DA datasets (e.g. 7.9% accuracy gain over "Source only" from 73.9% to 81.8% on "HMDB --> UCF", and 10.3% gain on "Kinetics --> Gameplay"). The code and data are released at http://github.com/cmhungsteve/TA3N.

Code Implementations5 repos
Foundations

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

Your Notes