paper-with-me

Papers

DiffAug: Enhance Unsupervised Contrastive Learning with Domain-Knowledge-Free Diffusion-based Data Augmentation

2023-09-10 · Zelin Zang, Hao Luo, Kai Wang, Panpan Zhang, Fan Wang, Stan. Z Li, Yang You

Unsupervised Contrastive learning has gained prominence in fields such as vision, and biology, leveraging predefined positive/negative samples for representation learning. Data augmentation, categorized into hand-designed and model-based methods, has been identified as a crucial component for enhancing contrastive learning. However, hand-designed methods require human expertise in domain-specific data while sometimes distorting the meaning of the data. In contrast, generative model-based approaches usually require supervised or large-scale external data, which has become a bottleneck constraining model training in many domains. To address the problems presented above, this paper proposes DiffAug, a novel unsupervised contrastive learning technique with diffusion mode-based positive data generation. DiffAug consists of a semantic encoder and a conditional diffusion model; the conditional diffusion model generates new positive samples conditioned on the semantic encoding to serve the training of unsupervised contrast learning. With the help of iterative training of the semantic encoder and diffusion model, DiffAug improves the representation ability in an uninterrupted and unsupervised manner. Experimental evaluations show that DiffAug outperforms hand-designed and SOTA model-based augmentation methods on DNA sequence, visual, and bio-feature datasets. The code for review is released at \url{https://github.com/zangzelin/code_diffaug}.

📄 PDF Abstract BibTeX arXiv:2309.07909

Code (1)

zangzelin/code_diffaug 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationImage ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffAug: A Diffuse-and-Denoise Augmentation for Training Robust Classifiers

2023-06-15 · Chandramouli Sastry, Sri Harsha Dumpala, Sageev Oore

We introduce DiffAug, a simple and efficient diffusion-based augmentation technique to train image classifiers for the crucial yet challenging goal of improved classifier robustness. Applying DiffAug to a given example c…

DenoisingImage GenerationOut-of-Distribution Detection

Unsupervised Domain Adaptation with Contrastive Learning for Cross-domain Chinese NER

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Understanding and recognizing the entities of Chinese articles highly relies on the fully supervised learning based on the domain-specific annotation corpus. However, this paradigm fails to generalize over other unlabele…

ArticlesContrastive LearningDomain AdaptationNER+3

Unsupervised Lifelong Person Re-identification via Contrastive Rehearsal

2022-03-12 · Hao Chen, Benoit Lagadec, Francois Bremond

Existing unsupervised person re-identification (ReID) methods focus on adapting a model trained on a source domain to a fixed target domain. However, an adapted ReID model usually only works well on a certain target doma…

Domain AdaptationPerson Re-IdentificationUnsupervised Domain AdaptationUnsupervised Person Re-Identification

DACAD: Domain Adaptation Contrastive Learning for Anomaly Detection in Multivariate Time Series

2024-04-17 · Zahra Zamanzadeh Darban, Yiyuan Yang, Geoffrey I. Webb, Charu C. Aggarwal 외

In time series anomaly detection (TSAD), the scarcity of labeled data poses a challenge to the development of accurate models. Unsupervised domain adaptation (UDA) offers a solution by leveraging labeled data from a rela…

Anomaly DetectionContrastive LearningDomain AdaptationRepresentation Learning+4

Few-shot Message-Enhanced Contrastive Learning for Graph Anomaly Detection

2023-11-17 · Fan Xu, Nan Wang, Xuezhi Wen, Meiqi Gao 외

Graph anomaly detection plays a crucial role in identifying exceptional instances in graph data that deviate significantly from the majority. It has gained substantial attention in various domains of information security…

Anomaly DetectionContrastive LearningGraph Anomaly Detection