LGAGMar 3, 2025

On the Development of Binary Classification Algorithm Based on Principles of Geometry and Statistical Inference

arXiv:2503.01703v11 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This is an incremental approach for machine learning practitioners, as it introduces a new geometric method for binary classification but builds on existing concepts like SVMs.

The paper tackles binary classification by developing a moving points algorithm based on geometric principles like hyperplanes, and it tests this against support vector machines on standard datasets, though no specific performance numbers are provided.

The aim of this paper is to investigate an attempt to build a binary classification algorithm using principles of geometry such as vectors, planes, and vector algebra. The basic idea behind the proposed algorithm is that a hyperplane can be used to completely separate a given set of data points mapped to n dimensional space, if the given data points are linearly separable in the n dimensions. Since points are the foundational elements of any geometrical construct, by manipulating the position of points used for the construction of a given hyperplane, the position of the hyperplane itself can be manipulated. The paper includes testing data against other classifiers on a variety of standard machine learning datasets. With a focus on support vector machines, since they and our proposed classifier use the same geometrical construct of hyperplane, and the versatility of SVMs make them a good bench mark for comparison. Since the algorithm focuses on moving the points through the hyperspace to which the dataset has been mapped, it has been dubbed as moving points algorithm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes