中文
相关论文

相关论文: Anisotropic k-Nearest Neighbor Search Using Covari…

200 篇论文

We experimentally investigate quasi-two-dimensional (Q2D) forced shallow flows in the presence of solid boundaries and analyze the deviation from the Kolmogorov-Kraichnan (KK) theory. Complex motion is generated using a thin electrolyte…

流体动力学 · 物理学 2026-01-08 Ghassan Antar , Jamal El Kuweiss , Kai Schneider , Charbel Habchi , Sadruddin Benkadda

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

Fast k-Nearest Neighbor search over real-valued vector spaces (KNN) is an important algorithmic task for information retrieval and recommendation systems. We present a method for using reduced precision to represent vectors through…

信息检索 · 计算机科学 2021-10-19 Anthony Ko , Iman Keivanloo , Vihan Lakshman , Eric Schkufza

Nearest neighbor search (NNS) has a wide range of applications in information retrieval, computer vision, machine learning, databases, and other areas. Existing state-of-the-art algorithm for nearest neighbor search, Hierarchical Navigable…

信息检索 · 计算机科学 2020-10-20 Ishita Doshi , Dhritiman Das , Ashish Bhutani , Rajeev Kumar , Rushi Bhatt , Niranjan Balasubramanian

Vector databases typically rely on approximate nearest neighbor (ANN) search to retrieve the top-k closest vectors to a query in embedding space. While effective, this approach often yields semantically redundant results, missing the…

机器学习 · 计算机科学 2025-07-29 Rahul Raja , Arpita Vats

In this paper, we propose an extremely simple deep model for the unsupervised nonlinear dimensionality reduction -- deep distributed random samplings, which performs like a stack of unsupervised bootstrap aggregating. First, its network…

机器学习 · 计算机科学 2013-12-17 Xiao-Lei Zhang

This work aims to address an open problem in data valuation literature concerning the efficient computation of Data Shapley for weighted $K$ nearest neighbor algorithm (WKNN-Shapley). By considering the accuracy of hard-label KNN with…

数据结构与算法 · 计算机科学 2024-01-23 Jiachen T. Wang , Prateek Mittal , Ruoxi Jia

High-performance implementations of $k$-Nearest Neighbor Search ($k$NN) in low dimensions use tree-based data structures. Tree algorithms are hard to parallelize on GPUs due to their irregularity. However, newer Nvidia GPUs offer hardware…

图形学 · 计算机科学 2024-04-23 Durga Mandarapu , Vani Nagarajan , Artem Pelenitsyn , Milind Kulkarni

Computing fixed-radius near-neighbor graphs is an important first step for many data analysis algorithms. Near-neighbor graphs connect points that are close under some metric, endowing point clouds with a combinatorial structure. As…

分布式、并行与集群计算 · 计算机科学 2025-10-17 Gabriel Raulet , Dmitriy Morozov , Aydin Buluc , Katherine Yelick

Nearest neighbour graphs are widely used to capture the geometry or topology of a dataset. One of the most common strategies to construct such a graph is based on selecting a fixed number k of nearest neighbours (kNN) for each point.…

机器学习 · 统计学 2022-08-02 Tetsuya Matsumoto , Stephen Zhang , Geoffrey Schiebinger

We study locality-sensitive hash methods for the nearest neighbor problem for the angular distance, focusing on the approach of first projecting down onto a low-dimensional subspace, and then partitioning the projected vectors according to…

数据结构与算法 · 计算机科学 2020-06-30 Thijs Laarhoven

Learned dense representations are a popular family of techniques for encoding queries and documents using high-dimensional embeddings, which enable retrieval by performing approximate k nearest-neighbors search (A-kNN). A popular technique…

This paper presents a novel quantum K-nearest neighbors (QKNN) algorithm, which offers improved performance over the classical k-NN technique by incorporating quantum computing (QC) techniques to enhance classification accuracy,…

量子物理 · 物理学 2025-08-05 Asif Akhtab Ronggon , Md. Saifur Rahman

The central aim of this paper is to implement Deep Autoencoder and Neighborhood Components Analysis (NCA) dimensionality reduction methods in Matlab and to observe the application of these algorithms on nine unlike datasets from UCI machine…

机器学习 · 计算机科学 2020-12-23 Md. Abu Bakr Siddique , Shadman Sakib , Md. Abdur Rahman

A common feature of high-dimensional data is that the data dimension is high, however, the sample size is relatively low. We call such data HDLSS data. In this paper, we study asymptotic properties of the first principal component in the…

统计理论 · 数学 2015-03-26 Aki Ishii , Kazuyoshi Yata , Makoto Aoshima

Efficient index structures for fast approximate nearest neighbor queries are required in many applications such as recommendation systems. In high-dimensional spaces, many conventional methods suffer from excessive usage of memory and slow…

Sparsity in the eigenvectors of signal covariance matrices is exploited in this paper for compression and denoising. Dimensionality reduction (DR) and quantization modules present in many practical compression schemes such as transform…

应用统计 · 统计学 2015-06-03 Ioannis D. Schizas , Georgios B. Giannakis

We consider the problem of recovering a $d-$dimensional manifold $\mathcal{M} \subset \mathbb{R}^n$ when provided with noiseless samples from $\mathcal{M}$. There are many algorithms (e.g., Isomap) that are used in practice to fit manifolds…

统计理论 · 数学 2017-09-13 Kitty Mohammed , Hariharan Narayanan

We present \textbf{GARLIC}, a representation learning approach for Euclidean approximate nearest neighbor (ANN) search in high dimensions. Existing partitions tend to rely on isotropic cells, fixed global resolution, or balanced…

计算机视觉与模式识别 · 计算机科学 2025-10-03 Panagiotis Rigas , Panagiotis Drivas , Charalambos Tzamos , Ioannis Chamodrakas , George Ioannakis , Leonidas J. Guibas , Ioannis Z. Emiris

The K Nearest Neighbors (KNN) classifier is widely used in many fields such as fingerprint-based localization or medicine. It determines the class membership of unlabelled sample based on the class memberships of the K labelled samples, the…

机器学习 · 计算机科学 2024-03-14 Philipp Müller