Pith. sign in

REVIEW 6 cited by

Navigable Proximity Graph-Driven Native Hybrid Queries with Structured and Unstructured Constraints

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2203.13601 v1 pith:BLYRIDFX submitted 2022-03-25 cs.DB cs.CVcs.IR

classification cs.DBcs.CVcs.IR
keywords hybridqueryvectorqueriesobjectsearchsimilaritydatasets
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

As research interest surges, vector similarity search is applied in multiple fields, including data mining, computer vision, and information retrieval. {Given a set of objects (e.g., a set of images) and a query object, we can easily transform each object into a feature vector and apply the vector similarity search to retrieve the most similar objects. However, the original vector similarity search cannot well support \textit{hybrid queries}, where users not only input unstructured query constraint (i.e., the feature vector of query object) but also structured query constraint (i.e., the desired attributes of interest). Hybrid query processing aims at identifying these objects with similar feature vectors to query object and satisfying the given attribute constraints. Recent efforts have attempted to answer a hybrid query by performing attribute filtering and vector similarity search separately and then merging the results later, which limits efficiency and accuracy because they are not purpose-built for hybrid queries.} In this paper, we propose a native hybrid query (NHQ) framework based on proximity graph (PG), which provides the specialized \textit{composite index and joint pruning} modules for hybrid queries. We easily deploy existing various PGs on this framework to process hybrid queries efficiently. Moreover, we present two novel navigable PGs (NPGs) with optimized edge selection and routing strategies, which obtain better overall performance than existing PGs. After that, we deploy the proposed NPGs in NHQ to form two hybrid query methods, which significantly outperform the state-of-the-art competitors on all experimental datasets (10$\times$ faster under the same \textit{Recall}), including eight public and one in-house real-world datasets. Our code and datasets have been released at \url{https://github.com/AshenOn3/NHQ}.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. HNSW with Accuracy Guarantees Using Graph Spanners

    cs.DB 2026-07 unverdicted novelty 7.0 of 10

    A tiered Certify-then-Rectify system for HNSW that certifies approximate results statistically and falls back to exact recovery by treating the graph as a spanner whose stretch is bounded via extreme value theory.

  2. Filtered Vector Search in a Disaggregated Lakehouse: Composing Table-Format Pruning with Per-File ANN

    cs.DB 2026-08 conditional novelty 6.0 of 10

    Per-file IVF indexes inside Parquet footers, combined with Iceberg file pruning, provide fast filtered ANN search in a disaggregated lakehouse when the filter column is file-local.

  3. TEngineDB-V: An OLAP-Native Vector Search System for Large-$k$ Workloads at Tencent

    cs.DB 2026-08 conditional novelty 6.0 of 10

    An OLAP-native vector search system materializes a segment-decoupled global IVFPQ index as relational tables and executes large-k search via relational operators, reporting up to 145x speedup over StarRocks and 52x ov...

  4. SIEVE: Effective Filtered Vector Search with Collection of Indexes

    cs.DB 2025-07 conditional novelty 6.0 of 10

    SIEVE builds a workload-aware collection of small HNSW subindexes and uses a cost model to pick the best one per query, speeding up filtered vector search up to 8.06x versus prior graph-based methods.

  5. Simple and Fast Algorithm for Graph-based Filtered Approximate Nearest Neighbor Search (Full Version)

    cs.DB 2026-07 conditional novelty 5.0 of 10

    A labeled flat proximity graph built from full- and single-attribute partitions supports arbitrary filtered ANNS and beats UNG on 1–2 attribute queries at similar recall.

  6. E2E: Efficient Filtered AKNN Search via Adaptive Termination

    cs.DB 2026-02 conditional novelty 5.0 of 10

    A learned model predicts filtered AKNN search cost from early-probe local filter statistics, enabling per-query early termination with reported speedups of up to ~3x at similar recall.

Pith tools