← Search

Giancarlo Kerg

4 accepted papers

2022

Continuous-Time Meta-Learning with Forward Mode Differentiation

ICLR 2022spotlight

Drawing inspiration from gradient-based meta-learning methods with infinitely small gradient steps, we introduce Continuous-Time Meta-Learning (COMLN), a meta-learning algorithm where adaptation follows the dynamics of a gradient vector field. Specifically, representations of the inputs are meta-lea…

Cited by 26SourcePDFScholar
2020

Untangling tradeoffs between recurrence and self-attention in artificial neural networks

NeurIPS 2020poster

Attention and self-attention mechanisms, are now central to state-of-the-art deep learning on sequential tasks. However, most recent progress hinges on heuristic approaches with limited understanding of attention's role in model optimization and computation, and rely on considerable memory and compu…

2019

Non-normal Recurrent Neural Network (nnRNN): learning long time dependencies while improving expressivity with transient dynamics

NeurIPS 2019poster

A recent strategy to circumvent the exploding and vanishing gradient problem in RNNs, and to allow the stable propagation of signals over long time scales, is to constrain recurrent connectivity matrices to be orthogonal or unitary. This ensures eigenvalues with unit norm and thus stable dynamics an…

2019

h-detach: Modifying the LSTM Gradient Towards Better Optimization

ICLR 2019poster

Recurrent neural networks are known for their notorious exploding and vanishing gradient problem (EVGP). This problem becomes more evident in tasks where the information needed to correctly solve them exist over long time scales, because EVGP prevents important gradient components from being back-pr…