期刊文献+

基于邻居聚类的近似最近邻搜索 被引量:1

Approximate nearest neighbor search based on neighbor clustering
下载PDF
导出
摘要 本文提出了一种新的基于图的方法,用于对高维特征向量的数据集进行近似最近邻搜索(ANNS)。大多数基于图的方法着重于提高图的构造质量,而本文的工作着重于图搜索的性能。基于近似k近邻(k NN)图来展示实验结果,并且存在许多用于构建近似k NN图的现有方法,例如NN下降、KGraph或Faiss。本文在图的构建阶段,首先初始化一个近似的k NN图,然后利用K-means聚类算法将邻居聚类;在查询阶段,使用贪婪搜索算法,遍历图并尝试贪婪地到达查询。为了提高查询性能,仅通过聚类信息比较其中一部分邻居,在实验中展示了如何降低查询成本和提高查询精度。 This article presents a new graph-based method for approximate nearest neighbor search(ANNS) on datasets of high dimensional feature vectors.Most graph-based methods focus on improving the quality of graph construction,but our work focuses on the performance of graph search.We report the results using approximate k-nearest neighbor(kNN) graph,and there are many existing methods for constructing approximate kNN graphs,such as NN-descent,KGraph or Faiss.In the construction stage of the graph,we first initialize an approximate kNN graph,and then filter the neighbors by the angle among the neighbors of each point on the graph.During the query stage,we use the greed-search algorithm,which walks over the graph and tries to reach the query greedily.To improve the query performance,we only compare a part of its neighbors by angle information.We show in the experiment how to achieve lower query time and query cost with high precision.
作者 赵增 李明勇 胡航飞 ZHAO Zeng;LI Mingyong;HU Hangfei(School of Computer Science and Technology,Donghua University,Shanghai 201620,China;Shanghai Key Laboratory of Computer Software Evaluating and Testing,Shanghai 200235,China)
出处 《智能计算机与应用》 2020年第11期70-72,78,共4页 Intelligent Computer and Applications
关键词 近似最近邻搜索 k最近邻图 贪婪搜索算法 Nearest neighbor search K-nearest neighbor graph Greed-search algorithm
  • 相关文献

同被引文献14

引证文献1

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部