Skip to content
Home » How AI Will Step Off The Screen And Into The Real World: Daniela Rus (Transcript)

How AI Will Step Off The Screen And Into The Real World: Daniela Rus (Transcript)

Here is the full transcript of AI pioneer Daniela Rus’ talk titled “How AI Will Step Off The Screen And Into The Real World” at TED2024 conference.

Listen to the audio version here:

TRANSCRIPT:

When I was a student studying robotics, a group of us decided to make a present for our professor’s birthday. We wanted to program our robot to cut a slice of cake for him. We pulled an all-nighter writing the software, and the next day, disaster. We programmed this robot to cut a soft, round sponge cake, but we didn’t coordinate well.

And instead, we received a square hard ice cream cake. The robot flailed wildly and nearly destroyed the cake. Our professor was delighted, anyway. He calmly pushed the stop button and declared the erratic behavior of the robot a control singularity. A robotics technical term.

I was disappointed, but I learned a very important lesson. The physical world, with its physics laws and imprecisions, is a far more demanding space than the digital world.

The Present and Future of AI and Robotics

Today, I lead MIT’s Computer Science and AI lab, the largest research unit at MIT. This is our building, where I work with brilliant and brave researchers to invent the future of computing and intelligent machines. Today in computing, artificial intelligence and robotics are largely separate fields. AI has amazed you with its decision-making and learning, but it remains confined inside computers.

Robots have a physical presence and can execute pre-programmed tasks, but they’re not intelligent. Well, this separation is starting to change. AI is about to break free from the 2D computer screen interactions and enter a vibrant, physical 3D world. In my lab, we’re fusing the digital intelligence of AI with the mechanical prowess of robots.

Moving AI from the digital world into the physical world is making machines intelligent and leading to the next great breakthrough, what I call physical intelligence. Physical intelligence is when AI’s power to understand text, images and other online information is used to make real-world machines smarter. This means AI can help pre-programmed robots do their tasks better by using knowledge from data.

With physical intelligence, AI doesn’t just reside in our computers, but walks, rolls, flies and interacts with us in surprising ways. Imagine being surrounded by helpful robots at the supermarket. The one on the left can help you carry a heavy box. To make it happen, we need to do a few things.

Rethinking How Machines Think

We need to rethink how machines think. We need to reorganize how they are designed and how they learn. So for physical intelligence, AI has to run on computers that fit on the body of the robot. For example, our soft robot fish.

Today’s AI uses server farms that do not fit. Today’s AI also makes mistakes. This AI system on a robot car does not detect pedestrians. For physical intelligence, we need small brains that do not make mistakes. We’re tackling these challenges using inspiration from a worm called C. elegans. In sharp contrast to the billions of neurons in the human brain, C. elegans has a happy life on only 302 neurons, and biologists understand the math of what each of these neurons do. So here’s the idea.

ALSO READ:  12 Predictions For The Future of Technology: Vinod Khosla (Transcript)

Can we build AI using inspiration from the math of these neurons? We have developed, together with my collaborators and students, a new approach to AI we call “liquid networks.” And liquid networks results in much more compact and explainable solutions than today’s traditional AI solutions. Let me show you.

Liquid Networks vs. Traditional AI

This is our self-driving car. It’s trained using a traditional AI solution, the kind you find in many applications today. This is the dashboard of the car. In the lower right corner, you’ll see the map. In the upper left corner, the camera input stream. And the big box in the middle with the blinking lights is the decision-making engine. It consists of tens of thousands of artificial neurons, and it decides how the car should steer.

It is impossible to correlate the activity of these neurons with the behavior of the car. Moreover, if you look at the lower left side, you see where in the image this decision-making engine looks to tell the car what to do. And you see how noisy it is. And this car drives by looking at the bushes and the trees on the side of the road. That’s not how we drive. People look at the road.

Now contrast this with our liquid network solution, which consists of only 19 neurons rather than tens of thousands. And look at its attention map. It’s so clean and focused on the road horizon and the side of the road. Because these models are so much smaller, we actually understand how they make decisions.

So how did we get this performance? Well, in a traditional AI system, the computational neuron is the artificial neuron, and the artificial neuron is essentially an on/off computational unit. It takes in some numbers, adds them up, applies some basic math and passes along the result. And this is complex because it happens across thousands of computational units.

In liquid networks, we have fewer neurons, but each one does more complex math. Here’s what happens inside our liquid neuron. We use differential equations to model the neural computation and the artificial synapse. And these differential equations are what biologists have mapped for the neural structure of the worms. We also wire the neurons differently to increase the information flow. Well, these changes yield phenomenal results.

The Advantages of Liquid Networks

Traditional AI systems are frozen after training. That means they cannot continue to improve when we deploy them in a physical world in the wild. We just wait for the next release. Because of what’s happening inside the liquid neuron, liquid networks continue to adapt after training based on the inputs that they see.

ALSO READ:  Wireless Wake-Up Call: Jeromy Johnson at TEDxBerkeley (Full Transcript)

Let me show you.