paper-with-me

홈 › Papers

Pigeonring: A Principle for Faster Thresholded Similarity Search

2018-04-04 · Jianbin Qin, Chuan Xiao

The pigeonhole principle states that if $n$ items are contained in $m$ boxes, then at least one box has no more than $n / m$ items. It is utilized to solve many data management problems, especially for thresholded similarity searches. Despite many pigeonhole principle-based solutions proposed in the last few decades, the condition stated by the principle is weak. It only constrains the number of items in a single box. By organizing the boxes in a ring, we propose a new principle, called the pigeonring principle, which constrains the number of items in multiple boxes and yields stronger conditions. To utilize the new principle, we focus on problems defined in the form of identifying data objects whose similarities or distances to the query is constrained by a threshold. Many solutions to these problems utilize the pigeonhole principle to find candidates that satisfy a filtering condition. By the new principle, stronger filtering conditions can be established. We show that the pigeonhole principle is a special case of the new principle. This suggests that all the pigeonhole principle-based solutions are possible to be accelerated by the new principle. A universal filtering framework is introduced to encompass the solutions to these problems based on the new principle. Besides, we discuss how to quickly find candidates specified by the new principle. The implementation requires only minor modifications on top of existing pigeonhole principle-based algorithms. Experimental results on real datasets demonstrate the applicability of the new principle as well as the superior performance of the algorithms based on the new principle.

📄 PDF Abstract BibTeX arXiv:1804.01614

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Similar Papers 제목 키워드 기반

Improving performance in multi-objective decision-making in Bottles environments with soft maximin approaches

2022-08-08 · Benjamin J Smith, Robert Klassert, Roland Pihlakas

Balancing multiple competing and conflicting objectives is an essential task for any artificial intelligence tasked with satisfying human values or preferences. Conflict arises both from misalignment between individuals …

Decision Making

Application of Ideal Observer for Thresholded Data in Search Task

2026-01-12 · Hongwei Lin, Howard C. Gifford arxiv

This study advances task-based image quality assessment by developing an anthropomorphic thresholded visual-search model observer. The model is an ideal observer for thresholded data inspired by the human visual system, …

Image Quality AssessmentComputational Efficiency

Learning Simple Thresholded Features with Sparse Support Recovery

2018-04-16 · Hongyu Xu, Zhangyang Wang, Haichuan Yang, Ding Liu 외

The thresholded feature has recently emerged as an extremely efficient, yet rough empirical approximation, of the time-consuming sparse coding inference process. Such an approximation has not yet been rigorously examined…

Dictionary Learning

A Normative Theory of Adaptive Dimensionality Reduction in Neural Networks

2015-11-30 · NeurIPS 2015 12 · Cengiz Pehlevan, Dmitri B. Chklovskii

To make sense of the world our brains must analyze high-dimensional datasets streamed by our sensory organs. Because such analysis begins with dimensionality reduction, modelling early sensory processing requires biologi…

Dimensionality Reduction

Mitigating LLM Hallucinations via Conformal Abstention

2024-04-04 · Yasin Abbasi Yadkori, Ilja Kuzborskij, David Stutz, András György 외

We develop a principled procedure for determining when a large language model (LLM) should abstain from responding (e.g., by saying "I don't know") in a general domain, instead of resorting to possibly "hallucinating" a …

Conformal PredictionGenerative Question AnsweringHallucinationLanguage Modelling+4