Sign-Symmetry Learning Rules are Robust Fine-Tuners
Aymene Berriche, Mehdi Zakaria Adjal, Riyadh Baghdadi
TL;DR
The paper addresses the vulnerability of standard backpropagation to gradient-based adversarial attacks by proposing a hybrid training regime: pretrain with backpropagation and then fine-tune with Bio-plausible Sign-Symmetry learning rules. By evaluating across image classification and hashing-based image retrieval, using backbones like AlexNet, VGG-16, and ResNet-18, the study demonstrates that Sign-Symmetry fine-tuning can match or even surpass BP in accuracy while yielding substantially improved adversarial robustness. The key contributions include a systematic comparison of Sign-Symmetry variants (uSF, frSF, brSF), evidence of robustness gains against white-box and hashing attacks, and analysis showing black-box attacks do not negate the benefits. This work suggests a practical pathway to integrate biologically inspired learning with standard BP pipelines to enhance reliability without sacrificing performance, with broad implications for robust deep learning systems.
Abstract
Backpropagation (BP) has long been the predominant method for training neural networks due to its effectiveness. However, numerous alternative approaches, broadly categorized under feedback alignment, have been proposed, many of which are motivated by the search for biologically plausible learning mechanisms. Despite their theoretical appeal, these methods have consistently underperformed compared to BP, leading to a decline in research interest. In this work, we revisit the role of such methods and explore how they can be integrated into standard neural network training pipelines. Specifically, we propose fine-tuning BP-pre-trained models using Sign-Symmetry learning rules and demonstrate that this approach not only maintains performance parity with BP but also enhances robustness. Through extensive experiments across multiple tasks and benchmarks, we establish the validity of our approach. Our findings introduce a novel perspective on neural network training and open new research directions for leveraging biologically inspired learning rules in deep learning.
