paper-with-me

Papers

Beyond Pairwise: Provably Fast Algorithms for Approximate k-Way Similarity Search

2013-12-01 · NeurIPS 2013 12 · Anshumali Shrivastava, Ping Li

We go beyond the notion of pairwise similarity and look into search problems with $k$-way similarity functions. In this paper, we focus on problems related to \emph{3-way Jaccard} similarity: $\mathcal{R}^{3way}= \frac{|S_1 \cap S_2 \cap S_3|}{|S_1 \cup S_2 \cup S_3|}$, $S_1, S_2, S_3 \in \mathcal{C}$, where $\mathcal{C}$ is a size $n$ collection of sets (or binary vectors). We show that approximate $\mathcal{R}^{3way}$ similarity search problems admit fast algorithms with provable guarantees, analogous to the pairwise case. Our analysis and speedup guarantees naturally extend to $k$-way resemblance. In the process, we extend traditional framework of \emph{locality sensitive hashing (LSH)} to handle higher order similarities, which could be of independent theoretical interest. The applicability of $\mathcal{R}^{3way}$ search is shown on the Google sets" application. In addition, we demonstrate the advantage of $\mathcal{R}^{3way}$ resemblance over the pairwise case in improving retrieval quality."

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Inner Product Aware Quantization: Provably Fast, Accurate, and Adaptive Algorithms

2026-05-29 · Nathan White, Krish Singal arxiv

Quantization is a fundamental tool used to compress datasets, neural network weights, and memory usage in a range of computational tasks. Many downstream applications of vector quantization perform inner products with ar…

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

Making Pairwise Binary Graphical Models Attractive

2014-12-01 · NeurIPS 2014 12 · Nicholas Ruozzi, Tony Jebara

Computing the partition function (i.e., the normalizing constant) of a given pairwise binary graphical model is NP-hard in general. As a result, the partition function is typically estimated by approximate inference algo…

Fast Energy Minimization Using Learned State Filters

2013-06-01 · CVPR 2013 6 · Matthieu Guillaumin, Luc van Gool, Vittorio Ferrari

Pairwise discrete energies defined over graphs are ubiquitous in computer vision. Many algorithms have been proposed to minimize such energies, often concentrating on sparse graph topologies or specialized classes of pai…

Efficient computation of rankings from pairwise comparisons

2022-06-30 · M. E. J. Newman

We study the ranking of individuals, teams, or objects, based on pairwise comparisons between them, using the Bradley-Terry model. Estimates of rankings within this model are commonly made using a simple iterative algori…