百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术教程 > 正文

Boston Dynamics Founder to Attend the 2024 T-EDGE Conference

csdh11 2024-12-09 11:25 46 浏览

TMTPOST -- Marc Raibert, the founder of Boston Dynamics, has confirmed his participation in the 2024 T-EDGE Conference in Beijing on December 6-7. He will deliver a speech titled the Future of Dynamic Intelligent Robots, marking his first time in China explaining his vision for the robotics era.

Raibert once envisioned a future where robots walking in the streets would become as commonplace as the air around the humans. When robots become so integrated into daily life that no one even notices them, then they will have truly been popularized. Will this vision come true? Join us at the 2024 T-EDGE Conference to explore new models and the future of humanity through a conversation with Raibert.

With Raibert’s participation, this year’s T-EDGE Conference will reveal an unprecedented international lineup, with innovators from China, the U.S., Canada, the Middle East, India, and other regions coming together in Beijing to drive international collaboration and innovation exchange. Stay tuned for more major international guest announcements.

The 2024 T-EDGE Conference will host tech and business leaders at the forefront of the times, discussing the impact of cutting-edge technology on industries and the global economy. In a globalized context, the conference will also explore new trends in corporate development.

With the theme “ALL in on Globalization, ALL in on AI,” this year’s T-EDGE aims to lead AI-driven innovation in global markets and explore how AI is reshaping the future, promoting global economic integration, and creating new opportunities in cross-border industries.

The format of the T-EDGE 2024 has become more interactive and community-focused, which has enhanced dialogue and social engagement. Starting this year, the T-EDGE will no longer offer free tickets, raising the barrier to entry to foster high-quality interactions within the global innovation community. Participants who purchase tickets will join the T-EDGE global innovation community, with opportunities to attend over ten international events around the world in the coming year.

The Atlas robot, developed by a Boston Dynamics team led by Raibert, is no longer what it used to be—it's no longer just about showing off dance moves, parkour, and backflips.

On October 30, Boston Dynamics released a new video of its bipedal humanoid robot Atlas, which quickly went viral worldwide. In the video, Atlas, working in Toyota’s manufacturing environment in Japan, autonomously navigates, detects boxes and items, and handles tasks on the car assembly line without any human intervention, all thanks to machine learning and self-developed AI models.

When an annoying worker in the video moved a box of parts, Atlas paused for a few seconds, found the correct position, and resumed its task. This indicates that the new Atlas is not only adaptable to changing parts and complex movements but also capable of reprocessing failed actions. Most importantly, this is no longer a pre-programmed demo. With advanced sensor technology and adaptive capabilities, Atlas explores a feasible path for industrial robots to operate independently in real-world environments.

Unlike the previous hydraulic-powered systems, the new generation of Atlas uses fully electric drive, which is simpler to maintain, more cost-effective, and more energy-efficient. Its precision control and response speed are superior, making it highly adaptable to various applications.

Moreover, Atlas’s capabilities go beyond AI alone. It is designed with visual recognition and behavioral databases, which help it navigate complex environments, efficiently execute tasks, and make decisions. This innovation offers important insights for the development of future humanoid robots.

The key figure to Atlas’s success is Raibert, who pioneered the age of robotic mobility. Raibert predicted earlier this year, “In the future, an era of intelligent robots that can think for themselves and solve problems will open.”

In June of this year, Raibert took on a new role as the Executive Director of the Artificial Intelligence Institute. Even before the advent of ChatGPT in 2022, he was already focused on combining AI with dynamic robots. The Institute, located in Massachusetts, near Harvard and MIT, was established with $400 million from Hyundai Motor Group and focuses on the future of robotics. Its key research areas are cognitive AI, motion AI, organic hardware design, ethics, and policy.

While large language models (LLMs) are transforming the world, Raibert believes they are just one type of AI model. His work focuses on creating AI models that allow robots to perceive the world through cameras and interact with it, aiming to enable robots to observe and learn like humans, and perform fine tasks with their hands.

Raibert has divided AI research into two categories: motion intelligence and cognitive intelligence. In some respects, Boston Dynamics, founded by Raibert, has set the standard for motion intelligence, including mechanical design and real-time control. However, Raibert believes the future mission of his institute is to address the standards of human "learning intelligence."

When the first Atlas video was uploaded to YouTube in 2016, millions around the world saw this humanoid robot perform delicate obstacle courses, stumbling, flipping back, and running on a balance beam. Atlas's movements, with simulated pain from falls and a wave to finish, instantly made the concept of humanoid robots global. Boston Dynamics, the creator behind Atlas, became a sensation worldwide.

