Linear centralization classifier
Mohammad Reza Bonyadi, Viktor Vegh, David C. Reutens

TL;DR
The paper introduces the Linear Centralization Classifier (LCC), a novel classification method that transforms data to improve class separation and accuracy, with extensions for non-linear classification using kernels.
Contribution
The paper presents a new classifier formulated as a linear program that maximizes class centralization and separation, including kernel extension for non-linear problems.
Findings
LCC outperforms SVM and LDA on standard datasets.
LCC achieves higher AUC scores in experiments.
Kernel extension enables non-linear classification.
Abstract
A classification algorithm, called the Linear Centralization Classifier (LCC), is introduced. The algorithm seeks to find a transformation that best maps instances from the feature space to a space where they concentrate towards the center of their own classes, while maximimizing the distance between class centers. We formulate the classifier as a quadratic program with quadratic constraints. We then simplify this formulation to a linear program that can be solved effectively using a linear programming solver (e.g., simplex-dual). We extend the formulation for LCC to enable the use of kernel functions for non-linear classification applications. We compare our method with two standard classification methods (support vector machine and linear discriminant analysis) and four state-of-the-art classification methods when they are applied to eight standard classification datasets. Our…
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
TopicsEvolutionary Algorithms and Applications · Face and Expression Recognition · Neural Networks and Applications
