English

Surfing: Iterative optimization over incrementally trained deep networks

Machine Learning 2019-07-23 v1 Machine Learning

Abstract

We investigate a sequential optimization procedure to minimize the empirical risk functional fθ^(x)=12Gθ^(x)y2f_{\hat\theta}(x) = \frac{1}{2}\|G_{\hat\theta}(x) - y\|^2 for certain families of deep networks Gθ(x)G_{\theta}(x). The approach is to optimize a sequence of objective functions that use network parameters obtained during different stages of the training process. When initialized with random parameters θ0\theta_0, we show that the objective fθ0(x)f_{\theta_0}(x) is "nice'' and easy to optimize with gradient descent. As learning is carried out, we obtain a sequence of generative networks xGθt(x)x \mapsto G_{\theta_t}(x) and associated risk functions fθt(x)f_{\theta_t}(x), where tt indicates a stage of stochastic gradient descent during training. Since the parameters of the network do not change by very much in each step, the surface evolves slowly and can be incrementally optimized. The algorithm is formalized and analyzed for a family of expansive networks. We call the procedure {\it surfing} since it rides along the peak of the evolving (negative) empirical risk function, starting from a smooth surface at the beginning of learning and ending with a wavy nonconvex surface after learning is complete. Experiments show how surfing can be used to find the global optimum and for compressed sensing even when direct gradient descent on the final learned network fails.

Keywords

Cite

@article{arxiv.1907.08653,
  title  = {Surfing: Iterative optimization over incrementally trained deep networks},
  author = {Ganlin Song and Zhou Fan and John Lafferty},
  journal= {arXiv preprint arXiv:1907.08653},
  year   = {2019}
}
R2 v1 2026-06-23T10:25:35.201Z