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

C3.ai (AI) Q1 2026 Earnings Call Transcript

Improving Large Vision and Language Models by Learning from a Panel of Peers – Takara TLDR

Enhancing LLM accuracy with Coveo Passage Retrieval on Amazon Bedrock

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, Intrinsic build AI for multi-robot planning

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


Programming industrial robots is a labor-intensive process that often depends on teach pendants, offline tools, and trial-and-error. Coordinating multiple robots in shared spaces adds further complexity, making collisions and inefficiencies likely. With more than 4.3 million industrial robots in use worldwide, the time required for programming remains a major barrier to scaling automation.

A recently published study in Science Robotics proposes a new direction. The paper, “RoboBallet: Planning for Multi-Robot Reaching with Graph Neural Networks and Reinforcement Learning,” details research conducted by Google DeepMind Robotics, Intrinsic, and University College London. The team developed an AI model that uses reinforcement learning and graph neural networks (GNNs) to generate collision-free motion plans for multiple robots in shared workspaces. You can watch the system in action in the video atop this page.

The problem the researchers tackled is not new. Classic motion planning algorithms can produce reliable paths for individual robots. However, scaling those methods to several robots operating in tight quarters becomes computationally difficult. Engineers frequently spend significant time parameterizing algorithms or manually adjusting trajectories to avoid conflicts. The new AI approach aims to automate much of that process.

Intrinsic is a relatively new player in the industrial robotics space. The company spun out of Alphabet’s X “moonshot factory” in 2021 with the goal of making industrial robots easier to use, program, and scale. Since then, it has expanded through both internal R&D and acquisitions. In 2022, Intrinsic acquired the Open Source Robotics Foundation, the organization behind the Robot Operating System (ROS). That move signaled a commitment to supporting the broader robotics community while integrating ROS expertise into Intrinsic’s own development of more intelligent automation tools.

At the core of the method is a GNN trained through reinforcement learning on millions of synthetically generated scenarios. In this framework, robots, tasks, and obstacles are represented as nodes in a graph, while edges define their relationships. The researchers said the model learns to plan trajectories by trial and error, eventually developing generalized strategies that can be applied to new, unseen layouts. Once trained, Intrinsic said the system requires only CAD files and high-level task descriptions to produce motion plans without manual coding, teach pendants, or fine-tuning.

In laboratory evaluations, the model generated motion plans for up to eight robots, often producing near-optimal solutions within seconds. According to Intrinsic, the AI-based approach showed improvements of about 25% in trajectory quality when compared with traditional methods, while also demonstrating strong scalability. For example, when moving from four to eight robots, task execution time decreased by an average of 60%. Intrinsic said this suggests efficiency can increase with system complexity rather than degrade.


SITE AD for the 2025 RoboBusiness registration open.

The ability to handle “bundles of tasks” without detailed step-by-step instructions makes the system noteworthy. Given a set of objectives, the developers said the model automatically determines the sequence of actions and corresponding collision-free trajectories. Because of the way it encodes relationships between entities in a workcell, it can also adapt to novel scenarios without retraining or human intervention, according to Google DeepMind and Intrinsic.

The RoboBallet team said AI-driven planning could reduce programming time, improve flexibility, and enable faster adaptation to changing product designs or unexpected disruptions. Looking ahead, combining this approach with AI-enabled perception at the edge could allow robots to replan on the fly in response to dynamic changes, further reducing downtime.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleGM versus Toyota in the 1980s
Next Article Unlocking the future of professional services: How Proofpoint uses Amazon Q Business
Advanced AI Editor
  • Website

Related Posts

Broadcom Foundation Joins Forces With the Raspberry Pi Foundation to Bring Experience AI to Classrooms

September 3, 2025

‘Most people are not that good at…’: Google DeepMind’s Jeff Dean says today’s AI is already ahead of average humans | Trending News

September 3, 2025

Next tropical system could develop by this weekend

September 2, 2025

Comments are closed.

Latest Posts

Nazi-Looted Painting from Argentine Home May Have Been Recovered

Moche Residence Unearthed at Archaeological Site in Northern Peru

Kim Sajet to Helm the Milwaukee Art Museum

Armory Show to ‘Complicate Stereotypes,’ and More Art News

Latest Posts

C3.ai (AI) Q1 2026 Earnings Call Transcript

September 3, 2025

Improving Large Vision and Language Models by Learning from a Panel of Peers – Takara TLDR

September 3, 2025

Enhancing LLM accuracy with Coveo Passage Retrieval on Amazon Bedrock

September 3, 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

  • C3.ai (AI) Q1 2026 Earnings Call Transcript
  • Improving Large Vision and Language Models by Learning from a Panel of Peers – Takara TLDR
  • Enhancing LLM accuracy with Coveo Passage Retrieval on Amazon Bedrock
  • OpenAI Adds New Safety Protections for Teens After Lawsuit
  • CB Insights Smart Money 2025: The top 25 VCs outperforming the market

Recent Comments

  1. Williepefly on MIT’s Xstrings facilitates 3D printing parts with embedded actuation | VoxelMatters
  2. RichardZig on MIT’s Xstrings facilitates 3D printing parts with embedded actuation | VoxelMatters
  3. 시알리스 구매 사이트 on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  4. Williepefly on Ballet Tech Forms The Future Through Dance
  5. RichardZig on Ballet Tech Forms The Future Through Dance

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.