paper-with-me

홈 › Papers

Plug-and-play dual-tree algorithm runtime analysis

2015-01-21 · Ryan R. Curtin, Dongryeol Lee, William B. March, Parikshit Ram

Numerous machine learning algorithms contain pairwise statistical problems at their core---that is, tasks that require computations over all pairs of input points if implemented naively. Often, tree structures are used to solve these problems efficiently. Dual-tree algorithms can efficiently solve or approximate many of these problems. Using cover trees, rigorous worst-case runtime guarantees have been proven for some of these algorithms. In this paper, we present a problem-independent runtime guarantee for any dual-tree algorithm using the cover tree, separating out the problem-dependent and the problem-independent elements. This allows us to just plug in bounds for the problem-dependent elements to get runtime guarantees for dual-tree algorithms for any pairwise statistical problem without re-deriving the entire proof. We demonstrate this plug-and-play procedure for nearest-neighbor search and approximate kernel density estimation to get improved runtime guarantees. Under mild assumptions, we also present the first linear runtime guarantee for dual-tree based range search.

📄 PDF Abstract BibTeX arXiv:1501.05222

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

Dual-tree $k$-means with bounded iteration runtime

2016-01-14 · Ryan R. Curtin

k-means is a widely used clustering algorithm, but for $k$ clusters and a dataset size of $N$, each iteration of Lloyd's algorithm costs $O(kN)$ time. Although there are existing techniques to accelerate single Lloyd ite…

Clustering

Relational Boosted Regression Trees

2021-07-25 · Sonia Cromp, Alireza Samadian, Kirk Pruhs

Many tasks use data housed in relational databases to train boosted regression tree models. In this paper, we give a relational adaptation of the greedy algorithm for training boosted regression trees. For the subproblem…

regression

Fast tree skeleton extraction using voxel thinning based on tree point cloud

2021-10-18 · Jingqian Sun, Pei Wang, Ronghao Li, Mei Zhou

Tree skeleton plays an important role in tree structure analysis, forest inventory and ecosystem monitoring. However, it is a challenge to extract a skeleton from a tree point cloud with complex branches. In this paper, …

SMART: When is it Actually Worth Expanding a Speculative Tree?

2026-04-09 · Lifu Wang, Pan Zhou arxiv

Tree-based speculative decoding accelerates autoregressive generation by verifying a branching tree of draft tokens in a single target-model forward pass. However, existing methods prioritize maximizing token-level likel…

Dashed Line Defense: Plug-And-Play Defense Against Adaptive Score-Based Query Attacks

2026-02-09 · Yanzhang Fu, Zizheng Guo, Jizhou Luo arxiv

Score-based query attacks pose a serious threat to deep learning models by crafting adversarial examples (AEs) using only black-box access to model output scores, iteratively optimizing inputs based on observed loss valu…