Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

L&T joins MIT media lab to explore AI and mobility

Thomas Wolf of Hugging Face on the Future of Open AI at Disrupt 2025

TCS integrates NVIDIA AI to boost retail capabilities

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
Google DeepMind

Google DeepMind Releases MoR Architecture, Significantly Enhancing Large Model Inference Efficiency_tasks_Layer_the

By Advanced AI EditorSeptember 19, 2025No Comments4 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Google DeepMind Releases MoR Architecture: A Revolutionary Breakthrough in Large Model Inference Efficiency

As artificial intelligence technology advances rapidly, the issues of inference efficiency and energy consumption in large models have become key bottlenecks limiting their widespread application. Recently, the Google DeepMind team announced the launch of a new architecture—Mixture of Reasoners (MoR), which innovatively breaks down complex reasoning tasks into a multi-stage collaborative process, achieving a threefold increase in inference speed and an 80% reduction in energy consumption. This progress is regarded by the industry as an important milestone in the evolution of large model technology following the Transformer architecture.

Traditional large models use a single neural network to handle all tasks, akin to asking a mathematician to simultaneously perform mental calculations, geometric proofs, and algebraic derivations, making it difficult to balance efficiency and accuracy. The MoR architecture introduces an “expert collaboration” mechanism, breaking down the complex reasoning process into three core modules:

Fast Decision Layer: Composed of lightweight models, responsible for initial screening and path planning, handling simple logic and common-sense judgments;

Deep Reasoning Layer: Utilizes large expert models for complex computations, such as mathematical proofs and code generation, among other high-load tasks;

Verification and Optimization Layer: Ensures result accuracy through a cross-validation mechanism and dynamically adjusts the reasoning path.

This layered design allows the model to automatically allocate computational resources based on task difficulty. Experimental data shows that in the mathematical reasoning benchmark test GSM8K, the MoR architecture reduced the average response time from 17.3 seconds to 5.8 seconds, while also lowering the error rate by 22%. Notably, its energy consumption performance surpasses existing optimal solutions: under the same tasks, MoR’s carbon footprint is only one-fifth that of GPT-4.

Technical Breakthrough: Fusion of Dynamic Routing and Knowledge Distillation

The core innovation of MoR lies in the combination of dynamic routing algorithms and progressive knowledge distillation techniques. The dynamic routing system intelligently selects the optimal reasoning path by analyzing the features of the input questions in real-time. For instance, when faced with the question “Calculate the sum of prime numbers from 1 to 100,” the system first calls the fast decision layer to identify the question type, then the deep reasoning layer performs the specific computation, and finally, the verification layer checks the result’s validity.

Knowledge distillation technology addresses the efficiency loss issue in multi-model collaboration. The research team developed a “teacher-student” training framework, allowing large expert models to guide lightweight models in learning key reasoning patterns. After 100,000 iterations of training, the accuracy of the fast decision layer improved to 92%, approaching the mathematical ability level of a human undergraduate.

Industry Impact: Reshaping the AI Application Ecosystem

This breakthrough has immediately stirred the tech community. Professor Li, director of the Stanford University Artificial Intelligence Laboratory, remarked, “The MoR architecture demonstrates that performance leaps can be achieved through system-level optimization rather than merely expanding parameter scales.” The Microsoft Azure team has initiated a technology migration assessment, expecting to apply MoR to Azure OpenAI services, potentially reducing API call costs for enterprise customers by 40%.

The open-source community is equally buzzing. Data from the Hugging Face platform shows that downloads of MoR-related models surpassed 500,000 within 72 hours of release, with developers applying it in high-time-sensitivity scenarios such as medical diagnosis and financial risk control. After integrating MoR, an AI-assisted diagnostic system at a top-tier hospital reduced CT image analysis time from 90 seconds to 28 seconds, increasing doctors’ work efficiency by 220%.

Future Prospects: Opening a New Era of Green AI

As global energy consumption issues in data centers become increasingly severe, the energy-saving characteristics of the MoR architecture hold strategic significance. Google’s sustainability department revealed that if this technology is fully applied in its data centers, it could reduce carbon emissions equivalent to the annual electricity consumption of 300,000 households. The research team is exploring the integration of MoR with quantum computing, which may lead to exponential improvements in reasoning efficiency in the future.

This efficiency revolution sparked by architectural innovation is redefining the boundaries of artificial intelligence capabilities. As models are no longer shackled by computational power and energy consumption, a more intelligent and sustainable AI era has already begun.返回搜狐,查看更多



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleOpenAI, Google Smash Human Records At Programming Olympics
Next Article TCS integrates NVIDIA AI to boost retail capabilities
Advanced AI Editor
  • Website

Related Posts

What YouTube’s New AI Tools Mean for Content Creators

September 19, 2025

OpenAI and Google DeepMind AI models win gold at ICPC

September 18, 2025

OpenAI, Google reasoning models achieve gold-level scores in ICPC coding contest

September 18, 2025

Comments are closed.

Latest Posts

The Best Booths at the First Untitled Art, Houston

Rope Found at Atlanta Black History Museum Under Investigation

Van Abbe Museum in Maine to Return Objects to Wabanaki Nations

FAU Art History Professor Suspended Due to Charlie Kirk Comments

Latest Posts

L&T joins MIT media lab to explore AI and mobility

September 19, 2025

Thomas Wolf of Hugging Face on the Future of Open AI at Disrupt 2025

September 19, 2025

TCS integrates NVIDIA AI to boost retail capabilities

September 19, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • L&T joins MIT media lab to explore AI and mobility
  • Thomas Wolf of Hugging Face on the Future of Open AI at Disrupt 2025
  • TCS integrates NVIDIA AI to boost retail capabilities
  • Google DeepMind Releases MoR Architecture, Significantly Enhancing Large Model Inference Efficiency_tasks_Layer_the
  • OpenAI, Google Smash Human Records At Programming Olympics

Recent Comments

  1. zanycactus2Nalay on Anthropic’s popular Claude Code AI tool now included in its $20/month Pro plan
  2. zanycactus2Nalay on The first Google TPU for the age of inference
  3. DavidBar on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  4. zanycactus2Nalay on New MIT CSAIL study suggests that AI won’t steal as many jobs as expected
  5. Sportwetten bonus forum on Cisco Unveils Foundation AI for Enhanced Security Integration

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.