← Search

Francois Fleuret

22 accepted papers

2023

HyperMixer: An MLP-based Low Cost Alternative to Transformers

ACL 2023long

Transformer-based architectures are the model of choice for natural language understanding, but they come at a significant cost, as they have quadratic complexity in the input length, require a lot of training data, and can be difficult to tune. In the pursuit of lower costs, we investigate simple M…

2021

Rethinking the Role of Gradient-based Attribution Methods for Model Interpretability

ICLR 2021oral

Current methods for the interpretability of discriminative deep neural networks commonly rely on the model's input-gradients, i.e., the gradients of the output logits w.r.t. the inputs. The common assumption is that these input-gradients contain information regarding $p_{\theta} ( y\mid \mathbf{x} )…

2019

Learning an Event Sequence Embedding for Dense Event-Based Deep Stereo

ICCV 2019oral

Today, a frame-based camera is the sensor of choice for machine vision applications. However, these cameras, originally developed for acquisition of static images rather than for sensing of dynamic uncontrolled visual environments, suffer from high power consumption, data rate, latency and low dynam…

Cited by 112PDFcodeScholar
2018

Not All Samples Are Created Equal: Deep Learning with Importance Sampling

ICML 2018oral

Deep Neural Network training spends most of the computation on examples that are properly handled, and could be ignored. We propose to mitigate this phenomenon with a principled importance sampling scheme that focuses computation on "informative" examples, and reduces the variance of the stochastic…

2017

Social Scene Understanding: End-To-End Multi-Person Action Localization and Collective Activity Recognition

CVPR 2017oral

We present a unified framework for understanding human social behaviors in raw image sequences. Our model jointly detects multiple individuals, infers their social actions, and estimates the collective actions with a single feed-forward pass through a neural network. We propose a single architecture…

Cited by 296PDFScholar
2016

Importance Sampling Tree for Large-scale Empirical Expectation

ICML 2016poster

We propose a tree-based procedure inspired by the Monte-Carlo Tree Search that dynamically modulates an importance-based sampling to prioritize computation, while getting unbiased estimates of weighted sums. We apply this generic method to learning on very large training sets, and to the evaluation…