中文
相关论文

相关论文: Theoretical and Experimental Analysis of a Randomi…

200 篇论文

We study the algorithmic problem of sparse mean estimation in the presence of adversarial outliers. Specifically, the algorithm observes a \emph{corrupted} set of samples from $\mathcal{N}(\mu,\mathbf{I}_d)$, where the unknown mean $\mu \in…

数据结构与算法 · 计算机科学 2024-03-08 Ankit Pensia

This article characterizes the exact asymptotics of random Fourier feature (RFF) regression, in the realistic setting where the number of data samples $n$, their dimension $p$, and the dimension of feature space $N$ are all large and…

机器学习 · 统计学 2022-01-11 Zhenyu Liao , Romain Couillet , Michael W. Mahoney

Fourier transformations of pseudo-Boolean functions are popular tools for analyzing functions of binary sequences. Real-world functions often have structures that manifest in a sparse Fourier transform, and previous works have shown that…

信号处理 · 电气工程与系统科学 2023-01-18 Yigit Efe Erginbas , Justin Singh Kang , Amirali Aghazadeh , Kannan Ramchandran

In this paper, we derive a new reconstruction method for real non-harmonic Fourier sums, i.e., real signals which can be represented as sparse exponential sums of the form $f(t) = \sum_{j=1}^{K} \gamma_{j} \, \cos(2\pi a_{j} t + b_{j})$,…

数值分析 · 数学 2020-11-30 Markus Petz , Gerlind Plonka , Nadiia Derevianko

In recent years, a number of works have studied methods for computing the Fourier transform in sublinear time if the output is sparse. Most of these have focused on the discrete setting, even though in many applications the input signal is…

数据结构与算法 · 计算机科学 2016-09-06 Eric Price , Zhao Song

Computing Fourier transforms of k-sparse signals, where only k of N frequencies are non-zero, is fundamental in compressed sensing, radar, and medical imaging. While the Fast Fourier Transform (FFT) evaluates all N frequencies in $O(N \log…

信号处理 · 电气工程与系统科学 2026-04-22 Aaron R. Flouro , Shawn P. Chadwick

We consider the problem of computing the Walsh-Hadamard Transform (WHT) of some $N$-length input vector in the presence of noise, where the $N$-point Walsh spectrum is $K$-sparse with $K = {O}(N^{\delta})$ scaling sub-linearly in the input…

信息论 · 计算机科学 2015-08-27 Xiao Li , Joseph K. Bradley , Sameer Pawar , Kannan Ramchandran

Relative impulse responses between microphones are usually long and dense due to the reverberant acoustic environment. Estimating them from short and noisy recordings poses a long-standing challenge of audio signal processing. In this paper…

声音 · 计算机科学 2016-11-17 Zbynek Koldovsky , Jiri Malek , Sharon Gannot

This paper presents an enhanced adaptive random Fourier features (ARFF) training algorithm for shallow neural networks, building upon the work introduced in "Adaptive Random Fourier Features with Metropolis Sampling", Kammonen et al.,…

机器学习 · 计算机科学 2025-05-01 Aku Kammonen , Anamika Pandey , Erik von Schwerin , Raúl Tempone

In this paper we consider the special case where a discrete signal ${\bf x}$ of length N is known to vanish outside a support interval of length $m < N$. If the support length $m$ of ${\bf x}$ or a good bound of it is a-priori known we…

数值分析 · 数学 2016-10-03 Gerlind Plonka , Katrin Wannenwetsch

Decomposing a flow on a Directed Acyclic Graph (DAG) into a weighted sum of a small number of paths is an essential task in operations research and bioinformatics. This problem, referred to as Sparse Flow Decomposition (SFD), has gained…

最优化与控制 · 数学 2025-07-22 Mathieu Besançon

The method of random projection (RP) is the standard technique in machine learning and many other areas, for dimensionality reduction, approximate near neighbor search, compressed sensing, etc. Basically, RP provides a simple and effective…

机器学习 · 统计学 2021-02-26 Xiaoyun Li , Ping Li

Nonstationary signals are commonly analyzed and processed in the time-frequency (T-F) domain that is obtained by the discrete Gabor transform (DGT). The T-F representation obtained by DGT is spread due to windowing, which may degrade the…

信号处理 · 电气工程与系统科学 2021-05-10 Tsubasa Kusano , Kohei Yatabe , Yasuhiro Oikawa

Randomized algorithms for low-rank matrix approximation are investigated, with the emphasis on the fixed-precision problem and computational efficiency for handling large matrices. The algorithms are based on the so-called QB factorization,…

数值分析 · 数学 2018-02-13 Wenjian Yu , Yu Gu , Yaohang Li

Time-frequency (TF) representation of non-stationary signals typically requires the effective concentration of energy distribution along the instantaneous frequency (IF) ridge, which exhibits intrinsic sparsity. Inspired by the sparse…

信号处理 · 电气工程与系统科学 2025-01-15 Zongyue Yang , Baoqing Ding , Shibin Wang , Chuang Sun , Xuefeng Chen

Given a multiset $S$ of $n$ positive integers and a target integer $t$, the Subset Sum problem asks to determine whether there exists a subset of $S$ that sums up to $t$. The current best deterministic algorithm, by Koiliaris and Xu…

数据结构与算法 · 计算机科学 2020-01-03 Ce Jin , Hongxun Wu

Nonlinear sparse sensing (NSS) techniques have been adopted for realizing compressive sensing (CS) in many applications such as Radar imaging and sparse channel estimation. Unlike the NSS, in this paper, we propose an adaptive sparse…

信息论 · 计算机科学 2014-07-24 Guan Gui , Li Xu , Xiao-mei Zhu , Zhang-xin Chen

Machine learning and artificial intelligence algorithms typically require large amount of data for training. This means that for nonlinear aeroelastic applications, where small training budgets are driven by the high computational burden…

流体动力学 · 物理学 2024-07-12 Michael Candon , Errol Hale , Maciej Balajewicz , Arturo Delgado-Gutierrez , Pier Marzocca

Computing the Fourier transform of a $q$-ary function $f:\mathbb{Z}_{q}^n\rightarrow \mathbb{R}$, which maps $q$-ary sequences to real numbers, is an important problem in mathematics with wide-ranging applications in biology, signal…

计算复杂性 · 计算机科学 2025-08-05 Darin Tsui , Kunal Talreja , Amirali Aghazadeh

We design a new distribution over $\poly(r \eps^{-1}) \times n$ matrices $S$ so that for any fixed $n \times d$ matrix $A$ of rank $r$, with probability at least 9/10, $\norm{SAx}_2 = (1 \pm \eps)\norm{Ax}_2$ simultaneously for all $x \in…

数据结构与算法 · 计算机科学 2013-04-08 Kenneth L. Clarkson , David P. Woodruff