paper-with-me

Papers

Spectral Smoothing via Random Matrix Perturbations

2015-07-10 · Jacob Abernethy, Chansoo Lee, Ambuj Tewari

We consider stochastic smoothing of spectral functions of matrices using perturbations commonly studied in random matrix theory. We show that a spectral function remains spectral when smoothed using a unitarily invariant perturbation distribution. We then derive state-of-the-art smoothing bounds for the maximum eigenvalue function using the Gaussian Orthogonal Ensemble (GOE). Smoothing the maximum eigenvalue function is important for applications in semidefinite optimization and online learning. As a direct consequence of our GOE smoothing results, we obtain an $O((N \log N)^{1/4} \sqrt{T})$ expected regret bound for the online variance minimization problem using an algorithm that performs only a single maximum eigenvector computation per time step. Here $T$ is the number of rounds and $N$ is the matrix dimension. Our algorithm and its analysis also extend to the more general online PCA problem where the learner has to output a rank $k$ subspace. The algorithm just requires computing $k$ maximum eigenvectors per step and enjoys an $O(k (N \log N)^{1/4} \sqrt{T})$ expected regret bound.

📄 PDF Abstract BibTeX arXiv:1507.03032

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Generalizing Gaussian Smoothing for Random Search

2022-11-27 · Katelyn Gao, Ozan Sener

Gaussian smoothing (GS) is a derivative-free optimization (DFO) algorithm that estimates the gradient of an objective using perturbations of the current parameters sampled from a standard normal distribution. We generali…

Variational Randomized Smoothing for Sample-Wise Adversarial Robustness

2024-07-16 · Ryo Hase, Ye Wang, Toshiaki Koike-Akino, Jing Liu 외

Randomized smoothing is a defensive technique to achieve enhanced robustness against adversarial examples which are small input perturbations that degrade the performance of neural network models. Conventional randomized…

Adversarial Robustness

Certified Adversarial Robustness via Randomized Smoothing

2019-02-08 · Jeremy M Cohen, Elan Rosenfeld, J. Zico Kolter

We show how to turn any classifier that classifies well under Gaussian noise into a new classifier that is certifiably robust to adversarial perturbations under the $\ell_2$ norm. This "randomized smoothing" technique ha…

Adversarial DefenseAdversarial RobustnessRobust classification

Provably Cost-Sensitive Adversarial Defense via Randomized Smoothing

2023-10-12 · Yuan Xin, Dingfan Chen, Michael Backes, Xiao Zhang

As ML models are increasingly deployed in critical applications, robustness against adversarial perturbations is crucial. While numerous defenses have been proposed to counter such attacks, they typically assume that all…

Adversarial Defense

Randomized Smoothing of All Shapes and Sizes

2020-02-19 · ICML 2020 1 · Greg Yang, Tony Duan, J. Edward Hu, Hadi Salman 외

Randomized smoothing is the current state-of-the-art defense with provable robustness against $\ell_2$ adversarial attacks. Many works have devised new randomized smoothing schemes for other metrics, such as $\ell_1$ or …

All