paper-with-me

Papers

Self-Labeling Refinement for Robust Representation Learning with Bootstrap Your Own Latent

2022-04-09 · Siddhant Garg, Dhruval Jain

In this work, we have worked towards two major goals. Firstly, we have investigated the importance of Batch Normalisation (BN) layers in a non-contrastive representation learning framework called Bootstrap Your Own Latent (BYOL). We conducted several experiments to conclude that BN layers are not necessary for representation learning in BYOL. Moreover, BYOL only learns from the positive pairs of images but ignores other semantically similar images in the same input batch. For the second goal, we have introduced two new loss functions to determine the semantically similar pairs in the same input batch of images and reduce the distance between their representations. These loss functions are Cross-Cosine Similarity Loss (CCSL) and Cross-Sigmoid Similarity Loss (CSSL). Using the proposed loss functions, we are able to surpass the performance of Vanilla BYOL (71.04%) by training the BYOL framework using CCSL loss (76.87%) on the STL10 dataset. BYOL trained using CSSL loss performs comparably with Vanilla BYOL.

📄 PDF Abstract BibTeX arXiv:2204.04545

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

BYOL 설명 없음

Similar Papers 제목 키워드 기반

Bootstrap Your Own Latent - A New Approach to Self-Supervised Learning

2020-12-01 · NeurIPS 2020 12 · Jean-bastien Grill, Florian Strub, Florent Altché, Corentin Tallec 외

We introduce Bootstrap Your Own Latent (BYOL), a new approach to self-supervised image representation learning. BYOL relies on two neural networks, referred to as online and target networks, that interact and learn from …

Linear evaluationRepresentation LearningSelf-Supervised Learning

Bootstrap your own latent: A new approach to self-supervised Learning

2020-06-13 · Jean-bastien Grill, Florian Strub, Florent Altché, Corentin Tallec 외

We introduce Bootstrap Your Own Latent (BYOL), a new approach to self-supervised image representation learning. BYOL relies on two neural networks, referred to as online and target networks, that interact and learn from …

Image ClassificationLinear evaluationPerson Re-IdentificationRepresentation Learning+4

You Are Your Own Best Teacher: Achieving Centralized-level Performance in Federated Learning under Heterogeneous and Long-tailed Data

2025-03-10 · Shanshan Yan, Zexi Li, Chao Wu, Meng Pang 외

Data heterogeneity, stemming from local non-IID data and global long-tailed distributions, is a major challenge in federated learning (FL), leading to significant performance gaps compared to centralized learning. Previo…

Federated LearningRepresentation Learning

Bootstrap Your Own Variance

2023-12-06 · Polina Turishcheva, Jason Ramapuram, Sinead Williamson, Dan Busbridge 외

Understanding model uncertainty is important for many applications. We propose Bootstrap Your Own Variance (BYOV), combining Bootstrap Your Own Latent (BYOL), a negative-free Self-Supervised Learning (SSL) algorithm, wit…

Self-Supervised Learning

Run Away From your Teacher: Understanding BYOL by a Novel Self-Supervised Approach

2020-11-22 · Haizhou Shi, Dongliang Luo, Siliang Tang, Jian Wang 외

Recently, a newly proposed self-supervised framework Bootstrap Your Own Latent (BYOL) seriously challenges the necessity of negative samples in contrastive learning frameworks. BYOL works like a charm despite the fact th…

Contrastive LearningSelf-Supervised Learning