Live data from Hacker News

Gemini Robotics 2 brings whole body intelligence to robots

deepmind.google

541–550 of 583 posts

Re: Gemini Robotics 2 brings whole body intelligence to robots

#541
post #478
post #431

Earlier quoted context omitted.

But how does LLMs help in making chat bots better, help with this "multi-sensory" data. Has this anything to do with the current AI surge with LLMs? Has it been demonstrated? Or is it just that such things now get a lot of funding now, for no good reason?

>But how does LLMs help in making chat bots better, help with this "multi-sensory" data. All three offerings from the linked blog post are either Vision LLMs or Vision/Action LLMs.

Action LLMs work by generating text underneath. Just some higher level software interprets the text generated and do some action. So the immediate inference result is still text.

That does not help a lot.

Re: Gemini Robotics 2 brings whole body intelligence to robots

#542
post #77

Earlier quoted context omitted.

The time between gpt 2 and 3 was 15 months. The time between gemini robotics 1 and 2 was also 15 months: https://blog.google/products-and-platforms/products/gemini/h... The difference between gpt 2 and 3 was insane. 2 could generate limericks when it wasn't repeating a word 300x. 3 could actually do some things. By comparison gemini robotics has hardly changed at all. I will also point out that slow, non-fluid roboti…

> folding them quickly, so that the fabric is actually moving instead of just hanging still- incredibly, incredibly more complex. TBF fabric is much more difficult to simulate than a bipedal body is. As I recall openai had mujoco playing soccer nearly 10 years ago. Obviously real world bodies are much more difficult but I'd be curious to learn why that is.

I don't think that there's any inherent difficulty to do with physical bodies, it's just that the learning techniques used by the big labs, that is to say, various forms of Reinforcement Learning, don't transfer to the real world. Because in the real world if you try stuff at random until you figure out the right policy, you end up destroying too many robot bodies. Imitation learning that went wild a couple years ago with ALOHA looks like a great way to get around this on paper, but then you realise that you have to train your robot for hours on every single task you want it to perform and it still won't generalise even between similar tasks. The sim-2-real gap also remains a big obstacle and you can't just train in simulation and transfer to the real world seamlessly; and then the seams end up being more like chasms.

Then there's the problem of generalisation. RL is insane in figuring out the dynamics of any arbitrary environment you drop it in at any time. Unfortunately once you have a policy trained in one environment (or one task) you have to train again for the next environment (or task) you want to deal with. The number of different environments, situations or tasks in the real world ends up being overwhelmingly large.

So for example DeepMind has been trying for ever to train various robots to do stuff like grasp arbitrary objects by training in the real world or in simulation and still grasping is an unsolved problem, in the general case; and in fact in most cases.

With LLMs it was different in that there was a www of text to train on and the stakes are lower because there's no sim-2-real gap and there's no need to deal with the real world, in training or deployment, it's just text on a screen. That's very hard to replicate in robotics.

There are major breakthroughs still to be made and they aren't currently even on the horizon. And no, I don't have the answer with my super secrete robotic AGI homebrew project either, just saying :P

Re: Gemini Robotics 2 brings whole body intelligence to robots

#543
post #334
post #191

Earlier quoted context omitted.

Even being able to simply do the task isn't enough here. It also has to do the task while also never, ever, ever accidentally folding your toddler as though it were a towel. Having industrial-strength robots around inherently unpredictable humans in a fail-safe way is an extremely difficult problem that will not be addressed any time soon.

This is not the bar for societal adoption, and we can already see a demonstration that it is false. A waymo is basically an industrial strength robot. It operates among inherently unpredictable humans already. There is no guarantee that it will never, ever hurt a human. And yet in many cities around the world, you can call a waymo and ride it and society accepts it.

I think that's not a bad point but it ignores the different safety standards that most people accept when it comes to a) driving and b) their toddlers. Like a household appliance that kills 20-40k toddlers every year would be a major scandal, but it's OK for automobiles.

Re: Gemini Robotics 2 brings whole body intelligence to robots

#544

Earlier quoted context omitted.

I work in this field, and I wrote my bachelor's thesis here, not with humanoids but with VLAs (think chatgpt connected to a robot arm) It's certainly not there yet for anything practical, there's also certain bits and structures that don't have accurate names during construction, and it is important to keep that in mind - so a robot is unlikely to understand what it means to say "put the left bit of this box onto thi…

