paper-with-me

Papers

Rethinking the Augmentation Module in Contrastive Learning: Learning Hierarchical Augmentation Invariance with Expanded Views

2022-06-01 · CVPR 2022 1 · Junbo Zhang, Kaisheng Ma

A data augmentation module is utilized in contrastive learning to transform the given data example into two views, which is considered essential and irreplaceable. However, the predetermined composition of multiple data augmentations brings two drawbacks. First, the artificial choice of augmentation types brings specific representational invariances to the model, which have different degrees of positive and negative effects on different downstream tasks. Treating each type of augmentation equally during training makes the model learn non-optimal representations for various downstream tasks and limits the flexibility to choose augmentation types beforehand. Second, the strong data augmentations used in classic contrastive learning methods may bring too much invariance in some cases, and fine-grained information that is essential to some downstream tasks may be lost. This paper proposes a general method to alleviate these two problems by considering where and what to contrast in a general contrastive learning framework. We first propose to learn different augmentation invariances at different depths of the model according to the importance of each data augmentation instead of learning representational invariances evenly in the backbone. We then propose to expand the contrast content with augmentation embeddings to reduce the misleading effects of strong data augmentations. Experiments based on several baseline methods demonstrate that we learn better representations for various benchmarks on classification, detection, and segmentation downstream tasks.

📄 PDF Abstract BibTeX arXiv:2206.00227

Code (1)

zhangjb416/Hierarchical-Augmentation 공식 구현 pytorch

Tasks

Contrastive LearningData Augmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Rotation in Self-Supervised Contrastive Learning: Adaptive Positive or Negative Data Augmentation

2022-10-23 · Atsuyuki Miyai, Qing Yu, Daiki Ikami, Go Irie 외

Rotation is frequently listed as a candidate for data augmentation in contrastive learning but seldom provides satisfactory improvements. We argue that this is because the rotated image is always treated as either positi…

Contrastive LearningData Augmentation

Hierarchical Contrastive Learning with Multiple Augmentation for Sequential Recommendation

2023-08-07 · Dongjun Lee, Donggeun Ko, Jaekwang Kim

Sequential recommendation addresses the issue of preference drift by predicting the next item based on the user's previous behaviors. Recently, a promising approach using contrastive learning has emerged, demonstrating i…

Contrastive LearningSequential Recommendation

Hierarchical Consistent Contrastive Learning for Skeleton-Based Action Recognition with Growing Augmentations

2022-11-24 · Jiahang Zhang, Lilang Lin, Jiaying Liu

Contrastive learning has been proven beneficial for self-supervised skeleton-based action recognition. Most contrastive learning methods utilize carefully designed augmentations to generate different movement patterns of…

Action RecognitionContrastive LearningFew-Shot Skeleton-Based Action RecognitionSelf-supervised Skeleton-based Action Recognition+1

Hyperbolic Contrastive Learning with Model-augmentation for Knowledge-aware Recommendation

2025-05-13 · Shengyin Sun, Chen Ma

Benefiting from the effectiveness of graph neural networks (GNNs) and contrastive learning, GNN-based contrastive learning has become mainstream for knowledge-aware recommendation. However, most existing contrastive lear…

Contrastive LearningKnowledge-Aware RecommendationKnowledge Graphs

Continual Few-shot Event Detection via Hierarchical Augmentation Networks

2024-03-26 · Chenlong Zhang, Pengfei Cao, Yubo Chen, Kang Liu 외

Traditional continual event detection relies on abundant labeled data for training, which is often impractical to obtain in real-world applications. In this paper, we introduce continual few-shot event detection (CFED), …

Event Detection