Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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}.

Zelin Zang, Hao Luo, Kai Wang, Panpan Zhang, Fan Wang, Stan.Z Li, Yang You• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy69.9
3518
Image ClassificationCIFAR-10 (test)
Accuracy93.4
3381
Image ClassificationTinyImageNet (test)
Accuracy49.7
366
Image ClassificationSTL-10 (test)
Accuracy92.5
357
ClassificationwarpPIE 10P
Accuracy84.8
26
Linear probing results on DNA sequence datasetsGenomic Benchmarks 2023
MoEnEn86
9
ClassificationGA1457
Accuracy0.927
8
ClassificationSAM561
Accuracy89.3
8
ClassificationMC1374
Accuracy71.8
8
ClassificationHCL500
Accuracy64.7
8
Showing 10 of 11 rows

Other info

Code

Follow for update