中文
相关论文

相关论文: The Skip Quadtree: A Simple Dynamic Data Structure…

200 篇论文

A dynamic forest data structure maintains a forest (and associated data like edge weights) under edge insertions and deletions. Dynamic forests are widely used to solve online and offline graph problems. Well-known examples of dynamic…

数据结构与算法 · 计算机科学 2024-01-09 Benjamin Aram Berendsohn

This paper presents a novel high speed clustering scheme for high dimensional data streams. Data stream clustering has gained importance in different applications, for example, in network monitoring, intrusion detection, and real-time…

数据库 · 计算机科学 2015-10-13 Irshad Ahmed , Irfan Ahmed , Waseem Shahzad

Modeling data as being sampled from a union of independent subspaces has been widely applied to a number of real world applications. However, dimensionality reduction approaches that theoretically preserve this independence assumption have…

机器学习 · 计算机科学 2016-04-08 Devansh Arpit , Ifeoma Nwogu , Venu Govindaraju

Clustering high-dimensional datasets is hard because interpoint distances become less informative in high-dimensional spaces. We present a clustering algorithm that performs nonlinear dimensionality reduction and clustering jointly. The…

机器学习 · 计算机科学 2018-03-06 Sohil Atul Shah , Vladlen Koltun

Given a collection of points in R^3, KD-Tree and R-Tree are well-known nearest neighbor search (NNS) algorithms that rely on space partitioning and spatial indexing techniques. However, when the query point is far from the data points or…

计算几何 · 计算机科学 2025-07-30 Pengfei Wang , Jiantao Song , Shiqing Xin , Shuangmin Chen , Changhe Tu , Wenping Wang , Jiaye Wang

'Big' high-dimensional data are commonly analyzed in low-dimensions, after performing a dimensionality-reduction step that inherently distorts the data structure. For the same purpose, clustering methods are also often used. These methods…

机器学习 · 统计学 2019-02-20 Tom Lorimer , Karlis Kanders , Ruedi Stoop

Projections, or dimensionality reduction methods, are techniques of choice for the visual exploration of high-dimensional data. Many such techniques exist, each one of them having a distinct visual signature - i.e., a recognizable way to…

人机交互 · 计算机科学 2026-02-25 Alister Machado , Alexandru Telea , Michael Behrisch

Priority queues are abstract data structures which store a set of key/value pairs and allow efficient access to the item with the minimal (maximal) key. Such queues are an important element in various areas of computer science such as…

数据结构与算法 · 计算机科学 2015-09-24 Jakob Gruber

Modern tracking technology has made the collection of large numbers of densely sampled trajectories of moving objects widely available. We consider a fundamental problem encountered when analysing such data: Given $n$ polygonal curves $S$…

计算几何 · 计算机科学 2017-07-18 Peyman Afshani , Anne Driemel

This paper describes a novel approach to change-point detection when the observed high-dimensional data may have missing elements. The performance of classical methods for change-point detection typically scales poorly with the…

机器学习 · 统计学 2015-06-11 Yao Xie , Jiaji Huang , Rebecca Willett

Max-Cut is a fundamental problem that has been studied extensively in various settings. We design an algorithm for Euclidean Max-Cut, where the input is a set of points in $\mathbb{R}^d$, in the model of dynamic geometric streams, where the…

数据结构与算法 · 计算机科学 2023-03-30 Xiaoyu Chen , Shaofeng H. -C. Jiang , Robert Krauthgamer

A new dimension reduction (DR) method for data sets is proposed by autonomous deforming of data manifolds. The deformation is guided by the proposed deforming vector field, which is defined by two kinds of virtual interactions between data…

机器学习 · 计算机科学 2021-10-22 Xiaodong Zhuang

Finding interesting symmetrical topological structures in high-dimensional systems is an important problem in statistical machine learning. Limited amount of available high-dimensional data and its sensitivity to noise pose computational…

机器学习 · 计算机科学 2016-03-14 Kallol Roy , Anh Tong , Jaesik Choi

Optimization tasks over relational data, such as clustering, often suffer from the prohibitive cost of join operations, which are necessary to access the full dataset. While geometric data structures like BBD trees yield fast approximation…

数据库 · 计算机科学 2026-03-13 Aryan Esmailpour , Stavros Sintos

Data structures known as $k$-d trees have numerous applications in scientific computing, particularly in areas of modern statistics and data science such as range search in decision trees, clustering, nearest neighbors search, local…

数据结构与算法 · 计算机科学 2022-01-21 Aritra Chakravorty , William S. Cleveland , Patrick J. Wolfe

We propose a flexible and multi-scale method for organizing, visualizing, and understanding datasets sampled from or near stratified spaces. The first part of the algorithm produces a cover tree using adaptive thresholds based on a…

计算几何 · 计算机科学 2016-03-01 Paul Bendich , Ellen Gasparovic , Christopher J. Tralie , John Harer

We investigate the limits of one of the fundamental ideas in data structures: fractional cascading. This is an important data structure technique to speed up repeated searches for the same key in multiple lists and it has numerous…

数据结构与算法 · 计算机科学 2020-11-05 Peyman Afshani

This paper introduces new algorithms and data structures for quick counting for machine learning datasets. We focus on the counting task of constructing contingency tables, but our approach is also applicable to counting the number of…

人工智能 · 计算机科学 2009-09-25 A. Moore , M. S. Lee

We propose a dynamic data structure for the distribution-sensitive point location problem. Suppose that there is a fixed query distribution in $\mathbb{R}^2$, and we are given an oracle that can return in $O(1)$ time the probability of a…

计算几何 · 计算机科学 2020-04-28 Siu-Wing Cheng , Man-Kit Lau

We consider the problem of designing a succinct data structure for {\it path graphs} (which are a proper subclass of chordal graphs and a proper superclass of interval graphs) on $n$ vertices while supporting degree, adjacency, and…

数据结构与算法 · 计算机科学 2023-03-03 Girish Balakrishnan , Sankardeep Chakraborty , N S Narayanaswamy , Kunihiko Sadakane