Very Simple Classifier: a Concept Binary Classifier toInvestigate Features Based on Subsampling and Localility
Luca Masera, Enrico Blanzieri

TL;DR
The paper introduces Very Simple Classifier (VSC), a novel binary classification method leveraging subsampling and locality to improve generalization, showing competitive performance against established models on benchmark datasets.
Contribution
VSC is a new classifier that incorporates subsampling and locality concepts, using max-margin features and confidence measures to enhance binary classification.
Findings
VSC is competitive with Multi Layer Perceptron (MLP).
VSC outperforms other competitors on benchmark datasets.
VSC can outperform MLP with parameter tuning.
Abstract
We propose Very Simple Classifier (VSC) a novel method designed to incorporate the concepts of subsampling and locality in the definition of features to be used as the input of a perceptron. The rationale is that locality theoretically guarantees a bound on the generalization error. Each feature in VSC is a max-margin classifier built on randomly-selected pairs of samples. The locality in VSC is achieved by multiplying the value of the feature by a confidence measure that can be characterized in terms of the Chebichev inequality. The output of the layer is then fed in a output layer of neurons. The weights of the output layer are then determined by a regularized pseudoinverse. Extensive comparison of VSC against 9 competitors in the task of binary classification is carried out. Results on 22 benchmark datasets with fixed parameters show that VSC is competitive with the Multi Layer…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Face and Expression Recognition · Blind Source Separation Techniques