This is absolutely not true check out Sunday robotics and their robot that folds clothes. Sunday robotics says it does holding of clothes correctly 99% of the time that is real world usage today. They even have three hour video of the robot folding the clothes.

No, the above is absolutely exactly true. Robots folding clothes and tying shoelaces etc is nothing but a tech demo at this point.

It's difficult to grok this because if you watch a human folding a t-shirt, you can reliably predict that the same human will fold a different t-shirt just as well, and in fact be perfectly capable of folding a wide variety of other clothes items as well. Not so for robots. With robots, what you see is precisely what you get. If you see a robot folding a t-shirt, all that means is that that particular robot can fold that particular t-shirt. The state of the art today is that the same robot cannot be expected to be able to fold a different t-shirt.

For example, see this article about Mobile ALOHA at Google. There's a passage where the visiting, awe-struck, journalist asks whether the robot he's just seen tying up a pair of shoelaces can tie up his own shoe.

“If I gave it my shoe,” I ventured, “would it just totally fail?”

“We could try,” Tompson said. I removed my right sneaker, with apologies to anyone forced to handle it. Tompson gamely placed it on the table, while Driess reloaded the policy.

“To set expectations,” Driess said, “this is a task that is thought of as being impossible.”

Tompson eyed his new experimental subject with some trepidation. “Very short shoelaces,” he said.

The policy booted up, and the claws set to work. This time, they poked at the shoelace without getting a grip. “Do you give consent for your shoe to be destroyed?” Driess joked, as the hands grabbed at the tongue. Tompson let them try for a few more seconds before hitting the Failure pedal.

https://archive.ph/CiJJG#selection-1887.0-1915.291

(Original: https://www.newyorker.com/magazine/2024/12/02/a-revolution-i...)

As to ACT-2 which basically uses the same techniques as ALOHA (imitation learning) far as I can tell, that's a commercial product and the information they give on their site is difficult to parse. E.g. they say they have 99.1% ±0.3 success rate, 778 successful folds and 9 garment types which is low enough to engender some trust they're not trying to inflate their numbers, but they don't say whether they trained on the garments used in evaluation or not. Chances are they did, because that's the current limit of the technology, i.e. if the garment being folded is unseen (as opposed to the environment, which they tout) then performance is basically random. So either ACT-2 have a major breakthrough that is a few leaps and bounds away from the current state of the art, or you've just watched a tech demo.

The fact that they only advertise "9 garment types" though is a big hint: they have the same problem with generalisation as everybody else at this point in time.

Re: Gemini Robotics 2 brings whole body intelligence to robots

#545

I'm a researcher at Deepmind that contributed to these models. (And the opinions here are my own) Just want to say, Deepmind is a great place to work and the only (Edit: one the few unique labs!) lab where you can move from large frontier models (Gemini), frontier open models (Gemma), robotics (what you see here), science (weather, biology, more) and basically any other topic related to intelligence. It's really an i…

Sounds great if you want to research, what DeepMind wants you to research; but that's not great if you want to go down the untrodden path where all the true innovation has the (very slim) chance to happen.

Re: Gemini Robotics 2 brings whole body intelligence to robots

#546

Earlier quoted context omitted.

How are you engaging with the fundamental problems explained in this blog post https://rodneybrooks.com/why-todays-humanoids-wont-learn-dex... - the relatively crude tactile and proprioceptive sensing apparatuses of robots when compared to humans - the limited availability of multisensory, perception-action coupled training data Genuinely curious!

It's a load of bollocks, and always was. Modern robotics is, at its core, not a hardware problem. It's an AI problem. We have plenty of headroom in the hardware - what we don't have is an AI good enough to utilize it. We don't know the practical limits of current hardware because we can't make a robot AI that would make the hardware a meaningful bottleneck. Today's robots don't fail at tasks because they have poor fi…

Yeah, look carefully at that demo of tying the garbage bag strings: it's done in a very peculiar style that suggests a very specific, very precise, "algorithm" taught in an imitation learning session, which has no chance to transfer to other tasks, or even other garbage bag strings.

As usual with robot tech demos: WYSIWYG.

Re: Gemini Robotics 2 brings whole body intelligence to robots

#547
post #402

Earlier quoted context omitted.

How are you engaging with the fundamental problems explained in this blog post https://rodneybrooks.com/why-todays-humanoids-wont-learn-dex... - the relatively crude tactile and proprioceptive sensing apparatuses of robots when compared to humans - the limited availability of multisensory, perception-action coupled training data Genuinely curious!

This seems like a post by someone who hasn't really ingested the bitter lesson. Eg, even LeRobot (without proper fingers) can fold clothes now: https://www.youtube.com/watch?v=dPe9v4gqbdg The labs are spending huge money collecting "multisensory, perception-action coupled training data" (eg, there is the one in NY that gives you free cleaning in return for video data from the cleaner). Edit: The Gemini Robotics blog…

At this point the bitter lesson has become a meaningless shibboleth. It seems very few people have actually read the original article:

The Bitter Lesson Rich Sutton March 13, 2019

http://www.incompleteideas.net/IncIdeas/BitterLesson.html

And even fewer are aware of the author's follow up on what his article says about the current trend in AI:

Silicon Valley Doesn't Understand The Bitter Lesson – Richard Sutton

https://youtu.be/QMGy6WY2hlM?si=0aOmgKiPfGEEXoK9

Re: Gemini Robotics 2 brings whole body intelligence to robots

#548
post #541
post #478

Earlier quoted context omitted.

>But how does LLMs help in making chat bots better, help with this "multi-sensory" data. All three offerings from the linked blog post are either Vision LLMs or Vision/Action LLMs.

Action LLMs work by generating text underneath. Just some higher level software interprets the text generated and do some action. So the immediate inference result is still text. That does not help a lot.

Depends entirely on VLA arch. Some have dedicated action diffusion heads that work in a standalone non-text action output space. Much like an LLM can either use an external TTS or have audio output heads attached to it directly for native S2S.

But your entire premise is wrong regardless of that.

Even if VLAs were forever bound to outputting text, you'd have to prove that they're fundamentally incapable of emitting text that maps to useful action sequences. No proof of that whatsoever - and plenty of empirical evidence suggests otherwise. Even non-specialist LLMs like ChatGPT are getting better at controlling robots and navigating 3D environments, if slowly.

Re: Gemini Robotics 2 brings whole body intelligence to robots

#549

Earlier quoted context omitted.

It's a load of bollocks, and always was. Modern robotics is, at its core, not a hardware problem. It's an AI problem. We have plenty of headroom in the hardware - what we don't have is an AI good enough to utilize it. We don't know the practical limits of current hardware because we can't make a robot AI that would make the hardware a meaningful bottleneck. Today's robots don't fail at tasks because they have poor fi…

Yeah, look carefully at that demo of tying the garbage bag strings: it's done in a very peculiar style that suggests a very specific, very precise, "algorithm" taught in an imitation learning session, which has no chance to transfer to other tasks, or even other garbage bag strings. As usual with robot tech demos: WYSIWYG.

Did the past decades of AI research teach you absolutely nothing?

Every time you see something that "suggests a very specific, very precise, "algorithm" taught in an imitation learning session"? Scale the imitation learning up x10, x100, x1000, and it suddenly generalizes!

I'll be honest: I don't see what you see. I don't see anything that would suggest this algorithm is so brittle there's zero transfer to "even other garbage bag strings". AI robotics isn't innately brittle like conventional robotics is. But even if you are, somehow, completely right on that? Teach a hundred "very specific algorithms" like this - and watch them fuse into a manifold of algorithms that can be applied to different problems as needed.

And that is what you need. If an algorithm for "tie a garbage bag with current generation robot hands" exists and can be learned by an AI, then the gains from getting better AI are far from exhausted. The limits of robotics are the limits of AI.

This is why every AI robotics company is saying "we need more data". They understand what they're dealing with. They looked at the scaling laws and went "robotics isn't magic, that curve applies to us too". I don't get what makes people see robotics as a special magic thing, that makes them look at the advances in robot AI and say "this is intractable" and not "this is hard". It's hard. We're getting through it though.

Re: Gemini Robotics 2 brings whole body intelligence to robots

#550

This page is just marketing…more interesting is that: https://blog.google/innovation-and-ai/models-and-research/go... Success-rate of ~60% Accuracy: ~80% That’s pretty low and definitely not production ready

Seems like production ready is 2-5 years out though. Not a very long time

you mean like the self driving car which elon promised ten years ago. :D Robotic vision AI is far more complex than an LLM
Post reply on HN