• 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. DIDS — Double Indices and Double Summarizations for Fast Similarity Search

    DIDS — Double Indices and Double Summarizations for Fast Similarity Search

    VLDB 2024 paper presenting DIDS, a fast similarity search method using double indices and double summarizations to accelerate high-dimensional vector queries.

    Overview

    DIDS introduces a double-index approach with summarization techniques for fast high-dimensional similarity search.

    Key Contributions

    • Double index structure for improved search
    • Double summarization for query pruning
    • Fast similarity search on high-dimensional data
    • Published in VLDB 2024

    Publication

    • Venue: VLDB 2024
    • Authors: Hu et al.
    • Abbreviation: DIDS
    Surveys

    Loading more......

    Information

    Websitewww.vldb.org
    PublishedApr 4, 2026

    Categories

    1 Item
    Research Papers & Surveys

    Tags

    3 Items
    #tree-index#similarity-search#high-dimensional

    Similar Products

    6 result(s)

    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.

    IDEA

    IDEA is an inverted, deduplication-aware index structure designed to improve storage efficiency and query performance for similarity search workloads. It is implemented as research code and targets high-dimensional vector and content-addressable data, making it relevant to large-scale vector database and ANN indexing systems.

    OasysDB

    OasysDB is an open-source vector database focused on efficient similarity search and management of high-dimensional data.

    Vexvault

    Vexvault is an open-source vector database designed for efficient storage, management, and similarity search of high-dimensional vector data.

    K-means Tree

    K-means Tree is a clustering-based data structure that organizes high-dimensional vectors for fast similarity search and retrieval. It is used as an indexing method in some vector databases to optimize performance for vector search operations.

    Locality-Sensitive Hashing

    Locality-Sensitive Hashing (LSH) is an algorithmic technique for approximate nearest neighbor search in high-dimensional vector spaces, commonly used in vector databases to speed up similarity search while reducing memory footprint.