Super-k: A Piecewise Linear Classifier Based on Voronoi Tessellations
Rahman Salim Zengin (1), Volkan Sezer (1) ((1) Istanbul Technical, University)

TL;DR
Super-k is a novel Voronoi-based classifier that partitions data into labeled polyhedral regions, offering a potentially simpler yet effective alternative to SVMs for classification tasks.
Contribution
The paper introduces Super-k, a new Voronoi tessellation-based algorithm for classification that automatically generates labeled regions and approximates SVM performance with less complexity.
Findings
Super-k achieves comparable accuracy to SVMs on certain datasets.
Super-k simplifies the classification process by directly partitioning data into labeled Voronoi cells.
The algorithm opens new avenues for Voronoi-based classification methods.
Abstract
Voronoi tessellations are used to partition the Euclidean space into polyhedral regions, which are called Voronoi cells. Labeling the Voronoi cells with the class information, we can map any classification problem into a Voronoi tessellation. In this way, the classification problem changes into a query of just finding the enclosing Voronoi cell. In order to accomplish this task, we have developed a new algorithm which generates a labeled Voronoi tessellation that partitions the training data into polyhedral regions and obtains interclass boundaries as an indirect result. It is called Supervised k-Voxels or in short Super-k. We are introducing Super-k as a foundational new algorithm and opening the possibility of a new family of algorithms. In this paper, it is shown via comparisons on certain datasets that the Super-k algorithm has the potential of providing comparable performance of…
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
TopicsAdvanced Statistical Methods and Models · Automated Road and Building Extraction · Image and Object Detection Techniques
MethodsSupport Vector Machine
