paper-with-me

Papers

$m$-mix: Generating hard negatives via multiple samples mixing for contrastive learning

2021-09-29 · Shaofeng Zhang, Meng Liu, Junchi Yan, Hengrui Zhang, Lingxiao Huang, Pinyan Lu, Xiaokang Yang

Negative pairs are essential in contrastive learning, which plays the role of avoiding degenerate solutions. Hard negatives can improve the representation ability on the basis of common negatives. Inspired by recent hard negative mining methods via mixup operation in vision, we propose $m$-mix, which generates hard negatives dynamically. Compared with previous methods, $m$-mix mainly has three advantages: 1) adaptively chooses samples to mix; 2) simultaneously mixes multiple samples; 3) automatically and comprehensively assigns different mixing weights to the selected mixing samples. We evaluate our method on two image classification datasets, five node classification datasets (PPI, DBLP, Pubmed, etc), five graph classification datasets (IMDB, PTC\_MR, etc), and downstream combinatorial tasks (graph edit distance and clustering). Results show that our method achieves state-of-the-art performance on most benchmarks under self-supervised settings.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationContrastive LearningGraph Classificationimage-classificationImage ClassificationNode Classification

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

ANOMIX: A Simple yet Effective Hard Negative Generation via Mixing for Graph Anomaly Detection

2024-10-27 · Hwan Kim, JungHoon Kim, Sungsu Lim

Graph contrastive learning (GCL) generally requires a large number of samples. The one of the effective ways to reduce the number of samples is using hard negatives (e.g., Mixup). Designing mixing-based approach for GAD …

Anomaly DetectionContrastive LearningGraph Anomaly Detection

MixKG: Mixing for harder negative samples in knowledge graph

2022-02-19 · Feihu Che, Guohua Yang, Pengpeng Shao, Dawei Zhang 외

Knowledge graph embedding~(KGE) aims to represent entities and relations into low-dimensional vectors for many real-world applications. The representations of entities and relations are learned via contrasting the positi…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Hard Negative Mixing for Contrastive Learning

2020-10-02 · NeurIPS 2020 12 · Yannis Kalantidis, Mert Bulent Sariyildiz, Noe Pion, Philippe Weinzaepfel 외

Contrastive learning has become a key component of self-supervised learning approaches for computer vision. By learning to embed two augmented versions of the same image close to each other and to push the embeddings of …

Contrastive LearningData AugmentationInstance Segmentationobject-detection+3

DropMix: Better Graph Contrastive Learning with Harder Negative Samples

2023-10-15 · Yueqi Ma, Minjie Chen, Xiang Li

While generating better negative samples for contrastive learning has been widely studied in the areas of CV and NLP, very few work has focused on graph-structured data. Recently, Mixup has been introduced to synthesize …

Contrastive Learning

Globally Correlation-Aware Hard Negative Generation

2024-11-20 · Wenjie Peng, Hongxiang Huang, Tianshui Chen, Quhui Ke 외

Hard negative generation aims to generate informative negative samples that help to determine the decision boundaries and thus facilitate advancing deep metric learning. Current works select pair/triplet samples, learn t…

Image RetrievalMetric LearningTriplet