Category intelligence

Research Briefing — July 23, 2026

124 current items analyzed and ranked.

Executive synthesis

Research Summary

Key Themes

World Models & Video Generation · 8RLVR & Reasoning Optimization · 6Efficient Inference & Training · 7Robot Learning & Embodied AI · 12Interpretability & Mechanistic Understanding · 6Theoretical Advances · 4Evaluation & Alignment · 6Multimodal Generation & Control · 8LLM Agents & Agentic Systems · 8

Primary evidence

Top Ranked Signals

Research Hugging Face Papers Jul 22

Masked Visual Actions for Unified World Modeling

By Hadi Alzayer, Wenlong Huang, Haonan Chen, Christopher Luey, Lvmin Zhang, Maneesh Agrawala, Gordon Wetzstein, Li Fei-Fei, Yilun Du, Jiajun Wu, Jia-Bin Huang

89 score
AI Analysis

Masked Visual Actions (MVA) introduces a pixel-space control interface for video world models, expressing action as a partially revealed trajectory of an arbitrary entity. Revealing robot motion makes the model predict scene response (forward dynamics); revealing desired object motion makes it recover robot behavior (inverse dynamics). Fine-tuned with only 15 hours of manipulation data, it unifies forward/inverse modeling.

Video models absorb rich priors over how the visual world moves, interacts, and responds to contact, making them promising substrates for robotic world modeling. The central challenge is how to communicate action to such models in a form aligned with the visual space in which they learned these interaction priors, yet still grounded in physical manipulation. We introduce Masked Visual Actions, a pixel-space control interface that expresses action as a partially revealed trajectory of an arbitrar
Robot LearningWorld ModelsVideo GenerationImitation LearningVisual Control
Research Hugging Face Papers Jul 22

ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU

By Fan Jiang, Zhaoxu Sun, Mengchao Wang, Ziyu Zhu, Chiyu Wang, Yunpeng Zhang, Wenlin Liu, Yun Wang, Xue Zheng, Rui Sun, Junfeng Ni, Hongyu Pan, Zhongxu Sun, Fei Yu, Zengye Ge, Mengmeng Du, Nianfei Fan, Mingchao Sun, Yu Liu, Yongchang, Yanqing Zhu, Jiahang Wang, Ning Ying, Yuze Xuan, Di Yang, Zhicheng Liu, Zhe Gao, Tingbing Xu, Jiacheng Sui, Wenjin Yang, Junnan Lai, Shufeng Liu, Yuan Liu, Zheng Zhou, Yingliang Peng, Dawei Cao, Kaifeng Sheng, Yuxiang Cai, Fei Lu, Mu Xu, Ning Guo

88 score
AI Analysis

ABot-World-0 presents an action-conditioned video world model enabling real-time, long-horizon closed-loop interaction on a single desktop GPU. It uses multi-source data from AAA games, simulations, and internet videos, with a unified pipeline applying 14 quality checks and VLM-based assessment. The model progressively distills a bidirectional teacher into a causal student using teacher forcing and ODE distillation, with LongForcing to align long self-rollouts and mitigate distribution shift.

We present ABot-World-0, an action-conditioned video world model for real-time, long-horizon closed-loop interaction, supported by a multi-source data infrastructure spanning AAA games, simulation engines, and internet videos to learn controllable world dynamics. WorldExplorer performs agent-driven collection guided by training feedback, while a unified pipeline applies 14 deterministic quality checks, VLM-based assessment, and synchronized action and text annotation. We progressively distill a
World ModelsVideo GenerationEmbodied AIEfficient Inference
88 score
AI Analysis

SkewAdam reduces optimizer state memory for MoE training by 97.4% (50.6 GB → 1.29 GB) and peak training memory from 81.4 GB to 31.3 GB. It assigns different state configurations to MoE's three parameter populations: float32 momentum + factored second moment for dense backbone (5% params), factored second moment alone for experts (95%), exact second moment for router (<0.01%).

