paper-with-me

Papers

How to Design Robust Algorithms using Noisy Comparison Oracle

2021-05-12 · Raghavendra Addanki, Sainyam Galhotra, Barna Saha

Metric based comparison operations such as finding maximum, nearest and farthest neighbor are fundamental to studying various clustering techniques such as $k$-center clustering and agglomerative hierarchical clustering. These techniques crucially rely on accurate estimation of pairwise distance between records. However, computing exact features of the records, and their pairwise distances is often challenging, and sometimes not possible. We circumvent this challenge by leveraging weak supervision in the form of a comparison oracle that compares the relative distance between the queried points such as `Is point u closer to v or w closer to x?'. However, it is possible that some queries are easier to answer than others using a comparison oracle. We capture this by introducing two different noise models called adversarial and probabilistic noise. In this paper, we study various problems that include finding maximum, nearest/farthest neighbor search under these noise models. Building upon the techniques we develop for these comparison operations, we give robust algorithms for k-center clustering and agglomerative hierarchical clustering. We prove that our algorithms achieve good approximation guarantees with a high probability and analyze their query complexity. We evaluate the effectiveness and efficiency of our techniques empirically on various real-world datasets.

📄 PDF Abstract BibTeX arXiv:2105.05782

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Comparison Based Learning from Weak Oracles

2018-02-20 · Ehsan Kazemi, Lin Chen, Sanjoy Dasgupta, Amin Karbasi

There is increasing interest in learning algorithms that involve interaction between human and machine. Comparison-based queries are among the most natural ways to get feedback from humans. A challenge in designing compa…

Metric $k$-clustering using only Weak Comparison Oracles

2026-01-27 · Rahul Raychaudhury, Aryan Esmailpour, Sainyam Galhotra, Stavros Sintos arxiv

Clustering is a fundamental primitive in unsupervised learning. However, classical algorithms for $k$-clustering (such as $k$-median and $k$-means) assume access to exact pairwise distances -- an unrealistic requirement …

Noise-Tolerant Interactive Learning from Pairwise Comparisons

2017-04-19 · Yichong Xu, Hongyang Zhang, Aarti Singh, Kyle Miller 외

We study the problem of interactively learning a binary classifier using noisy labeling and pairwise comparison oracles, where the comparison oracle answers which one in the given two instances is more likely to be posit…

Noise-Tolerant Interactive Learning Using Pairwise Comparisons

2017-12-01 · NeurIPS 2017 12 · Yichong Xu, Hongyang Zhang, Kyle Miller, Aarti Singh 외

We study the problem of interactively learning a binary classifier using noisy labeling and pairwise comparison oracles, where the comparison oracle answers which one in the given two instances is more likely to be posit…

Active Classification with Uncertainty Comparison Queries

2020-08-03 · Zhenghang Cui, Issei Sato

Noisy pairwise comparison feedback has been incorporated to improve the overall query complexity of interactively learning binary classifiers. The \textit{positivity comparison oracle} is used to provide feedback on whic…

Active LearningClassificationGeneral Classification