Sikorsky’s autonomous helicopter tech is ready for takeoff
21–30 of 42 posts
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#22Sikorsky's story is really fascinating to me. 4 years after immigrating from Russia he founded an aviation company in USA. And in 15 years he was already building airplanes and then first ever helicopter! ( https://upload.wikimedia.org/wikipedia/commons/2/27/Igor_Sik... ) If he stayed in Russia the course of human history might have been very different ... if he was developing all that technology for the USSR... and…
> If he stayed in Russia the course of human history might have been very different... if he was developing all that technology for the USSR... and not USA. I have serious doubts about this. His talents might be lost for humanity completely. Post-revolution and before WW2 there were a lot of constructors and engineers who were prosecuted, displaced or even worse by the Soviets. The wikipedia says "After the Bolshevik…
1: https://en.wikipedia.org/wiki/Cultural_Revolution#Education
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#23I think Sikorsky's probably ahead in the race for realistic autonomous flight. Sikorsky isn't a trendy/hot company by any means, but they're reliable, they deliver, and they have the contact infrastructure with FAA and NTSB and other government certification orgs that would handle this new development. I don't know if they'd offer "air-taxis", but decreasing the cost of helicopter travel so that a seed/Series A start…
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#24I think Sikorsky's probably ahead in the race for realistic autonomous flight. Sikorsky isn't a trendy/hot company by any means, but they're reliable, they deliver, and they have the contact infrastructure with FAA and NTSB and other government certification orgs that would handle this new development. I don't know if they'd offer "air-taxis", but decreasing the cost of helicopter travel so that a seed/Series A start…
Most of this is because helicopters are complex machines (you're spinning really big blades pretty fast. Then using the blades + bearing to also lift the weight of the helicopter + more. Oh and you're changing the pitch angle of the blades. Oh you mean changing the pitch angles of the blades WHILE THEY GO AROUND...) and any failure in any of these parts is usually fatal so they have to be built and maintained to a very high degree of reliability.
Airplanes are much simpler (the spinning propeller attached to an engine is one part. The wing generating lift is another part. the flight controls are yet another part) and have more opportunities for redundancy ( a wing has multiple spars, and is attached to the airplane with many bolts. All helicopter blades meet in one hub, which is attached on one axis).
Combine that with aircraft scaling up more (you can build 500 person aircraft, but only 20 person or so helicopters), going much faster (a 120 dollar/hr propeller plane will outrun many/most helicopters) and the cost to go a given distance by plane will always be much cheaper than a helicopter.
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#25Sikorsky's story is really fascinating to me. 4 years after immigrating from Russia he founded an aviation company in USA. And in 15 years he was already building airplanes and then first ever helicopter! ( https://upload.wikimedia.org/wikipedia/commons/2/27/Igor_Sik... ) If he stayed in Russia the course of human history might have been very different ... if he was developing all that technology for the USSR... and…
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#26I wonder whether a hybrid approach is the future, since in some tasks neural networks are just far better than anything we have. If the only tasks of the neural network is to estimate/classify some sensor-input and is trained in a purely supervised setting, the "right thing" for the neural network is still pretty well defined and rigorous testing should be possible (simple tasks can be very complex to implement). Then, interpretable, high-level reasoning could be solved by old-school coding (and maybe verifying).
This is not possible with end-to-end training.
But I am not sure what they mean, normally neural network (and their training) is purely deterministic. It's not that they are just very good at rolling a dice.
I am not into this stuff (autonomous, "intelligent" systems, more the data-analysis guy), but I would use neural networks for simple to define, hard problems that involve a lot of noisy data (where some kind of accuracy on some test-set is a well-defined metric) and then build a higher-level reasing system by hand.
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#27>> Flying a helicopter requires such an intense mental load, he says, that even small things like pushing the “talk” button can put a novice pilot in peril. No they are not that hard to fly. A bare-bones helicopter with nothing more than the minimum parts to qualify as a helicopter is indeed an unsteady beast. But such helicopters are rare, used mostly for training purposes. Modern machines, even ancient ones, have t…
This is really interesting and surprising to me. Can any helicopter pilot explain why hovering is not as easy as just taking your hands off the controls? That's how I always imagined a helicopter would work!
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#28>> Flying a helicopter requires such an intense mental load, he says, that even small things like pushing the “talk” button can put a novice pilot in peril. No they are not that hard to fly. A bare-bones helicopter with nothing more than the minimum parts to qualify as a helicopter is indeed an unsteady beast. But such helicopters are rare, used mostly for training purposes. Modern machines, even ancient ones, have t…
I suspect you have not tried hovering in a helicopter.
> autopilots really do work
There are actually very few autopilots that can hover. Not just because it's technically hard (the soviet Kamov helicopters could maintain hover back in 1980's), but also because of the certification requirements.
If a DJI drone hits a tree it's not a big deal. The story is very different when a helicopter does it.
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#29> But SARA doesn’t rely as much on “high-order” functions like AI since those are harder to certify. (“To be FAA certifiable, you need a certain level of determinism in the outcomes,” Van Buiten says.) I wonder whether a hybrid approach is the future, since in some tasks neural networks are just far better than anything we have. If the only tasks of the neural network is to estimate/classify some sensor-input and is…
Re: Sikorsky’s autonomous helicopter tech is ready for takeoff
#30> But SARA doesn’t rely as much on “high-order” functions like AI since those are harder to certify. (“To be FAA certifiable, you need a certain level of determinism in the outcomes,” Van Buiten says.) I wonder whether a hybrid approach is the future, since in some tasks neural networks are just far better than anything we have. If the only tasks of the neural network is to estimate/classify some sensor-input and is…
I think they are using the wrong word here, I think by "determinism" they mean interpretable. You train your big neural network to classify images, it works fine on the test set but then one day in the wild you discover your network classified a turtle as a rifle [0]. Why did it do that? what can we change to fix that, how could we have seen this coming? Those answers won't come easily compared to a more old school s…
Doesn't every component in an aircraft have a random chance of failure? There's even a name for one critical component, the Jesus nut.
I don't really get the interpretable argument. I think what you want is to verify it to a reasonable degree.