Home

EXTERN - Black-box Video Domain Adaptation

Endo and eXo-TEmporal Regularized Network (EXTERN)

A Primary Exploration on Black-box Video Domain Adaptation (BVDA)

Paper and Data

Abstract

To enable video models to be applied seamlessly across video tasks in different environments, various Video Unsupervised Domain Adaptation (VUDA) methods have been proposed to improve the robustness and transferability of video models. Despite improvements made in model robustness, these VUDA methods require access to both source data and source model parameters for adaptation, raising serious data privacy and model portability issues. To cope with the above concerns, this paper firstly formulates Black-box Video Domain Adaptation (BVDA) as a more realistic yet challenging scenario where the source video model is provided only as a black-box predictor. While a few methods for Black-box Domain Adaptation (BDA) are proposed in the image domain, these methods cannot apply to the video domain since video modality has more complicated temporal features that are harder to align. To address BVDA, we propose a novel Endo and eXo-TEmporal Regularized Network (EXTERN) by applying mask-to-mix strategies and video-tailored regularizations: endo-temporal regularization and exo-temporal regularization, performed across both clip and temporal features, while distilling knowledge from the predictions obtained from the black-box predictor. Empirical results demonstrate the state-of-the-art performance of EXTERN across various cross-domain closed-set and partial-set action recognition benchmarks, which even surpasses most existing video domain adaptation methods with source data accessibility.

Structure of EXTERN

The structure of EXTERN is as follows:

alt text

Benchmark Results (To Update)

We tested our proposed EXTERN on various benchmarks, including closed-set benchmarks UCF-HMDBfull, Daily-DA and Sports-DA, as well as partial-set benchmarks UCF-HMDBpartial, MiniKinetics-UCF, and HMDB-ARIDpartial, while comparing with previous domain adaptation methods (including methods which requires source data access or source model access). The results are as follows:

alt text

alt text

Paper and Data

CC BY 4.0

Back to Project Page