← Search

Guy Lorberbom

5 accepted papers

2024

Layer Collaboration in the Forward-Forward Algorithm

AAAI 2024technical

Backpropagation, which uses the chain rule, is the de-facto standard algorithm for optimizing neural networks nowadays. Recently, Hinton (2022) proposed the forward-forward algorithm, a promising alternative that optimizes neural nets layer-by-layer, without propagating gradients throughout the netw…

Cited by 9SourcePDFScholar
2021

Learning Generalized Gumbel-max Causal Mechanisms

NeurIPS 2021spotlight

To perform counterfactual reasoning in Structural Causal Models (SCMs), one needs to know the causal mechanisms, which provide factorizations of conditional distributions into noise sources and deterministic functions mapping realizations of noise to samples. Unfortunately, the causal mechanism is n…

2020

Direct Policy Gradients: Direct Optimization of Policies in Discrete Action Spaces

NeurIPS 2020poster

Direct optimization (McAllester et al., 2010; Song et al., 2016) is an appealing framework that replaces integration with optimization of a random objective for approximating gradients in models with discrete random variables (Lorberbom et al., 2018). A* sampling (Maddison et al., 2014) is a framew…

Cited by 11SourcePDFScholar
2019

Direct Optimization through $\arg \max$ for Discrete Variational Auto-Encoder

NeurIPS 2019poster

Reparameterization of variational auto-encoders with continuous random variables is an effective method for reducing the variance of their gradient estimates. In the discrete case, one can perform reparametrization using the Gumbel-Max trick, but the resulting objective relies on an $\arg \max$ oper…