I'm always wondering at the safety measures on these things. How much force is in those motors? This is basically safety-critical stuff but with LLMs. Hallucinating wrong answers in text is bad, hallucinating that your chest is a drawer to pull open is very bad.
You can have dedicated controllers for the motors that limit their max torque.
Helix: A vision-language-action model for generalist humanoid control
161–170 of 178 posts
Re: Helix: A vision-language-action model for generalist humanoid control
#162There’s nothing I want more than a robot that does house chores. That’s the real 10x multiplier for humans to do what they do best.
I'd pay $2k for something that folds my laundry reliably. It doesn't need arms or legs, just like my dishwasher doesn't need arms or legs. It just needs to let me dump in a load of clean laundry and output stacks of neatly folded or hung clothing.
https://www.aliexpress.com/w/wholesale-clothes-folding-machi...
Re: Helix: A vision-language-action model for generalist humanoid control
#163At this point, this is enough autonomy to have a set of these guys man a howitzer (read as old stockpiles of weapons we already have). Kind of a scary thought. On one hand, I think the idea of moving real people out of danger in war is a good idea, and as an American i'd want Americans to have an edge... and we can't guarantee our enemies won't take it if we skip it, on the other hand I have a visceral reaction to ma…
Re: Helix: A vision-language-action model for generalist humanoid control
#164When doing robot control, how do you model in the control of the robot? Do you have tool_use / function calling at the top level model which then gets turned into motion control parameters via inverse kinematic controllers? What is the interface from the top level to the motors? I feel it can not just be a neural network all the way down, right?
200Hz is barely enough to control a motor, but it is good enough to send a reference signal to a motor controller. Usually what is done is that you have a neural network to learn complex high level behaviour and use that to produce a high level trajectory, then you have a whole body robot controller based on quadratic programming that does things like balancing, maintaining contacts when holding objects or pressing against things. This requires a model of the robot dynamics so that you know the relationship between torques and acceleration. Then after that you will need a motor controller that accepts reference acceleration/torque, velocity and position commands which then is turned into 10kHz to 100kHz pulse width modulated signals by the motor controller. The motor controller itself is driving MOSFETs so it can only turn them on or off, unless you are using expensive sinusoidal drivers.
Re: Helix: A vision-language-action model for generalist humanoid control
#165Seriously, what's with all of these perceived "high-end" tech companies not doing static content worth a damn. Stop hosting your videos as MP4s on your web-server. Either publish to a CDN or use a platform like YouTube. Your bandwidth cannot handle serving high resolution MP4s. /rant
Re: Helix: A vision-language-action model for generalist humanoid control
#166Very impressive Why make such sinister-looking robots though...?
Black was not the best color choice.
But it did seem like title of their mood board must have been "Black Mirror".
Very uncanny valley, the glossy facelessness. It somehow looks neither purely utilitarian/industrial nor 'friendly'. I could see it being based on the aesthetic of laptops and phones, i.e. consumer tech, but the effect is so different when transposed onto a very humanoid form.
Re: Helix: A vision-language-action model for generalist humanoid control
#167Earlier quoted context omitted.
Are you saying it cannot move faster than they because of some kind of governor?
That is how I would design it. It is common in safety critical PLC systems to have 1 or more separate safety PLCs that try to prevent bad things from happening.
There cannot be a safety system of this type for a generalist platform like a humanoid robot. It's possibility space is just too high.
I think the safety governor in this case would have to be a neural network that is at least as complex as the robots network, if not more so.
Which begs the question: what system checks that one for safety?
Re: Helix: A vision-language-action model for generalist humanoid control
#168Earlier quoted context omitted.
That could still be decades away.
I don't know... I'm starting to seriously think that is only 5-10 years away.
The demo space is so sterile and empty I think we're still a loong ways off from the Coffee test happening. One big thing I see is they don't have to rearrange other items they have nice open bins/drawers/shelves/etc to drop the items into. That kind of multistep planning has been a thorn in independent robotics for decades.
Re: Helix: A vision-language-action model for generalist humanoid control
#169Earlier quoted context omitted.
They can put away clutter but if they could chop a carrot or dust a vase they'd have shown videos demonstrating that sort of capability. EDIT: Let alone chop an onion. Let me tell you having a robot manipulate onions is the worst. Dealing with loose onion skins is very hard.
Sure. But if you showed this video to someone 5 or 10 years ago, they'd say it's fiction.
Re: Helix: A vision-language-action model for generalist humanoid control
#170I'm always wondering at the safety measures on these things. How much force is in those motors? This is basically safety-critical stuff but with LLMs. Hallucinating wrong answers in text is bad, hallucinating that your chest is a drawer to pull open is very bad.
The term I see a lot is co-robotics or corobots. At least that's what Kuka calls them.