Optimizer state is the largest single line item in the memory budget of mixture-of-experts (MoE) training: on a 6.78B-parameter MoE language model, AdamW keeps 50.6 GB of first and second moments to update 12.6 GB of bfloat16 weights. We study SkewAdam, an optimizer built on the observation that the three parameter populations of an MoE - the dense backbone, the experts, and the router - differ enough in size and gradient statistics that they should not receive the same state. SkewAdam keeps flo
MoE TrainingOptimizer DesignMemory EfficiencyLarge-scale Training
Research AlphaXiv Trending Jul 22

Asymptotically Optimal Regret for Reinforcement Learning without Horizon Dependence

By Runlong Zhou, Zihan Zhang, Maryam Fazel, Simon S. Du

88 score
AI Analysis

This paper proves asymptotically optimal horizon-free regret for finite-horizon tabular MDPs: Õ(√(SAK) + S⁸A³), completely removing log H dependence from prior Õ(√(SAK log H) + S²A log H) and drastically improving prior horizon-free Õ(√(S⁹A³K)). Matches contextual bandit lower bound Ω(√(SAK)) up to log factors.

We study horizon-free regret minimization for finite-horizon time-homogeneous tabular Markov decision processes with $S$ states, $A$ actions, horizon $H$, and per-trajectory total reward bounded by $1$. We propose a new algorithm and prove a regret upper bound \[\tilde O(\sqrt{SAK}+S^8A^3)\] with failure probability $\delta$, where $K$ is the number of episodes and $\tilde O(\cdot)$ hides $\mathsf{poly}\log(S,A,K,1/\delta)$. Thus, the regret is $H$-free and asymptotically optimal, matching the c
RL TheoryRegret BoundsHorizon-freeOnline Learning
Research Hugging Face Papers Jul 22

ISO: An RLVR-Native Optimization Stack

By Hanqing Zhu, Wenyan Cong, Zhizhou Sha, Sagnik Mukherjee, Xinyuan Song, David González-Martínez, Xiaoxia Wu, Yuandong Tian, Shiwei Liu, David Z. Pan, Zhangyang "Atlas" Wang

87 score
AI Analysis

ISO (Isospectral Optimization) is an RLVR-native optimization framework building on the discovery of spectral inheritance: RLVR reuses base model weight spectra while acquiring new behaviors through changes in input/output singular frames. ISO-Merger combines frame changes of specialists offline; ISO-Online applies fixed-spectrum updates online. This rethinks the optimization layer converting reward feedback to weight updates.

Reinforcement learning with verifiable rewards (RLVR) is rapidly advancing the reasoning capabilities of language models, yet the optimization layer that converts reward feedback into weight-space updates remains poorly understood. Building on our prior analysis (Zhu et al., 2025), we study this missing layer through the singular structure of model weights and identify spectral inheritance: RLVR can reuse the base model's weight spectra while acquiring new behavior through changes in the associa
RLVROptimizationReasoning ModelsSpectral Analysis
87 score
AI Analysis

In DreamerV3 continual RL, the world model retains everything measurable about old tasks (reward discrimination ~1.0, value estimates, termination structure) while the actor's behavior collapses. Forgetting is a channel problem, not memory. Freezing world model with identical imagined rollouts and retraining actor recovers performance.

Model-based reinforcement-learning agents of the DreamerV3 family forget catastrophically when trained on task sequences, even when an unbounded replay buffer preserves every earlier experience. We ask a question the continual-RL literature has assumed an answer to but never measured: which component forgets? Under never-clear replay, pre-registered component-level probes (n=3 seeds throughout) show that the world model retains essentially everything measurable about old tasks -- reward discrimi
Continual RLWorld ModelsCatastrophic ForgettingModel-based RL
Research Hugging Face Papers + AlphaXiv Jul 22

Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing

By Xinjie Zhang, Peng Zhang, Shicheng Zheng, Jinghao Guo, Zhaoyang Jia, Yifei Shen, Xun Guo, Yuxuan Luo, Jiahao Li, Wenxuan Xie, Fanyi Pu, Xiaoyi Zhang, Kaichen Zhang, Zongyu Guo, Tianci Bi, Dongnan Gui, Zhening Liu, Zimo Wen, Zihan Zheng, Senqiao Yang, Xiao Li, Jinglu Wang, Bin Li, Yan Lu

