TL;DR
This paper integrates Radial Basis Function networks with CNNs to learn similarity metrics and enhance interpretability in image classification tasks, adapting RBFs for modern deep learning architectures.
Contribution
It introduces a novel method to incorporate RBF networks into CNNs, enabling end-to-end training and interpretability in deep vision models.
Findings
RBF classifiers improve interpretability of CNN decisions
The approach achieves competitive accuracy on benchmark datasets
RBFs effectively learn similarity metrics for image comparison
Abstract
Radial basis function neural networks (RBFs) are prime candidates for pattern classification and regression and have been used extensively in classical machine learning applications. However, RBFs have not been integrated into contemporary deep learning research and computer vision using conventional convolutional neural networks (CNNs) due to their lack of adaptability with modern architectures. In this paper, we adapt RBF networks as a classifier on top of CNNs by modifying the training process and introducing a new activation function to train modern vision architectures end-to-end for image classification. The specific architecture of RBFs enables the learning of a similarity distance metric to compare and find similar and dissimilar images. Furthermore, we demonstrate that using an RBF classifier on top of any CNN architecture provides new human-interpretable insights about the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRadial Basis Function
