๐ข Weโre looking for a researcher in in cogsci, neuroscience, linguistics, or related disciplines to work with us at Apple Machine Learning Research! We're hiring for a one-year interdisciplinary AIML Resident to work on understanding reasoning and decision making in LLMs. ๐งต
07.11.2025 21:19 โ ๐ 8 ๐ 5 ๐ฌ 1 ๐ 1
We have been working with Michal Klein on pushing a module to train *flow matching* models using JAX. This is shipped as part of our new release of the OTT-JAX toolbox (github.com/ott-jax/ott)
The tutorial to do so is here: ott-jax.readthedocs.io/tutorials/ne...
05.11.2025 14:04 โ ๐ 11 ๐ 6 ๐ฌ 1 ๐ 0
๐ Excited to share LinEAS, our new activation steering method accepted at NeurIPS 2025! It approximates optimal transport maps e2e to precisely guide ๐งญ activations achieving finer control ๐๏ธ with โจ less than 32 โจ prompts!
๐ปhttps://github.com/apple/ml-lineas
๐https://arxiv.org/abs/2503.10679
21.10.2025 10:00 โ ๐ 2 ๐ 1 ๐ฌ 1 ๐ 1
It's that time of the year! ๐
The Apple Machine Learning Research (MLR) team in Paris is hiring a few interns, to do cool research for ยฑ6 months ๐๐ & work towards publications/OSS.
Check requirements and apply: โก๏ธ jobs.apple.com/en-us/detail...
Moreโโ โ๏ธ mlr_paris_internships@group.apple.com
17.10.2025 13:07 โ ๐ 7 ๐ 4 ๐ฌ 0 ๐ 0
While working on semidiscrete flow matching this summer (โก๏ธ arxiv.org/abs/2509.25519), I kept looking for a video illustrating that the velocity field solving the Benamou-Brenier OT problem is NOT constant w.r.t. time โณ... so I did it myself, take a look! ott-jax.readthedocs.io/tutorials/th...
09.10.2025 20:09 โ ๐ 10 ๐ 1 ๐ฌ 0 ๐ 0
LLMs are currently this one big parameter block that stores all sort of facts. In our new preprint, we add context-specific memory parameters to the model, and pretrain the model along with a big bank of memories.
๐ arxiv.org/abs/2510.02375
[1/10]๐งต
06.10.2025 16:06 โ ๐ 12 ๐ 4 ๐ฌ 1 ๐ 0
Wow! Finally OT done on the entire training set to train a diffusion model!
04.10.2025 07:03 โ ๐ 12 ๐ 3 ๐ฌ 0 ๐ 0
Then there's always ๐ regularization. When ๐=โ, we recover vanilla FM. At this point we're not completely sure whether ๐=0 is better than ๐>0, they both work! ๐=0 has a minor edge in larger scales (sparse gradients, faster assignment, slightly better metrics), but ๐>0 is also useful (faster SGD)
04.10.2025 11:21 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Thanks for the nice comments! my interpretation is that we're using OT to produce pairs (x_i,y_i) to guide FM. With that, it's up to you to provide an inductive bias (a model) that gets f(x)~=y while generalizing. The hard OT assignment could be that model, but it would fail to generalize.
04.10.2025 11:21 โ ๐ 5 ๐ 0 ๐ฌ 1 ๐ 0
for people that like OT, IMHO the very encouraging insight is that we have evidence that the "better" you solve your OT problem, the more flow matching metrics improve, this is Figure 3
04.10.2025 08:45 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
Thanks @rflamary.bsky.social! yes, exactly. We try to summarize this tradeoff in Table 1, in which we show that for a one-off preprocessing cost, we now get all (noise,data) pairings you might need during flow matching training for "free" (up to the MIPS lookup for each noise).
04.10.2025 08:44 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Flow Matching with Semidiscrete Couplings
Flow models parameterized as time-dependent velocity fields can generate data from noise by integrating an ODE. These models are often trained using flow matching, i.e. by sampling random pairs of noi...
the paper is out: arxiv.org/abs/2509.25519
Michal also did a fantastic push to open source the semidiscrete solver prepared by Stephen and Alireza in the OTT-JAX library. We plan to open source the flow pipeline in JAX soon. Please reach out if interested!
03.10.2025 21:02 โ ๐ 7 ๐ 0 ๐ฌ 0 ๐ 0
This much faster than using Sinkhorn, and generates with higher quality.
As a bonus, you can forget about entropy regularization (set ฮต=0), apply things like correctors to guidance, and use it on consistency-type models, or even with conditional generation.
03.10.2025 21:00 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
the great thing with SD-OT is that this only needs to be computed once. You only need to store a real number per data sample. You can precompute these numbers once & for all using stochastic convex optimization.
When training a flow model, you assign noise to data using these numbers.
03.10.2025 20:56 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
In practice, however, this idea only begins to work when using massive batch sizes (see arxiv.org/abs/2506.05526). The problem is that the costs of running Sinkhorn on millions of points can quickly balloon...
Our solution? rely on semidiscrete OT at scales that were never considered before.
03.10.2025 20:56 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Our two phenomenal interns, Alireza Mousavi-Hosseini and Stephen Zhang @syz.bsky.social have been cooking some really cool work with Michal Klein and me over the summer.
Relying on optimal transport couplings (to pick noise and data pairs) should, in principle, be helpful to guide flow matching
๐งต
03.10.2025 20:50 โ ๐ 30 ๐ 7 ๐ฌ 2 ๐ 1
The
A recent paper from Apple researchers,
New Apple #ML Research Highlight: The "Super Weight:" How Even a Single Parameter can Determine an #LLM's Behavior machinelearning.apple.com/research/the...
21.08.2025 18:13 โ ๐ 5 ๐ 2 ๐ฌ 1 ๐ 0
you're right that the PCs' message uses space as a justification to accept less papers, but it does not explicitly mention that the acceptance rate should be lower than the historical standard of 25%. In my SAC batch, the average acceptance before their email was closer to 30%, but that's just me..
29.08.2025 11:32 โ ๐ 4 ๐ 0 ๐ฌ 2 ๐ 0
I see it a bit differently. The new system pushed reviewers aggressively to react to rebuttals. I think this is a great change, but this has clearly skewed results, creating many spurious grade upgrades. Now the system must be rebalanced in the other direction by SAC/AC for results to be fair..
29.08.2025 07:05 โ ๐ 5 ๐ 0 ๐ฌ 1 ๐ 1
Sharded Sinkhorn โ ott 0.5.1.dev34+g3462f28 documentation
scaling up the computation of optimal transport couplings to hundreds of thousands of 3k dimensional vectors made easy using sharding and OTT-JAX! check this notebook, it only takes a few lines of code thanks to JAX's native sharding abilities ott-jax.readthedocs.io/en/latest/tu...
01.08.2025 00:13 โ ๐ 15 ๐ 2 ๐ฌ 0 ๐ 0
So pleased and proud to share with you what our team has been up to, on an ambitious journey to build a video foundation model for scientific domains ! โจ ๐ ๐๏ธ ๐งช #ICCV2025 #AI4Science
08.07.2025 11:28 โ ๐ 10 ๐ 2 ๐ฌ 0 ๐ 0
Standard error of what now?
The NeurIPS checklist corroborates the bureaucratic theory of statistics.
The NeurIPS paper checklist corroborates the bureaucratic theory of statistics.
03.07.2025 14:40 โ ๐ 64 ๐ 13 ๐ฌ 5 ๐ 6
Can LLMs access and describe their own internal distributions? With my colleagues at Apple, I invite you to take a leap forward and make LLM uncertainty quantification what it can be.
๐ arxiv.org/abs/2505.20295
๐ป github.com/apple/ml-sel...
๐งต1/9
03.07.2025 09:08 โ ๐ 21 ๐ 6 ๐ฌ 1 ๐ 0
NEW PAPER ALERT: Recent studies have shown that LLMs often lack robustness to distribution shifts in their reasoning. Our paper proposes a new method, AbstRaL, to augment LLMsโ reasoning robustness, by promoting their abstract thinking with granular reinforcement learning.
23.06.2025 14:32 โ ๐ 7 ๐ 3 ๐ฌ 1 ๐ 1
https://www.interspeech2025.org/tutorials
Your cookies are disabled, please enable them.
Now that @interspeech.bsky.social registration is open, time for some shameless promo!
Sign-up and join our Interspeech tutorial: Speech Technology Meets Early Language Acquisition: How Interdisciplinary Efforts Benefit Both Fields. ๐ฃ๏ธ๐ถ
www.interspeech2025.org/tutorials
โฌ๏ธ (1/2)
27.05.2025 16:14 โ ๐ 9 ๐ 5 ๐ฌ 1 ๐ 1
Professor of Computer Vision/Machine Learning at Imagine/LIGM, รcole nationale des Ponts et Chaussรฉes @ecoledesponts.bsky.social Music & overall happiness ๐ณ๐ชป Born well below 350ppm ๐ฌ mostly silly personal views
๐Paris ๐ https://davidpicard.github.io/
Unofficial SQUASHTV account posting occasional things SQUASHTV. Watch LIVE and On-demand at www.squash.tv
Not monitored. Posts by @lozzercozzer
San Diego Dec 2-7, 25 and Mexico City Nov 30-Dec 5, 25. Comments to this account are not monitored. Please send feedback to townhall@neurips.cc.
Artist whose mediums include film, tv, and soda.ย www.StillersSoda.com
Believe in yourself! Work hard, never give up & anything's possible! OR: Kick back, relax & aim low: You'll never be disappointed...๐ I IGNORE ALL DMs!
Climate scientist. Seasonal climate predictability @CNRM Meteo France, CNRS #Toulouse he/him ๐ณ๏ธโ๐ ๐ <->๐ตโโ๏ธ<->๐ขMostly lurking here
Research Scientist at Apple for uncertainty quantification.
Research Scientist @ Google DeepMind - working on video models for science. Worked on video generation; self-supervised learning; VLMs - ๐ฆฉ; point tracking.
Machine Learning Research @ Apple (opinions are my own)
Husband, dad, veteran, writer, and proud Midwesterner. 19th US Secretary of Transportation and former Mayor of South Bend.
ML Engineer-ist @ Apple Machine Learning Research
I make movies. I watch movies. I love movies.