SearcharxivSearch

arXiv subjects

Junjie Dai

Publications and source records attributed to Junjie Dai.

2 recordsLinked to original sources

GRAB-ANNS: High-Throughput Indexing and Hybrid Search via GPU-Native Bucketing

Hybrid search, which jointly optimizes vector similarity and structured predicate filtering, has become a fundamental building block for modern AI-driven systems. While recent predicate-aware ANN indices improve filtering efficiency on CPUs, their performance is increasingly constrained by limited memory bandwidth and parallelism. Although GPUs offer massive parallelism and superior memory bandwidth, directly porting CPU-centric hybrid search algorithms to GPUs leads to severe performance degradation due to architectural mismatches, including irregular memory access, branch divergence, and excessive CPU-GPU synchronization. In this paper, we present GRAB-ANNS, a high-throughput, GPU-native graph index for dynamic hybrid search. Our key insight is to rethink hybrid indexing from a hardware-first perspective. We introduce a bucket-based memory layout that transforms range predicates into lightweight bucket selection, enabling coalesced memory accesses and efficient SIMT execution. To preserve global navigability under arbitrary filters, we design a hybrid graph topology that combines dense intra-bucket local edges with sparse inter-bucket remote edges. We further develop an append-only update pipeline that supports efficient batched insertions and parallel graph maintenance on GPUs. Extensive experiments on large-scale datasets show that GRAB-ANNS achieves up to 240.1 times higher query throughput and 12.6 times faster index construction than state-of-the-art CPU-based systems, and up to 10 times higher throughput compared to optimized GPU-native reimplementations, while maintaining high recall.

cs.DB

Rotatable Antenna-Enhanced Beamforming: Signal Enhancement and Interference Suppression

Conventional beamforming with fixed-orientation antenna (FOA) arrays may struggle to effectively enhance signal and/or suppress interference due to significant variations in antenna directive gains over different steering angles. To break this limitation, we investigate in this paper the rotatable antenna (RA)-enhanced single/multi-beam forming by exploiting the new spatial degrees of freedom (DoFs) via antennas' rotation optimization. Specifically, the antenna rotation angle vector (ARAV) and antenna weight vector (AWV) are jointly optimized to maximize the minimum array gain over signal directions, subject to a given constraint on the maximum array gain over interference directions. For the special case of single-beam forming without interference, the optimal ARAV is derived in closed-form with the maximum ratio combining (MRC) beamformer applied to the AWV. For the general case of multi-beam forming, we propose an efficient alternating optimization (AO) algorithm to find a high-quality suboptimal solution by iteratively optimizing one of the ARAV and AWV with the other being fixed. Simulation results demonstrate that the proposed RA-based scheme can significantly outperform the traditional FOA-based and isotropic antenna (IA)-based schemes in terms of array gain.

cs.IT