I am naturally drawn to impactful and technically challenging problems, with a soft spot for applied research.
At my best when I need to innovate under hard constraints, I move comfortably between research and production, and
across fields, which makes me good at translating ideas from one domain into another. I learn fast, am hard
to discourage, and I share what I know as I go.
MSc in Computer Science from EPFL.
So far collaborated with Atinary Technologies, Bose, Logitech, and EPFL.
Outside work, I enjoy producing music and travelling!
I started producing electronic music in 2018. I first started with Cubase, then FL Studio, and finally Ableton Live. It's a long process of listening to others' work, training my ears, and practising the tools in order to compose tracks that I like and that sound professional. I compose, sound-design, mix, and master everything myself. Here are some of the tracks I've released and am the most proud of:
Open-sourcing my work is important to me. I believe sharing knowledge and code is the best way to learn and improve. Here are my publications so far. I hope to add more in the future!
* denotes equal contribution
The Two-Step framework decouples representation learning from target imitation: a first distillation stage injects latent geometric structure into a sub-100k-parameter causal student via a Similarity-Preserving loss, before a second stage fine-tunes against raw regression targets, directly addressing the data-scarcity problem intrinsic to streaming-constrained deployment environments. This staged separation allows the student to inherit a rich internal representation space independently of output supervision, yielding consistent gains over single-stage distillation baselines at sub-100k parameter budgets and under adverse low-SNR operating conditions where conventional distillation collapses.
How our small team serves thousands of user-specific models from a single Python service using dynamic model loading, and keeps shipping training-code and dependency updates without breaking inference. Built end to end on open-source tools like MLflow, MLServer, and KServe.