Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 16:38:47
QASP: Query-Adaptive Robust Vector Search Policy
AI 中文解读
在AI技术飞速发展的今天,QASP这项新研究带来了一个惊喜:它能让AI在“大海捞针”时又快又准。这项技术核心就是给AI装上一个“聪明指南针”,让它在海量信息中精准定位。过去,AI处理搜索问题时要么不够准、要么太耗力,就像去图书馆找书,要么漫无目的地乱翻,要么每本书都仔细翻一遍,费时费力。
QASP的聪明之处在于,它就像一位经验老到的图书管理员,看到书名就能大概判断出内容,然后直奔目标书页,无需翻阅整本书。而且这个策略可以应用到不同领域的搜索中,无需重复学习。
这项技术意味着,未来你每次搜新闻、找资料、刷短视频,系统都能更快看懂你的真实需求,给出更精准的答案。你花在等待和反复筛选上的时间将大大减少,尤其是在数据量爆炸的时代,实用价值巨大。更值得一提的是,这种方法还能帮助AI在节省80%以上算力的情况下去保持99%以上的准确率,不仅提升工作效率,还能大幅削减服务器的运行成本,最终让用户享受到更流畅、更省钱的AI服务。
A fundamental challenge of vector search is achieving consistently high recall while minimizing computational costs. Fixed search parameters cause significant performance variance across queries, and conventional evaluation on average recall masks these per-query disparities. We introduce QASP (Query-Adaptive robust vector Search Policy), which predicts the complete recall progression curve per query via a single upfront supervised regression, from which a search policy is derived for any recall target; this avoids iterative model invocations during search or separate predictors per target. By predicting normalized recall values with scale-invariant features and pre-search inference, QASP generalizes across recall targets, index configurations, and datasets. Its fine-grained progress predictions further enable a lightweight reactive complement that adjusts search depth based on predicted-versus-observed deviations without additional inference. We prove that QASP requires a finite training sample independent of dataset size and dimensionality, that its loss exceeds the irreducible lower bound of any fixed policy by a vanishing margin, and that its data access savings over fixed probing grow exponentially in intrinsic dimensionality. Experimentally, QASP achieves significantly lower recall variance and deviation from target, higher query satisfaction rate, and scales to large data and hierarchical indices without retraining, achieving 99% recall with 80% less data access.
分享
阅读原文 ↗