中文
相关论文

相关论文: A Sparse Johnson--Lindenstrauss Transform

200 篇论文

Large pre-trained transformers have revolutionized artificial intelligence across various domains, and fine-tuning remains the dominant approach for adapting these models to downstream tasks due to the cost of training from scratch.…

计算机视觉与模式识别 · 计算机科学 2025-07-16 Wei Chen , Jingxi Yu , Zichen Miao , Qiang Qiu

In this paper, we consider the extensively studied problem of computing a $k$-sparse approximation to the $d$-dimensional Fourier transform of a length $n$ signal. Our algorithm uses $O(k \log k \log n)$ samples, is dimension-free, operates…

数据结构与算法 · 计算机科学 2019-09-26 Vasileios Nakos , Zhao Song , Zhengyu Wang

Clark Hash is a small method for storing neural embeddings in less space. It normalizes each database vector, applies a deterministic sparse signed Johnson-Lindenstrauss projection, clips the result, and stores a fixed-width…

人工智能 · 计算机科学 2026-05-28 Stanislav Kirdey , Clark Labs Inc

We examine a class of embeddings based on structured random matrices with orthogonal rows which can be applied in many machine learning applications including dimensionality reduction and kernel approximation. For both the…

机器学习 · 统计学 2018-09-05 Krzysztof Choromanski , Mark Rowland , Adrian Weller

High-dimensional linear regression model is the most popular statistical model for high-dimensional data, but it is quite a challenging task to achieve a sparse set of regression coefficients. In this paper, we propose a simple heuristic…

机器学习 · 计算机科学 2022-11-29 Xue Yu , Yifan Sun , Haijun Zhou

We present a novel algorithm, named the 2D-FFAST, to compute a sparse 2D-Discrete Fourier Transform (2D-DFT) featuring both low sample complexity and low computational complexity. The proposed algorithm is based on mixed concepts from…

信息论 · 计算机科学 2015-09-22 Frank Ong , Sameer Pawar , Kannan Ramchandran

The performance of machine learning and pattern recognition algorithms generally depends on data representation. That is why, much of the current effort in performing machine learning algorithms goes into the design of preprocessing…

机器学习 · 计算机科学 2025-10-28 Fadi Dornaika , Ahmad Khoder , Abdelmalik Moujahid , Wassim Khoder

We consider online change detection of high dimensional data streams with sparse changes, where only a subset of data streams can be observed at each sensing time point due to limited sensing capacities. On the one hand, the detection…

机器学习 · 统计学 2020-09-23 Jie Guo , Hao Yan , Chen Zhang , Steven Hoi

Dantzig Selector (DS) is widely used in compressed sensing and sparse learning for feature selection and sparse signal recovery. Since the DS formulation is essentially a linear programming optimization, many existing linear programming…

机器学习 · 计算机科学 2018-11-05 Bo Liu , Luwan Zhang , Ji Liu

Probabilistic proofs of the Johnson-Lindenstrauss lemma imply that random projection can reduce the dimension of a data set and approximately preserve pairwise distances. If a distance being approximately preserved is called a success, and…

统计理论 · 数学 2024-07-15 Jason Bernstein , Alec M. Dunton , Benjamin W. Priest

The $l_2$ flattening lemma of Johnson and Lindenstrauss [JL84] is a powerful tool for dimension reduction. It has been conjectured that the target dimension bounds can be refined and bounded in terms of the intrinsic dimensionality of the…

计算几何 · 计算机科学 2015-06-09 Lee-Ad Gottlieb , Robert Krauthgamer

Extraction of low-dimensional latent space from high-dimensional observation data is essential to construct a real-time robot controller with a world model on the extracted latent space. However, there is no established method for tuning…

机器学习 · 计算机科学 2023-07-04 Taisuke Kobayashi , Ryoma Watanuki

For a matrix $A\in \mathbb{R}^{n\times d}$ with $n\geq d$, we consider the dual problems of $\min \|Ax-b\|_p^p, \, b\in \mathbb{R}^n$ and $\min_{A^\top x=b} \|x\|_p^p,\, b\in \mathbb{R}^d$. We improve the runtimes for solving these problems…

数据结构与算法 · 计算机科学 2021-11-22 Mehrdad Ghadiri , Richard Peng , Santosh S. Vempala

The rise of internet has resulted in an explosion of data consisting of millions of articles, images, songs, and videos. Most of this data is high dimensional and sparse. The need to perform an efficient search for similar objects in such…

数据结构与算法 · 计算机科学 2016-12-20 Raghav Kulkarni , Rameshwar Pratap

We propose a pivotal method for estimating high-dimensional sparse linear regression models, where the overall number of regressors $p$ is large, possibly much larger than $n$, but only $s$ regressors are significant. The method is a…

统计方法学 · 统计学 2015-03-17 Alexandre Belloni , Victor Chernozhukov , Lie Wang

This paper designs and evaluates a practical algorithm, called practical recursive projected compressive sensing (Prac-ReProCS), for recovering a time sequence of sparse vectors $S_t$ and a time sequence of dense vectors $L_t$ from their…

信息论 · 计算机科学 2015-06-17 Han Guo , Chenlu Qiu , Namrata Vaswani

To the best of our knowledge, there are no methods today for training differentially private regression models on sparse input data. To remedy this, we adapt the Frank-Wolfe algorithm for $L_1$ penalized linear regression to be aware of…

机器学习 · 计算机科学 2023-11-01 Edward Raff , Amol Khanna , Fred Lu

Explicitly or implicitly, most of dimensionality reduction methods need to determine which samples are neighbors and the similarity between the neighbors in the original highdimensional space. The projection matrix is then learned on the…

计算机视觉与模式识别 · 计算机科学 2017-09-12 Yanwei Pang , Bo Zhou , Feiping Nie

A refinement of so-called fast Johnson-Lindenstrauss transform, due to Ailon and Chazelle (2006), and Matou\v{s}ek (2008), is proposed. While it preserves the time efficiency and simplicity of implementation of the original construction, it…

概率论 · 数学 2012-11-09 Paweł Wolff

Given an arbitrary matrix $A\in\mathbb{R}^{n\times n}$, we consider the fundamental problem of computing $Ax$ for any $x\in\mathbb{R}^n$ such that $Ax$ is $s$-sparse. While fast algorithms exist for particular choices of $A$, such as the…

计算复杂性 · 计算机科学 2021-05-14 Tim Fuchs , David Gross , Felix Krahmer , Richard Kueng , Dustin G. Mixon