update resume

This commit is contained in:
Laureηt 2023-10-30 20:27:53 +01:00
parent 32b851fba3
commit c54d6fad1b
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
3 changed files with 41 additions and 27 deletions

5
src/resume/patents.bib Normal file
View file

@ -0,0 +1,5 @@
@patent{safran,
author = {Laurent Fainsin and Xavier Roynard and Michele Alessandro Bucci and Brian Staber},
title = {Latent Generative Models for Conditional 3D Unstructured Mesh Blade Design (patent pending)},
year = {2023}
}

View file

@ -77,6 +77,10 @@
\newcommand{\descript}[1]{
\color{subheadings}\raggedright\scshape\fontspec[Path = ../fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{13pt}\selectfont {#1 \\} \normalfont}
% Descriptors command
\newcommand{\descriptnonewline}[1]{
\color{subheadings}\raggedright\scshape\fontspec[Path = ../fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{13pt}\selectfont {#1} \normalfont}
% Location command
\newcommand{\location}[1]{
\color{headings}\raggedright\fontspec[Path = ../fonts/raleway/]{Raleway-Medium}\fontsize{10pt}{12pt}\selectfont {#1\\} \normalfont}

View file

@ -86,30 +86,18 @@
\descript{Master in Perf. Computing}
\descript{focused on Academic Research}
\location{2022 — 2023 | Toulouse, France}
\vspace{3pt}
Scientific Computing and Data Analysis \\
Concurrent \& Parallel Programming \\
Numerical Analysis \& Statistics \\
Operations Research \\
\sectionsep
\subsection{ENSEEIHT INP-Toulouse}
\descript{MEng in Computer Science}
\descript{specialty in ML and CG}
\location{2020 — 2023 | Toulouse, France}
\vspace{3pt}
Compilers \& System Architecture \\
Object-Oriented Programming \\
Audio-visual Data Processing \\
Computer Graphics \\
Machine Learning \\
\sectionsep
\subsection{LA PÉROUSE-KERICHEN}
\descript{Preparatory class (CPGE)}
\descript{PCSI, PSI}
\location{2018 — 2020 | Brest, France}
\vspace{2pt}
Intensive studies in Mathematics and Physics for national entrance exams
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -119,19 +107,19 @@
\section{Skills}
\subsection{Programming}
Python \textbullet{} Julia \textbullet{} Shell \textbullet{} Java \\
C++ \textbullet{} Matlab \textbullet{} SQL \textbullet{} \LaTeX\
C++ \textbullet{} CUDA \textbullet{} SQL \textbullet{} \LaTeX\
\sectionsep
\subsection{Languages}
\descript{Fluent}
French \textbullet{} English \\
\descript{Elementary}
Japanese \textbullet{} Spanish
\descriptnonewline{Fluent} \ French \textbullet{} English \\
\descriptnonewline{Elementary} \ Japanese \textbullet{} Spanish
\sectionsep
\subsection{Certificates}
French driver's license \\
Cambridge Linguaskill C1+
Cambridge Linguaskill C1+ \\
AI for Medical Diagnosis \\
HuggingFace courses
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -139,13 +127,30 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{About}
\subsection{Personal projects}
Reproducible Nix Infrastructure \\
Handwriting Denoising Diffusion \\
GBA Collaborative Emulator \\
AI or NOT Hackathon \\
ML on Medical Datasets \\
Diffusers.jl
\sectionsep
\subsection{School projects}
JPEG \& MPEG Compression \\
Semi-Supervised Classifiers \\
3D Inverse Problem Solver \\
Graph Machine Learning \\
OpenGL Renderer
\sectionsep
\subsection{OSS Contributor}
NixOS \textbullet{} HuggingFace \\
LightningAI \textbullet{} AliceVision
\sectionsep
\subsection{Hobbies}
OSS \textbullet{} Aquariums \\
Aquariums \textbullet{} OSS \\
Slacklining \textbullet{} Padel
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -164,21 +169,21 @@
\section{Professional Experience}
\runsubsection{Safran} | \descript{Machine Learning Engineer Internship}
\runsubsection{Safran} | \descript{Machine Learning Engineer Intern}
\location{March 2023 — September 2023 | Paris, France}
\vspace{10pt} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Studied state of the art generative models for 3D data, such as PointNet++, Graph U-Net, PointFlow, Point Voxel Diffusion and LION.
\item Implemented a dozen architectures using libraries such as PyTorch Geometric, PyTorch Lightning, HuggingFace diffusers, HuggingFace Datasets, etc. Settled on Latent Diffusion Models.
\item Implemented a dozen architectures using libraries such as PyTorch Geometric, PyTorch Lightning, HuggingFace Diffusers, HuggingFace Datasets, etc. Settled on Latent Diffusion Models.
\item Trained models on specific aircraft industrial parts, conditioned on perfomance metrics, such as drag coefficients, lift coefficients, etc.
\item Released internally the models and code, enabling Safran engineers to generate new parts with specific performance metrics and to easily reuse the code for other applications.
\end{tightemize}
\sectionsep
\runsubsection{REVA — IRIT} | \descript{Machine Learning Research Internship}
\runsubsection{REVA — IRIT} | \descript{Machine Learning Scientist Intern}
\location{June 2022 — September 2022 | Toulouse, France}
\begin{tightemize}
\item Fine-tuned a state of the art Deep Learning model to detect spherical markers in images for Photometric Stereophography calibration.
\item Fine-tuned a state of the art deep learning model (DETR) to detect spherical markers in images for photometric stereophography calibration.
\item Collaborated with 3 engineers from MIKROS and Technicolor as part of the ALICIA-Vision Labcom european project.
\item Monitored hundreds of trainings using the MLOps platform Weights \& Biases. Achieved 90\% GIoU on test data, providing fast and accurate segmentation.
\item Built using the Pytorch Lightning framework, exported to ONNX format, deployed to production in AliceVision with ONNXRuntime.
@ -217,13 +222,13 @@
\sectionsep
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PUBLICATION
% PUBLICATION & PATENTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Publications}
\section{Publications \& Patents}
\vspace{20pt}
\bibliographystyle{abbrv}
\bibliography{publications}
\bibliography{publications,patents}
\nocite{*}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%