Realtime AI News
Chinese Startup's Looped World Model Paper Tops Hugging Face Charts, Backed by Qi Lu and Zhou Hongyi
FaceMind Research Asia, a Chinese startup founded by two post-95 PhDs, has topped Hugging Face Papers with its Looped World Models (LoopWM) paper. The work proposes iteratively refining latent state representations through shared-parameter Transformer blocks, achieving up to 100x parameter efficiency gains.
A research paper on Looped World Models (LoopWM) by Chinese startup FaceMind Research Asia has reached No. 1 on Hugging Face Papers' daily chart, drawing significant attention from the global AI community.
LoopWM arrives amid surging interest in 'Loop Engineering' in Silicon Valley — the concept of designing self-running systems where AI autonomously executes, checks, corrects, and continues until task completion, rather than requiring manual prompt iterations. LoopWM pushes this idea to a deeper level: enabling world models to continuously understand, correct, and simulate their environment through iterative computation.
The paper identifies a key tension: faithful long-horizon simulation demands deep computation, but deeper models are expensive to deploy and prone to compounding errors. LoopWM's solution replaces one-shot deep stacking with recursive reuse — a shared-parameter Transformer block that iteratively refines the same latent state representation. Simple scenarios run fewer iterations; complex ones run more, making compute depth dynamically responsive to task difficulty.

This is framed as a new scaling axis called 'iterative latent depth,' independent of model size and training data. The paper reports up to 100x parameter efficiency, approximately 25x FLOPs reduction for single-step transitions, and up to two orders of magnitude compute savings in long-horizon rollouts.
On the ScienceWorld benchmark, LoopWM matches models with two orders of magnitude more parameters in world modeling tasks, suggesting the architecture is winning through smarter computation rather than larger scale.
FaceMind was founded by Dr. Lu Hongyuan and Wei Yiran, both born after 1995. The company has completed tens of millions of yuan in Pre-A funding, led by StarLink Capital, with follow-on investment from 360 Group and participation from Lu Qi's MiraclePlus fund. The team initially worked on edge-side full-modal models before pivoting to world model research.
Lu Hongyuan, described by 360's investment team as 'one of the most outstanding young AI researchers I have ever met,' previously proposed Adam's Law, which attracted attention and validation from Anthropic. FaceMind is now validating its approach across simulated embodied environments, GUI agent settings, and physical robotic arm scenarios.
LoopWM's key contribution is extending the 'loop' concept from the agent workflow layer into the world model itself, offering a new growth pathway not dependent on ever-larger parameter counts.
Why it matters
LoopWM introduces a paradigm-shifting scaling axis for world models — iterative latent depth — decoupling model capability from raw parameter count, which could substantially reduce deployment costs in embodied AI and robotics.