Table des matières

Dounia Lakhmiri

PhD candidate in mathematics, specialized in derivative-free optimization and machine learning. My main focus during this Ph.D is to apply a derivative-free approach for solving common problems in deep learning such as the neural architecture search and the hyperparameter optimization problems.

I started my PhD in January 2017 at Polytechnique Montréal under the supervision of Prof. Sébastien Le Digabel

Contact : dounia.lakhmiri@polymtl.ca

Abstract: The performance of deep neural networks is highly sensitive to the choice of the hyperparameters that define the structure of the network and the learning process. When facing a new application, tuning a deep neural network is a tedious and time consuming process that is often described as a ``dark art''. This explains the necessity of automating the calibration of these hyperparameters. Derivative-free optimization is a field that develops methods designed to optimize time consuming functions without relying on derivatives. This work introduces the HyperNOMAD package, an extension of the NOMAD software that applies the MADS algorithm to simultaneously tune the hyperparameters responsible for both the architecture and the learning process of a deep neural network (DNN), and that allows for an important flexibility in the exploration of the search space by taking advantage of categorical variables. This new approach is tested on the MNIST and CIFAR-10 data sets and achieves results comparable to the current state of the art.

The manuscript can be found here HyperNOMAD_paper

The code of package can be found here HyperNOMAD_codes

Tuning a variational autoencoder for data accountability problem in the Mars Science Laboratory ground data system

Abstract: The Mars Curiosity rover is frequently sending back telemetry data that goes through a pipeline of systems before reaching its final destination at the Mars science laboratory making it prone to volume loss and data corruption. A ground data system analysis (GDSA) team is charged with the monitoring of this flow of information and the detection of the anomalous data in order to request a re-transmission when necessary. This work presents a derivative-free optimization method for tuning the architecture and hyperparameters of a variational autoencoder trained to detect the data with missing patches in order to assist the GDSA team in their mission.

The manuscript can be found here Tuning VAE

Hyperparameter optimization under constraints

Meetings