paper-with-me

홈 › Papers

Nearest Neighbor Classifiers over Incomplete Information: From Certain Answers to Certain Predictions

2020-05-11 · Bojan Karlaš, Peng Li, Renzhi Wu, Nezihe Merve Gürel, Xu Chu, Wentao Wu, Ce Zhang

Machine learning (ML) applications have been thriving recently, largely attributed to the increasing availability of data. However, inconsistency and incomplete information are ubiquitous in real-world datasets, and their impact on ML applications remains elusive. In this paper, we present a formal study of this impact by extending the notion of Certain Answers for Codd tables, which has been explored by the database research community for decades, into the field of machine learning. Specifically, we focus on classification problems and propose the notion of "Certain Predictions" (CP) -- a test data example can be certainly predicted (CP'ed) if all possible classifiers trained on top of all possible worlds induced by the incompleteness of data would yield the same prediction. We study two fundamental CP queries: (Q1) checking query that determines whether a data example can be CP'ed; and (Q2) counting query that computes the number of classifiers that support a particular prediction (i.e., label). Given that general solutions to CP queries are, not surprisingly, hard without assumption over the type of classifier, we further present a case study in the context of nearest neighbor (NN) classifiers, where efficient solutions to CP queries can be developed -- we show that it is possible to answer both queries in linear or polynomial time over exponentially many possible worlds. We demonstrate one example use case of CP in the important application of "data cleaning for machine learning (DC for ML)." We show that our proposed CPClean approach built based on CP can often significantly outperform existing techniques in terms of classification accuracy with mild manual cleaning effort.

📄 PDF Abstract BibTeX arXiv:2005.05117

Code (1)

DS3Lab/certain-prediction-framework

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

A Two-Stage Active Learning Algorithm for $k$-Nearest Neighbors

2022-11-19 · Nick Rittler, Kamalika Chaudhuri

$k$-nearest neighbor classification is a popular non-parametric method because of desirable properties like automatic adaption to distributional scale changes. Unfortunately, it has thus far proved difficult to design ac…

Active LearningVocal Bursts Valence Prediction

Speculate-Correct Error Bounds for k-Nearest Neighbor Classifiers

2014-10-09 · Eric Bax, Lingjie Weng, Xu Tian

We introduce the speculate-correct method to derive error bounds for local classifiers. Using it, we show that k nearest neighbor classifiers, in spite of their famously fractured decision boundaries, have exponential er…

Stabilized Nearest Neighbor Classifier and Its Statistical Properties

2014-05-26 · Wei Sun, Xingye Qiao, Guang Cheng

The stability of statistical analysis is an important indicator for reproducibility, which is one main principle of scientific method. It entails that similar statistical conclusions can be reached based on independent s…

ClassificationGeneral Classification

Neighbor group structure preserving based consensus graph learning for incomplete multi-view clustering

2023-07-11 · journal 2023 7 · Wai Keung Wong, Chengliang Liu, Shijie Deng, Lunke Fei 외

n the area of clustering, multi-view clustering has drawn a lot of research attention by making full use of information from different views. In many practical applications, collecting complete multi-view data without mi…

ClusteringGraph LearningIncomplete multi-view clustering

Local Distribution in Neighborhood for Classification

2018-12-07 · Chengsheng Mao, Bin Hu, Lei Chen, Philip Moore 외

The k-nearest-neighbor method performs classification tasks for a query sample based on the information contained in its neighborhood. Previous studies into the k-nearest-neighbor algorithm usually achieved the decision …

ClassificationGeneral Classification