paper-with-me

홈 › Papers

Accelerated Experimental Design for Pairwise Comparisons

2019-01-18 · Yuan Guo, Jennifer Dy, Deniz Erdogmus, Jayashree Kalpathy-Cramer, Susan Ostmo, J. Peter Campbell, Michael F. Chiang, Stratis Ioannidis

Pairwise comparison labels are more informative and less variable than class labels, but generating them poses a challenge: their number grows quadratically in the dataset size. We study a natural experimental design objective, namely, D-optimality, that can be used to identify which $K$ pairwise comparisons to generate. This objective is known to perform well in practice, and is submodular, making the selection approximable via the greedy algorithm. A na\"ive greedy implementation has $O(N^2d^2K)$ complexity, where $N$ is the dataset size, $d$ is the feature space dimension, and $K$ is the number of generated comparisons. We show that, by exploiting the inherent geometry of the dataset--namely, that it consists of pairwise comparisons--the greedy algorithm's complexity can be reduced to $O(N^2(K+d)+N(dK+d^2) +d^2K).$ We apply the same acceleration also to the so-called lazy greedy algorithm. When combined, the above improvements lead to an execution time of less than 1 hour for a dataset with $10^8$ comparisons; the na\"ive greedy algorithm on the same dataset would require more than 10 days to terminate.

📄 PDF Abstract BibTeX arXiv:1901.06080

Code (1)

neu-spiral/AcceleratedExperimentalDesign 공식 구현

Tasks

2kExperimental Design

Similar Papers 제목 키워드 기반

Accelerated Spectral Ranking

2018-07-01 · ICML 2018 7 · Arpit Agarwal, Prathamesh Patil, Shivani Agarwal

The problem of rank aggregation from pairwise and multiway comparisons has a wide range of implications, ranging from recommendation systems to sports rankings to social choice. Some of the most popular algorithms f…

Recommendation Systems

Active Ranking using Pairwise Comparisons

2011-09-16 · NeurIPS 2011 12 · Kevin G. Jamieson, Robert D. Nowak

This paper examines the problem of ranking a collection of objects using pairwise comparisons (rankings of two objects). In general, the ranking of $n$ objects can be identified by standard sorting methods using $n log_2…

Robust Ordinal VAE: Employing Noisy Pairwise Comparisons for Disentanglement

2019-10-14 · Junxiang Chen, Kayhan Batmanghelich

Recent work by Locatello et al. (2018) has shown that an inductive bias is required to disentangle factors of interest in Variational Autoencoder (VAE). Motivated by a real-world problem, we propose a setting where such …

DisentanglementInductive Bias

Efficient Elicitation of Collective Disagreements

2026-05-19 · Mohamed Ouaguenouni, Felipe Garrido-Lucero, Umberto Grandi, César Hidalgo 외 arxiv

We analyze the structure of the disagreement among a population of voters over a set of alternatives. Surveys typically ask either for pairwise comparisons, simple and intuitive for participants, or full rankings over al…

RoLNiP: Robust Learning Using Noisy Pairwise Comparisons

2023-03-04 · Samartha S Maheshwara, Naresh Manwani

This paper presents a robust approach for learning from noisy pairwise comparisons. We propose sufficient conditions on the loss function under which the risk minimization framework becomes robust to noise in the pairwis…