6b6bcdf8bf8a1ebc.tex
1: \begin{abstract}
2:     In this paper, we present  \gls{lfp}, a novel training approach for neural-network-like predictors that utilizes explainability, specifically \gls{lrp}, to assign rewards to individual connections based on their respective contributions to solving a given task. This differs from traditional gradient descent, which updates parameters towards an estimated loss minimum.
3:     \gls{lfp} distributes a reward signal throughout the model without the need for gradient computations. It then strengthens structures that receive positive feedback while reducing the influence of structures that receive negative feedback. We establish the convergence of \gls{lfp} theoretically and empirically, and demonstrate its effectiveness in achieving comparable performance to gradient descent on various models and datasets. Notably, \gls{lfp} overcomes certain limitations associated with gradient-based methods, such as reliance on meaningful derivatives.
4:     We further investigate how the different \gls{lrp}-rules can be extended to \gls{lfp}, what their effects are on training, as well as potential applications, such as training models with no meaningful derivatives, e.g., step-function activated \glspl{snn}, or for transfer learning, to efficiently utilize existing knowledge.
5: \end{abstract}
6: