中文
相关论文

相关论文: GriSPy: A Python package for Fixed-Radius Nearest …

200 篇论文

We present a novel hashing strategy for approximate furthest neighbor search that selects projection bases using the data distribution. This strategy leads to an algorithm, which we call DrusillaHash, that is able to outperform existing…

数据结构与算法 · 计算机科学 2016-06-01 Ryan R. Curtin , Andrew B. Gardner

We study the k nearest neighbors problem in the plane for general, convex, pairwise disjoint sites of constant description complexity such as line segments, disks, and quadrilaterals and with respect to a general family of distance…

计算几何 · 计算机科学 2019-10-29 Chih-Hung Liu

All-sky, broadband, coherent searches for gravitational-wave pulsars are computationally limited. It is therefore important to make efficient use of available computational resources, notably by minimizing the number of templates used to…

广义相对论与量子宇宙学 · 物理学 2013-12-16 Karl Wette , Reinhard Prix

Nearest neighbor search is central in machine learning, information retrieval, and databases. For high-dimensional datasets, graph-based methods such as HNSW, DiskANN, and NSG have become popular thanks to their empirical accuracy and…

信息检索 · 计算机科学 2025-05-22 Yousef Al-Jazzazi , Haya Diwan , Jinrui Gou , Cameron Musco , Christopher Musco , Torsten Suel

Approximate K Nearest Neighbor (AKNN) search in high-dimensional spaces is a critical yet challenging problem. In AKNN search, distance computation is the core task that dominates the runtime. Existing approaches typically use approximate…

数据库 · 计算机科学 2025-01-20 Mingyu Yang , Wentao Li , Jiabao Jin , Xiaoyao Zhong , Xiangyu Wang , Zhitao Shen , Wei Jia , Wei Wang

We propose a new data-structure, the generalized randomized kd forest, or kgeraf, for approximate nearest neighbor searching in high dimensions. In particular, we introduce new randomization techniques to specify a set of independently…

计算几何 · 计算机科学 2016-04-01 Yannis Avrithis , Ioannis Z. Emiris , Georgios Samaras

Approximate nearest neighbour (ANN) search is one of the most important problems in computer science fields such as data mining or computer vision. In this paper, we focus on ANN for high-dimensional binary vectors and we propose a simple…

计算机视觉与模式识别 · 计算机科学 2019-03-26 Michal Komorowski , Tomasz Trzcinski

We present preliminary results of applying a neighbour search code to a large sample of galaxies drawn from the Sloan Digitial Sky Survey (SDSS). We draw our sample of target galaxies from the spectroscopic catalogue of the SDSS, which has…

星系天体物理 · 物理学 2018-08-29 René A. Ortega-Minakata , Juan P. Torres-Papaqui , Heinz Andernach

Continuous gravitational waves signals, emitted by asymmetric spinning neutron stars, are among the main targets of current detectors like Advanced LIGO and Virgo. In the case of sources, like pulsars, which rotational parameters are…

广义相对论与量子宇宙学 · 物理学 2017-06-28 S. Mastrogiovanni , P. Astone , S. D'Antonio , S. Frasca , G. Intini , P. Leaci , A. Miller , C. Palomba , O. J. Piccinni , A. Singhal

Metric based comparison operations such as finding maximum, nearest and farthest neighbor are fundamental to studying various clustering techniques such as $k$-center clustering and agglomerative hierarchical clustering. These techniques…

数据结构与算法 · 计算机科学 2021-05-13 Raghavendra Addanki , Sainyam Galhotra , Barna Saha

Nearest-neighbor identification is central to the analysis of local structure in condensed matter systems. The solid-angle-based nearest-neighbor (SANN) algorithm is widely used offering a parameter-free and computationally efficient…

软凝聚态物质 · 物理学 2025-11-17 Alptuğ Ulugöl , Frank Smallenburg , Laura Filion

Most natural language processing tasks can be formulated as the approximated nearest neighbor search problem, such as word analogy, document similarity, machine translation. Take the question-answering task as an example, given a question…

人工智能 · 计算机科学 2017-08-28 Jing Wang

We present PUFFINN, a parameterless LSH-based index for solving the $k$-nearest neighbor problem with probabilistic guarantees. By parameterless we mean that the user is only required to specify the amount of memory the index is supposed to…

数据结构与算法 · 计算机科学 2019-07-01 Martin Aumüller , Tobias Christiani , Rasmus Pagh , Michael Vesterli

NEMESISPY is a Python package developed to perform parametric atmospheric modelling and radiative transfer calculation for the retrievals of exoplanetary spectra. It is a recent development of the well-established Fortran NEMESIS library…

地球与行星天体物理 · 物理学 2024-07-10 Jingxuan Yang , Juan Alday , Patrick Irwin

This tutorial is devoted to extending an existing catalogue with data taken elsewhere, either from CDS Vizier or Simbad database. As an example, we used the so-called 'Spectroscopic Survey of Stars in the Solar Neighborhood' (aka. S4N,…

天体物理仪器与方法 · 物理学 2014-10-03 F. Paletou , I. Zolotukhin

Clustering is spotting pattern in a group of objects and resultantly grouping the similar objects together. Objects have attributes which are not always numerical, sometimes attributes have domain or categories to which they could belong…

机器学习 · 计算机科学 2020-11-20 Utkarsh Nath , Shikha Asrani , Rahul Katarya

Spatial approximations have been traditionally used in spatial databases to accelerate the processing of complex geometric operations. However, approximations are typically only used in a first filtering step to determine a set of candidate…

Approximate nearest neighbor algorithms are used to speed up nearest neighbor search in a wide array of applications. However, current indexing methods feature several hyperparameters that need to be tuned to reach an acceptable…

数据结构与算法 · 计算机科学 2019-04-25 Elias Jääsaari , Ville Hyvönen , Teemu Roos

Approximate nearest neighbor search (ANNS) constitutes an important operation in a multitude of applications, including recommendation systems, information retrieval, and pattern recognition. In the past decade, graph-based ANNS algorithms…

信息检索 · 计算机科学 2021-05-11 Mengzhao Wang , Xiaoliang Xu , Qiang Yue , Yuxiang Wang

Approximate k-Nearest Neighbour (ANN) methods are often used for mining information and aiding machine learning on large scale high-dimensional datasets. ANN methods typically differ in the index structure used for accelerating searches,…

机器学习 · 计算机科学 2025-02-04 Ben Harwood , Amir Dezfouli , Iadine Chades , Conrad Sanderson