CVLGJan 28, 2020

CSNNs: Unsupervised, Backpropagation-free Convolutional Neural Networks for Representation Learning

arXiv:2001.10388v210 citations
AI Analysis

This work addresses the need for unsupervised and backpropagation-free learning methods in machine learning, offering a novel approach but with incremental improvements over existing techniques.

The paper tackles the problem of unsupervised representation learning by proposing Convolutional Self-Organizing Neural Networks (CSNNs), which combine CNNs, Self-Organizing Maps, and Hebbian Learning to achieve comparable performance to backpropagation-based methods on datasets like Cifar10, Cifar100, Tiny ImageNet, and a subset of ImageNet.

This work combines Convolutional Neural Networks (CNNs), clustering via Self-Organizing Maps (SOMs) and Hebbian Learning to propose the building blocks of Convolutional Self-Organizing Neural Networks (CSNNs), which learn representations in an unsupervised and Backpropagation-free manner. Our approach replaces the learning of traditional convolutional layers from CNNs with the competitive learning procedure of SOMs and simultaneously learns local masks between those layers with separate Hebbian-like learning rules to overcome the problem of disentangling factors of variation when filters are learned through clustering. We investigate the learned representation by designing two simple models with our building blocks, achieving comparable performance to many methods which use Backpropagation, while we reach comparable performance on Cifar10 and give baseline performances on Cifar100, Tiny ImageNet and a small subset of ImageNet for Backpropagation-free methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes