CVLGApr 6, 2023

Synthetic Hard Negative Samples for Contrastive Learning

arXiv:2304.02971v212 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses the need for more effective negative sampling in self-supervised visual representation learning, offering an incremental improvement over existing methods.

The paper tackles the problem of improving contrastive learning by generating synthetic hard negative samples, resulting in enhanced classification performance on various image datasets.

Contrastive learning has emerged as an essential approach for self-supervised learning in visual representation learning. The central objective of contrastive learning is to maximize the similarities between two augmented versions of an image (positive pairs), while minimizing the similarities between different images (negative pairs). Recent studies have demonstrated that harder negative samples, i.e., those that are more difficult to differentiate from the anchor sample, perform a more crucial function in contrastive learning. This paper proposes a novel feature-level method, namely sampling synthetic hard negative samples for contrastive learning (SSCL), to exploit harder negative samples more effectively. Specifically, 1) we generate more and harder negative samples by mixing negative samples, and then sample them by controlling the contrast of anchor sample with the other negative samples; 2) considering the possibility of false negative samples, we further debias the negative samples. Our proposed method improves the classification performance on different image datasets and can be readily integrated into existing methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes