paper-with-me

홈 › Papers

SETA: Semantic-Aware Token Augmentation for Domain Generalization

2024-03-18 · Jintao Guo, Lei Qi, Yinghuan Shi, Yang Gao

Domain generalization (DG) aims to enhance the model robustness against domain shifts without accessing target domains. A prevalent category of methods for DG is data augmentation, which focuses on generating virtual samples to simulate domain shifts. However, existing augmentation techniques in DG are mainly tailored for convolutional neural networks (CNNs), with limited exploration in token-based architectures, i.e., vision transformer (ViT) and multi-layer perceptrons (MLP) models. In this paper, we study the impact of prior CNN-based augmentation methods on token-based models, revealing their performance is suboptimal due to the lack of incentivizing the model to learn holistic shape information. To tackle the issue, we propose the SEmantic-aware Token Augmentation (SETA) method. SETA transforms token features by perturbing local edge cues while preserving global shape features, thereby enhancing the model learning of shape information. To further enhance the generalization ability of the model, we introduce two stylized variants of our method combined with two state-of-the-art style augmentation methods in DG. We provide a theoretical insight into our method, demonstrating its effectiveness in reducing the generalization risk bound. Comprehensive experiments on five benchmarks prove that our method achieves SOTA performances across various ViT and MLP architectures. Our code is available at https://github.com/lingeringlight/SETA.

📄 PDF Abstract BibTeX arXiv:2403.11792

Code (1)

lingeringlight/seta 공식 구현 pytorch

Tasks

Data AugmentationDomain Generalization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
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…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

On the Equivalence between Logic Programming and SETAF

2024-07-08 · João Alcântara, Renan Cordeiro, Samy Sá

A framework with sets of attacking arguments (SETAF) is an extension of the well-known Dung's Abstract Argumentation Frameworks (AAFs) that allows joint attacks on arguments. In this paper, we provide a translation from …

Abstract Argumentation

Expressiveness of SETAFs and Support-Free ADFs under 3-valued Semantics

2020-07-07 · Wolfgang Dvořák, Atefeh Keshavarzi Zafarghandi, Stefan Woltran

Generalizing the attack structure in argumentation frameworks (AFs) has been studied in different ways. Most prominently, the binary attack relation of Dung frameworks has been extended to the notion of collective attack…

Relation

Rediscovering Argumentation Principles Utilizing Collective Attacks

2022-05-06 · Wolfgang Dvořák, Matthias König, Markus Ulbricht, Stefan Woltran

Argumentation Frameworks (AFs) are a key formalism in AI research. Their semantics have been investigated in terms of principles, which define characteristic properties in order to deliver guidance for analysing establis…

Sparse Subspace-to-Expert Sharing for Task-Agnostic Continual Learning

2026-06-05 · Fatema Siddika, Md Anwar Hossen, Tanwi Mallick, Ali Jannesari arxiv

Continual learning in Large Language Models (LLMs) is hindered by the plasticity-stability dilemma, where acquiring new capabilities often leads to catastrophic forgetting of previous knowledge. Existing methods typicall…

Continual Learning

DE-ABUSE@TamilNLP-ACL 2022: Transliteration as Data Augmentation for Abuse Detection in Tamil

2022-05-01 · DravidianLangTech (ACL) 2022 5 · Vasanth Palanikumar, Sean Benhur, Adeep Hande, Bharathi Raja Chakravarthi

With the rise of social media and internet, thereis a necessity to provide an inclusive space andprevent the abusive topics against any gender,race or community. This paper describes thesystem submitted to the ACL-2022 s…

Abuse DetectionData AugmentationTransliteration