paper-with-me

홈 › Papers

Domain Adaptation via Bidirectional Cross-Attention Transformer

2022-01-15 · Xiyu Wang, Pengxin Guo, Yu Zhang

Domain Adaptation (DA) aims to leverage the knowledge learned from a source domain with ample labeled data to a target domain with unlabeled data only. Most existing studies on DA contribute to learning domain-invariant feature representations for both domains by minimizing the domain gap based on convolution-based neural networks. Recently, vision transformers significantly improved performance in multiple vision tasks. Built on vision transformers, in this paper we propose a Bidirectional Cross-Attention Transformer (BCAT) for DA with the aim to improve the performance. In the proposed BCAT, the attention mechanism can extract implicit source and target mixup feature representations to narrow the domain discrepancy. Specifically, in BCAT, we design a weight-sharing quadruple-branch transformer with a bidirectional cross-attention mechanism to learn domain-invariant feature representations. Extensive experiments demonstrate that the proposed BCAT model achieves superior performance on four benchmark datasets over existing state-of-the-art DA methods that are based on convolutions or transformers.

📄 PDF Abstract BibTeX arXiv:2201.05887

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

Exploiting Auxiliary Data for Offensive Language Detection with Bidirectional Transformers

2021-08-01 · ACL (WOAH) 2021 8 · Sumer Singh, Sheng Li

Offensive language detection (OLD) has received increasing attention due to its societal impact. Recent work shows that bidirectional transformer based methods obtain impressive performance on OLD. However, such methods …

Domain Adaptation

BiPC: Bidirectional Probability Calibration for Unsupervised Domain Adaption

2024-09-29 · Wenlve Zhou, Zhiheng Zhou, Junyuan Shang, Chang Niu 외

Unsupervised Domain Adaptation (UDA) leverages a labeled source domain to solve tasks in an unlabeled target domain. While Transformer-based methods have shown promise in UDA, their application is limited to plain Transf…

Domain AdaptationUnsupervised Domain Adaptation

Dual Triangle Attention: Effective Bidirectional Attention Without Positional Embeddings

2026-04-09 · Logan Hallee, Jason P. Gleghorn arxiv

Bidirectional transformers are the foundation of many sequence modeling tasks across natural, biological, and chemical language domains, but they are permutation-invariant without explicit positional embeddings. In contr…

CDAC: Cross-domain Attention Consistency in Transformer for Domain Adaptive Semantic Segmentation

2023-01-01 · ICCV 2023 1 · Kaihong Wang, Donghyun Kim, Rogerio Feris, Margrit Betke

While transformers have greatly boosted performance in semantic segmentation, domain adaptive transformers are not yet well explored. We identify that the domain gap can cause discrepancies in self-attention. Due to …

Domain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

PreDiff-LM: Pretrained Discrete Masked Diffusion Language Modeling with Hybrid Attention

2026-07-28 · Zhengtao Yao, Runhao Li, Xupeng Chen, Jiayi Cheng 외 arxiv

Discrete masked diffusion language models support bidirectional generation and infilling, but adapting pretrained autoregressive (AR) transformers requires reconciling causal pretraining with bidirectional denoising. We …