AI News AI资讯 3h ago Updated 1h ago 更新于 1小时前 50

In the Next Stage Topic of Large Models, We Found a Chinese Neo Lab Doing Continuous Learning 在大模型的下一阶段议题上,我们找到了一家做持续学习的中国Neo Lab

Mind Lab's Macaron-V1 model achieves SOTA results on 6 benchmarks by using a Mixture-of-LoRA (MoL) approach, adding only 4B parameters to a base model. The company has developed infrastructure for managing millions of LoRA models and enabling efficient training and inference with minimal parameter updates. Continuous learning via LoRA adaptation is emerging as a key direction for next-generation AI systems, aligning with insights from Richard Sutton and OpenAI's former CTO. Mind Lab提出“经验智能”(Experiential Intelligence)概念,主张通过持续学习让模型从自身经历中进化,而非依赖静态数据。 团队基于LoRA技术实现万亿参数规模的强化学习训练,在GLM-5.1/5.2上完成全球首个外部团队后训练成果,且仅用4B参数微调即超越基座模型性能。 创新性地采用MoL(Mixture of LoRA)架构,多个LoRA专家模块动态协作可带来log线性性能提升,较单LoRA方案提升约25%能力。 推出MinT基础设施平台管理百万级LoRA模型,解决后训练与推理精度匹配问题,实现轻量化传输与十倍加载速度提升。 Macaron-V1正式版本在12项

75
Hot 热度
68
Quality 质量
72
Impact 影响力

Analysis 深度分析

TL;DR

  • Mind Lab's Macaron-V1 model achieves SOTA results on 6 benchmarks by using a Mixture-of-LoRA (MoL) approach, adding only 4B parameters to a base model.
  • The company has developed infrastructure for managing millions of LoRA models and enabling efficient training and inference with minimal parameter updates.
  • Continuous learning via LoRA adaptation is emerging as a key direction for next-generation AI systems, aligning with insights from Richard Sutton and OpenAI's former CTO.

Why It Matters

This article highlights an innovative approach to post-training large language models that could significantly reduce the cost and complexity of adapting models for specific tasks or user preferences. By focusing on continuous learning through lightweight LoRA modules, Mind Lab demonstrates a practical path toward personalized AI agents that evolve over time without requiring full retraining. This methodology addresses critical challenges in scalability, efficiency, and personalization that are central to advancing AI applications across industries.

Technical Details

  • Model Architecture: Macaron-V1 consists of two versions: Venti (748B total parameters, based on GLM-5.2 with 4B added via four ~1B LoRAs for Chat, Agent, Coding, UI generation) and Tall (50B parameters, based on Qwen3.6). Both support 200K token context.
  • Mixture-of-LoRA (MoL): Dynamic switching between specialized LoRA experts based on task type; accumulates user-specific LoRAs over time for personalized adaptation.
  • Infrastructure Platform MinT: Manages up to million-scale LoRA models, enabling fast loading/deployment during training, evaluation, and rollback processes—accelerating real-time load speeds by nearly tenfold.
  • Efficient Reinforcement Learning: Achieved trillion-parameter RL training using only 64 H800 GPUs (~10% resource usage compared to full-parameter methods), leveraging mixed parallelism strategies including tensor, pipeline, expert, and sequence parallelism along with truncated importance sampling to mitigate distribution shifts.

Industry Insight

The success of Mind Lab’s MoL-based strategy suggests future LLM development will increasingly favor modular, incremental updates rather than monolithic retraining cycles—a shift likely driven by economic pressures around compute costs and demand for hyper-personalization. Companies investing now in flexible infrastructures capable of handling thousands of concurrent adapter variants may gain significant competitive advantages as enterprise clients seek tailored solutions without prohibitive overheads. Additionally, partnerships between hardware vendors (e.g., smart device manufacturers) offering unique behavioral datasets could become pivotal enablers of effective continuous learning loops at scale.

TL;DR

  • Mind Lab提出“经验智能”(Experiential Intelligence)概念,主张通过持续学习让模型从自身经历中进化,而非依赖静态数据。
  • 团队基于LoRA技术实现万亿参数规模的强化学习训练,在GLM-5.1/5.2上完成全球首个外部团队后训练成果,且仅用4B参数微调即超越基座模型性能。
  • 创新性地采用MoL(Mixture of LoRA)架构,多个LoRA专家模块动态协作可带来log线性性能提升,较单LoRA方案提升约25%能力。
  • 推出MinT基础设施平台管理百万级LoRA模型,解决后训练与推理精度匹配问题,实现轻量化传输与十倍加载速度提升。
  • Macaron-V1正式版本在12项基准测试中拿下6个SOTA,同时支持200万token上下文,商业化ARR两周达1000万美金。

为什么值得看

该文章揭示了大模型下一阶段的核心竞争点——从静态预训练转向动态持续学习,为行业提供了低成本、高效率的模型垂直适配新范式。Mind Lab的技术路径证明了无需全量重训即可实现性能跃迁,这对降低AI落地门槛和加速Agent进化具有里程碑意义。

技术解析

  • 核心架构:Macaron系列模型采用冻结基座+LoRA专家模块的混合结构,旗舰版Venti基于GLM-5.2(744B冻结参数)叠加4组各1B的LoRA(Chat/Agent/Coding/UI),轻量版Tall基于Qwen3.6(50B总参),均原生支持200万token上下文。
  • MoL协作机制:系统根据任务类型动态切换最适配的LoRA专家,用户长期交互数据可沉淀专属LoRA并实时更新;实验表明200个LoRA协作比单一LoRA提升25%能力,且表现随数量增加呈log线性增长。
  • 万亿参数RL训练:在KimiK2(万亿参数MoE模型)上实现端到端LoRA强化学习,仅用64张H800 GPU达到接近全参训练效果,GPU消耗仅为传统方法的10%,关键在于设计混合协同并行引擎整合张量/流水线/专家/序列并行,并引入截断重要性采样修正分布漂移。
  • MinT基础设施:专为LoRA训推打造的全流程平台,支持百万级LoRA模型管理,训练评估部署回滚过程仅传输轻量Adapter,实时加载速度提升近十倍,有效解决后训练数据量反超预训练的数据瓶颈。
  • 基准验证:Macaron-V1在12项测试中获6个SOTA,性能反超GLM-5.1基座并领先GPT-5.4、Claude Opus-4.6等主流模型,验证了4B参数微调的有效性。

行业启示

  • 持续学习将成为下一代模型标配:Richard Sutton等权威强调的经验驱动路线已获DeepSeek、智谱等头部跟进,静态数据模式触顶迫使行业转向模型自进化,建议企业将持续学习纳入技术路线图。
  • LoRA基础设施是新的护城河:Mind Lab以MinT平台构建百万级LoRA管理能力,证明后训练基建比预训练更复杂且价值更高,云厂商和创业公司应优先布局轻量化训推工具链以降低垂直适配成本。
  • 硬件场景是持续学习的天然试验场:智能硬件因用户数据差异化高,适合部署个性化LoRA迭代模型,B端合作应聚焦此类场景,通过C端产品(如Macaron)积累的真实交互数据反哺模型进化,形成闭环。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Fine-tuning 微调 Training 训练 Research 科学研究