paper-with-me

홈 › Papers

LSQ++: Lower running time and higher recall in multi-codebook quantization

2018-09-01 · ECCV 2018 9 · Julieta Martinez, Shobhit Zakhmi, Holger H. Hoos, James J. Little

Multi-codebook quantization (MCQ) is the task of expressing a set of vectors as accurately as possible in terms of discrete entries in multiple bases. Work in MCQ is heavily focused on lowering quantization error, thereby improving distance estimation and recall on benchmarks of visual descriptors at a fixed memory budget. However, recent studies and methods in this area are hard to compare against each other, because they use different datasets, different protocols, and, perhaps most importantly, different computational budgets. In this work, we first benchmark a series of MCQ baselines on an equal footing and provide an analysis of their recall-vs-runtime performance. We observe that local search quantization (LSQ) is in practice much faster than its competitors, but is not the most accurate method in all cases. We then introduce two novel improvements that render LSQ (i) more accurate and (ii) faster. These improvements are easy to implement, and define a new state of the art in MCQ.

📄 PDF Abstract BibTeX

Code (1)

una-dinosauria/Rayuela.jl 공식 구현

Tasks

Quantization

Similar Papers 제목 키워드 기반

Generic Triple-Latent Compression with Gated Associative Retrieval

2026-04-17 · Liu Xiao arxiv

We study generic triple-latent sequence models that maintain a running token state and compressed pair-memory pathway to capture higher-order token interactions without benchmark-specific parsing. The triple-latent famil…

Online Learning with Bounded Recall

2022-05-28 · Jon Schneider, Kiran Vodrahalli

We study the problem of full-information online learning in the "bounded recall" setting popular in the study of repeated games. An online learning algorithm $\mathcal{A}$ is $M$-$\textit{bounded-recall}$ if its output a…

Realistic overground gait transitions are not sharp but involve gradually changing walk-run mixtures as per energy optimality

2025-01-01 · Nicholas S. Baker, Leroy Long, Manoj Srinivasan

Humans use two qualitatively different gaits for locomotion, namely, walking and running -- usually using walking at lower speeds and running at higher speeds. Researchers have examined when humans switch between walking…

Panorama: Fast-Track Nearest Neighbors

2025-10-01 · Vansh Ramani, Alexis Schlomer, Akash Nayar, Sayan Ranu 외 arxiv

Approximate Nearest-Neighbor Search (ANNS) pipelines for high-dimensional neural embeddings spend the bulk of their query time in candidate verification, making it the primary bottleneck in the search process. In this pa…

Falconn++: A Locality-sensitive Filtering Approach for Approximate Nearest Neighbor Search

2022-06-03 · Ninh Pham, Tao Liu

We present Falconn++, a novel locality-sensitive filtering approach for approximate nearest neighbor search on angular distance. Falconn++ can filter out potential far away points in any hash bucket \textit{before} query…