paper-with-me

Papers

Improved transferability of self-supervised learning models through batch normalization finetuning

2024-08-15 · Applied Intelligence 2024 8 · Kirill Sirotkin, Marcos Escudero-Viñolo, Pablo Carballeira, Álvaro García-Martín

Abundance of unlabelled data and advances in Self-Supervised Learning (SSL) have made it the preferred choice in many transfer learning scenarios. Due to the rapid and ongoing development of SSL approaches, practitioners are now faced with an overwhelming amount of models trained for a specific task/domain, calling for a method to estimate transfer performance on novel tasks/domains. Typically, the role of such estimator is played by linear probing which trains a linear classifier on top of the frozen feature extractor. In this work we address a shortcoming of linear probing — it is not very strongly correlated with the performance of the models finetuned end-to-end— the latter often being the final objective in transfer learning— and, in some cases, catastrophically misestimates a model’s potential. We propose a way to obtain a significantly better proxy task by unfreezing and jointly finetuning batch normalization layers together with the classification head. At a cost of extra training of only 0.16% model parameters, in case of ResNet-50, we acquire a proxy task that (i) has a stronger correlation with end-to-end finetuned performance, (ii) improves the linear probing performance in the many- and few-shot learning regimes and (iii) in some cases, outperforms both linear probing and end-to-end finetuning, reaching the state-of-the-art performance on a pathology dataset. Finally, we analyze and discuss the changes batch normalization training introduces in the feature distributions that may be the reason for the improved performance. The code is available at https://github.com/vpulab/bn_finetuning.

📄 PDF Abstract BibTeX

Code (1)

vpulab/bn_finetuning jax

Tasks

ClassificationFew-Shot LearningSelf-Supervised LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Exploring Transferability of Self-Supervised Learning by Task Conflict Calibration

2025-11-16 · Huijie Guo, Jingyao Wang, Peizheng Guo, Xingchen Shen 외 arxiv

In this paper, we explore the transferability of SSL by addressing two central questions: (i) what is the representation transferability of SSL, and (ii) how can we effectively model this transferability? Transferability…

Self-Supervised Learning

Watch What You Pretrain For: Targeted, Transferable Adversarial Examples on Self-Supervised Speech Recognition models

2022-09-17 · Raphael Olivier, Hadi Abdullah, Bhiksha Raj

A targeted adversarial attack produces audio samples that can force an Automatic Speech Recognition (ASR) system to output attacker-chosen text. To exploit ASR models in real-world, black-box settings, an adversary can l…

Adversarial AttackAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognition

Revisiting Supervision for Continual Representation Learning

2023-11-22 · Daniel Marczak, Sebastian Cygert, Tomasz Trzciński, Bartłomiej Twardowski

In the field of continual learning, models are designed to learn tasks one after the other. While most research has centered on supervised continual learning, there is a growing interest in unsupervised continual learnin…

Continual LearningRepresentation LearningSelf-Supervised Learning

Toward Improved Generalization: Meta Transfer of Self-supervised Knowledge on Graphs

2022-12-16 · Wenhui Cui, Haleh Akrami, Anand A. Joshi, Richard M. Leahy

Despite the remarkable success achieved by graph convolutional networks for functional brain activity analysis, the heterogeneity of functional patterns and the scarcity of imaging data still pose challenges in many task…

Meta-LearningRepresentation LearningSelf-Supervised LearningTransfer Learning

True Self-Supervised Novel View Synthesis is Transferable

2025-10-15 · Thomas W. Mitchel, Hyunwoo Ryu, Vincent Sitzmann arxiv

In this paper, we identify that the key criterion for determining whether a model is truly capable of novel view synthesis (NVS) is transferability: Whether any pose representation extracted from one video sequence can b…

Novel View SynthesisPose Estimation