paper-with-me

홈 › Papers

Synthetic Reduced Nearest Neighbor Model for Regression

2021-09-29 · Pooya Tavallali, Vahid Behzadan, Mukesh Singhal

Nearest neighbor models are among the most established and accurate approaches to machine learning. In this paper, we investigate Synthetic Reduced Nearest Neighbor (SRNN) as a novel approach to regression tasks. Existing prototype nearest neighbor models are initialized by training a k-means model over each class. However, such initialization is only applicable to classification tasks. In this work, we propose a novel initialization and expectation maximization approach for enabling the application of SRNN to regression. The proposed initialization approach is based on applying the k-means algorithm on the target responses of samples to create various clusters of targets. This is proceeded by learning several centroids in the input space for each cluster found over the targets. Essentially, the initialization consists of finding target clusters and running k-means in the space of feature vectors for the corresponding target cluster. The optimization procedure consists of applying an expectation maximization approach similar to the k-means algorithm that optimizes the centroids in the input space. This algorithm is comprised of two steps: (1) The assignment step, where assignments of the samples to each centroid is found and the target response (i.e., prediction) of each centroid is determined; and (2) the update/centroid step, where each centroid is updated such that the loss function of the entire model is minimized. We will show that the centroid step operates over all samples via solving a weighted binary classification. However, the centroid step is NP-hard and no surrogate objective function exists for solving this problem. Therefore, a new surrogate is proposed to approximate the solution for the centroid step. Furthermore, we consider the consistency of the model, and show that the model is consistent under mild assumptions. The bias-variance relationship in this model is also discussed. We report the empirical evaluation of the proposed SRNN regression model in comparison to several state-of-the-art techniques.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classificationmodelregression

Similar Papers 제목 키워드 기반

Twin Neural Network Improved k-Nearest Neighbor Regression

2023-10-01 · Sebastian J. Wetzel

Twin neural network regression is trained to predict differences between regression targets rather than the targets themselves. A solution to the original regression problem can be obtained by ensembling predicted differ…

regression

Adaptively-weighted Nearest Neighbors for Matrix Completion

2025-05-14 · Tathagata Sadhukhan, Manit Paul, Raaz Dwivedi

In this technical note, we introduce and analyze AWNN: an adaptively weighted nearest neighbor method for performing matrix completion. Nearest neighbor (NN) methods are widely used in missing data problems across multip…

counterfactualCounterfactual InferenceMatrix CompletionRecommendation Systems

Synthetic sampling from small datasets: A modified mega-trend diffusion approach using k-nearest neighbors

2021-11-14 · Knowledge-Based Systems 2021 11 · Jayanth Sivakumar, Karthik Ramamurthy, Menaka Radhakrishnan, Daehan Won

Data generation techniques are one of the emerging trends in machine learning in the last decade. Despite huge data availability, small datasets are still an issue to tackle for decision-making purposes. Synthetic data g…

Decision MakingregressionSynthetic Data Generation

LoRANN: Low-Rank Matrix Factorization for Approximate Nearest Neighbor Search

2024-10-24 · Elias Jääsaari, Ville Hyvönen, Teemu Roos

Approximate nearest neighbor (ANN) search is a key component in many modern machine learning pipelines; recent use cases include retrieval-augmented generation (RAG) and vector databases. Clustering-based ANN algorithms,…

ClusteringGPUQuantizationRAG+2

Bayesian Kernel and Mutual $k$-Nearest Neighbor Regression

2016-08-04 · Hyun-Chul Kim

We propose Bayesian extensions of two nonparametric regression methods which are kernel and mutual $k$-nearest neighbor regression methods. Derived based on Gaussian process models for regression, the extensions provide …

regression