paper-with-me

Papers

Biologically Plausible Training Mechanisms for Self-Supervised Learning in Deep Networks

2021-09-30 · Mufeng Tang, Yibo Yang, Yali Amit

We develop biologically plausible training mechanisms for self-supervised learning (SSL) in deep networks. Specifically, by biological plausible training we mean (i) All updates of weights are based on current activities of pre-synaptic units and current, or activity retrieved from short term memory of post synaptic units, including at the top-most error computing layer, (ii) Complex computations such as normalization, inner products and division are avoided (iii) Asymmetric connections between units, (iv) Most learning is carried out in an unsupervised manner. SSL with a contrastive loss satisfies the third condition as it does not require labelled data and it introduces robustness to observed perturbations of objects, which occur naturally as objects or observer move in 3d and with variable lighting over time. We propose a contrastive hinge based loss whose error involves simple local computations satisfying (ii), as opposed to the standard contrastive losses employed in the literature, which do not lend themselves easily to implementation in a network architecture due to complex computations involving ratios and inner products. Furthermore we show that learning can be performed with one of two more plausible alternatives to backpropagation that satisfy conditions (i) and (ii). The first is difference target propagation (DTP) and the second is layer-wise learning (LL), where each layer is directly connected to a layer computing the loss error. Both methods represent alternatives to the symmetric weight issue of backpropagation. By training convolutional neural networks (CNNs) with SSL and DTP, LL, we find that our proposed framework achieves comparable performance to standard BP learning downstream linear classifier evaluation of the learned embeddings.

📄 PDF Abstract BibTeX arXiv:2109.15089

Code (1)

c16mftang/biological-ssl 공식 구현 pytorch

Tasks

Biologically-plausible TrainingSelf-Supervised LearningTransfer Learning

Similar Papers 제목 키워드 기반

Unlocking the Potential of Similarity Matching: Scalability, Supervision and Pre-training

2023-08-02 · Yanis Bahroun, Shagesh Sridharan, Atithi Acharya, Dmitri B. Chklovskii 외

While effective, the backpropagation (BP) algorithm exhibits limitations in terms of biological plausibility, computational cost, and suitability for online learning. As a result, there has been a growing interest in dev…

Computational Efficiency

Meta-Representational Predictive Coding: Biomimetic Self-Supervised Learning

2025-03-22 · Alexander Ororbia, Karl Friston, Rajesh P. N. Rao

Self-supervised learning has become an increasingly important paradigm in the domain of machine intelligence. Furthermore, evidence for self-supervised adaptation, such as contrastive formulations, has emerged in recent …

FormSelf-Supervised Learning

Counter-Current Learning: A Biologically Plausible Dual Network Approach for Deep Learning

2024-09-30 · Chia-Hsiang Kao, Bharath Hariharan

Despite its widespread use in neural networks, error backpropagation has faced criticism for its lack of biological plausibility, suffering from issues such as the backward locking problem and the weight transport proble…

Representation Learning

A Study of Biologically Plausible Neural Network: The Role and Interactions of Brain-Inspired Mechanisms in Continual Learning

2023-04-13 · Fahad Sarfraz, Elahe Arani, Bahram Zonooz

Humans excel at continually acquiring, consolidating, and retaining information from an ever-changing environment, whereas artificial neural networks (ANNs) exhibit catastrophic forgetting. There are considerable differe…

Continual Learning

BioLeaF: A Bio-plausible Learning Framework for Training of Spiking Neural Networks

2021-11-14 · Yukun Yang, Peng Li

Our brain consists of biological neurons encoding information through accurate spike timing, yet both the architecture and learning rules of our brain remain largely unknown. Comparing to the recent development of backpr…