TL;DR
This paper introduces biologically plausible training methods for self-supervised learning in deep networks, avoiding complex computations and symmetric connections, and demonstrates their effectiveness with CNNs.
Contribution
It proposes a simple, local, contrastive hinge loss and two alternative learning algorithms, DTP and LL, that align with biological plausibility and match standard backpropagation performance.
Findings
Proposed methods achieve comparable accuracy to backpropagation on CNNs.
Contrastive hinge loss simplifies local computations for SSL.
Biologically plausible algorithms enable effective deep network training.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
