paper-with-me

Papers

Extracting the Brain-like Representation by an Improved Self-Organizing Map for Image Classification

2023-03-16 · Jiahong Zhang, Lihong Cao, Moning Zhang, Wenlong Fu

Backpropagation-based supervised learning has achieved great success in computer vision tasks. However, its biological plausibility is always controversial. Recently, the bio-inspired Hebbian learning rule (HLR) has received extensive attention. Self-Organizing Map (SOM) uses the competitive HLR to establish connections between neurons, obtaining visual features in an unsupervised way. Although the representation of SOM neurons shows some brain-like characteristics, it is still quite different from the neuron representation in the human visual cortex. This paper proposes an improved SOM with multi-winner, multi-code, and local receptive field, named mlSOM. We observe that the neuron representation of mlSOM is similar to the human visual cortex. Furthermore, mlSOM shows a sparse distributed representation of objects, which has also been found in the human inferior temporal area. In addition, experiments show that mlSOM achieves better classification accuracy than the original SOM and other state-of-the-art HLR-based methods. The code is accessible at https://github.com/JiaHongZ/mlSOM.

📄 PDF Abstract BibTeX arXiv:2303.09035

Code (1)

jiahongz/mlsom 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

SOM The Self-Organizing Map (SOM), commonly also known as Kohonen network (Kohonen 1982, Kohonen 2001) is a computational method for the visualization and analysis of…

Similar Papers 제목 키워드 기반

BHN: A Brain-like Heterogeneous Network

2020-05-26 · Tao Liu

The human brain works in an unsupervised way, and more than one brain region is essential for lighting up intelligence. Inspired by this, we propose a brain-like heterogeneous network (BHN), which can cooperatively learn…

Longitudinal Self-Supervised Learning

2020-06-12 · Qingyu Zhao, Zixuan Liu, Ehsan Adeli, Kilian M. Pohl

Machine learning analysis of longitudinal neuroimaging data is typically based on supervised learning, which requires a large number of ground-truth labels to be informative. As ground-truth labels are often missing or e…

DisentanglementRepresentation LearningSelf-Supervised Learning

Improved Decoding of Attentional Selection in Multi-Talker Environments with Self-Supervised Learned Speech Representation

2023-02-11 · Cong Han, Vishal Choudhari, Yinghao Aaron Li, Nima Mesgarani

Auditory attention decoding (AAD) is a technique used to identify and amplify the talker that a listener is focused on in a noisy environment. This is done by comparing the listener's brainwaves to a representation of al…

Training language models to summarize narratives improves brain alignment

2022-12-21 · Khai Loong Aw, Mariya Toneva

Building systems that achieve a deeper understanding of language is one of the central goals of natural language processing (NLP). Towards this goal, recent works have begun to train language models on narrative datasets…

Language ModelingLanguage ModellingOpen-Ended Question Answering

EEG-ConvTransformer for Single-Trial EEG based Visual Stimuli Classification

2021-07-08 · Subhranil Bagchi, Deepti R. Bathula

Different categories of visual stimuli activate different responses in the human brain. These signals can be captured with EEG for utilization in applications such as Brain-Computer Interface (BCI). However, accurate cla…

Brain Computer InterfaceClassificationDiversityEEG+1