paper-with-me

홈 › Papers

Adversarial Bipartite Graph Learning for Video Domain Adaptation

2020-07-31 · Yadan Luo, Zi Huang, Zijian Wang, Zheng Zhang, Mahsa Baktashmotlagh

Domain adaptation techniques, which focus on adapting models between distributionally different domains, are rarely explored in the video recognition area due to the significant spatial and temporal shifts across the source (i.e. training) and target (i.e. test) domains. As such, recent works on visual domain adaptation which leverage adversarial learning to unify the source and target video representations and strengthen the feature transferability are not highly effective on the videos. To overcome this limitation, in this paper, we learn a domain-agnostic video classifier instead of learning domain-invariant representations, and propose an Adversarial Bipartite Graph (ABG) learning framework which directly models the source-target interactions with a network topology of the bipartite graph. Specifically, the source and target frames are sampled as heterogeneous vertexes while the edges connecting two types of nodes measure the affinity among them. Through message-passing, each vertex aggregates the features from its heterogeneous neighbors, forcing the features coming from the same class to be mixed evenly. Explicitly exposing the video classifier to such cross-domain representations at the training and test stages makes our model less biased to the labeled source data, which in-turn results in achieving a better generalization on the target domain. To further enhance the model capacity and testify the robustness of the proposed architecture on difficult transfer tasks, we extend our model to work in a semi-supervised setting using an additional video-level bipartite graph. Extensive experiments conducted on four benchmarks evidence the effectiveness of the proposed approach over the SOTA methods on the task of video recognition.

📄 PDF Abstract BibTeX arXiv:2007.15829

Code (1)

Luoyadan/MM2020_ABG 공식 구현 pytorch

Tasks

Domain AdaptationGraph LearningVideo Recognition

Similar Papers 제목 키워드 기반

Cascade-BGNN: Toward Efficient Self-supervised Representation Learning on Large-scale Bipartite Graphs

2019-06-27 · Chaoyang He, Tian Xie, Yu Rong, Wenbing Huang 외

Bipartite graphs have been used to represent data relationships in many data-mining applications such as in E-commerce recommendation systems. Since learning in graph space is more complicated than in Euclidian space, re…

Graph Neural NetworkRecommendation SystemsRepresentation Learning

Dual Bipartite Graph Learning: A General Approach for Domain Adaptive Object Detection

2021-01-01 · ICCV 2021 10 · Chaoqi Chen, Jiongcheng Li, Zebiao Zheng, Yue Huang 외

Domain Adaptive Object Detection (DAOD) relieves the reliance on large-scale annotated data by transferring the knowledge learned from a labeled source domain to a new unlabeled target domain. Recent DAOD approaches …

Domain AdaptationGraph Learningobject-detectionObject Detection

Collaborative Adversarial Learning for RelationalLearning on Multiple Bipartite Graphs

2020-07-16 · Jingchao Su, Xu Chen, Ya zhang, Siheng Chen 외

Relational learning aims to make relation inference by exploiting the correlations among different types of entities. Exploring relational learning on multiple bipartite graphs has been receiving attention because of its…

Relational ReasoningTransfer Learning

Adversarially Masked Video Consistency for Unsupervised Domain Adaptation

2024-03-24 · Xiaoyu Zhu, Junwei Liang, Po-Yao Huang, Alex Hauptmann

We study the problem of unsupervised domain adaptation for egocentric videos. We propose a transformer-based model to learn class-discriminative and domain-invariant feature representations. It consists of two novel desi…

Domain AdaptationUnsupervised Domain Adaptation

Virtual Adversarial Training in Feature Space to Improve Unsupervised Video Domain Adaptation

2020-08-19 · Artjoms Gorpincenko, Geoffrey French, Michal Mackiewicz

Virtual Adversarial Training has recently seen a lot of success in semi-supervised learning, as well as unsupervised Domain Adaptation. However, so far it has been used on input samples in the pixel space, whereas we pro…

Domain AdaptationUnsupervised Domain Adaptation