paper-with-me

Papers

Simple Linear Neuron Boosting

2025-02-03 · Daniel Munoz

Given a differentiable network architecture and loss function, we revisit optimizing the network's neurons in function space using Boosted Backpropagation (Grubb & Bagnell, 2010), in contrast to optimizing in parameter space. From this perspective, we reduce descent in the space of linear functions that optimizes the network's backpropagated-errors to a preconditioned gradient descent algorithm. We show that this preconditioned update rule is equivalent to reparameterizing the network to whiten each neuron's features, with the benefit that the normalization occurs outside of inference. In practice, we use this equivalence to construct an online estimator for approximating the preconditioner and we propose an online, matrix-free learning algorithm with adaptive step sizes. The algorithm is applicable whenever autodifferentiation is available, including convolutional networks and transformers, and it is simple to implement for both the local and distributed training settings. We demonstrate fast convergence both in terms of epochs and wall clock time on a variety of tasks and networks.

📄 PDF Abstract BibTeX arXiv:2502.01131

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tensor decomposition of higher-order correlations by nonlinear Hebbian plasticity

2021-06-29 · Gabriel Koch Ocker, Michael A. Buice

Biological synaptic plasticity exhibits nonlinearities that are not accounted for by classic Hebbian learning rules. Here, we introduce a simple family of generalized nonlinear Hebbian learning rules. We study the comput…

Tensor Decomposition

Tensor decompositions of higher-order correlations by nonlinear Hebbian plasticity

2021-12-01 · NeurIPS 2021 12 · Gabriel Ocker, Michael Buice

Biological synaptic plasticity exhibits nonlinearities that are not accounted for by classic Hebbian learning rules. Here, we introduce a simple family of generalized nonlinear Hebbian learning rules. We study the comput…

Tensor decompositions of higher-order correlations by nonlinear Hebbian plasticity

2021-05-21 · NeurIPS 2021 12 · Gabriel Koch Ocker, Michael A Buice

Biological synaptic plasticity exhibits nonlinearities that are not accounted for by classic Hebbian learning rules. Here, we introduce a simple family of generalized nonlinear Hebbian learning rules. We study the comput…

Behavior of linear L2-boosting algorithms in the vanishing learning rate asymptotic

2020-12-29 · Clément Dombry, Youssef Esstafa

We investigate the asymptotic behaviour of gradient boosting algorithms when the learning rate converges to zero and the number of iterations is rescaled accordingly. We mostly consider L2-boosting for regression with li…

Linear Independence of Generalized Neurons and Related Functions

2024-09-22 · Leyang Zhang

The linear independence of neurons plays a significant role in theoretical analysis of neural networks. Specifically, given neurons $H_1, ..., H_n: \bR^N \times \bR^d \to \bR$, we are interested in the following question…