86 score
AI Analysis

Mage-Flow introduces a compact 4B-scale generative stack for efficient text-to-image generation and instruction-based editing. It co-designs Mage-VAE (lightweight latent tokenizer with one-step diffusion encoding/decoding and anchor-latent regularization) with a Native-Resolution Multimodal Diffusion Transformer trained via rectified flow matching. Achieves >10x tokenization cost reduction with native-resolution packing and CUDA kernel fusion.

Large-scale visual generators are increasingly capable but costly to train, fine-tune, and deploy. We introduce Mage-Flow, a compact 4B-scale generative stack for efficient text-to-image generation and instruction-based image editing. The stack is built from two co-designed components: Mage-VAE, a lightweight high-fidelity latent tokenizer, and a Native-Resolution Multimodal Diffusion Transformer trained with rectified flow matching. Mage-VAE uses one-step diffusion-style encoding and decoding w
Image GenerationDiffusion ModelsModel EfficiencyMultimodal Models
Research AlphaXiv Trending Jul 22

Robots Acquire Manipulation Skills in Seconds from a Single Human Video

By Guangyan Chen, Meiling Wang, Te Cui, Zichen Zhou, Qi Shao, Shalfun Li, Hang Su, Roy Gan, Hao Wang, Mengyin Fu, Yi Yang, Yufeng Yue

86 score
AI Analysis

HOST (Human-to-robot One-Shot Skill Acquisition) enables robots to acquire novel manipulation skills from a single human video in ~29 seconds, achieving 62% average success on 50 novel tasks while preserving previously mastered skills without policy parameter updates.

A framework called HOST (Human-to-robot One-Shot Skill AcquisiTion) enables robots to acquire novel manipulation skills rapidly from a single human video demonstration in approximately 29 seconds. This approach achieves a 62% average success rate on 50 novel tasks, while preserving previously mastered skills by avoiding policy parameter updates.
Robot LearningOne-shot LearningImitation LearningSkill Acquisition
Research Hugging Face Papers Jul 22

Text Template Tokens Are Implicit Semantic Registers in Diffusion Transformers

By Maohua Li, Qirui Li, Yanke Zhou, Yiduo Li, Zhaosheng Chi, Chao Xu, Cuifeng Shen, Yixuan Xu, Hanlin Tang, Kan Liu, Tao Lan, Lin Qu, Shao-Qun Zhang

85 score
AI Analysis

This paper introduces a causal interpretability framework for diffusion transformers (DiTs) combining attention decomposition with targeted interventions. It discovers that structural template tokens, despite carrying little prompt-specific information at encoder output, emerge as dominant image-to-text attention sinks and act as implicit semantic registers maintaining object identity. These tokens acquire identity indirectly through prompt semantics injected into image latents.

Text-to-image diffusion transformers (DiTs) jointly process text and image tokens, yet their internal computation during denoising remains poorly understood. We introduce a causal interpretability framework for modern large-scale DiTs that combines attention decomposition with targeted interventions across token spans, heads, and layers. Using it to separate prompt-content tokens from structural template tokens, we find that the structural tokens carry little prompt-specific information at the e
InterpretabilityDiffusion ModelsVision-Language ModelsMechanistic Interpretability
Research AlphaXiv Trending Jul 22

SLAI T-Rex: Full-Parameter Post-training of the DeepSeek-V4 Family on Ascend SuperPOD

