paper-with-me

Papers

Universal Domain Adaptation via Compressive Attention Matching

2023-04-24 · ICCV 2023 1 · Didi Zhu, Yincuan Li, Junkun Yuan, Zexi Li, Kun Kuang, Chao Wu

Universal domain adaptation (UniDA) aims to transfer knowledge from the source domain to the target domain without any prior knowledge about the label set. The challenge lies in how to determine whether the target samples belong to common categories. The mainstream methods make judgments based on the sample features, which overemphasizes global information while ignoring the most crucial local objects in the image, resulting in limited accuracy. To address this issue, we propose a Universal Attention Matching (UniAM) framework by exploiting the self-attention mechanism in vision transformer to capture the crucial object information. The proposed framework introduces a novel Compressive Attention Matching (CAM) approach to explore the core information by compressively representing attentions. Furthermore, CAM incorporates a residual-based measurement to determine the sample commonness. By utilizing the measurement, UniAM achieves domain-wise and category-wise Common Feature Alignment (CFA) and Target Class Separation (TCS). Notably, UniAM is the first method utilizing the attention in vision transformer directly to perform classification tasks. Extensive experiments show that UniAM outperforms the current state-of-the-art methods on various benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2304.11862

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationUniversal Domain Adaptation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

High SNR Consistent Compressive Sensing

2017-03-10 · Sreejith Kallummil, Sheetal Kalyani

High signal to noise ratio (SNR) consistency of model selection criteria in linear regression models has attracted a lot of attention recently. However, most of the existing literature on high SNR consistency deals with …

Compressive SensingModel SelectionregressionVocal Bursts Intensity Prediction

Towards Universal Object Detection by Domain Attention

2019-04-09 · CVPR 2019 6 · Xudong Wang, Zhaowei Cai, Dashan Gao, Nuno Vasconcelos

Despite increasing efforts on universal representations for visual recognition, few have addressed object detection. In this paper, we develop an effective and efficient universal object detection system that is capable …

Objectobject-detectionObject Detection

Compressive Transformers for Long-Range Sequence Modelling

2019-11-13 · ICLR 2020 1 · Jack W. Rae, Anna Potapenko, Siddhant M. Jayakumar, Timothy P. Lillicrap

We present the Compressive Transformer, an attentive sequence model which compresses past memories for long-range sequence learning. We find the Compressive Transformer obtains state-of-the-art language modelling results…

Language Modelling

Prototypical Partial Optimal Transport for Universal Domain Adaptation

2024-08-02 · Yucheng Yang, Xiang Gu, Jian Sun

Universal domain adaptation (UniDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain without requiring the same label sets of both domains. The existence of domain and category shift …

Domain AdaptationUniversal Domain Adaptation

Dynamic and Compressive Adaptation of Transformers From Images to Videos

2024-08-13 · Guozhen Zhang, Jingyu Liu, Shengming Cao, Xiaotong Zhao 외

Recently, the remarkable success of pre-trained Vision Transformers (ViTs) from image-text matching has sparked an interest in image-to-video adaptation. However, most current approaches retain the full forward pass for …

Image-text matchingText Matching