paper-with-me

Papers

Inverting the Leverage Score Gradient: An Efficient Approximate Newton Method

2024-08-21 · Chenyang Li, Zhao Song, Zhaoxing Xu, Junze Yin

Leverage scores have become essential in statistics and machine learning, aiding regression analysis, randomized matrix computations, and various other tasks. This paper delves into the inverse problem, aiming to recover the intrinsic model parameters given the leverage scores gradient. This endeavor not only enriches the theoretical understanding of models trained with leverage score techniques but also has substantial implications for data privacy and adversarial security. We specifically scrutinize the inversion of the leverage score gradient, denoted as $g(x)$. An innovative iterative algorithm is introduced for the approximate resolution of the regularized least squares problem stated as $\min_{x \in \mathbb{R}^d} 0.5 \|g(x) - c\|_2^2 + 0.5\|\mathrm{diag}(w)Ax\|_2^2$. Our algorithm employs subsampled leverage score distributions to compute an approximate Hessian in each iteration, under standard assumptions, considerably mitigating the time complexity. Given that a total of $T = \log(\| x_0 - x^* \|_2/ \epsilon)$ iterations are required, the cost per iteration is optimized to the order of $O( (\mathrm{nnz}(A) + d^{\omega} ) \cdot \mathrm{poly}(\log(n/\delta))$, where $\mathrm{nnz}(A)$ denotes the number of non-zero entries of $A$.

📄 PDF Abstract BibTeX arXiv:2408.11267

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How to Inverting the Leverage Score Distribution?

2024-04-21 · Zhihang Li, Zhao Song, Weixin Wang, Junze Yin 외

Leverage score is a fundamental problem in machine learning and theoretical computer science. It has extensive applications in regression analysis, randomized algorithms, and neural network inversion. Despite leverage sc…

Newton Nonholonomic Source Seeking for Distance-Dependent Maps

2023-07-21 · Velimir Todorovski, Miroslav Krstic

The topics of source seeking and Newton-based extremum seeking have flourished, independently, but never combined. We present the first Newton-based source seeking algorithm. The algorithm employs forward velocity tuning…

Optimizing Neural Networks with Kronecker-factored Approximate Curvature

2015-03-19 · James Martens, Roger Grosse

We propose an efficient method for approximating natural gradient descent in neural networks which we call Kronecker-Factored Approximate Curvature (K-FAC). K-FAC is based on an efficiently invertible approximation of a …

Stochastic Optimization

Approximate Newton policy gradient algorithms

2021-10-05 · Haoya Li, Samarth Gupta, HsiangFu Yu, Lexing Ying 외

Policy gradient algorithms have been widely applied to Markov decision processes and reinforcement learning problems in recent years. Regularization with various entropy functions is often used to encourage exploration a…

Revisiting Natural Gradient for Deep Networks

2013-01-16 · Razvan Pascanu, Yoshua Bengio

We evaluate natural gradient, an algorithm originally proposed in Amari (1997), for learning deep models. The contributions of this paper are as follows. We show the connection between natural gradient and three other re…