paper-with-me

홈 › Papers

Cellular Learning: Scattered Data Regression in High Dimensions via Voronoi Cells

2025-10-04 · Shankar Prasad Sastry arxiv

I present a regression algorithm that provides a continuous, piecewise-smooth function approximating scattered data. It is based on composing and blending linear functions over Voronoi cells, and it scales to high dimensions. The algorithm infers Voronoi cells from seed vertices and constructs a linear function for the input data in and around each cell. As the algorithm does not explicitly compute the Voronoi diagram, it avoids the curse of dimensionality. An accuracy of around 98.2% on the MNIST dataset with 722,200 degrees of freedom (without data augmentation, convolution, or other geometric operators) demonstrates the applicability and scalability of the algorithm.

📄 PDF Abstract BibTeX arXiv:2510.03810

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

A parsimonious, computationally efficient machine learning method for spatial regression

2023-09-28 · Milan Žukovič, Dionissios T. Hristopulos

We introduce the modified planar rotator method (MPRS), a physically inspired machine learning method for spatial/temporal regression. MPRS is a non-parametric model which incorporates spatial or temporal correlations vi…

Computational EfficiencyregressionTime Series

Gaussian Process Regression constrained by Boundary Value Problems

2020-12-22 · Mamikon Gulian, Ari Frankel, Laura Swiler

We develop a framework for Gaussian processes regression constrained by boundary value problems. The framework may be applied to infer the solution of a well-posed boundary value problem with a known second-order differe…

Gaussian Processesregression

A Two-Stage Radar Sensing Approach based on MIMO-OFDM Technology

2020-11-12 · Liang Liu, Shuowen Zhang

Recently, integrating the communication and sensing functions into a common network has attracted a great amount of attention. This paper considers the advanced signal processing techniques for enabling the radar to sens…

compressed sensingVocal Bursts Valence Prediction

CAX: Cellular Automata Accelerated in JAX

2024-10-03 · Maxence Faldor, Antoine Cully

Cellular automata have become a cornerstone for investigating emergence and self-organization across diverse scientific disciplines, spanning neuroscience, artificial life, and theoretical physics. However, the absence o…

ARCArtificial Life

Fast and interpretable Support Vector Classification based on the truncated ANOVA decomposition

2024-02-04 · Kseniya Akhalaya, Franziska Nestler, Daniel Potts

Support Vector Machines (SVMs) are an important tool for performing classification on scattered data, where one usually has to deal with many data points in high-dimensional spaces. We propose solving SVMs in primal form…