• Home
  • Categories
  • Pricing
  • Submit
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Awesome Vector Databases. All rights reserved.·Terms of Service·Privacy Policy·Cookies
    Decorative pattern
    Decorative pattern
    1. Home
    2. Research Papers & Surveys
    3. Probabilistic Routing for Graph-Based ANNS

    Probabilistic Routing for Graph-Based ANNS

    Paper from 2024 proposing a probabilistic routing approach for graph-based approximate nearest neighbor search, introducing probability models to guide search traversal on proximity graphs.

    Overview

    Introduces probabilistic routing strategies for graph-based approximate nearest neighbor search.

    Key Contributions

    • Probabilistic models for graph traversal
    • Improved search accuracy through statistical guidance
    • Generalizable to various graph-based indexes
    • Published in 2024

    Publication

    • Authors: Lu et al.
    Surveys

    Loading more......

    Information

    Websitearxiv.org
    PublishedApr 4, 2026

    Categories

    1 Item
    Research Papers & Surveys

    Tags

    3 Items
    #graph-index#probabilistic#ann

    Similar Products

    6 result(s)

    Accelerating Graph-based ANNS with Adaptive Awareness

    SIGKDD 2025 paper proposing adaptive awareness capabilities for graph-based approximate nearest neighbor search, enabling the search algorithm to dynamically adjust its strategy based on local graph characteristics and query properties.

    Learning to Route in Similarity Graphs

    ICML 2019 paper introducing a learned routing approach for similarity graphs, using machine learning to guide greedy search traversal in graph-based approximate nearest neighbor search.

    NSW — Approximate Nearest Neighbor Search on Navigable Small World Graphs

    Foundational paper introducing the navigable small world (NSW) graph algorithm for approximate nearest neighbor search, which became the basis for widely-used graph-based ANN methods including HNSW.

    RoarGraph — A Projected Bipartite Graph for Efficient Cross-Modal ANNS

    VLDB 2024 paper proposing RoarGraph, a projected bipartite graph structure for efficient cross-modal approximate nearest neighbor search. The method addresses the challenges of searching across different modalities (e.g., text, image) using graph-based indexing.

    iRangeGraph

    iRangeGraph is an ANN indexing approach and accompanying implementation for range-filtering nearest neighbor search. It provides a specialized graph-based index that supports vector similarity search under range constraints, making it directly useful as a component or reference implementation for advanced vector database indexing and retrieval.

    NSG

    NSG is an approximate nearest neighbor search algorithm based on a sparse navigable graph structure designed for high-dimensional vector similarity search. The reference implementation provides a graph-based ANN index that can be integrated into custom vector retrieval systems.