Thirty-two years ago or in 1992, Raibert founded Boston Dynamics after leaving Carnegie Mellon University’s Leg Laboratory, which he had established in 1980 to lay the scientific foundation for later developments in dynamic robots. At that time, he was also teaching at MIT and Carnegie Mellon, where Raibert developed the first self-balancing jumping robot.

Today, with 30 years of development, the humanoid robot field has attracted many star players, including Tesla, and China has become a crucial player in the global humanoid robot manufacturing industry. Raibert, who has always defined robots as a perfect combination of science and art, is now poised to shape the future of dynamic intelligent robots.

相关推荐

探索Java项目中日志系统最佳实践:从入门到精通

探索Java项目中日志系统最佳实践:从入门到精通在现代软件开发中,日志系统如同一位默默无闻却至关重要的管家,它记录了程序运行中的各种事件,为我们排查问题、监控性能和优化系统提供了宝贵的依据。在Java...

用了这么多年的java日志框架,你真的弄懂了吗?

在项目开发过程中,有一个必不可少的环节就是记录日志,相信只要是个程序员都用过,可是咱们自问下,用了这么多年的日志框架,你确定自己真弄懂了日志框架的来龙去脉嘛?下面笔者就详细聊聊java中常用日志框架的...

物理老师教你学Java语言(中篇)(物理专业学编程)

第四章物质的基本结构——类与对象...

一文搞定!Spring Boot3 定时任务操作全攻略

各位互联网大厂的后端开发小伙伴们,在使用SpringBoot3开发项目时,你是否遇到过定时任务实现的难题呢?比如任务调度时间不准确,代码报错却找不到方向,是不是特别头疼?如今,随着互联网业务规模...

你还不懂java的日志系统吗 ?(java的日志类)

一、背景在java的开发中,使用最多也绕不过去的一个话题就是日志,在程序中除了业务代码外,使用最多的就是打印日志。经常听到的这样一句话就是“打个日志调试下”,没错在日常的开发、调试过程中打印日志是常干...

谈谈枚举的新用法--java(java枚举的作用与好处)

问题的由来前段时间改游戏buff功能,干了一件愚蠢的事情,那就是把枚举和运算集合在一起,然后运行一段时间后buff就出现各种问题,我当时懵逼了!事情是这样的,做过游戏的都知道,buff,需要分类型,且...

你还不懂java的日志系统吗(javaw 日志)

一、背景在java的开发中,使用最多也绕不过去的一个话题就是日志,在程序中除了业务代码外,使用最多的就是打印日志。经常听到的这样一句话就是“打个日志调试下”,没错在日常的开发、调试过程中打印日志是常干...

Java 8之后的那些新特性(三):Java System Logger

去年12月份log4j日志框架的一个漏洞,给Java整个行业造成了非常大的影响。这个事情也顺带把log4j这个日志框架推到了争议的最前线。在Java领域,log4j可能相对比较流行。而在log4j之外...

Java开发中的日志管理:让程序“开口说话”

Java开发中的日志管理:让程序“开口说话”日志是程序员的朋友,也是程序的“嘴巴”。它能让程序在运行过程中“开口说话”,告诉我们它的状态、行为以及遇到的问题。在Java开发中,良好的日志管理不仅能帮助...

吊打面试官(十二)--Java语言中ArrayList类一文全掌握

导读...

OS X 效率启动器 Alfred 详解与使用技巧

问:为什么要在Mac上使用效率启动器类应用?答:在非特殊专业用户的环境下,(每天)用户一般可以在系统中进行上百次操作,可以是点击,也可以是拖拽,但这些只是过程,而我们的真正目的是想获得结果,也就是...

Java中 高级的异常处理(java中异常处理的两种方式)

介绍异常处理是软件开发的一个关键方面,尤其是在Java中,这种语言以其稳健性和平台独立性而闻名。正确的异常处理不仅可以防止应用程序崩溃,还有助于调试并向用户提供有意义的反馈。...

【性能调优】全方位教你定位慢SQL,方法介绍下!

1.使用数据库自带工具...

全面了解mysql锁机制(InnoDB)与问题排查

MySQL/InnoDB的加锁,一直是一个常见的话题。例如,数据库如果有高并发请求,如何保证数据完整性?产生死锁问题如何排查并解决?下面是不同锁等级的区别表级锁:开销小,加锁快;不会出现死锁;锁定粒度...

看懂这篇文章,你就懂了数据库死锁产生的场景和解决方法

一、什么是死锁加锁(Locking)是数据库在并发访问时保证数据一致性和完整性的主要机制。任何事务都需要获得相应对象上的锁才能访问数据,读取数据的事务通常只需要获得读锁(共享锁),修改数据的事务需要获...