← Search

Tamir Hazan

23 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
2023

Learning Constrained Structured Spaces with Application to Multi-Graph Matching

AISTATS 2023poster

Multi-graph matching is a prominent structured prediction task, in which the predicted label is constrained to the space of cycle-consistent matchings. While direct loss minimization is an effective method for learning predictors over structured label spaces, it cannot be applied efficiently to the…

2022

A Functional Information Perspective on Model Interpretation

ICML 2022spotlight

Contemporary predictive models are hard to interpret as their deep nets exploit numerous complex relations between input elements. This work suggests a theoretical framework for model interpretability by measuring the contribution of relevant features to the functional entropy of the network with re…

2022

Dual Decomposition of Convex Optimization Layers for Consistent Attention in Medical Images

ICML 2022spotlight

A key concern in integrating machine learning models in medicine is the ability to interpret their reasoning. Popular explainability methods have demonstrated satisfactory results in natural image recognition, yet in medical image analysis, many of these approaches provide partial and noisy explanat…

2022

Learning Discrete Structured Variational Auto-Encoder using Natural Evolution Strategies

ICLR 2022poster

Discrete variational auto-encoders (VAEs) are able to represent semantic latent spaces in generative learning. In many real-life settings, the discrete latent space consists of high-dimensional structures, and propagating gradients through the relevant structures often requires enumerating over an e…

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…

2021

Learning Randomly Perturbed Structured Predictors for Direct Loss Minimization

ICML 2021spotlight

Direct loss minimization is a popular approach for learning predictors over structured label spaces. This approach is computationally appealing as it replaces integration with optimization and allows to propagate gradients in a deep net using loss-perturbed prediction. Recently, this technique was e…

2021

Optimizing Memory Placement using Evolutionary Graph Reinforcement Learning

ICLR 2021poster

For deep neural network accelerators, memory movement is both energetically expensive and can bound computation. Therefore, optimal mapping of tensors to memory hierarchies is critical to performance. The growing complexity of neural networks calls for automated memory mapping instead of manual heur…

Cited by 14SourcePDFScholar
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
2020

Removing Bias in Multi-modal Classifiers: Regularization by Maximizing Functional Entropies

NeurIPS 2020poster

Many recent datasets contain a variety of different data modalities, for instance, image, question, and answer data in visual question answering (VQA). When training deep net classifiers on those multi-modal datasets, the modalities get exploited at different scales, i.e., some modalities can more e…

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…

2017

High-Order Attention Models for Visual Question Answering

NeurIPS 2017poster

The quest for algorithms that enable cognitive abilities is an important part of machine learning. A common trait in many recently investigated cognitive-like tasks is that they take into account different data modalities, such as visual and textual input. In this paper we propose a novel and gene…