paper-with-me

홈 › Papers

Aligning Non-Causal Factors for Transformer-Based Source-Free Domain Adaptation

2023-11-27 · Sunandini Sanyal, Ashish Ramayee Asokan, Suvaansh Bhambri, Pradyumna YM, Akshay Kulkarni, Jogendra Nath Kundu, R Venkatesh Babu

Conventional domain adaptation algorithms aim to achieve better generalization by aligning only the task-discriminative causal factors between a source and target domain. However, we find that retaining the spurious correlation between causal and non-causal factors plays a vital role in bridging the domain gap and improving target adaptation. Therefore, we propose to build a framework that disentangles and supports causal factor alignment by aligning the non-causal factors first. We also investigate and find that the strong shape bias of vision transformers, coupled with its multi-head attention, make it a suitable architecture for realizing our proposed disentanglement. Hence, we propose to build a Causality-enforcing Source-Free Transformer framework (C-SFTrans) to achieve disentanglement via a novel two-stage alignment approach: a) non-causal factor alignment: non-causal factors are aligned using a style classification task which leads to an overall global alignment, b) task-discriminative causal factor alignment: causal factors are aligned via target adaptation. We are the first to investigate the role of vision transformers (ViTs) in a privacy-preserving source-free setting. Our approach achieves state-of-the-art results in several DA benchmarks.

📄 PDF Abstract BibTeX arXiv:2311.16294

Code (0)

등록된 구현이 없습니다.

Tasks

DisentanglementDomain AdaptationPrivacy PreservingSource-Free Domain Adaptation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Unified Source-Free Domain Adaptation

2024-03-12 · Song Tang, Wenxin Su, Mao Ye, Jianwei Zhang 외

In the pursuit of transferring a source model to a target domain without access to the source training data, Source-Free Domain Adaptation (SFDA) has been extensively explored across various scenarios, including closed-s…

Domain AdaptationLanguage ModellingSource-Free Domain AdaptationWorld Knowledge

Domain-Specificity Inducing Transformers for Source-Free Domain Adaptation

2023-08-27 · ICCV 2023 1 · Sunandini Sanyal, Ashish Ramayee Asokan, Suvaansh Bhambri, Akshay Kulkarni 외

Conventional Domain Adaptation (DA) methods aim to learn domain-invariant feature representations to improve the target adaptation performance. However, we motivate that domain-specificity is equally important since in-d…

DisentanglementDomain AdaptationSource-Free Domain AdaptationSpecificity

Factored Causal Representation Learning for Robust Reward Modeling in RLHF

2026-01-29 · Yupei Yang, Lin Yang, Wanxi Deng, Lin Qu 외 arxiv

A reliable reward model is essential for aligning large language models with human preferences through reinforcement learning from human feedback. However, standard reward models are susceptible to spurious features that…

Representation LearningReinforcement Learning

Feature Group Tabular Transformer: A Novel Approach to Traffic Crash Modeling and Causality Analysis

2024-12-06 · Oscar Lares, Hao Zhen, Jidong J. Yang

Reliable and interpretable traffic crash modeling is essential for understanding causality and improving road safety. This study introduces a novel approach to predicting collision types by utilizing a comprehensive data…

Extracting Qualitative Causal Structure with Transformer-Based NLP

2021-08-20 · Scott E. Friedman, Ian H. Magnusson, Sonja M. Schmer-Galunder

Qualitative causal relationships compactly express the direction, dependency, temporal constraints, and monotonicity constraints of discrete or continuous interactions in the world. In everyday or academic language, we m…

Articles