paper-with-me

홈 › Papers

DomCLP: Domain-wise Contrastive Learning with Prototype Mixup for Unsupervised Domain Generalization

2024-12-12 · Jin-Seop Lee, Noo-ri Kim, Jee-Hyong Lee

Self-supervised learning (SSL) methods based on the instance discrimination tasks with InfoNCE have achieved remarkable success. Despite their success, SSL models often struggle to generate effective representations for unseen-domain data. To address this issue, research on unsupervised domain generalization (UDG), which aims to develop SSL models that can generate domain-irrelevant features, has been conducted. Most UDG approaches utilize contrastive learning with InfoNCE to generate representations, and perform feature alignment based on strong assumptions to generalize domain-irrelevant common features from multi-source domains. However, existing methods that rely on instance discrimination tasks are not effective at extracting domain-irrelevant common features. This leads to the suppression of domain-irrelevant common features and the amplification of domain-relevant features, thereby hindering domain generalization. Furthermore, strong assumptions underlying feature alignment can lead to biased feature learning, reducing the diversity of common features. In this paper, we propose a novel approach, DomCLP, Domain-wise Contrastive Learning with Prototype Mixup. We explore how InfoNCE suppresses domain-irrelevant common features and amplifies domain-relevant features. Based on this analysis, we propose Domain-wise Contrastive Learning (DCon) to enhance domain-irrelevant common features. We also propose Prototype Mixup Learning (PMix) to generalize domain-irrelevant common features across multiple domains without relying on strong assumptions. The proposed method consistently outperforms state-of-the-art methods on the PACS and DomainNet datasets across various label fractions, showing significant improvements. Our code will be released. Our project page is available at https://github.com/jinsuby/DomCLP.

📄 PDF Abstract BibTeX arXiv:2412.09074

Code (1)

jinsuby/domclp 공식 구현 pytorch

Tasks

Contrastive LearningDomain GeneralizationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
InfoNCE 설명 없음
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:…

Similar Papers 제목 키워드 기반

Calibration-based Dual Prototypical Contrastive Learning Approach for Domain Generalization Semantic Segmentation

2023-09-25 · Muxin Liao, Shishun Tian, Yuhang Zhang, Guoguang Hua 외

Prototypical contrastive learning (PCL) has been widely used to learn class-wise domain-invariant features recently. These methods are based on the assumption that the prototypes, which are represented as the central val…

Contrastive LearningDomain GeneralizationSemantic Segmentation

Harnessing Shared Relations via Multimodal Mixup Contrastive Learning for Multimodal Classification

2024-09-26 · Raja Kumar, Raghav Singhal, Pranamya Kulkarni, Deval Mehta 외

Deep multimodal learning has shown remarkable success by leveraging contrastive learning to capture explicit one-to-one relations across modalities. However, real-world data often exhibits shared relations beyond simple …

Contrastive Learning

Contrastive-mixup learning for improved speaker verification

2022-02-22 · Xin Zhang, Minho Jin, Roger Cheng, Ruirui Li 외

This paper proposes a novel formulation of prototypical loss with mixup for speaker verification. Mixup is a simple yet efficient data augmentation technique that fabricates a weighted combination of random data point an…

Data AugmentationMetric LearningSpeaker Verification

Contrastive Mixup: Self- and Semi-Supervised learning for Tabular Domain

2021-08-27 · Sajad Darabi, Shayan Fazeli, Ali Pazoki, Sriram Sankararaman 외

Recent literature in self-supervised has demonstrated significant progress in closing the gap between supervised and unsupervised methods in the image and text domains. These methods rely on domain-specific augmentations…

AC-Mix: Self-Supervised Adaptation for Low-Resource Automatic Speech Recognition using Agnostic Contrastive Mixup

2024-10-18 · Carlos Carvalho, Alberto Abad

Self-supervised learning (SSL) leverages large amounts of unlabelled data to learn rich speech representations, fostering improvements in automatic speech recognition (ASR), even when only a small amount of labelled data…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain AdaptationGPU+3