Profile

Thibaut Boissin

PhD - Deep Learning

About Me

I like when elegant math turns into elegant code.

I train models with unusual designs — for robustness, privacy, or just curiosity.

Building robust, explainable, and efficient deep learning systems — one gradient at a time.

On the side, I build robots that sometimes work and always try their best.

Current Status

PhD student under the supervision of Mathieu Serrurier

Highlights & News

New Preprint: "Efficient Robust Conformal Prediction via Lipschitz-Bounded Networks"
New Preprint: "An Adaptive Orthogonal Convolution Scheme for Efficient and Flexible CNN Architectures"
2nd Place in Surgical Video Understanding Challenge (MICCAI2024) !
Accepted at ICLR: "Dp-sgd without clipping: The lipschitz neural network way"
Accepted at neurips: "On the explainable properties of 1-Lipschitz Neural Networks: An Optimal Transport Perspective"
Accepted at neurips: "Unlocking feature visualization for deep network with magnitude constrained optimizations"
Accepted at ICML 2023: "Robust one-class classification with signed distance function using 1-lipschitz neural networks"
Accepted at CVPR 2023: "Craft: Concept recursive activation factorization for explainability"
Published at NeurIPS 2022: "Pay attention to your loss: understanding misconceptions about lipschitz neural networks"
Accepted at CVPR 2021: "Achieving robustness in classification using optimal transport with hinge regularization"
See More Highlights
PhD in progress | Epoch 1/3 | Batch 0/1250 | Loss: 3.4567
Training...

Research Projects

Protein Structure

Orthogonium: Improved implementations of orthogonal layers

From GANs to RNN and robust network, orthogonal layers are a powerful tool. This library aims to centralize, standardize and improve methods to build orthogonal layers, with a focus on convolutional layers . We noticed that a layer's implementation play a significant role in the final performance : a more efficient implementation allows larger networks and more training steps within the same compute budget. So our implementation differs from original papers in order to be faster, to consume less memory or be more flexible.

pytorch constrained learning pip package
View on GitHub
Genomics

An Adaptive Orthogonal Convolution Scheme for Efficient and Flexible CNN Architectures

Did you know you can merge two consecutive convolutions directly from their kernels? 🔳 Block convolution makes it possible. And now large-scale orthogonal convolution is within reach: meet AOC, a scalable method that preserves stability with strides, dilations, transpose and group convs. It opens new design space for state-space models, adversarial robustness, normalizing flows, Lipschitz network and more.

Convolution arithmetics Certifiable robustness 1-Lipschitz networks
Read Paper
Surgical Visual Understanding Challenge

SurgVU - Surgical Visual Understanding

This challenge, part of the EndoVis event at MICCAI 2024 in Marrakesh, Morocco, invited the participant to develop machine learning models that can detect and track surgical context from endoscopic videos. Participants were tasked to segment videos into distinct surgical steps. This challenge demonstrated transformative potential for improving surgical performance assessments and optimizing operating room resource planning.

MICCAI 2024 EndoVis Surgical Data Science Video Analysis
View Challenge Details
DP-SGD and Lipschitz Networks

Dp-sgd without clipping: The Lipschitz Neural Network Way

This work introduces a novel approach to training Differentially Private Deep Neural Networks. By leveraging Lipschitz constrained networks instead of per-sample gradient clipping, the method provides tight sensitivity bounds, enhances gradient-to-noise ratios, and delivers privacy guarantees while reducing computational and memory costs.

ICML 2024 Differential Privacy 1-Lipschitz Networks DP-SGD
Read Paper
Feature Visualization

Unlocking Feature Visualization for Deep Networks

Introducing MACO—a novel approach that optimizes solely an image's phase spectrum while keeping its magnitude constant, ensuring the generated explanations lie in the space of natural images. This method unlocks efficient and interpretable feature visualizations for state-of-the-art neural networks, incorporates an attribution mechanism for spatial importance, and introduces new evaluation metrics: transferability, plausibility, and alignment with natural images.

NeurIPS 2023 Feature Visualization Explainable AI
Read Paper
1-Lipschitz Neural Networks: An Optimal Transport Perspective

On the explainable properties of 1-Lipschitz Neural Networks: An Optimal Transport Perspective

This work explores the explainability of 1-Lipschitz neural networks trained with the dual loss of an optimal transportation problem. It demonstrates that the saliency maps generated by these networks are highly concentrated on essential image regions, exhibit low noise, and outperform state-of-the-art explanation methods. Moreover, the gradients provide insights into adversarial attacks and counterfactual explanations, aligning exceptionally well with human interpretations on ImageNet.

NeurIPS 2023 1-Lipschitz Networks Optimal Transport Explainable AI
Read Paper

Personal Projects

Quadripod Robot

Quadripod Robot

All the files to build a quadripod, including 3D models, PCB Eagle files, and ROS code. This project also features tutorials for installing ROS on a Raspberry Pi Zero and joystick-based teleoperation.

View Project →
Toulouse Robot Race Logo

Toulouse Robot Race

The Toulouse Robot Race is a fun and friendly robotics competition where participants design and build small autonomous robots to complete various challenges. Robots race against time in a 25 meters circuit. Open to students, hobbyists, and professionals, the race is all about creativity, experimentation, and having a blast with robotics.

men gymnastics high bar exercise

Gymnastics

I also perform Gymnastics at a national level. Even if I did not make it to the top, I am proud to still be able to compete at this level aside a demanding job. And the adventure keeps going!

© 2025 Thibaut Boissin. All rights reserved.

Built with HTML, CSS, and JavaScript