Skip to main content

Showing 1–3 of 3 results for author: Landrum, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2507.13296  [pdf, ps, other

    cs.DS cs.DB cs.IR

    Efficiently Constructing Sparse Navigable Graphs

    Authors: Alex Conway, Laxman Dhulipala, Martin Farach-Colton, Rob Johnson, Ben Landrum, Christopher Musco, Yarin Shechter, Torsten Suel, Richard Wen

    Abstract: Graph-based nearest neighbor search methods have seen a surge of popularity in recent years, offering state-of-the-art performance across a wide variety of applications. Central to these methods is the task of constructing a sparse navigable search graph for a given dataset endowed with a distance function. Unfortunately, doing so is computationally expensive, so heuristics are universally used in… ▽ More

    Submitted 17 July, 2025; originally announced July 2025.

  2. arXiv:2409.17424  [pdf, other

    cs.IR cs.DS cs.LG cs.PF

    Results of the Big ANN: NeurIPS'23 competition

    Authors: Harsha Vardhan Simhadri, Martin Aumüller, Amir Ingber, Matthijs Douze, George Williams, Magdalen Dobson Manohar, Dmitry Baranchuk, Edo Liberty, Frank Liu, Ben Landrum, Mazin Karjikar, Laxman Dhulipala, Meng Chen, Yue Chen, Rui Ma, Kai Zhang, Yuzheng Cai, Jiayang Shi, Yizhuo Chen, Weiguo Zheng, Zihao Wan, Jie Yin, Ben Huang

    Abstract: The 2023 Big ANN Challenge, held at NeurIPS 2023, focused on advancing the state-of-the-art in indexing data structures and search algorithms for practical variants of Approximate Nearest Neighbor (ANN) search that reflect the growing complexity and diversity of workloads. Unlike prior challenges that emphasized scaling up classical ANN search ~\cite{DBLP:conf/nips/SimhadriWADBBCH21}, this competi… ▽ More

    Submitted 25 September, 2024; originally announced September 2024.

    Comments: Code: https://github.com/harsha-simhadri/big-ann-benchmarks/releases/tag/v0.3.0

    ACM Class: H.3.3

  3. arXiv:2402.00943  [pdf, other

    cs.DS cs.IR cs.LG

    Approximate Nearest Neighbor Search with Window Filters

    Authors: Joshua Engels, Benjamin Landrum, Shangdi Yu, Laxman Dhulipala, Julian Shun

    Abstract: We define and investigate the problem of $\textit{c-approximate window search}$: approximate nearest neighbor search where each point in the dataset has a numeric label, and the goal is to find nearest neighbors to queries within arbitrary label ranges. Many semantic search problems, such as image and document search with timestamp filters, or product search with cost filters, are natural examples… ▽ More

    Submitted 4 June, 2024; v1 submitted 1 February, 2024; originally announced February 2024.

    Comments: Code available: https://github.com/JoshEngels/RangeFilteredANN