paper-with-me

Papers

Restoring Neural Network Plasticity for Faster Transfer Learning

2026-03-21 · Xander Coetzer, Arné Schreuder, Anna Sergeevna Bosman arxiv

Transfer learning with models pretrained on ImageNet has become a standard practice in computer vision. Transfer learning refers to fine-tuning pretrained weights of a neural network on a downstream task, typically unrelated to ImageNet. However, pretrained weights can become saturated and may yield insignificant gradients, failing to adapt to the downstream task. This hinders the ability of the model to train effectively, and is commonly referred to as loss of neural plasticity. Loss of plasticity may prevent the model from fully adapting to the target domain, especially when the downstream dataset is atypical in nature. While this issue has been widely explored in continual learning, it remains relatively understudied in the context of transfer learning. In this work, we propose the use of a targeted weight re-initialization strategy to restore neural plasticity prior to fine-tuning. Our experiments show that both convolutional neural networks (CNNs) and vision transformers (ViTs) benefit from this approach, yielding higher test accuracy with faster convergence on several image classification benchmarks. Our method introduces negligible computational overhead and is compatible with common transfer learning pipelines.

📄 PDF Abstract BibTeX arXiv:2603.20860

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationContinual LearningTransfer Learning

Similar Papers 제목 키워드 기반

A study on the plasticity of neural networks

2021-05-31 · Tudor Berariu, Wojciech Czarnecki, Soham De, Jorg Bornschein 외

One aim shared by multiple settings, such as continual learning or transfer learning, is to leverage previously acquired knowledge to converge faster on the current task. Usually this is done through fine-tuning, where a…

Continual LearningTransfer Learning

Rethinking Plasticity in Deep Reinforcement Learning

2026-03-22 · Zhiqiang He arxiv

This paper investigates the fundamental mechanisms driving plasticity loss in deep reinforcement learning (RL), a critical challenge where neural networks lose their ability to adapt to non-stationary environments. While…

Reinforcement Learning

Even Faster SNN Simulation with Lazy+Event-driven Plasticity and Shared Atomics

2021-07-08 · Dennis Bautembach, Iason Oikonomidis, Antonis Argyros

We present two novel optimizations that accelerate clock-based spiking neural network (SNN) simulators. The first one targets spike timing dependent plasticity (STDP). It combines lazy- with event-driven plasticity and e…

Enabling Robust In-Context Memory and Rapid Task Adaptation in Transformers with Hebbian and Gradient-Based Plasticity

2025-10-24 · Siddharth Chaudhary arxiv

Large language models display in-context learning as an emergent effect of scale, but they rely on static weights during inference. In contrast, biological systems continually adapt via synaptic plasticity. We investigat…

Synaptic metaplasticity in binarized neural networks

2021-01-19 · Axel Laborieux, Maxence Ernoult, Tifenn Hirtzlin, Damien Querlioz

Unlike the brain, artificial neural networks, including state-of-the-art deep neural networks for computer vision, are subject to "catastrophic forgetting": they rapidly forget the previous task when trained on a new one…