HITSnDIFFS: A fast algorithm for consecutive ones with applications in item labeling - Robotics Institute Carnegie Mellon University

HITSnDIFFS: A fast algorithm for consecutive ones with applications in item labeling

Master's Thesis, Tech. Report, CMU-RI-TR-19-30, Robotics Institute, Carnegie Mellon University, July, 2019

Abstract

We analyze a general problem in a crowd-sourced setting: users pick a label from a set of candidates for a set of items; the problem is to determine the most likely label for each item, as well as a ranking of the users based on their ability to pick correct labels for the items.
We start by defining an idealized setting for this problem where the relative performance of users is consistent across items, and observe that the response matrices in this ideal case obey the Consecutive Ones Property (C1P). While the consecutive ones problem is well understood algorithmically with various discrete algorithms, we devise a simple variant of the HITS algorithm called “HITSnDIFFS” and prove that it can recover the ideal C1P-permutation in case it exists.

Unlike fast combinatorial algorithms for finding the consecutive ones permutation (if it exists), HITSnDIFFS also returns an ordering when such a permutation does not exist, thus providing a principled heuristic for the problem that returns the correct answer in the ideal case.
We compare HITSnDIFFS’s performance with previously proposed iterative and spectral algorithms to solve similar real-world problems. Our experiments on both real and simulated datasets show that HITSnDIFFS produces user rankings and item labelings with superior accuracy compared to the various scalable methods, and is competitive with other slower state-of-the-art methods while providing an asymptotic improvement in running time.

BibTeX

@mastersthesis{Mitra-2019-116308,
author = {Subhodeep Mitra},
title = {HITSnDIFFS: A fast algorithm for consecutive ones with applications in item labeling},
year = {2019},
month = {July},
school = {Carnegie Mellon University},
address = {Pittsburgh, PA},
number = {CMU-RI-TR-19-30},
keywords = {HITS, link analysis, spectral algorithm, consecutive ones property, crowdsourcing, item labeling},
}