• 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. LSH-APG — Towards Efficient Index Construction and ANNS in High-Dimensional Spaces

    LSH-APG — Towards Efficient Index Construction and ANNS in High-Dimensional Spaces

    VLDB 2023 paper proposing LSH-APG, a method combining locality-sensitive hashing with adaptive proximity graphs for efficient index construction and approximate nearest neighbor search in high-dimensional spaces.

    Surveys

    Loading more......

    Information

    Websitewww.vldb.org
    PublishedApr 4, 2026

    Categories

    1 Item
    Research Papers & Surveys

    Tags

    3 Items
    #graph-index#hash-based#high-dimensional

    Similar Products

    6 result(s)

    Locality-Sensitive Indexing for Graph-Based ANNS

    SIGIR 2025 paper proposing a locality-sensitive indexing approach for graph-based approximate nearest neighbor search, combining LSH principles with graph structure for improved search accuracy.

    NSSG — High Dimensional Similarity Search with Satellite System Graph

    Paper proposing the Satellite System Graph (NSSG) approach for high dimensional similarity search, emphasizing efficiency, scalability, and unindexed query compatibility. Published in TPAMI 2021 by Fu et al.

    Accelerating ANNS in Hierarchical Graphs via Shortcuts

    VLDB 2025 paper proposing efficient level navigation with shortcuts for accelerating approximate nearest neighbor search in hierarchical graph indexes, improving traversal speed across multi-layer graph structures.

    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.

    Accelerating Graph Indexing for ANNS on Modern CPUs

    SIGMOD 2025 paper proposing optimizations for graph-based approximate nearest neighbor search indexing on modern CPU architectures, leveraging SIMD instructions and cache-aware algorithms for improved index construction performance.

    ARKGraph — All-Range Approximate K-Nearest-Neighbor Graph

    VLDB 2023 paper proposing ARKGraph, a graph-based method for all-range approximate k-nearest neighbor search that adapts to various recall requirements.

    Overview

    LSH-APG combines locality-sensitive hashing techniques with adaptive proximity graph construction for efficient high-dimensional approximate nearest neighbor search.

    Key Contributions

    • Hybrid approach combining LSH with graph-based methods
    • Efficient index construction for high-dimensional vectors
    • Improved search quality over pure graph or LSH methods
    • Published in VLDB 2023

    Publication

    • Venue: VLDB 2023
    • Authors: Zhao et al.
    • Abbreviation: LSH-APG

    Features

    • Integrates hashing and graph structures for complementary benefits
    • Reduces construction time while maintaining search accuracy
    • Suitable for high-dimensional vector search scenarios