CVAIApr 20, 2021

Visualizing Adapted Knowledge in Domain Transfer

arXiv:2104.10602v268 citationsHas Code
Originality Incremental advance
AI Analysis

This provides a visualization tool for researchers in domain adaptation to interpret model adaptation, but it is incremental as it builds on existing UDA methods.

The paper tackles the problem of understanding knowledge differences between source and target models in unsupervised domain adaptation by visualizing adapted knowledge through image translation, showing that generated images capture style differences and enable further tuning of the target model without source data.

A source model trained on source data and a target model learned through unsupervised domain adaptation (UDA) usually encode different knowledge. To understand the adaptation process, we portray their knowledge difference with image translation. Specifically, we feed a translated image and its original version to the two models respectively, formulating two branches. Through updating the translated image, we force similar outputs from the two branches. When such requirements are met, differences between the two images can compensate for and hence represent the knowledge difference between models. To enforce similar outputs from the two branches and depict the adapted knowledge, we propose a source-free image translation method that generates source-style images using only target images and the two models. We visualize the adapted knowledge on several datasets with different UDA methods and find that generated images successfully capture the style difference between the two domains. For application, we show that generated images enable further tuning of the target model without accessing source data. Code available at https://github.com/hou-yz/DA_visualization.

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