๐จThis week's top AI/ML research papers:
- DiffusionBlocks
- A Bitter Lesson for Data Filtering
- Neural Weight Norm = Kolmogorov Complexity
- When Does LeJEPA Learn a World Model?
- Do Language Models Need Sleep?
- Parallax
- Gemini Embedding 2
- Qwen-VLA
- The MiniMax-M2 Series
- Looped Diffusion Language Models
- LocateAnything
- Learn from your own latents and not from tokens
overview for each + authors' explanations
read this in thread mode for the best experience
Deepseek just broke the one rule every transformer has followed for a decade ๐คฏ
x + f(x). the residual connection.
if you don't know what that means, here's the simple version: every time a neural network processes your input through a layer, it keeps a copy of the original and adds it back at the end. like a safety net. if the layer screws up, the original signal survives.
gpt-4 uses it. claude uses it. gemini uses it. every major model since 2015 treats this as sacred. nobody touches it.
Deepseek touched it.
instead of 1 stream carrying your data forward, they split it into 4 parallel streams. each stream carries different aspects of the information. and learned mixing matrices decide how those streams talk to each other at every layer.
more lanes on the highway. smarter traffic control. same computational cost.
sounds perfect on paper. here's where it breaks:
https://t.co/cNM2v09sbq
https://t.co/S8IWfNR7aL
I read two impressive papers which proposes on-policy self distillation.
Their approach are semantically the same.
Related to the authors, there are too many things in common.
MIT and ETH
Even one common author
The teacher synthesizes the data and if the student trained on the data improves on the target data then it is rewarded. Interesting approach to self-play.
ReinPool: Reinforcement Learning Pooling Multi-Vector Embeddings for Retrieval System
@SunggukC et al. at LG presents an RL framework that compresses multi-vector embeddings by 746โ1249x into single vectors while recovering 76โ81% of retrieval perf.
๐ https://t.co/3vvbi7Zjdg
A great @AIatMeta study, to give further context to Fei-Fei Li's explanations on limitations of LLMs.
The paper proves that when AI learns from real videos of the world, it starts to pick up basic physical ideas, like objects still existing even when hidden, or shapes staying the same.
But when AI models try to learn about physics only from text, they do very poorly.
So true physical understanding will come from watching and experiencing the world itself, not from reading language.
Language alone is not enough, since the real world follows physical laws that words cannot fully capture.
Fantastic paper from ByteDance ๐
Shows how to train LLM agents to finish long, multi step tasks by letting them act in real environments with reinforcement learning.
Across 27 tasks, the trained agents rival or beat top proprietary models.
Most agents are trained on single turn data, so they fail when a job needs many decisions with noisy feedback.
AgentGym-RL splits the system into separate parts, the environments, the agent loop, and training, so each can improve on its own.
It supports mainstream algorithms and realistic tasks, and the agent learns by acting, seeing results, and adjusting across different settings.
The key method, ScalingInter-RL, starts with short interactions to master basics, then slowly allows longer runs so the agent can explore and plan.
This staged horizon schedule stabilizes learning, prevents pointless loops, and encourages planning, reflection, and recovery after mistakes.
A 7B model trained with this setup matches or beats much larger open models and competes well with strong commercial ones.
They also find that putting more compute into training and test time interaction, like more steps or samples, often helps more than adding parameters.
๐New Test-time scaling method ๐
๐: https://t.co/yqWvOMZpwq
- Use RL to train an LLM solution aggregator
โ Reasons, reviews, reconciles, and synthesizes a final solution
-> Much better than existing techniques!
- Simple new method. Strong results across 4 math benchmarks.
๐งต1/5
Generalized Reinforcement Learning for Retriever-Specific Query Rewriter with Unstructured Real-World Documents
LG Uplus introduces a reinforcement learning framework that trains query rewriters for specific retrievers without human annotations.
๐https://t.co/w4l8FyLFOp