paper-with-me

Papers

Unsupervised Domain Adaptation with Adapter

2021-11-01 · Rongsheng Zhang, Yinhe Zheng, Xiaoxi Mao, Minlie Huang

Unsupervised domain adaptation (UDA) with pre-trained language models (PrLM) has achieved promising results since these pre-trained models embed generic knowledge learned from various domains. However, fine-tuning all the parameters of the PrLM on a small domain-specific corpus distort the learned generic knowledge, and it is also expensive to deployment a whole fine-tuned PrLM for each domain. This paper explores an adapter-based fine-tuning approach for unsupervised domain adaptation. Specifically, several trainable adapter modules are inserted in a PrLM, and the embedded generic knowledge is preserved by fixing the parameters of the original PrLM at fine-tuning. A domain-fusion scheme is introduced to train these adapters using a mix-domain corpus to better capture transferable features. Elaborated experiments on two benchmark datasets are carried out, and the results demonstrate that our approach is effective with different tasks, dataset sizes, and domain similarities.

📄 PDF Abstract BibTeX arXiv:2111.00667

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

UDApter -- Efficient Domain Adaptation Using Adapters

2023-02-07 · Bhavitvya Malik, Abhinav Ramesh Kashyap, Min-Yen Kan, Soujanya Poria

We propose two methods to make unsupervised domain adaptation (UDA) more parameter efficient using adapters, small bottleneck layers interspersed with every layer of the large-scale pre-trained language model (PLM). The …

Domain AdaptationLanguage ModelingLanguage ModellingNatural Language Inference+3

Unsupervised Domain Adaptation for Event Detection using Domain-specific Adapters

2021-08-01 · Findings (ACL) 2021 8 · Nghia Ngo Trung, Duy Phung, Thien Huu Nguyen
Domain AdaptationEvent DetectionUnsupervised Domain Adaptation

Unsupervised Domain Adaptation in LiDAR Semantic Segmentation with Self-Supervision and Gated Adapters

2021-07-20 · Mrigank Rochan, Shubhra Aich, Eduardo R. Corral-Soto, Amir Nabatchian 외

In this paper, we focus on a less explored, but more realistic and complex problem of domain adaptation in LiDAR semantic segmentation. There is a significant drop in performance of an existing segmentation model when tr…

Domain AdaptationLIDAR Semantic SegmentationSegmentationSemantic Segmentation+1

DUSA: Decoupled Unsupervised Sim2Real Adaptation for Vehicle-to-Everything Collaborative Perception

2023-10-12 · Xianghao Kong, Wentao Jiang, Jinrang Jia, Yifeng Shi 외

Vehicle-to-Everything (V2X) collaborative perception is crucial for autonomous driving. However, achieving high-precision V2X perception requires a significant amount of annotated real-world data, which can always be exp…

Autonomous DrivingAutonomous VehiclesDomain Adaptation

QueryAdapter: Rapid Adaptation of Vision-Language Models in Response to Natural Language Queries

2025-02-26 · Nicolas Harvey Chapman, Feras Dayoub, Will Browne, Christopher Lehnert

A domain shift exists between the large-scale, internet data used to train a Vision-Language Model (VLM) and the raw image streams collected by a robot. Existing adaptation strategies require the definition of a closed-s…

Natural Language Queries