paper-with-me

Papers

Regularized Conditional Alignment for Multi-Domain Text Classification

2023-12-18 · Juntao Hu, Yuan Wu

The most successful multi-domain text classification (MDTC) approaches employ the shared-private paradigm to facilitate the enhancement of domain-invariant features through domain-specific attributes. Additionally, they employ adversarial training to align marginal feature distributions. Nevertheless, these methodologies encounter two primary challenges: (1) Neglecting class-aware information during adversarial alignment poses a risk of misalignment; (2) The limited availability of labeled data across multiple domains fails to ensure adequate discriminative capacity for the model. To tackle these issues, we propose a method called Regularized Conditional Alignment (RCA) to align the joint distributions of domains and classes, thus matching features within the same category and amplifying the discriminative qualities of acquired features. Moreover, we employ entropy minimization and virtual adversarial training to constrain the uncertainty of predictions pertaining to unlabeled data and enhance the model's robustness. Empirical results on two benchmark datasets demonstrate that our RCA approach outperforms state-of-the-art MDTC techniques.

📄 PDF Abstract BibTeX arXiv:2312.11572

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Unsupervised Domain Adaptation via Regularized Conditional Alignment

2019-05-26 · ICCV 2019 10 · Safa Cicek, Stefano Soatto

We propose a method for unsupervised domain adaptation that trains a shared embedding to align the joint distributions of inputs (domain) and outputs (classes), making any classifier agnostic to the domain. Joint alignme…

Domain AdaptationUnsupervised Domain Adaptation

Co-regularized Alignment for Unsupervised Domain Adaptation

2018-11-13 · NeurIPS 2018 12 · Abhishek Kumar, Prasanna Sattigeri, Kahini Wadhawan, Leonid Karlinsky 외

Deep neural networks, trained with large amount of labeled data, can fail to generalize well when tested with examples from a \emph{target domain} whose distribution differs from the training data distribution, referred …

Domain AdaptationUnsupervised Domain Adaptation

Unsupervised Domain Adaptation for Action Recognition via Self-Ensembling and Conditional Embedding Alignment

2024-10-23 · Indrajeet Ghosh, Garvit Chugh, Abu Zaher Md Faridee, Nirmalya Roy

Recent advancements in deep learning-based wearable human action recognition (wHAR) have improved the capture and classification of complex motions, but adoption remains limited due to the lack of expert annotations and …

Action RecognitionData AugmentationDomain AdaptationPseudo Label+2

Co-Regularized Adversarial Learning for Multi-Domain Text Classification

2022-01-30 · Yuan Wu, Diana Inkpen, Ahmed El-Roby

Multi-domain text classification (MDTC) aims to leverage all available resources from multiple domains to learn a predictive model that can generalize well on these domains. Recently, many MDTC methods adopt adversarial …

Classificationtext-classificationText Classification

Everything to the Synthetic: Diffusion-driven Test-time Adaptation via Synthetic-Domain Alignment

2024-06-06 · CVPR 2025 1 · Jiayi Guo, Junhao Zhao, Chaoqun Du, Yulin Wang 외

Test-time adaptation (TTA) aims to improve the performance of source-domain pre-trained models on previously unseen, shifted target domains. Traditional TTA methods primarily adapt model weights based on target data stre…

Test-time Adaptation