Xiaomi Researchers Introduce HySparse2 for MiMo-V3, Reducing Computational Costs in Token Preprocessing
Read more
Pandaily
pandaily.com

Xiaomi Researchers Introduce HySparse2 for MiMo-V3, Reducing Computational Costs in Token Preprocessing

Researchers at Xiaomi's LLM-Core have published the HySparse2 architecture in an arXiv paper (2609.26368). This technology is a hybrid sparse attention mechanism featuring a two-level Key-Value (KV) sharing mechanism and is designed to work with MiMo-V3 class agents that require processing long horizons.

The official branding of this development includes Xiaomi, MiMo, and HySparse2. This publication focuses on the research architecture and claimed performance metrics, distinguishing it from previous open-weight reviews of MiMo-V2.6.

HySparse2 divides the main part of the model into a YOCO-style self-decoder and a cross-decoder. At the outer level, the KV Bridging mechanism connects only the full attention layers, while the cross-decoder's KV caches are projected from the self-decoder's hidden states. At the inner level, enhanced KV reuse maintains HySparse-style sharing within each hybrid block, but it switches from block-level selection to token-level selection. Furthermore, instead of a separate sliding window branch, recent local windows are forcibly included in the sparse selections.

Thanks to these changes, the Prefill stage can complete after the self-decoder, bypassing the cross-decoder layers during cache construction. This is particularly useful in multi-step agents where input tokens largely consist of tool observations.

When using 80B-A3B MoE models trained on identical data and graphs, the paper reports that after minor fine-tuning, HySparse2 improves MRCR-v2 and RULER-v2 scores by 11.30 and 19.81 percentage points, respectively, while maintaining lower AgentPPL and LongPPL values within a context of 256 thousand tokens. When working with 1 million tokens, the analysis shows a 2.92× reduction in preprocessing FLOPs compared to HySparse and a 5.02× reduction compared to Hybrid SWA. It is also noted that the FP8 KV cache size decreases to approximately 2.69 GB compared to 6.72 GB and 12.09 GB for the specified base models.

Ablation studies show that token-level selection promotes stronger search with a fixed attention budget. When scaling up to 290B-A8B, the KV Bridging mechanism maintains comparable quality while enabling early exit during preprocessing. For specialists studying Chinese LLM system research, HySparse2 is an architectural signal behind the claims of MiMo-V3 efficiency, rather than a new open-weight release.

Similar stories

Xiaomi releases weights and resources for MiMo-V2.6 Pro and MiMo-V2.6 Flash models using RL stack
Read more
pandaily.com

Xiaomi releases weights and resources for MiMo-V2.6 Pro and MiMo-V2.6 Flash models using RL stack

Xiaomi has made the weights, technical documentation, and reinforcement learning (RL) training resources for its MiMo-V2.6 series publicly available. According to English notes from Xiaomi dated September 22, the MiMo-V2.6-Pro and MiMo-V2.6-Flash repositories were published on the Hugging Face platform along with the RL code and over 7,000 test environments.

This release involves providing weights and code, which differs from previous coverage of the RL training process via live streaming. The branding remains unchanged: Xiaomi / MiMo.

The Pro and Flash models are positioned as native multimodal models with a claimed context window of one million tokens. Model cards and supplementary reports in English indicate that the Pro model features a sparse mixture-of-experts architecture with a total parameter count of approximately 1.02 trillion, actively utilizing about 42 billion parameters. The Flash model is rated at 309 billion total parameters with an activity level of around 15 billion.

Xiaomi reports that each model underwent 30 RL steps across approximately 750,000 trajectories in less than six days. The process utilized task mixing, including coding, general agent work, visual tasks, and cybersecurity. In each update, approximately 1,568 queries and 16 runs were used, with a data volume per step of 3.5–3.7 billion tokens.

According to the company, performance gains in training tasks were observed at approximately 25% for Flash and 12% for Pro. Furthermore, improvements were recorded in DeepSWE v1.1: from 48.8 to approximately 65.7 for Flash and from 58.4 to approximately 72.6 for Pro; however, these figures are vendor-provided data and require third-party verification.

The available assets go beyond mere checkpoints. Xiaomi has provided a comprehensive RL framework built on verl and related agent mechanisms, over 7,000 classified environments covering software development, vulnerability reproduction, intellectual labor, and web design. A Distill-Qwen-9B starting point is also available for community RL experiments, along with lightweight components for multichannel training. The API cost for hosted Pro and Flash versions is stated to be comparable to MiMo-V2.5, while the UltraSpeed tier promises up to 20 times higher throughput than standard Pro while maintaining quality.

Nevertheless, engineers still face high maintenance costs for large MoEs, and Xiaomi's claims regarding artificial intelligence analysis and agent benchmarks require external reproduction. The main news is the complete MiMo-V2.6 package with open weights, RL code, and environments that laboratories can study, rather than just a graphical representation in a live stream.

Popular