Department of Computer Science and Engineering, INESC-ID and Instituto Superior Técnico - University of Lisbon, Av. Prof. Dr. Aníbal Cavaco Silva, Porto Salvo, 2744-016, Lisbon, Portugal.
Biol Cybern. 2023 Jun;117(3):211-220. doi: 10.1007/s00422-023-00963-y. Epub 2023 May 15.
Interest in unsupervised learning architectures has been rising. Besides being biologically unnatural, it is costly to depend on large labeled data sets to get a well-performing classification system. Therefore, both the deep learning community and the more biologically-inspired models community have focused on proposing unsupervised techniques that can produce adequate hidden representations which can then be fed to a simpler supervised classifier. Despite great success with this approach, an ultimate dependence on a supervised model remains, which forces the number of classes to be known beforehand, and makes the system depend on labels to extract concepts. To overcome this limitation, recent work has been proposed that shows how a self-organizing map (SOM) can be used as a completely unsupervised classifier. However, to achieve success it required deep learning techniques to generate high quality embeddings. The purpose of this work is to show that we can use our previously proposed What-Where encoder in tandem with the SOM to get an end-to-end unsupervised system that is Hebbian. Such system, requires no labels to train nor does it require knowledge of which classes exist beforehand. It can be trained online and adapt to new classes that may emerge. As in the original work, we use the MNIST data set to run an experimental analysis and verify that the system achieves similar accuracies to the best ones reported thus far. Furthermore, we extend the analysis to the more difficult Fashion-MNIST problem and conclude that the system still performs.
人们对无监督学习架构的兴趣日益浓厚。无监督学习不仅在生物学上不自然,而且依赖大量标记数据集来获得性能良好的分类系统代价也很高。因此,深度学习社区和更具生物学启发的模型社区都专注于提出无监督技术,这些技术可以生成足够的隐藏表示,然后可以将其提供给更简单的监督分类器。尽管这种方法取得了巨大的成功,但仍然最终依赖于监督模型,这迫使事先知道类别的数量,并使系统依赖标签来提取概念。为了克服这一限制,最近提出了一些工作,展示了自组织映射 (SOM) 如何可以用作完全无监督的分类器。然而,要取得成功,它需要深度学习技术来生成高质量的嵌入。这项工作的目的是表明我们可以使用之前提出的 What-Where 编码器与 SOM 结合使用,构建一个端到端的、基于赫布学习的无监督系统。该系统无需进行训练,也无需事先了解存在哪些类别。它可以在线训练,并适应可能出现的新类别。与原始工作一样,我们使用 MNIST 数据集进行实验分析,并验证该系统达到了迄今为止报告的最佳准确率。此外,我们将分析扩展到更困难的 Fashion-MNIST 问题,并得出结论,该系统仍然有效。