CVJan 9, 2023

Simplifying Open-Set Video Domain Adaptation with Contrastive Learning

arXiv:2301.03322v15 citationsh-index: 55
Originality Incremental advance
AI Analysis

This addresses a realistic scenario in action recognition to reduce annotation costs, though it is incremental as it builds on existing domain adaptation methods.

The paper tackled open-set video domain adaptation, where target datasets include unknown categories not in the source, by proposing a unified contrastive learning framework with a video-oriented temporal loss to learn discriminative features, achieving effectiveness on multiple benchmarks.

In an effort to reduce annotation costs in action recognition, unsupervised video domain adaptation methods have been proposed that aim to adapt a predictive model from a labelled dataset (i.e., source domain) to an unlabelled dataset (i.e., target domain). In this work we address a more realistic scenario, called open-set video domain adaptation (OUVDA), where the target dataset contains "unknown" semantic categories that are not shared with the source. The challenge lies in aligning the shared classes of the two domains while separating the shared classes from the unknown ones. In this work we propose to address OUVDA with an unified contrastive learning framework that learns discriminative and well-clustered features. We also propose a video-oriented temporal contrastive loss that enables our method to better cluster the feature space by exploiting the freely available temporal information in video data. We show that discriminative feature space facilitates better separation of the unknown classes, and thereby allows us to use a simple similarity based score to identify them. We conduct thorough experimental evaluation on multiple OUVDA benchmarks and show the effectiveness of our proposed method against the prior 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