1996-Challenge Problems for Artificial Intelligence

1996-Challenge Problems for Artificial Intelligence

From: AAAI-96 Proceedings. Copyright © 1996, AAAI (www.aaai.org). All rights reserved. Challenge Problems for Artificial Intelligence (panel statement) Bart Selman (moderator) AT&T Rodney A. Brooks Thomas Dean Eric Horvitz MIT Brown University Microsoft Tom M. Mitchell Nils J. Nilsson CMU Stanford University Introduction: Bart Selman progress, and bring us important new insights. Many AI researchers may not like the particular lesson about AI textbooks and papers often discuss the big ques- the value of brute-force over more “intelligent” forms tions, such as “how to reason with uncertainty”, “how of search, but, nevertheless, it is a very tangible re- to reason efficiently”, or “how to improve performance sult. In fact, the issue of general purpose ultra-fast through learning .” It is more difficult, however, to find search procedures versus heuristically guided domain- descriptions of concrete problems or challenges that are dependent methods is currently being revisited in the still ambitious and interesting, yet not so open-ended. search and reasoning community. The goal of this panel is to formulate a set of such Finally, as a meta-issue, we will consider how to mea- challenge problems for the field. Each panelist was sure progress in the field. Determining whether a par- asked to formulate one or more challenges. The em- ticular piece of work in AI actually brings us any closer phasis is on problems for which there is a good chance to the ultimate goals of AI has proven to be quite dif- that they will be resolved within the next five to ten ficult. By introducing a set of well-defined challenge years. problems, we hope that this panel will help provide A good example of the potential benefit of a con- some benchmarks against which we can measure re- crete AI challenge problem is the recent success of Deep search progress. Blue. Deep Blue is the result of a research effort fo- cused on a single problem: develop a program to defeat Eight Challenges for Artificial the world chess champion. Although Deep Blue has Intelligence: Rodney Brooks not yet quite achieved this goal, it played a remark- ably strong game against Kasparov in the recent ACM There are two very different sorts of challenges that I Chess Challenge Match. see for Artificial Intelligence - first, our systems are A key lesson we learn from Deep Blue’s strength is pathetic compared to biological systems, along many that efficient brute-force search can be much more ef- dimensions, and secondly, moderately good perfor- fective than sophisticated, heuristically guided search. mance from some approaches has sociologically led to In fact, brute-force was so successful that it led Kas- winner-take-all trends in research where other promis- parov to exclaim “I could feel - I could smell - a new ing lines of research have been snuffed out too soon. kind of int.elligence across the table.” (Kasparov 1996) If we compare either software systems, or robotic The experience with Deep Blue shows that a good systems to biological systems, we find that our cre- challenge problem can focus research, lead to concrete ations are incredibly fragile by comparison. Below I 1340 AfMI-96 pose some challenges that are aimed at narrowing this the activity of the neuron is an “all-or-none” process, distance. The challenges themselves are general in na- that a certain fixed number of synapses must be ex- ture - they do not solve particular problems, but the cited within the period of latent addition in order to acts of meeting these challenges will force the creation excite a neuron at any time, and this number is inde- of new general purpose techniques and tools which will pendent of the synapses’ previous activity and position allow us to solve more particular problems. on the neuron, that the only significant delay within Challenge 1. Biological systems can adapt to new the nervous system is synaptic delay, that the activity environments - not perfectly, they die in some envi- of any inhibitory synapse absolutely prevents excita- ronments, but often they can adapt. Currently our tion of the neuron at that time, and that the structure programs are very brittle, and certainly a program of the net does not change with time. With the addi- compiled for one architecture cannot run on another tion of changing synaptic weights by Hebb (1949) we architecture. Can we build a program which can in- pretty much have the modern computational model of stall itself and run itself on an unknown architecture? neurons used by most researchers. With 50 years of ad- This sounds very difficult. How about a program which ditional neuroscience, we now know that there is much can probe an unknown architecture from a known ma- more to real neurons. Can newer models provide us chine and reconfigure a version of itself to run on the with new computational tools, and will they lead to unknown machine ? Still rather difficult, so perhaps new insights to challenge the learning capabilities that we have to work up to this by making some “blocks we see in biological learning? worlds” artificial architectures where we can do this. Over time we become trapped in our shared vi- This might lead to some considerations of how future sions of appropriate ways to tackle problems, and architectures might be designed so that software is self- even more trapped by our funding sources where we configurable, and then even perhaps self-optimizing. must constantly justify ourselves by making incremen- Challenge 2. Minsky (1967) was foundational in es- tal progress. Sometimes it is worthwhile stepping back tablishing the theory of computation, but after Hart- and taking an entirely new (or perhaps very old) look manis (1971) there has been a fixation with asymp- at some problems and to think about solving them in totic complexity. In reality lots of problems we face new ways. This takes courage as we may be leading in building real AI systems do not get out of hand in ourselves into different sorts of solutions that will for terms of the size of problems for individual modules - many years have poorer performance than existing so- in particular with behavior-based systems most of the lutions. With years of perseverance we may be able submodules need only deal with bounded size prob- to overcome initial problems with the new approaches lems. There are other ways theory could have gone. and eventually leapfrog to better performance. Or we For instance one might try to come up with a theory may turn out to be totally wrong. That is where the of computation based on how much divergence there courage comes in. might be in programs given a one bit error in either Challenge 5. Despite some early misgivings (Sel- the program or data representation. If theory were fridge 1956) back when chess playing programs had based on this fundamental concern we might start to search trees only two deep (Newell et al. 1958), our understand how to make programs more robust. modern chess programs completely rely on deep search Challenge 3. Recent work with evolutionary sys- trees and play chess not at all like humans. Can we tem has produced some tantalizing spectacular results, build a program that plays chess in the way that a hu- e.g., Sims (1994). But it is hard to know how to take man plays? If we could, then perhaps we could prove things from successes and apply them to new problems. how good it was by getting it to play GO-tree search We do not have the equivalent of the Perceptron book just cannot cut it with GO. (Minsky and Papert 1969) for evolutionary systems.’ Challenge 6. All of the competitive speech under- We need such a new book of mathematics so that we standing systems today use hidden Markov models. understand the strengths and weaknesses of this excit- While trainable, these systems have some unfortunate ing new approach. properties. They have much higher error rates than Challenge 4. We have been living with the basic for- we might desire, they require some restriction in do- malizations made by McCulloch and Pitts (1943) for main, and they are often inordinately sensitive to the over fifty years now. Their formalization included that choice of microphone. It seems doubtful that people use HMM’s internally (even if one doesn’t believe that ‘Note that these evolutionary systems are much more generative grammars are the right approach either). that straight genetic algorithms as there is both a variable length genotype and a morphogenesis phase that produces Can we build a speech understanding system that is a distinctly different phenotype. based on very different principles? Invited Talks 1341 Challenge 7. We live in an environment where we from theoretical computer science that provide alterna- make extensive use of non-speech sound cues. There tives to the standard measures of performance, specif- has been very little work on noise understanding. Can ically asymptotic worst-case analysis. As an alterna- we build interesting noise understanding systems? tive to worst-case analysis relying on all-powerful, all- Challenge 8. Can we build a system by evolution knowing adversaries, I discuss the average-case per- that is better at a non-trivial task than anything that formance measures and the properties of distribu- has been built by hand? tions governing the generation of problem instances. Regarding asymptotic arguments, I consider sharp- Integrating Theory and Practice in - threshold functions, the relevance of phase-transition Planning: Thomas Dean phenomena, and the statistical properties of graphs of small order. The resulting perspective empha- I issue a challenge to theorists, experimentalists, and sizes particular problem instances and specific algo- practitioners alike to raise the level of expectation for rithms rather than problem classes and complexity re- collaborative scientific research in planning.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    6 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us