paper-with-me

홈 › Papers

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

2020-01-28 · Bonifaz Stuhr, Jürgen Brauer

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.

📄 PDF Abstract BibTeX arXiv:2001.10388

Code (1)

BonifazStuhr/CSNN 공식 구현 tf

Tasks

ClusteringRepresentation Learning

Similar Papers 제목 키워드 기반

Towards Unsupervised Representation Learning: Learning, Evaluating and Transferring Visual Representations

2023-11-30 · Bonifaz Stuhr

Unsupervised representation learning aims at finding methods that learn representations from data without annotation-based signals. Abstaining from annotations not only leads to economic benefits but may - and to some ex…

Domain AdaptationImage-to-Image TranslationLane DetectionLinear evaluation+2

Spiking Two-Stream Methods with Unsupervised STDP-based Learning for Action Recognition

2023-06-23 · Mireille El-Assal, Pierre Tirilly, Ioan Marius Bilasco

Video analysis is a computer vision task that is useful for many applications like surveillance, human-machine interaction, and autonomous vehicles. Deep Convolutional Neural Networks (CNNs) are currently the state-of-th…

Action ClassificationAction RecognitionAutonomous Vehicles

The Potential of Combined Learning Strategies to Enhance Energy Efficiency of Spiking Neuromorphic Systems

2024-08-13 · Ali Shiri Sichani, Sai Kankatala

Ensuring energy-efficient design in neuromorphic computing systems necessitates a tailored architecture combined with algorithmic approaches. This manuscript focuses on enhancing brain-inspired perceptual computing machi…

S3TC: Spiking Separated Spatial and Temporal Convolutions with Unsupervised STDP-based Learning for Action Recognition

2023-09-22 · Mireille El-Assal, Pierre Tirilly, Ioan Marius Bilasco

Video analysis is a major computer vision task that has received a lot of attention in recent years. The current state-of-the-art performance for video analysis is achieved with Deep Neural Networks (DNNs) that have high…

Action Recognition

Stacked unsupervised learning with a network architecture found by supervised meta-learning

2022-06-06 · Kyle Luther, H. Sebastian Seung

Stacked unsupervised learning (SUL) seems more biologically plausible than backpropagation, because learning is local to each layer. But SUL has fallen far short of backpropagation in practical applications, undermining …

ClusteringData AugmentationMeta-Learning