• 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. Learning to Route in Similarity Graphs

    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.

    Overview

    This paper applies machine learning to improve routing decisions during graph traversal for approximate nearest neighbor search.

    Key Contributions

    • Learned routing function replaces heuristic graph traversal
    • Improves search quality through data-driven navigation
    • Compatible with existing graph-based indexes
    • Published in ICML 2019

    Publication

    • Venue: ICML 2019
    • Authors: Baranchuk et al.
    Surveys

    Loading more......

    Information

    Websiteproceedings.mlr.press
    PublishedApr 4, 2026

    Categories

    1 Item
    Research Papers & Surveys

    Tags

    3 Items
    #graph-index#learning-based#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.

    ELPIS — Graph-Based Similarity Search for Scalable Data Science

    VLDB 2023 paper presenting ELPIS, a graph-based similarity search approach that combines graph indexing with learning-based techniques for scalable data science applications on large datasets.

    Improving ANNS through Learned Adaptive Early Termination

    SIGMOD 2020 paper proposing learned adaptive early termination for approximate nearest neighbor search, using machine learning to predict when to stop searching, balancing accuracy and latency dynamically.

    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.

    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.

    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.