Avinash Sooriyarachchi

Avinash Sooriyarachchi

I do robotics foundation model research at Mistral. Mostly vision-language-action policies, and the simulated environments we use both to train them and to work out whether they're any good. I've been working in deep learning since 2017, and I led the US applied science team here before moving to research.

§01Current work

Robotics foundation models, and the simulation they train and get tested in

Most of my time goes to vision-language-action models, and to the System-2 planner sitting above them that has to break a long instruction into steps a policy can execute. Neither has the high-quality training data it needs in the form it's needed, so I build a lot of that too.

A lot of it comes down to real-to-sim. I build pipelines that take a single real camera frame and rebuild it as a physically valid simulated scene, and those scenes get used two ways. As a post-training environment, a policy can collect experience that would be slow or expensive to gather on real hardware. As an eval harness, you can run a policy a hundred times and score it, instead of filming one good demo and calling it a result.

Robotics isn't the only thing I work on here. I was a lead contributor on Shieldstral, a multimodal safety classifier, and on Mistral Small Creative. Before any of it I worked on NLP, recommender systems and multimodal models, going back to 2017.

§02Publications
  • 2026 Shieldstral arXiv preprint · Core author A 3B multimodal safety classifier that matches or beats models around seven times its size on text safety, and sets state of the art on multimodal. Instead of scoring against a fixed taxonomy, it asks whether content violates the policy you hand it. Paper
  • 2026 Robostral Navigate arXiv preprint · Core author An 8B vision-language navigation model that works from a single RGB camera. It picks waypoints by pointing at the next target in the current view, so everything happens in image space instead of a robot-specific action space. Paper
  • 2026 Voxtral TTS arXiv preprint · Mistral AI Expressive multilingual text to speech. It clones a voice from as little as three seconds of reference audio, using autoregressive semantic tokens plus flow matching for the acoustics. Paper
  • 2026 Voxtral Realtime arXiv preprint · Mistral AI Streaming speech recognition that holds offline transcription quality at sub-second latency. Trained end to end for streaming, with explicit alignment between the audio and text streams. Paper
  • 2026 Ministral 3 arXiv preprint · Mistral AI Dense models at 3B, 8B and 14B. Each one ships as a base, an instruction-tuned and a reasoning variant, all of them with image understanding, all Apache 2.0. Paper
  • 2016 Fiber Based Approaches as Medicine Delivery Systems ACS Biomaterials Science & Engineering 2(9) · Co-first author A review of micro- and nanofibers as drug carriers, covering electrospinning, microfluidic, wet-spinning, rotary and self-assembly fabrication. This came out of my mechanical engineering research at Iowa State, and it's still my most cited paper. Paper

Mistral ships models as collectively authored technical reports. I've marked the ones where I'm in the core author block.

§03Open source
Tuning the Finetuning 46

An empirical look at what matters when fine-tuning with QLoRA. The short version is that you should target every linear layer, not just the attention blocks, and that a modest rank is enough.

multimodal_LLMs 12

Fine-tuning BLIP-2 and Flan-T5-XL for caption generation with PEFT/LoRA. An early look at parameter-efficient adaptation of multimodal models.

BrickPilot 10

Build your own AI coding assistant, wiring a self-hosted code model into VS Code alongside GitHub Copilot.

Finetuning-Guide 10

Fine-tuning OpenLLaMA models on instruction-following datasets with QLoRA, end to end.

text-to-insights 4

Going from natural language to SQL to an actual answer, using language models, vector search and resource-efficient fine-tuning.

§04Writing
6 more
§05Talks
§06Podcasts & press
§07Background
  • 2024 to now Research Scientist  Mistral AI Robotics foundation models, mostly manipulation and navigation. Contributor on the Robostral Navigate release, and a lead contributor on Shieldstral and Mistral Small Creative. I joined in 2024 on the applied side and led the US applied science team before moving to research. Robostral NavigateShieldstralMistral Small Creative
  • 2021 to 2024 Mosaic AI - Solutions Architect Lead, Digital Native and Emerging  Databricks Field engineering for digital native and emerging accounts in the Bay Area. LLM fine-tuning, recommender systems, vector search and streaming ML. Most of my writing and conference talks come from this period.
  • 2019 to 2021 Senior Solutions Architect, AI/ML  SAS Applied machine learning on SAS Viya in Cary, North Carolina. Explainability, NLP services and model deployment. I led the AutoML prototype team.
  • 2018 to 2019 Founder & Lead Data Scientist  RandomWalk Technologies I built Fora, a conversational analytics engine that answered plain-English questions about social media data. Ames, Iowa, out of the ISU Startup Factory.
  • 2016 to 2017 M.S.E., Mechanical Engineering and Applied Mechanics  University of Pennsylvania Started as a PhD student in Jordan Raney's Architected Materials Lab, researching mechanical metamaterials on a Dean's Research Fellowship, with coursework in numerical methods and computational mechanics. I left with a master's after getting into machine learning. Wharton's Modern Data Mining course was the turning point.
  • 2016 B.S., Mechanical Engineering  Iowa State University Undergraduate research in bio-microfluidics with Nastaran Hashemi. That work became a co-first author review in ACS Biomaterials Science & Engineering.
§08Elsewhere

LinkedIn is the most reliable way to reach me. Most of what I build ends up on GitHub sooner or later, and the papers are on Scholar.