← Search

Bart van Merrienboer

4 accepted papers

2023

In Search for a Generalizable Method for Source Free Domain Adaptation

ICML 2023poster

Source-free domain adaptation (SFDA) is compelling because it allows adapting an off-the-shelf model to a new domain using only unlabelled data. In this work, we apply existing SFDA techniques to a challenging set of naturally-occurring distribution shifts in bioacoustics, which are very different f…

Cited by 19SourcePDFScholar
2022

GradMax: Growing Neural Networks using Gradient Information

ICLR 2022poster

The architecture and the parameters of neural networks are often optimized independently, which requires costly retraining of the parameters whenever the architecture is modified. In this work we instead focus on growing the architecture without requiring costly retraining. We present a method that…

2018

Automatic differentiation in ML: Where we are and where we should be going

NeurIPS 2018spotlight

We review the current state of automatic differentiation (AD) for array programming in machine learning (ML), including the different approaches such as operator overloading (OO) and source transformation (ST) used for AD, graph-based intermediate representations for programs, and source languages.…

2018

Tangent: Automatic differentiation using source-code transformation for dynamically typed array programming

NeurIPS 2018poster

The need to efficiently calculate first- and higher-order derivatives of increasingly complex models expressed in Python has stressed or exceeded the capabilities of available tools. In this work, we explore techniques from the field of automatic differentiation (AD) that can give researchers expres…