English

Minimizing Quadratic Functions in Constant Time

Machine Learning 2016-09-02 v1 Data Structures and Algorithms Machine Learning

Abstract

A sampling-based optimization method for quadratic functions is proposed. Our method approximately solves the following nn-dimensional quadratic minimization problem in constant time, which is independent of nn: z=minvRnv,Av+nv,diag(d)v+nb,vz^*=\min_{\mathbf{v} \in \mathbb{R}^n}\langle\mathbf{v}, A \mathbf{v}\rangle + n\langle\mathbf{v}, \mathrm{diag}(\mathbf{d})\mathbf{v}\rangle + n\langle\mathbf{b}, \mathbf{v}\rangle, where ARn×nA \in \mathbb{R}^{n \times n} is a matrix and d,bRn\mathbf{d},\mathbf{b} \in \mathbb{R}^n are vectors. Our theoretical analysis specifies the number of samples k(δ,ϵ)k(\delta, \epsilon) such that the approximated solution zz satisfies zz=O(ϵn2)|z - z^*| = O(\epsilon n^2) with probability 1δ1-\delta. The empirical performance (accuracy and runtime) is positively confirmed by numerical experiments.

Keywords

Cite

@article{arxiv.1608.07179,
  title  = {Minimizing Quadratic Functions in Constant Time},
  author = {Kohei Hayashi and Yuichi Yoshida},
  journal= {arXiv preprint arXiv:1608.07179},
  year   = {2016}
}

Comments

An extended abstract will appear in the proceedings of NIPS'16

R2 v1 2026-06-22T15:30:53.632Z