paper-with-me

홈 › Papers

Implicit Contrastive Representation Learning with Guided Stop-gradient

2025-03-12 · NeurIPS 2023 11 · Byeongchan Lee, Sehyun Lee

In self-supervised representation learning, Siamese networks are a natural architecture for learning transformation-invariance by bringing representations of positive pairs closer together. But it is prone to collapse into a degenerate solution. To address the issue, in contrastive learning, a contrastive loss is used to prevent collapse by moving representations of negative pairs away from each other. But it is known that algorithms with negative sampling are not robust to a reduction in the number of negative samples. So, on the other hand, there are algorithms that do not use negative pairs. Many positive-only algorithms adopt asymmetric network architecture consisting of source and target encoders as a key factor in coping with collapse. By exploiting the asymmetric architecture, we introduce a methodology to implicitly incorporate the idea of contrastive learning. As its implementation, we present a novel method guided stop-gradient. We apply our method to benchmark algorithms SimSiam and BYOL and show that our method stabilizes training and boosts performance. We also show that the algorithms with our method work well with small batch sizes and do not collapse even when there is no predictor. The code is available at https://github.com/bych-lee/gsg.

📄 PDF Abstract BibTeX arXiv:2503.09058

Code (1)

bych-lee/gsg 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
BYOL 설명 없음

Similar Papers 제목 키워드 기반

Generative-Contrastive Learning for Self-Supervised Latent Representations of 3D Shapes from Multi-Modal Euclidean Input

2023-01-11 · Chengzhi Wu, Julius Pfrommer, Mingyuan Zhou, Jürgen Beyerer

We propose a combined generative and contrastive neural architecture for learning latent representations of 3D volumetric shapes. The architecture uses two encoder branches for voxel grids and multi-view images from the …

Contrastive LearningDecoder

Contrast with Reconstruct: Contrastive 3D Representation Learning Guided by Generative Pretraining

2023-02-05 · Zekun Qi, Runpei Dong, Guofan Fan, Zheng Ge 외

Mainstream 3D representation learning approaches are built upon contrastive or generative modeling pretext tasks, where great improvements in performance on various downstream tasks have been achieved. However, we find t…

3D Point Cloud Classification3D Point Cloud Linear ClassificationDecoderFew-Shot 3D Point Cloud Classification+2

Clinically-Informed Modeling for Pediatric Brain Tumor Classification from Whole-Slide Histopathology Images

2026-04-22 · Joakim Nguyen, Jian Yu, Jinrui Fang, Nicholas Konz 외 arxiv

Accurate diagnosis of pediatric brain tumors, starting with histopathology, presents unique challenges for deep learning, including severe data scarcity, class imbalance, and fine-grained morphologic overlap across diagn…

Multiple Instance LearningBrain Tumor ClassificationRepresentation LearningContrastive Learning

Understanding self-supervised Learning Dynamics without Contrastive Pairs

2021-02-12 · Yuandong Tian, Xinlei Chen, Surya Ganguli

While contrastive approaches of self-supervised learning (SSL) learn representations by minimizing the distance between two augmented views of the same data point (positive pairs) and maximizing views from different data…

Self-Supervised Learning

Implicit Sparse Regularization: The Impact of Depth and Early Stopping

2021-08-12 · NeurIPS 2021 12 · Jiangyuan Li, Thanh V. Nguyen, Chinmay Hegde, Raymond K. W. Wong

In this paper, we study the implicit bias of gradient descent for sparse regression. We extend results on regression with quadratic parametrization, which amounts to depth-2 diagonal linear networks, to more general dept…

regression