中文
相关论文

相关论文: The Persistent Buffer Tree : An I/O-efficient Inde…

200 篇论文

Data management applications store their data using structured files in which data are usually sorted to serve indexing and queries. However, in-place insertions and removals of data are not naturally supported in a file's address space. To…

操作系统 · 计算机科学 2021-08-06 Chen Chen , Wenshao Zhong , Xingbo Wu

The use of machine learning algorithms in finance, medicine, and criminal justice can deeply impact human lives. As a consequence, research into interpretable machine learning has rapidly grown in an attempt to better control and fix…

机器学习 · 计算机科学 2021-02-02 Thibaut Vidal , Toni Pacheco , Maximilian Schiffer

Computing an optimal classification tree that provably maximizes training performance within a given size limit, is NP-hard, and in practice, most state-of-the-art methods do not scale beyond computing optimal trees of depth three.…

机器学习 · 计算机科学 2025-01-15 Catalin E. Brita , Jacobus G. M. van der Linden , Emir Demirović

Stochastic gradient-boosted decision trees are widely employed for multivariate classification and regression tasks. This paper presents a speed-optimized and cache-friendly implementation for multivariate classification called FastBDT.…

机器学习 · 计算机科学 2016-09-21 Thomas Keck

We present a new data structure for maintaining dynamic permutations, which we call a $\textit{forest of splay trees (FST)}$. The FST allows one to efficiently maintain the cycle structure of a permutation $\pi$ when the allowed updates are…

数据结构与算法 · 计算机科学 2023-06-08 Zsuzsanna Lipták , Francesco Masillo , Gonzalo Navarro

It is shown how to enhance any data structure in the pointer model to make it confluently persistent, with efficient query and update times and limited space overhead. Updates are performed in $O(\log n)$ amortized time, and following a…

数据结构与算法 · 计算机科学 2011-04-18 Sebastien Collette , John Iacono , Stefan Langerman

With the ever-growing need of data in HPC applications, the congestion at the I/O level becomes critical in super-computers. Architectural enhancement such as burst-buffers and pre-fetching are added to machines, but are not sufficient to…

分布式、并行与集群计算 · 计算机科学 2017-02-23 Guillaume Aupy , Ana Gainaru , Valentin Le Fèvre

Many systems use ad hoc collections of files and directories to store persistent data. For consumers of this data, the process of properly parsing, using, and updating these filestores using conventional APIs is cumbersome and error-prone.…

编程语言 · 计算机科学 2019-08-28 Jonathan DiLorenzo , Katie Mancini , Kathleen Fisher , Nate Foster

Priority queues are fundamental data structures with widespread applications in various domains, including graph algorithms and network simulations. Their performance critically impacts the overall efficiency of these algorithms.…

数据结构与算法 · 计算机科学 2023-11-27 Kiarash Parvizi

Concurrent data structures serve as fundamental building blocks for concurrent computing. Many concurrent counterparts have been designed for basic sequential mechanisms; however, one notable omission is a concurrent tree that supports…

分布式、并行与集群计算 · 计算机科学 2024-05-14 Gal Sela , Erez Petrank

We design and study a Contextual Memory Tree (CMT), a learning memory controller that inserts new memories into an experience store of unbounded size. It is designed to efficiently query for memories from that store, supporting logarithmic…

机器学习 · 计算机科学 2019-06-04 Wen Sun , Alina Beygelzimer , Hal Daumé , John Langford , Paul Mineiro

The Binary Space Partitioning-Tree~(BSP-Tree) process was recently proposed as an efficient strategy for space partitioning tasks. Because it uses more than one dimension to partition the space, the BSP-Tree Process is more efficient and…

机器学习 · 统计学 2020-03-03 Xuhui Fan , Bin Li , Scott A. Sisson

Task incremental learning aims to enable a system to maintain its performance on previously learned tasks while learning new tasks, solving the problem of catastrophic forgetting. One promising approach is to build an individual network or…

计算机视觉与模式识别 · 计算机科学 2022-11-28 Jian Jiang , Oya Celiktutan

We propose a general data structure CORoBTS for storing B-tree-like search trees dynamically in a cache-oblivious way combining the van Emde Boas memory layout with packed memory array. In the use of the vEB layout mostly search complexity…

数据结构与算法 · 计算机科学 2024-10-02 Lukáš Ondráček , Ondřej Mička

Indexes facilitate efficient querying when the selection predicate is on an indexed key. As a result, when loading data, if we anticipate future selective (point or range) queries, we typically maintain an index that is gradually populated…

数据库 · 计算机科学 2022-02-10 Aneesh Raman , Subhadeep Sarkar , Matthaios Olma , Manos Athanassoulis

There have been many recent studies on sequential pattern mining. The sequential pattern mining on progressive databases is relatively very new, in which we progressively discover the sequential patterns in period of interest. Period of…

数据库 · 计算机科学 2010-07-15 B. N. Keshavamurthy , Mitesh Sharma , Durga Toshniwal

With the rapid development of mobile computing and Web services, a huge amount of data with spatial and temporal information have been collected everyday by smart mobile terminals, in which an object is described by its spatial information…

数据库 · 计算机科学 2018-05-15 Jun Long , Lei Zhu , Chengyuan Zhang , Shuangqiao Lin , Zhan Yang , Xinpan Yuan

Decision tree algorithms have been among the most popular algorithms for interpretable (transparent) machine learning since the early 1980's. The problem that has plagued decision tree algorithms since their inception is their lack of…

机器学习 · 计算机科学 2023-09-28 Xiyang Hu , Cynthia Rudin , Margo Seltzer

We suggest a new non-recursive algorithm for constructing a binary search tree given an array of numbers. The algorithm has $O(N)$ time and $O(1)$ memory complexity if the given array of $N$ numbers is sorted. The resulting tree is of…

数据结构与算法 · 计算机科学 2022-07-20 Pavel S. Ruzankin

This paper studies the \emph{subset sampling} problem. The input is a set $\mathcal{S}$ of $n$ records together with a function $\textbf{p}$ that assigns each record $v\in\mathcal{S}$ a probability $\textbf{p}(v)$. A query returns a random…

数据结构与算法 · 计算机科学 2023-07-24 Jinchao Huang , Sibo Wang