15 ms·
Artificial Intelligence Is Stuck
- lngnmn 9y agoPattern recognition and feedback loops aren't enough. Artificial Intelligence require Artificial Emotions.
- Kenji 9y agoSome of the best image-recognition systems, for example, can successfully distinguish dog breeds, yet remain capable of major blunders, like mistaking a simple pattern of yellow and black stripes for a school bus. That's exactly the problem. Robots lack sanity checks because they lack real understanding. If you cannot recognize an object that is far away, you are instantly aware of your inability to identify this object. A computer just runs its code over it and outputs complete garbage, and this nonsense then enters the system and does who knows what damage. Plausibility checks are incredibly complex! If you are in central Europe and you are not in a zoo and you see a leopard fur pattern, it's probably not the living animal! And so on.
- GuB-42 9y agoImage recognition system just recognize images. They essentially do the first pass of what your brain can do. You too can mistake yellow and black stripes for a school bus or see an actual leopard in Poland. That's when you put what you've seen in context that you rule out the idea. And if you really want to see something in a picture, you will, especially with faces. It is no different with computers. You train your algorithm so see school buses exclusively and it will see school buses everywhere. Conversely can also teach it context, for example by taking account of the webpage hosting the image. Computers algorithms usually have a confidence rating too. They can tell "definitely a school bus (99%)" or "looks vaguely like a school bus (30%), but it may also be a wasp (10%)", so they can be aware of their own flaws. In fact, confidence intervals are often a key part of machine learning.
- jsemrau 9y agoWe (humanity) have made huge progress to understand images in terms of content and emotions of people. Imagenet is truly a gift to the world. However, that has brought us only a small but important step forward. Clearly expectation has to catch up to reality. However, all these solutions are becoming quickly more accessible to the laymen bringing another boost to operational efficiencies for companies worldwide.
- unityByFreedom 9y ago> Clearly expectation has to catch up to reality. Woah, you feel expectations are behind reality? I feel there's a lot of news lately predicting AGI.
- jsemrau 9y agoWell I guess it's a grammar issue ;-) Of course expectations are somewhere near HAL while we are throwing bones.
- psyc 9y agoI actually do feel that expectations are behind reality, at least amongst those who are just barely too smart for their own good. I still see comments daily on HN or Reddit that promote the narrative that there is no AGI, people only work on ML, and all ML is a narrow party trick. And I think that is a terrible characterization of what, e.g., the computational neuroscientists are doing. Peruse some of the research happening at MIT and Stanford right now, and I don't see how anyone can cling to the "it's just ML" canned response.
- pdimitar 9y agoMaybe because, gods forbid, people judge by real-world results and not by the words of a bunch of narrow specialists patting themselves on the back? The author's points still stand. Robots do fall over trying to open doors and they don't invent new ways to climb a chair. This is a fact. The terrible characterization you speak of is well-founded in observable reality. That is a fact as well.
- unityByFreedom 9y agoClick-baity. AI tech isn't stuck. There are many forthcoming breakthroughs, particularly in medicine, which should really benefit humanity. Radiology is poised to let CNNs make radiologists a lot more efficient. We just need to build the labeled datasets. If we invest heavily in some AI tech, let it be to produce huge medical datasets. The software and hardware is ready. We're only lacking sufficient data to make more diagnoses with super-human accuracy.
- xiphias 9y agoI agree with the fact that AI isn't stuck (flagged the article). I would say the research is ready, but there's still a lot of infrastructure work for integrating with data sets, learning and serving cheaply on high scale. Still, lots of people are making hard to productionize the research results.
- m0dbit 9y agoOne group ensures their works are a convoluted mess to maintain their dominance.Another group ensures the computational stack is a convoluted and resource hungry mess to maintain their dominance. A match made in heaven. Two peas stuck in local minimum pot vacuuming up money and resources. One pea says : > there's still a lot of infrastructure work for integrating with data sets, learning and serving cheaply on high scale. The other pea says : > Lots of people are making it hard to productionize the research results. Both peas agree : This is how I make my money and stay on-top. You get what you get for reasons. If neither of them wants to agree their stuck. That's fine with those ushering in the new wave. Enjoy the party while it lasts.
- sdenton4 9y agoYeah, where I sit, papers from two years ago are considered ancient, and the advances if the last few years means I can train things on my laptop in for hours that likely would have been a week of gpu time in 2014. This means we can experiment more easily, and try things out with fewer resources, which in turn leads to faster innovation. So AI isn't stuck. It's also mostly working on well defined, targeted problems. Life, on the other hand, works towards a very ill-defined objective function (survive, collectively) over millions of years; all of the emergent behavior we're astonished by is maybe just side effects of working on that objective. (This is a crass viewpoint, but let's stick with it for the sake of argument.) We mostly aren't working on such objective functions, partly because it's hard to compare results, partly because there aren't clear milestones for success (indeed the goal posts for AGI shift as far as AI advances) and partly because skynet. In fact, we are consistently surprised by the AI we already have. It finds ways to exploit our fitness functions constantly, and fine tricks and heuristics to gain a couple points on the final score constantly. Click bait comes to mind: we want to surface good content, use clicks as a proxy for quality, and get what we see for instead of what we wanted. Which somehow takes us directly to president trump... (Sure your kid can find a cool way to get out of a chair, but call me when she inadvertantly threatens the basis of the US democracy in the process. And then we can talk about the pressing need for AGI.)
- unityByFreedom 9y ago> An international A.I. mission focused on teaching machines to read could genuinely change the world for the better — the more so if it made A.I. a public good, rather than the property of a privileged few. > author: Gary Marcus is a professor of psychology and neural science at New York University. Not sure what he has in mind. There are already a lot of smart people building Q&A systems. We need tests to establish if a system can read. Once you have those then you can throw a competition up on Kaggle with a big purse.
- phreeza 9y agoWinograd Schema and bAbI seem like good intermediate goals?
- nl 9y agoWinograd Schema yes, bAbi no. bAbi is a nice dataset for understanding how different kinds of algorithm perform, but it is trivially solvable.
- nopinsight 9y agoNo systems can really understand what they read or translate yet. They are basically sophisticated pattern matching systems. Check out Winograd Schema: https://en.wikipedia.org/wiki/Winograd_Schema_Challenge https://en.wikipedia.org/wiki/Winograd_Schema_Challenge Overview by an expert: http://www.cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS.html http://www.cs.nyu.edu/faculty/davise/papers/WinogradSchemas/... An example: The city councilmen refused the demonstrators a permit because they [feared/advocated] violence. When you switch between "fear" and "violence", the meaning of 'they' change. There are many more examples like this. The best performance in the first round of the 2016 challenge was 58% by a neural network based system. Random guessing would yield 44% (some questions had more than 2 choices). Human performance was 90.89% with a standard deviation of 7.6%. Here are the challenge problems used in the first round: http://www.cs.nyu.edu/faculty/davise/papers/WinogradSchemas/PDPChallenge2016.xml http://www.cs.nyu.edu/faculty/davise/papers/WinogradSchemas/... Human Subject Test Performance: http://www.cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS2016SubjectTests.pdf http://www.cs.nyu.edu/faculty/davise/papers/WinogradSchemas/...
- asketak 9y agoMost of the AI progress in last years is just tuning pattern recognition algorithms. We can not expect these algorithms to produce results like humans, because humans have a lot of information not just from percieving the world, but their patterns of thinking are also vastly dependend on the underlying structure of brain, that has developed over milions of years of evolution. If there is a cliff, toddlers are scared of being nearby. They definetely don't have the ability to "imagine=simulate" the consequences of falling over the cliff. The fear is in the structure of neurons of brain. If you feed classifier algorithm with images of black dogs and white swans and then want to classify black swan. Both classifying it as dog(because of color) or swan(because of shape) are right. The difference is only in bias, which features do you prefer.
- Arwill 9y ago> If there is a cliff, toddlers are scared of being nearby. I don't know about a study proving that, might be true. But from my own experience, toddlers are not afraid of anything until a. they hurt themselves, b. they develop more and understand the concepts like height, c. the parent repeats "no" to them and/or shows them what to do or not to do until they learn. So there might be evolutionary pre-programming in the human brain, but toddlers brain still needs to develop until those became active. I think there should be more research into how toddlers learn to crawl, stand and walk, how they learn to speak, etc.
- nl 9y agoIf there is a cliff, toddlers are scared of being nearby. Not sure if you are a parent, but this isn't the case at all!
- scotty79 9y agohttps://youtu.be/WanGt1G6ScA https://youtu.be/WanGt1G6ScA Not sure what to think about it.
- nl 9y agohttps://youtu.be/WanGt1G6ScA?t=92 https://youtu.be/WanGt1G6ScA?t=92 (from that video, at a timepoint which shows a young a baby crawling over a glass surface with a drop beneath it, with no sign of discomfort). I'd say this proves the point completely. It shows that babies aren't scared of heights, and they don't acquire the fear from experience. Instead it seems likely it is that they either develop a mental model of how the world works, or they learn from watching other's behavior.
- rwnspace 9y agoI sense the hand of an editor. Particularly regarding the title. Embodiment seems to be a branch with low-hanging fruit, when it comes to advancing AGI. I think the economic structural problems are important, but it's possible to over-egg the details and for some lab to stumble on an experimental paradigm with features we didn't realise were implicated a priori. When it comes to other AIs, the idea that we are stuck for pragmatic/practical issues is a little silly. I'm no expert, just a person with an arm-chair (and too much time on my hands), but I suspect that idealising the feature-space we work with can hide as many things as it reveals - it may turn out that the computational problems are so large because we are mostly attempting to solve them ex nihilo. That is, embedding in an environment plays as much a role in the process of intelligence as a neuronal structure does; genes and evolution provide a mode for translating environmental computation into neuronal computation. The vast scope of what we don't know about the role of glial cells for cognition (and the little that we do) makes me doubt that complex structures of binary mechanisms will be sufficient. But again, that's just my speculation, and perhaps lack of education.
- deleted 9y ago[deleted]
- ethbro 9y agoThe person you're largely agreeing with is Rodney Brooks (formerly of MIT CSAIL, http://people.csail.mit.edu/brooks/publications.html http://people.csail.mit.edu/brooks/publications.html ). And to sum it up a bit, the hypothesis is that humanlike AI is as much a product of the experience and reality of being physically (and limitedly!) human as it is any abstract algorithm. You may also know him from a small company called iRobot (aka Roomba).
- rwnspace 9y agoThank you very much for the link, and nice summary. This looks very interesting, I'm grateful: my learning habits mean I'm liable to playing with second-hand scraps of ideas, and missing out on sources.
- 9y ago
- backpropaganda 9y agoAn agent can be intelligent without it learning how to read human language. Look around, most organisms in our world communicate using extremely simple binary language or don't communicate verbally at all. Yet, they are intelligent enough to do very complicated tasks which current robots fail to do. Intelligence is an easier problem than language, and thus should be solved before language. What a sigh of relief to read a refreshing take on the real progress of AI. Yes, it's stuck, and that's the real problem of AI, that we haven't been able to do anything significant after perception. However, unlike the author, I don't think the solution is to nationalize AI research (we're not close enough for that), but to fund more non-deeplearning research for 5-10 years, and then we might see some progress in non-perception tasks.
- deleted 9y ago[deleted]
- observation 9y ago> Look around, most organisms in our world communicate using extremely simple binary language or don't communicate verbally at all. Yes. > Yet, they are intelligent enough to do very complicated tasks which current robots fail to do. True. > Intelligence is an easier problem than language, and thus should be solved before language. Wrong. This is the classic mistake everybody makes, including people in Computer Science. Because if that were so our robots would already be clambering backwards through chairs (per the metaphor in the article). You have to think of deep evolutionary history. It took centuries to come up with advanced mathematics, so in some strange to humans sense, this isn't that hard. Same with language, it only took tens of thousands of years. For Nature to learn how to develop a nervous system capable of flexibly interacting with the environment, culminating in our brains, took hundreds of millions of years. This isn't an claim that we have to wait that long to re-engineer such powers, but it is to point out that if the possibility space for developing a nervous system was much larger than for the same organisms to learn language... tldr; Walking is hard. We have been conflating what is easy for us, with what is objectively easy, because we don't appreciate the Deep Time that Nature has been working with. I suspect we will develop EMs (brain emulations, a sort of short cut) before we understand what we are doing but I hope that is wrong.
- dwighttk 9y agoSaved you a click: huge government program to teach ai to read
- dwighttk 9y agowell, someone broke off the clickbait from the headline... It used to be: "Artificial Intelligence is Stuck. Here’s How to Move It Forward."
- adamnemecek 9y agoWe are using the wrong computational paradigm. We have to abandon bits and go back to analog computing in the form of analog photonic computing that gives you fast Calculus. This is painfully obvious in the case of neural networks, which run faster on an analog computer and are also easier to program.
- sgt101 9y agoI think you are out of date. Rectification is pretty good at removing a lot of the vanishing gradient issues that nn's used to face, and the overwhelming power of modern digital computers (50k cores is common) make this all moot as far as I can see.
- adamnemecek 9y agoNope, they aren't even in the same category. E.g. Notice that there is a cpu size limit because of heat. Do you know what doesn't overheat? A photonic computer. You can build a cpu the size of a house. Also how does the number of cores constitute "overwhelming power".
- sgt101 9y ago:o) well, due to the wavelength of light a photonic cpu has to be 50->100 times the size of a current gen electronic one. When I were a young 'un we had one core, and it ran at 25Mhz and about 130 of us shared it. Now I have 50,000 cores that run at 2 Ghz and five people share it. Things aren't quite directly comparable but the speed up is at least 100,000x I am overwhelmed by this, things that would have taken 1000 days; approximately 3 years, can be achieved in ten or twenty minutes. In reality the use of these infrastructures has enabled (in neural net land) the development of techniques that improve performance by several more orders of magnitude - so things that would have taken several years are now done in a minute or so. I believe that there is plenty more headroom to be had.
- adamnemecek 9y agoWhere is that estimate coming from? I mean year there has been progress by why do you think photonic would be even better?
- the8472 9y ago> Even the trendy technique of “deep learning,” which uses artificial neural networks to discern complex statistical correlations in huge amounts of data, often comes up short. That doesn't seem to be very surprising given the limited complexity compared to say a fly's brain. Artificial NNs manage to work because they are highly specialized to a specific task.
- baalimago 9y agoWe humans don't know how to learn. We don't know how learning works. We simply work work work work until we know whatever we set out to know, we don't learn how we learned it, but are happy that we simply know it and leave it at that. Therefore teaching someone/something else how to learn will be almost inherently impossible, because we don't understand it ourselves (yet?) And if we do learn how to learn, why would we need an AI to do it for us?
- icebraining 9y agoWe barely know which regions of the brain recognize shapes, let alone exactly how it does so, yet we've built machines that can do it.
- kronos29296 9y agoTake any NP-hard problem at its simplest form. Whatever half assed heuristic you use chances are the solution becomes optimal (if it is even half good.) The more complex the problem the more the heuristics fall apart. For the smaller ones we can simply brute force it. The same thing happens here. Compared to something like face recognition, recognizing simple shapes is much simpler. So even the not so great techniques (comparatively) work well enough. They fall apart when we use the same methods for the complex stuff. A great example would be a greedy algorithm. It works for some problems but doesn't for some others. Take a simple enough problem and you get optimal solution. Push the algorithm to its limits and you don't even get a good solution. You don't have to understand how the best algorithms for a task work to come up with a greedy algorithm.
- peterburkimsher 9y agoThe article is calling us to teach AI to read words and phrases and look for the meaning, not just a statistical correlation. I put dictionary data into Pingtype English to try to parse phrases instead of just words. e.g. "pick [something] up". The purpose is to do word-for-word translation to Chinese as an educational tool. It's not perfect, but the dictionary is editable. You can contact me if you want to discuss new ways of extending the features (e.g. data from UrbanDictionary, movie subtitles, etc). http://pingtype.github.io/english.html http://pingtype.github.io/english.html I also want to correct the author that CERN does not have billions of dollars of funding. There's only about 5000 staff, and the other 10,000 people working there are funded by universities elsewhere who send them to CERN to do the research.
- lispm 9y agoThe CERN budget is roughly a billion Euro per year.
- homarp 9y agosome numbers from https://press.cern/facts-and-figures/budget-overview https://press.cern/facts-and-figures/budget-overview in 2016, 1127.2 million CHF or 1,163,675,662.22 USD
- giardini 9y agoA billion dollars' research into AI would be more beneficial than another billion spent on CERN. The Standard Model covers well over 99% of known physics already. Other moneys are being wasted paying students and professors to study string theory w/o any experiments possible. Let's develop some true AI and let it close the gap. Two birds, one stone. [And maybe we can find out how we do analogies, at the same time!]
- jlavine 9y agoDo you know about Linguée? It's a database of human-translated texts with flexible search by phrase. One of its language pairs is English-Chinese. Reverso is the same idea, but doesn't have Chinese.
- fauigerzigerk 9y agoI can't follow the author's logic. First he complains about the limited breadth of AI approaches (bottom up) and then he makes the case for more central coordination of research efforts. Contrary to applied physics or medicine, AI doesn't require massive capital investment like building a particle accelerator or running clinical trials over years. So if we already suffer from a lack of diversity, why should we ape the organizational structure of those fields?
- ethbro 9y agoThe author's general problem is that he seems ignorant (or willfully ommiting) the expert systems period in AI (realized and popular in the 80s, academic foundations discovered in the 60s and 70s). I agree with the article that GP AI is likely to ultimately be a fusion of bottom-up with top-down systems, and that expert systems seem to be getting short shift after their earlier failures while neural networks are possibly receiving overly optimistic expections. To be fair, I believe this is the author: https://en.m.wikipedia.org/wiki/Gary_Marcus https://en.m.wikipedia.org/wiki/Gary_Marcus , and he appears to have a cognitive neuroscience background as opposed to computational AI. So I wouldn't be surprised if he actually was unaware of 1960s-80s CS AI research.
- candiodari 9y agoExamples of top-down algorithms, in my opinion (since bottom-up and top-down are debatable concepts in many concrete situations), include: - Genetic algorithms - Q learning In the sense that they learn general behavior first and then learn ever more little "tricks" to be used in particular situations. Both are more effective when combined with ANNs. But when they start they're only aware of very high level goals. That said, I also have kids, and while they're bigger now, I would argue the idea that humans work top-down from the very beginning doesn't survive caring for a toddler for a few hours (babies can't really move, so they don't make particularly stupid decisions. Toddlers and up to teenagers make idiotic decisions that make sense from particular perspectives. For instance, they exhibit extreme short term decision making (like taking a huge risk of falling down just to get a little piece of candy). Top-down decision making isn't just something that is eventual emergent behavior, it's learned behavior. Telling a toddler that to get candy he should go to the store, get flour, sugar and ... and follow this recipe doesn't work. They get distracted after 30 seconds. It's not that they're trying to fail, their mind just doesn't let them focus beyond a certain (short) amount of time. Adults have the same limit, just longer time, but they have learned to compensate for it. For instance using TODO lists, or project plans.
- Dzugaru 9y ago"Stuck"? Cmon, imagenet winning deep nets are 5 (five) years old. Give it time.
- mike_hearn 9y agoThe article is riddled with errors that undermine its own thesis. It starts badly: > Artificial Intelligence is colossally hyped these days, but the dirty little secret is that it still has a long, long way to go This is not a secret, let alone a dirty one. Even 5 minutes casual research into the state of AI will reveal what it can do and what it can't. It says: > Such systems can neither comprehend what is going on in complex visual scenes (“Who is chasing whom and why?”) nor follow simple instructions (“Read this story and summarize what it means”). In fact comprehension of (very) simple stories is now more or less a solved problem. I wrote about performance on the bAbI tests here: https://blog.plan99.net/the-science-of-westworld-ec624585e47 https://blog.plan99.net/the-science-of-westworld-ec624585e47 Summarisation of stories is also something with good recent results: https://research.googleblog.com/2016/08/text-summarization-with-tensorflow.html https://research.googleblog.com/2016/08/text-summarization-w... Summarisation of arbitrary video is harder but given that object and path extraction already works well, it doesn't seem very implausible that we'll see some good research results in video summarisation systems within a few years. Extrapolation from what's happening to hypothesised explanations is a lot harder but not hard to imagine it being possible given the direction research is going. > My daughter had never seen anyone else disembark in quite this way; she invented it on her own. Presumably, my daughter relied on an implicit theory of how her body moves, along with an implicit theory of physics — how one complex object travels through the aperture of another. I challenge any robot to do the same. Challenge accepted: https://www.youtube.com/watch?v=gbYiKMisbME https://www.youtube.com/watch?v=gbYiKMisbME And for the imagination component: http://www.wired.co.uk/article/googles-deepmind-creates-an-ai-with-imagination http://www.wired.co.uk/article/googles-deepmind-creates-an-a... > To get computers to think like humans, we need a new A.I. paradigm That's not clear at all, given recent research. It is an odd statement from someone who has worked in AI. But then as the author is not a computer scientist, perhaps not that odd. Modern neural networks are so similar to how humans think that psychological techniques are being used to understand and "debug" them: https://deepmind.com/blog/cognitive-psychology/ https://deepmind.com/blog/cognitive-psychology/ I'm not sure how "think like humans" can be easily defined, but using strategies developed to understand human thinking on robots seems like a good starting point. Making mistakes similar to what you'd expect humans to make is also a good sign. > But it is no use when it comes to top-down knowledge. If my daughter sees her reflection in a bowl of water, she knows the image is illusory; she knows she is not actually in the bowl She does now. But it takes time for babies to learn how to interpret mirrors. http://www.thoughtfulparent.com/2009/10/child-psychology-classics-mirror-test.html http://www.thoughtfulparent.com/2009/10/child-psychology-cla... Animals usually never learn this, though a few very intelligent species can. I don't see any obvious theoretical reason why image recognition engines shouldn't be able to understand mirrors, given sufficient research. > Corporate labs like those of Google and Facebook have the resources to tackle big questions, but in a world of quarterly reports and bottom lines, they tend to concentrate on narrow problems like optimizing advertisement placement or automatically screening videos for offensive content. Another bizarre statement given the author's background. Google and Facebook have been investing massively in very long term AI research and building many things along the way of no direct commercial value, like AIs that play games. I don't see Google's public AI research focusing on the cited problems, although it would not surprise me if there are parallel efforts to apply research breakthroughs in these areas. > An international A.I. mission focused on teaching machines to read could genuinely change the world for the better — the more so if it made A.I. a public good, rather than the property of a privileged few. And here we have it ladies and gentlemen .... the reason the article is so filled with factually false and logically dubious statements. It is an advocacy piece for new social policy: a vast new government research investment in academia, in which presumably Mr Marcus would like to be employed (rather than at Uber). Besides, even this last paragraph is disingenuous. There does not seem to be any risk of AI becoming "the property of the few". In fact the large corporate research labs are doing fantastically well at publishing research papers and making the results of their work publicly available and useful ... in fact given the relative quality of corporate vs academic open source releases I'd say they're doing better than academia is. It's hard to imagine universities producing something as robust and well documented as TensorFlow.
- shireboy 9y agoI'm not sure about "stuck", or that a huge international affair like ITER is a good solution. We could have maybe AI with our maybe fusion for $70 billion in 40 years ;) But watching my 1yo learn to toddle around and navigate does show just how limited current AI is. With tons of training and battery, we can coax a computer to barely do what my 1yo does on a belly of cherrios and a few hours of trial and error. There's lots of great stuff and some terrifying stuff happening in AI and I don't doubt more to come, but watching kids learn puts it in perspective for me.
- bhickey 9y agoThe author is just spouting off on a topic he doesn't understand. It's just a rehashing of Chomsky's hatred of statistical NLP. He pulls off the neat trick of approximating knowledge of artificial intelligence by hoodwinking the New York Times, but he doesn’t have insight into the topic he's talking about.
- webaba 9y agoI believe he has much more insight than most AI researchers/engineers. What's going on in AI right know looks exactly like what happened in the 1960s, sucking all the resources into something (i.e Deep Learning) without looking at the big picture, without looking at epistemological questions, and not training new grads on solid AI foundations anymore like probability theory and logic. Not asking the right questions in terms of expressivity of models, sensitivity analysis, robustness and manifold learning. The next AI winter is coming.
- randcraw 9y agoYes, but the next AI Winter will be far less bleak and job-free as that of the 80's, IMO. The hayday of DL-based AI is likely to continue for 10+ Years, as we refine the methods and see how far word2vec and improved compositionality of the many existing DL methods takes us. AI is likely to improve rapidly for another decade, IMHO. But I agree that DL AI, if not augmented substantially, will stop well short of AGI and consciousness. But 10 years is a long time in internet years. I would not be at all surprised if there's another word2vec (or two) arose before then to displace the tectonic plates yet again.
- webaba 9y agoIndeed, DL-based AI is likely to continuue - rightfully so - for non-safety critical domains (translation, games, ...) It's crazy that few people notice that real world applications with safety issues (where 99.9% accuracy is a joke) - ex: self driving vehicles - require much more that what DL has to offer. The AI community's sloppiness when it comes to safety and robustness engineering will lead to the some serious problems (when it comes to real-world industrial applications). But yeah there will still be jobs for people playing around.
- CuriouslyC 9y agoAI definitely isn't stuck, unless you define it solely as creating artificial general intelligence. The problem there is that we don't understand general intelligence very well at all. Of course the fixed graphical models we use have their own problems. For instance, we can't even effectively model a neural network with a variable number of inputs.
- yorwba 9y agoI'm not sure why you think neural networks can't handle variable numbers of inputs. Recurrent networks that ingest whole sequences have been around for a long time, and other structures have their own network topologies. Support for things other than classic RNNs is more limited, but e.g. TensorFlow Fold (https://github.com/tensorflow/fold https://github.com/tensorflow/fold) was specifically designed for that.
- CuriouslyC 9y agoRNNs are a good model for things that are naturally sequential with limited state transfer. They are not so elegant for things with no defined ordering and a large amount of shared state.
- yorwba 9y agoCan you give an example of a problem where you have "no defined ordering and a large amount of shared state"? What kind of model is typically used in that domain?
- CuriouslyC 9y agoOne problem I've been considering is triangle surface meshes. The data is variable in size, with no defined start or end point, where points distant on the surface may share a high amount of mutual information (through symmetry, etc). One approach I've thought about is applying kernel methods. You can compose kernels, so they scale up cleanly regardless of variations in the input dimension. The sum or product of kernels between each node in the input graph and some basis set is itself a kernel. If your kernels describe covariance between observations (i.e. Gaussian processes) then additional input dimensions have a constraining effect, rather than causing evidence inflation for larger inputs as a typical neural network might.
- m0dbit 9y ago- Pursuing low-hanging applied-solutions fruit under the guise of a grand mission statement of (AGI) [which is now all the rage], results in one becoming (stuck). You maybe can fool investors and the lay with such madness, but you can't fool yourself nor the matter at hand. - Not staffing or structuring like you understand or respect what General Intelligence is results in a narrow and specialized mindset among your employee base that produces narrow and specialized solutions. It's called a local minimum. It's where you land when you don't focus on the bigger picture. > How to move forward? There's several techniques for that. I don't see them being used. Which either means they don't understand they're stuck or they know they're stuck and don't care. Why would the latter mindset be willfully chosen? Current models and methods for training AI require huge data sets and computational power to be effective. Who currently maintains such resources? Whose fueling and molding the perception and direction of current efforts? See the conflict of interest? Furthermore, given how convoluted the approaches/math are, it lends itself to specialized individuals...PhDs. A match made in heaven that allows the market to be narrowed and segmented to a specialized group of people. The problem with this is : It results in narrow and Weak AI. > Not knowing you're stuck Enough people have made sound arguments. You either grasp them and change or, given how comfortable you are, stay the course. It could be, even with a PhD and clout, that you're just not that intelligent enough to grasp the sound arguments... But, if this is the case, do you really think you're going to solve general intelligence? Those that (truly) seek to move forward have been moving forward with (AGI). > Those attempting to preserve old business models with a fresh top layer coating of the new. > Specialist who refuse to respect anything beyond their group's chosen methods and thus respect the scope of AGI. > Well-funded groups who exclusively hire from a narrow scope and narrow specialized focus > VC groups that only invest in low hanging fruit applied engineering ventures > VC groups that don't give those in (true) pursuit of this funding Will just get let behind with the new wave. It's the same as it's always been. You maybe can fool yourself and others. However, you can't fool the laws of nature and the universe. Enough people have spoken. Enough hints have been given. Enough people have taken and borrowed concepts of the small fry and called it their own only to find themselves lost in what it meant. Enough time has elapsed. If you're not acting and steering your resources in accordance with the new, you just get left behind grasping the old. Same as its always been... (True) disruption. It's on the horizon. It's coming. So, keep your eyes peeled.
- bitL 9y agoAI is currently about giving us an equivalent of a pocket knife for some tasks that are viewed as being in the "intelligence domain". That's all. Nobody really thinks we are anywhere close to general intelligence. Or like the famous saying "computers are bicycles for brain", current AI is about adding a small electric engine to those bicycles to make them easier for everyone.
- kobeya 9y ago> Nobody really thinks we are anywhere close to general intelligence The kind of people that attend AGI conferences do.
- tim333 9y agoI'd dispute that AI research is stuck or that his proposed answer along the lines of "An international A.I. mission focused on teaching machines to read" is a good one. Research seems to be cracking along with AlphaGo, self driving cars and the like. Recently DeepMind have been doing interesting stuff with dreams[1], imagination[2] and body movement[3], the last one being a little reminiscent of his daughter inventing a way to exit her chair mentioned in the article. Re government intervention it's not something like CERN where you need billions in capital and it's not an area where a big government project is likely to be the best use of capital. [1] https://www.bloomberg.com/news/articles/2016-11-17/google-deepmind-gives-computer-dreams-to-improve-learning https://www.bloomberg.com/news/articles/2016-11-17/google-de... [2] http://www.wired.co.uk/article/googles-deepmind-creates-an-ai-with-imagination http://www.wired.co.uk/article/googles-deepmind-creates-an-a... [3] https://www.theverge.com/tldr/2017/7/10/15946542/deepmind-parkour-agent-reinforcement-learning https://www.theverge.com/tldr/2017/7/10/15946542/deepmind-pa...
- cscurmudgeon 9y agoSee https://news.ycombinator.com/item?id=14880853 https://news.ycombinator.com/item?id=14880853 for one data point on why research is stuck.
- methehack 9y agoLet's just say if the terminator had the brain of a self-driving car, I could kill it with my Prius. Lots of "progress" is being made but you could still fairly call it "stuck".
- justonepost 9y agoYes, unsupervised learning in a VR environment seems to be paying dividends.
- candiodari 9y agoThis is just instance #23482398 of the repeating pattern: 1. Computers can't do X (tic-tac-toe, learn XOR, chess, anything relating to images, Go, ...) 2. (4-5 years) researches decide we need to do this 3. proof delivered
- 9y ago
- cubano 9y agoMy first impulse is to think "oh another socialist rant from the NYT"... And so is my second.
- rdlecler1 9y agoThe problem we've always had with AI was that most people were trying to engineer it rather than reverse engineer it. Every time there would be a major advance the computational neuroscientists would say: "we knew that, you should have come talked to us 15 years ago." There's some work out there on this, but it's more basic research on how to use developmental and genetic and evolutionary algorithms to grow neural networks. Most AI researchers try to skip this step but it's what's holding back progress.
- observation 9y agoWhat is a good book on genetic algorithms?
- rdlecler1 9y agoIt's been about 10 years since I left the field. I believe Rodney Brooks did some work on this. Eggenberger was also doing some interesting work about 15 years ago--not sure where that is today. The computational demands for evolutionary & genetic algorithms are significant but there's no free lunch.
- giardini 9y agoNo need to involve other nations: the US military is moving ahead on its own: http://www.insidesources.com/nsa-chief-without-ai-cyber-is-a-losing-strategy/ http://www.insidesources.com/nsa-chief-without-ai-cyber-is-a... From the 2016 article: "Artificial intelligence will play a big role in the future of U.S. strategy in cyberspace, according to National Security Agency Director Adm. Michael Rogers, who told Congress Tuesday that relying primarily on human intelligence 'is a losing strategy.'” The lineage of military intelligence systems using AI is (necessarily, historically) heavily biased toward language-based AGI ("old AI") rather than neural networks. The NN are there of course, but IMO the impressive work is in the AGI.
- wwarner 9y agoIt's great to read someone challenging the hype, but this analysis is a bit too negative. I'd point out that AlphaGo did something a little bit like the author's toddler learning to squeeze through the back of her chair. AG learned its new moves by playing against itself. I still wonder how they avoided over-fitting here. Imagine two twins who loved to play and learn about go, and played constantly against one another, and in the process discover new plays they both believe to be unbeatable. You'd expect some of their new moves to be weak when actually tested against other players. But AG's new moves really were strong. Admittedly, games with simple scores are the only scenarios where this really kicks in. But then again, the stock market could fit this model.
- teabee89 9y agoI agree that AI is hyped, but I believe the problem is that we absolutely don't care about 50 years of neuroscience research. We know so little about the brain, but already much more than back when "artificial neurons" were modeled. The only company that I believe is on the right track is Numenta, they focus on reverse-engineering the neocortex. They have a living theory that is updated every time there is a research breakthrough.
- desireco42 9y agoI didn't read this article for the simple reason that NY Times is not the place to learn any insight about AI like this. They are article churning machine that serves political propaganda and useful local news and analysis. Anything science based, not really their thing.
- shahbaby 9y agoThis article is actually pretty accurate in that it identifies that neither academy nor industry is well suited to solving AGI. Suppose that a real solution to AGI will actually take 10 years to solve with minimal milestone achievements along the way. In other words, until you have the complete system figured out, it'll be hard to see the results. In academia, most people are ultimately focused on getting their paper published. In industry, most people are ultimately focused on making a profit. In both cases, people would get off track long before they reached the full solution. Lastly, the principles behind which a real AGI operates are likely so abstract that everyone reading this will likely be long dead by the time humans stumble upon them. The only way we can short cut this process is by looking at the solution (ie the way Numenta is doing it).
- Animats 9y agoI've been down this road. I used to be interested in "embodiment" as a path to AI, but in the sense of things that could move around in the physical world, not fall down, and not bump into stuff. Low-end mammal level AI was the goal - mouse level. I made some progress in that area [1], hit the limits of available simulators, spent several years on improving physics engine technology, and eventually sold that off to a game middleware company. Boston Dynamics took that much further. But it's the same approach I used - analysis of the dynamics, not AI. It's a complicated problem in dynamics, but it barely needs AI at all. Boston Dynamics, unfortunately, demonstrated that even if you spend $120 million, you're not at a minimum viable product that sells yet. Really cool legged robot prototypes, though. This was all before machine learning took off. For a while I was looking at adaptive model-based control, which is a lot like machine learning. Machine learning seems to be getting good at what the front end sections of the visual and auditory cortexes do. This is real progress. But a whole organism is still out of reach. There's a business case for focusing on language skills, but in a way, it's a distraction. The mammals all have close DNA compatibility, but only humans do language much. If we can get into the entry-level mammal range of AI, we should be getting close. I once said something like that to Rod Brooks when he was promoting Cog (a robot humanoid head with a lot of compute power), and he said "I don't want to go down in history as the man who developed the world's greatest robot mouse." Reverse engineering biology is going very slowly. See "openworm.org", which is an effort to develop a good computerized model of the C. elegans nematode that runs in simulation. C. elegans has 302 neurons, the wiring diagram is known, and it still doesn't work. This shows how little we really know about nervous systems. [1] https://www.youtube.com/watch?v=kc5n0iTw-NU https://www.youtube.com/watch?v=kc5n0iTw-NU
- deafcalculus 9y agoWhat's the killer app for mouse level AI?
- arithma 9y agoHuge killer mice I presume
- Kraxenbichler 9y ago
- pgodzin 9y ago> Not long ago, for example, while sitting with me in a cafe, my 3-year-old daughter spontaneously realized that she could climb out of her chair in a new way: backward, by sliding through the gap between the back and the seat of the chair. My daughter had never seen anyone else disembark in quite this way; she invented it on her own — and without the benefit of trial and error, or the need for terabytes of labeled data. I really hate the constant comparisons of AIs to babies. The author's 3 year old daughter has had 3 YEARS of sensory data obtained through moving and trying to fit through things. That is terabytes worth of data! I would expect an AI to be able to generalize once as well.
- 0xbear 9y agoNot to mention that kinds don't even know how to _see_ when they are born, and for several months thereafter. That's petabytes of visual stimuli going through that brain so that it learns what's statistically more important and infers semantics around it all.
- Eridrus 9y agoNot to mention millions of years of evolution for initialization.
- cupcakestand 9y ago> I really hate the constant comparisons of AIs to babies Constant comparison? First time I see this comparison to a child. And btw, it's about that we always equal AI with machine learning, pattern matching, etc. To be as smart as a 3 year old, we need something entirely different, something way beyond machine learning and all the as AI classified techniques we are aware of today (I think this is what the author meant).
- zebrafish 9y agoYes terabytes.... Probably petabytes or more. And all of it is unlabeled data. If you fed video and sensory data to a deep net for 3 years and somehow were able to come up with an activation function that modeled "survival", I still highly doubt that anything at all would come out that remotely resembles human intelligence. There's no way that i'm aware of to label reality in real time.
- 4bpp 9y agoSo a three year old finding an unanticipated way to slip out of its chair is evidence that it is smart, but a neural net finding an unanticipated common pattern to all school bus images in its training set is evidence to the contrary?
- LukeB42 9y agoWhat do you do when this software discovers it's rewarding to compete with you for physical space? The problem with AGI is it'll implicitly have to model the entities it interacts with and that may present two challanges: 1) Developing robust strategies for managing an AGI discovering a greater reward response from defecting than for cooperating with people / developing strategies for managing scenarios in which a quorum of AGIs discover it's rewarding to collude to the detriment of humans / cellular life. 2) The tractability of maintaining one language model per entity across channels. The actual implementation could be done by plugging a handful of related techniques we've developed over the past couple of years together though.
- unix1 9y agoIn 1988 Hubert L. Dreyfus and Stuart E. Dreyfus released a paperback version of their previously published "Mind over Machine" book, in which they mostly spend time debunking the myth that expert systems and rule-based programs are ever going to have "intelligence" on par with human brain. The book is an interesting read in itself, but what I found remarkable is that in the 1988 release they added a "preface to paperback edition" in which they used a couple of pages to give their views on artificial neural networks, which (though not new) was gaining some steam at the time. The conclusions they reached are as relevant now as they were 3 decades ago. There have been no new breakthroughs in this area. Most of the research being done is in application of what we have known for decades in specific areas, with minor insights into tweaks and uses of combinations of algorithms to better solve specific problems. The big differences between then and now are: (1) technology is more accessible - data is easier to collect, store and output via many input/output methods; and (2) the hardware is significantly faster - we can now go through more data, make algorithms run faster, and appear to perform better. This inevitably brought a lot of hype, including many predicting human-like artificial intelligence not too far away. But maybe those with experience in 60s and 70s in the field in USA and Japan can draw a parallel between what's happening now and what has happened few times in the past in this area: - companies perform neat promising demos with unrealistic implicit or explicit promises - investors pour money in - media hype ensues - after awhile - no new breakthroughs: still can't turn ANN or expert system into a human brain - outcome is improvements in limited use cases - hype dies down, but we can repeat the cycle after improvements in hardware Edit: formatting
- candiodari 9y ago> There have been no new breakthroughs in this area. Most of the research being done is in application of what we have known for decades in specific areas, with minor insights into tweaks and uses of combinations ... There are 2 huge problems with that: 1) nobody is trying to "embody" an intelligence with any sort of research project behind it. Nobody's even trying to create an artificial individual using neural networks. There are several obvious ways to do this, so that's not really the problem. Therefore I claim that your implied conclusion, that it isn't possible with neural networks somewhere between premature and wrong. 2) What if the difference between an ANN and our brain is a difference of scale and ... nothing more ? We still do not have the scale in hardware to get anywhere near the human brain, and just so we're clear, the differences are still huge. Human neocortex (which is roughly what decides on actions to take): 100 billion neurons Human cortex (which is everything that directs a human action directly. Neocortex decides to throw spear and the target, cortex aims, directs muscle forces, moves the body and compensates for any disturbance like say uneven terrain): another 20 billion neurons. Various neurons on the muscles and in the central nervous system directly: a few million (mostly on the heart and womb. Yes, also in men, who do have a womb it's just shriveled and inactive). They're extremely critical, but don't change the count very much. AlphaGo 19x19x48, times 4 I think. About 70000 neurons, and that does sound like the correct number for recent large-scale networks. A human neuron takes inputs from ~10000 other neurons, on average. A state-of-the-art ANN neuron takes input from ~100, and since it's Google and they've got datacenters, AlphaGo was ~400. So the state of the art networks we have are on par with animal intelligence of the level of a lobster, ant and honeybee. I think it is wholly unremarkable and understandable that these networks do not exhibit human-level AGI. What is remarkable is what they can do. They can analyze species from pictures better than human specialists (and orders of magnitude better than normal humans). They can speak. They can answer questions about a text. They can ... etc. Give it a few orders of magnitude and there will be nothing these networks don't beat humans on.
- yters 9y agoWhy does everyone assume human intelligence is computable? Seems we should be checking that assumption at this point since we've made so little progress, and a definitive answer is much more valuable than this ongoing speculation.
- JacksonGariety 9y agoPhilosophers have been saying this for 60 years Hubert Dreyfus' 1972 book "What Computers Can't Do" is a notable example.
- yters 9y agoIt's alright, but I don't recall the book articulating actions computers cannot do. It seemed to still leave open the possibility that we can automate all human work. What we need is a precise task that humans can do with ease but we can prove is impossible for any computational device whatsoever.
- mehh 9y agoSelf awareness?
- yters 9y agoThat's not a task per se. What I mean is a technical task.
- mehh 9y agoSelf awareness?
- deleted 9y ago[deleted]
- JacksonGariety 9y agoMy understanding was that he thinks we can potentially automate all human work, just not with computers. A precise task isn't necessary: AI researchers are simply mistaken about the nature of intelligence.
- ilaksh 9y agoThe international resource mission is called open access to papers and open source AI software. See things like Tensorflow, Open AI, etc.
- deleted 9y ago[deleted]
- ksec 9y agoIs the Author arguing there will be another AI Winter? I have a simple theory ( I am not sure if there is a proper term for it ) that goes and solve all the above problem mentioned. When ever a technology that is capable of producing some form of economical value, it will continue to improve and tackle what ever hurdle or barrier you think it has. In all of the previous AI era, research were funded by government or large company like iBM. But none of those has ever made a impact or profits that value more then you have invested in. Expert System never caught on. And this is why everyone is excited, for the first time ever we have AI ( Machine Learning ) producing useful results in a MUCH MORE cost effective way. And these saving will means companies are investing back into AI research for further improvement and benefits. The whole AI research has created a self sustained cycle that we know, at least for the next 5 - 10 years will not be lacking any fundings.
- pinouchon 9y agoReddit discussion: https://www.reddit.com/r/artificial/comments/6qcx6t/research_labs_in_academia_or_big_tech_companies/ https://www.reddit.com/r/artificial/comments/6qcx6t/research...