paper-with-me

Papers

On Lazy Training in Differentiable Programming

2018-12-19 · NeurIPS 2019 12 · Lenaic Chizat, Edouard Oyallon, Francis Bach

In a series of recent theoretical works, it was shown that strongly over-parameterized neural networks trained with gradient-based methods could converge exponentially fast to zero training loss, with their parameters hardly varying. In this work, we show that this "lazy training" phenomenon is not specific to over-parameterized neural networks, and is due to a choice of scaling, often implicit, that makes the model behave as its linearization around the initialization, thus yielding a model equivalent to learning with positive-definite kernels. Through a theoretical analysis, we exhibit various situations where this phenomenon arises in non-convex optimization and we provide bounds on the distance between the lazy and linearized optimization paths. Our numerical experiments bring a critical note, as we observe that the performance of commonly used non-linear deep convolutional neural networks in computer vision degrades when trained in the lazy regime. This makes it unlikely that "lazy training" is behind the many successes of neural networks in difficult high dimensional tasks.

📄 PDF Abstract BibTeX arXiv:1812.07956

Code (1)

edouardoyallon/lazy-training-CNN 공식 구현 pytorch

Similar Papers 제목 키워드 기반

LazyPPL: laziness and types in non-parametric probabilistic programs

2021-10-08 · NeurIPS Workshop AIPLANS 2021 12 · Hugo Paquet, Sam Staton

We introduce LazyPPL, a prototype probabilistic programming library for Haskell. The library emphasises the clarifying power of types, and the connection between non-parametric, stochastic processes and lazy (call by nee…

ClusteringGaussian ProcessesPoint ProcessesProbabilistic Programming

Lazy Factored Inference for Functional Probabilistic Programming

2015-09-11 · Avi Pfeffer, Brian Ruttenberg, Amy Sliva, Michael Howard 외

Probabilistic programming provides the means to represent and reason about complex probabilistic models using programming language constructs. Even simple probabilistic programs can produce models with infinitely many va…

Probabilistic Programming

Lazy Explanation-Based Approximation for Probabilistic Logic Programming

2015-07-10 · Joris Renkens, Angelika Kimmig, Luc De Raedt

We introduce a lazy approach to the explanation-based approximation of probabilistic logic programs. It uses only the most significant part of the program when searching for explanations. The result is a fast and anytime…

NeSyCat Torch: A Differentiable Tensor Implementation of Categorical Semantics for Neurosymbolic Learning

2026-06-17 · Daniel Romero Schellhorn, Till Mossakowski, Björn Gehrke arxiv

Neurosymbolic semantics is fragmented: classical, fuzzy, probabilistic and neural systems each define truth by their own inductive rules. NeSyCat, extending ULLER, subsumes them under a single inductive definition of tru…

Degrees of Laziness in Grounding: Effects of Lazy-Grounding Strategies on ASP Solving

2019-03-29 · Richard Taupe, Antonius Weinzierl, Gerhard Friedrich

The traditional ground-and-solve approach to Answer Set Programming (ASP) suffers from the grounding bottleneck, which makes large-scale problem instances unsolvable. Lazy grounding is an alternative approach that interl…