paper-with-me

홈 › Papers

Simplifying Open-Set Video Domain Adaptation with Contrastive Learning

2023-01-09 · Giacomo Zara, Victor Guilherme Turrisi da Costa, Subhankar Roy, Paolo Rota, Elisa Ricci

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.

📄 PDF Abstract BibTeX arXiv:2301.03322

Code (1)

gzaraunitn/coloseo 공식 구현 pytorch

Tasks

Action RecognitionContrastive LearningDomain Adaptation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Contrast and Mix: Temporal Contrastive Video Domain Adaptation with Background Mixing

2021-10-28 · NeurIPS 2021 12 · Aadarsh Sahoo, Rutav Shah, Rameswar Panda, Kate Saenko 외

Unsupervised domain adaptation which aims to adapt models trained on a labeled source domain to a completely unlabeled target domain has attracted much attention in recent years. While many domain adaptation techniques h…

Contrastive LearningDomain AdaptationUnsupervised Domain AdaptationVideo Domain Adapation

Spatio-temporal Contrastive Domain Adaptation for Action Recognition

2021-06-19 · CVPR 2021 1 · Xiaolin Song, Sicheng Zhao, Jingyu Yang, Huanjing Yue 외

Unsupervised domain adaptation (UDA) for human action recognition is a practical and challenging problem. Compared with image-based UDA, video-based UDA is comprehensive to bridge the domain shift on both spatial rep…

Action RecognitionContrastive LearningDomain AdaptationSelf-Supervised Learning+2

Con$^{2}$DA: Simplifying Semi-supervised Domain Adaptation by Learning Consistent and Contrastive Feature Representations

2022-04-04 · Manuel Pérez-Carrasco, Pavlos Protopapas, Guillermo Cabrera-Vives

In this work, we present Con$^{2}$DA, a simple framework that extends recent advances in semi-supervised learning to the semi-supervised domain adaptation (SSDA) problem. Our framework generates pairs of associated sampl…

Domain AdaptationSemi-supervised Domain Adaptation

Learning Cross-modal Contrastive Features for Video Domain Adaptation

2021-08-26 · ICCV 2021 10 · Donghyun Kim, Yi-Hsuan Tsai, Bingbing Zhuang, Xiang Yu 외

Learning transferable and domain adaptive feature representations from videos is important for video-relevant tasks such as action recognition. Existing video domain adaptation methods mainly rely on adversarial feature …

Action RecognitionContrastive LearningDomain AdaptationOptical Flow Estimation

Image to Video Domain Adaptation Using Web Supervision

2019-08-05 · Andrew Kae, Yale Song

Training deep neural networks typically requires large amounts of labeled data which may be scarce or expensive to obtain for a particular target domain. As an alternative, we can leverage webly-supervised data (i.e. res…

Domain Adaptation