paper-with-me

Papers

Adaptive Data Augmentation for Contrastive Learning

2023-04-05 · Yuhan Zhang, He Zhu, Shan Yu

In computer vision, contrastive learning is the most advanced unsupervised learning framework. Yet most previous methods simply apply fixed composition of data augmentations to improve data efficiency, which ignores the changes in their optimal settings over training. Thus, the pre-determined parameters of augmentation operations cannot always fit well with an evolving network during the whole training period, which degrades the quality of the learned representations. In this work, we propose AdDA, which implements a closed-loop feedback structure to a generic contrastive learning network. AdDA works by allowing the network to adaptively adjust the augmentation compositions according to the real-time feedback. This online adjustment helps maintain the dynamic optimal composition and enables the network to acquire more generalizable representations with minimal computational overhead. AdDA achieves competitive results under the common linear protocol on ImageNet-100 classification (+1.11% on MoCo v2).

📄 PDF Abstract BibTeX arXiv:2304.02451

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData Augmentation

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
Batch Normalization 설명 없음
MoCo 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Hybrid-Collaborative Augmentation and Contrastive Sample Adaptive-Differential Awareness for Robust Attributed Graph Clustering

2025-10-03 · Tianxiang Zhao, Youqing Wang, Jinlu Wang, Jiapu Wang 외 arxiv

Due to its powerful capability of self-supervised representation learning and clustering, contrastive attributed graph clustering (CAGC) has achieved great success, which mainly depends on effective data augmentation and…

Representation LearningContrastive LearningData AugmentationGraph Clustering

Temporal Graph Representation Learning with Adaptive Augmentation Contrastive

2023-11-07 · Hongjiang Chen, Pengfei Jiao, Huijun Tang, Huaming Wu

Temporal graph representation learning aims to generate low-dimensional dynamic node embeddings to capture temporal information as well as structural and property information. Current representation learning methods for …

Contrastive LearningGraph Representation LearningRepresentation Learning

Contrastive General Graph Matching with Adaptive Augmentation Sampling

2024-06-25 · Jianyuan Bo, Yuan Fang

Graph matching has important applications in pattern recognition and beyond. Current approaches predominantly adopt supervised learning, demanding extensive labeled data which can be limited or costly. Meanwhile, self-su…

Contrastive LearningGraph MatchingSelf-Supervised Learning

Propagation Tree Is Not Deep: Adaptive Graph Contrastive Learning Approach for Rumor Detection

2025-08-10 · Chaoqun Cui, Caiyan Jia arxiv

Rumor detection on social media has become increasingly important. Most existing graph-based models presume rumor propagation trees (RPTs) have deep structures and learn sequential stance features along branches. However…

Contrastive Learning

Graph Contrastive Learning with Adaptive Augmentation

2020-10-27 · Yanqiao Zhu, Yichen Xu, Feng Yu, Qiang Liu 외

Recently, contrastive learning (CL) has emerged as a successful method for unsupervised graph representation learning. Most graph CL methods first perform stochastic augmentation on the input graph to obtain two graph vi…

AttributeContrastive LearningData AugmentationGraph Representation Learning+2