By Dongfang Li, Xiaodong Luo, Ruoyu Sun, Xuhui Chen, Linyuan Qiu, Jian Meng, Zhengxuan Lu, Yiting Wang, Yucheng Xie, Tao Guo, Tianxiang Fang, Jing Li, Sihang Chen, Shihao Hong, Chang Liu, Weihua Dai, Zirong Zeng, Ziwei Zhu, Zhuohan Wang, Zhengjun Yue, Igor Vasilyev, Min Liu, Weijian Sun, Xin Chen, Yingmeng Gao, Jinhua Zhou, Taolue Chen, Chenwei Wu, Dong Zhang, Wenlong Jin, Jinmin Xiang, Barkova Maria, Ushakov Anton, Xianfei Jin, Tian Ding, Zhihang Lin, Qian Chen, Linxin Yang, Mingzhe Yang, Bingwei Zhang, Hongzhang Yang, Fangxue Zhang, Shijun Qin, Jie Yu, Cuihua Hu, Tolstykh Vasiliy, Nosov Ivan, Abdullin Amir, Zhichen Zhou, Xin Zhang, Zhixiong Ning, Xutong Zhao, Junjie Huang, Jiajun Liu, Weiyan Kong, Zheng Zhang, Wenhan Luo, Lin Hu, Yangbo Guo, Li Zeng, Shihao Zeng, Baotian Hu, Min Zhang, Haizhou Li, Zhiquan Luo

85 score
AI Analysis

SLAI T-Rex presents full-parameter post-training of trillion-parameter MoE models (DeepSeek-V4 family) on Ascend NPU SuperPOD. Develops hierarchical optimization across model parallelism, computation-communication orchestration, and kernel execution, achieving 34.22% MFU with 2.93x improvement over open-source baseline while maintaining training stability.

Full-parameter post-training of trillion-parameter-scale MoE models introduces substantial system-level challenges for large-scale distributed training, including severe memory pressure, non-overlapped communication overhead, and inefficient kernel execution. While most large-scale LLM training systems are built around GPU-based clusters, this report presents an end-to-end optimization practice on the Ascend NPU SuperPOD. Using the DeepSeek-V4 model family as the target workload, we develop a hi
Large-scale TrainingMoE ModelsDistributed SystemsNPU/Accelerator Optimization
Research AlphaXiv Trending Jul 22

HijackKV: New Threat in Position-Independent KV Cache Reuse

By Yichi Zhang, Zhiqi Wang, Huan Zhang, Yuchen Yang

85 score
AI Analysis

HijackKV reveals a new threat in position-independent KV cache reuse: KV caches retrieved by token match encode attacker-controlled prefix context. When reused in victim queries, contaminated KV silently hijacks model behavior without attacker-controlled tokens in the victim query. Affects system optimizations for cache efficiency.

Key-Value (KV) cache reduces inference latency in large language models (LLMs). Traditional prefix-based reuse has low cache hit rates across inference requests because it requires exact token and position matches. To improve efficiency, recent system optimizations introduce position-independent KV reuse, allowing KV cache to be reused whenever identical text chunks appear, regardless of their position in the sequence. We show this design introduces a new threat, KV Cache Hijacking. Since KV cac
AI SecurityKV CacheAdversarial AttacksLLM Serving
Research Hugging Face Papers Jul 22

AlayaWorld: Interactive Long-Horizon World Modeling -- Full Technical Report

By AlayaWorld Team, Kaipeng Zhang, Chuanhao Li, Yifan Zhan, Yongtao Ge, Yuanyang Yin, Jiaming Tan, Kang He, Liaoyuan Fan, Mingliang Zhai, Ruicong Liu, Xiaojie Xu, Xuangeng Chu, Zhen Li, Zhengyuan Lin, Zhixiang Wang, Zian Meng, Zihui Gao

84 score
AI Analysis

AlayaWorld presents a 15B video diffusion transformer for interactive long-horizon world modeling, generating 24-fps video at 540p/720p. It generates short latent chunks autoregressively under camera trajectories and switchable text prompts, with bounded memory via a sliding window. The full technical report covers architecture, data, training, and evaluation for persistent spatiotemporal consistency and stable long-horizon generation.

Unlike conventional video game development, which relies on labor-intensive pipelines for asset production, animation, physics, and programming, video world models generate interactive environments from user inputs instantly. It enable us to create customized, explorable, and continuously evolving virtual world from text, an image, or video. Realizing this vision requires four tightly coupled capabilities: interaction, persistent spatiotemporal consistency, stable long-horizon generation, and ef
World ModelsVideo GenerationEmbodied AILong-horizon Generation