paper-with-me

Papers

Hebbian Semi-Supervised Learning in a Sample Efficiency Setting

2021-03-16 · Gabriele Lagani, Fabrizio Falchi, Claudio Gennaro, Giuseppe Amato

We propose to address the issue of sample efficiency, in Deep Convolutional Neural Networks (DCNN), with a semi-supervised training strategy that combines Hebbian learning with gradient descent: all internal layers (both convolutional and fully connected) are pre-trained using an unsupervised approach based on Hebbian learning, and the last fully connected layer (the classification layer) is trained using Stochastic Gradient Descent (SGD). In fact, as Hebbian learning is an unsupervised learning method, its potential lies in the possibility of training the internal layers of a DCNN without labels. Only the final fully connected layer has to be trained with labeled examples. We performed experiments on various object recognition datasets, in different regimes of sample efficiency, comparing our semi-supervised (Hebbian for internal layers + SGD for the final fully connected layer) approach with end-to-end supervised backprop training, and with semi-supervised learning based on Variational Auto-Encoder (VAE). The results show that, in regimes where the number of available labeled samples is low, our semi-supervised approach outperforms the other approaches in almost all the cases.

📄 PDF Abstract BibTeX arXiv:2103.09002

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognition

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

FastHebb: Scaling Hebbian Training of Deep Neural Networks to ImageNet Level

2022-07-07 · Gabriele Lagani, Claudio Gennaro, Hannes Fassold, Giuseppe Amato

Learning algorithms for Deep Neural Networks are typically based on supervised end-to-end Stochastic Gradient Descent (SGD) training with error backpropagation (backprop). Backprop algorithms require a large number of la…

GPU

Deep Features for CBIR with Scarce Data using Hebbian Learning

2022-05-18 · Gabriele Lagani, Davide Bacciu, Claudio Gallicchio, Fabrizio Falchi 외

Features extracted from Deep Neural Networks (DNNs) have proven to be very effective in the context of Content Based Image Retrieval (CBIR). In recent work, biologically inspired \textit{Hebbian} learning algorithms have…

Content-Based Image RetrievalImage RetrievalRetrievalUnsupervised Pre-training

Semi-supervised learning with Bayesian Confidence Propagation Neural Network

2021-06-29 · Naresh Balaji Ravichandran, Anders Lansner, Pawel Herman

Learning internal representations from data using no or few labels is useful for machine learning research, as it allows using massive amounts of unlabeled data. In this work, we use the Bayesian Confidence Propagation N…

A Neural Network for Semi-Supervised Learning on Manifolds

2019-08-21 · Alexander Genkin, Anirvan M. Sengupta, Dmitri Chklovskii

Semi-supervised learning algorithms typically construct a weighted graph of data points to represent a manifold. However, an explicit graph representation is problematic for neural networks operating in the online settin…

Semi-Supervised Treatment Effect Estimation with Unlabeled Covariates for Prediction-Powered Causal Inference

2025-11-11 · Masahiro Kato arxiv

This study investigates treatment effect estimation in the semi-supervised setting, also can be interpreted as prediction-powered inference. In our setting, we can use not only the standard triple of covariates, treatmen…

Causal Inference