← Search

Audrey Durand

10 accepted papers

2026

Robust Fine-Tuning from Non-Robust Pretrained Models: Mitigating Suboptimal Transfer With Epsilon-Scheduling

ICLR 2026poster

Fine-tuning pretrained models is a standard and effective workflow in modern machine learning. However, robust fine-tuning (RFT), which aims to simultaneously achieve adaptation to a downstream task and robustness to adversarial examples, remains challenging. Despite the abundance of non-robust pret…

Cited by 0SourcecodeScholar
2023

Latent Space Evolution under Incremental Learning with Concept Drift (Student Abstract)

AAAI 2023technical

This work investigates the evolution of latent space when deep learning models are trained incrementally in non-stationary environments that stem from concept drift. We propose a methodology for visualizing the incurred change in latent representations. We further show that classes not targeted by c…

Cited by 0SourcePDFScholar
2020

Handling Black Swan Events in Deep Learning with Diversely Extrapolated Neural Networks

IJCAI 2020poster

By virtue of their expressive power, neural networks (NNs) are well suited to fitting large, complex datasets, yet they are also known to produce similar predictions for points outside the training distribution. As such, they are, like humans, under the influence of the Black Swan theory: models…

2020

Old Dog Learns New Tricks: Randomized UCB for Bandit Problems

AISTATS 2020poster

We propose RandUCB, a bandit strategy that uses theoretically derived confidence intervals similar to upper confidence bound (UCB) algorithms, but akin to Thompson sampling (TS), uses randomization to trade off exploration and exploitation. In the $K$-armed bandit setting, we show that there are inf…

2019

Leveraging exploration in off-policy algorithms via normalizing flows

CoRL 2019

The ability to discover approximately optimal policies in domains with sparse rewards is crucial to applying reinforcement learning (RL) in many real-world scenarios. Approaches such as neural density models and continuous exploration (e.g., Go-Explore) have been proposed to maintain the high explor

2018

Temporal Regularization for Markov Decision Process

NeurIPS 2018poster

Several applications of Reinforcement Learning suffer from instability due to high variance. This is especially prevalent in high dimensional domains. Regularization is a commonly used technique in machine learning to reduce variance, at the cost of introducing some bias. Most existing regularizatio…