Slashdot Mirror


Recent Advances in Cognitive Systems

Roland Piquepaille writes "ERCIM News is a quarterly publication from the European Research Consortium for Informatics and Mathematics. The April 2003 issue is dedicated to cognitive systems. It contains no less than 21 articles which are all available online. In this column, you'll find a summary of the introduction and what are the possible applications of these cognitive systems. There's also a picture of the cover, a little robot with a very nice looking blue wig. And in A Gallery of Cognitive Systems, you'll find a selection of stories, including links, abstracts and illustrations (the whole page weighs 217 KB). There are very good pictures of autonomous soccer robots, swarm bots, cognitive vision systems, and more."

7 of 85 comments (clear)

  1. The title reminds me of an article in AIR by Jonathan · · Score: 5, Funny

    The Annals of Improbable Research, the humor magazine for scientists, once had an article entitled "Advances in Artificial Intelligence". After the title and author affiliations, the page was appropriately completely blank...

    1. Re:The title reminds me of an article in AIR by Anonymous Coward · · Score: 5, Insightful

      The problem is, every time an advance is made in the field of AI, that advance is immediately redefined "not AI". Voice recognition, which you can now walk into a shop and buy software for, is now "not AI". Chess playing, "not AI".

      Essentially, AI is used to mean "stuff computers can't do yet".

      People say "but the computer's just doing maths". Well, that's the point, isn't it? It might be that an AI powerful enough to be mistaken for human is simply horrendously complex, not unattainable, needing the sum of all those little incremental advances that AI researchers keep making.

      Actually,the thing that annoys me most is that people associate Lisp with 80s AI, when in fact modern Common Lisp is an excellent multiparadigm language for all sorts of problems, and a much better fit for large software systems than, say, Java.

  2. Real world problems and neuroscience by Neuronerd · · Score: 5, Interesting

    The great thing about the recent development in so-called cognitive systems is that they start to address more real problems. The time of toy problems is over. It is not enough to just follow a line. Only the challenge from the real world can make algorithms in any way "clever" or meaningful.

    This is why I find it truly inspiring that so much research is going into these systems these days.

    Sadly however most of neuroscience these days is still far from these questions. Most electrophysiologists that for example study the visual system show it trivial stimuli such as bars or gratings. In some sense a system can only show its capability when the stimuli are rich enough.

    Nevertheless there is clearly a move these days towards larger more interesting problems even in neuroscience. We should be inspired by the works of the roboticists.

    --
    Googlefight "Slashdot Troll" against "BSD is dying" 303:229. BSD thus cant die.
  3. Not all cognitive scientists do that. by fireboy1919 · · Score: 5, Interesting

    Actually, I'd say that not very many are doing that.

    The goal of all the cognitive scientists I've met is to make machines think, just as with A.I. In fact, I've always heard, and was told in my AI class, that A.I. is a branch of cognitive science.

    However, there are many approaches to machine thinking that are not considered part of A.I.:
    neural networks, SVMs, computer vision (signal interpretation), modeling.

    So what does A.I. cover then? Well, it's not exactly well defined. If you read A.I. textbooks, you'll find the full of lots of different things. Some would go so far as to even include those things I mentioned that aren't normally considered part of A.I. However, in general, I would say that A.I. is the field that is concerned with
    1) Solving the search problem (searching for a solution in a large set of possibilities)
    2) Doing it with heuristics.

    I'd like to take a moment to note that a famous computer vision paper came out in the 80's that documented a method called Marr-Hildreth, which was for finding edges in images. They created it by using the same technique that eyes use (laplacian of a Gaussian for edge detection - they studied cats to find this out).

    A few years later someone improved upon it by throwing out the model completely and NOT doing it the way that people do (Canny).

    Cognitive scientists are usually more concerned with getting the machines to do what we want than they are with modeling human thinking techniques.

    --
    Mod me down and I will become more powerful than you can possibly imagine!
    1. Re:Not all cognitive scientists do that. by r · · Score: 5, Insightful
      trying to define AI is always problematic. very much like trying to define philosophy. :)

      the classic sense of AI might have been that of search and planning. but for the last 20 years or so, many non-search and non-symbolic approaches have been treated as equals in the discipline, including:
      • behavior-based robotics
      • affective computing
      • software agents
      • ...and of course particular techniques like neural networks, bayes nets, markov model approximations, etc.
      castelfranchi's introductory article in that issue actually mentions the various schisms against classic AI, which have come to be successfully reconciled with and included in the discipline.

      but your're absolutely right, cog sci is more concerned with mimicking human cognitive processes. which is why AI cannot simply be a branch of it. :)
      --

      My other car is a cons.

  4. On Combining Sensory and Symbolic Information by slinted · · Score: 5, Insightful

    Having a system combine both symbolic logic systems and sensory systems is mentioned in the article as a major focus of research today, but I wonder why this has been split so specifically...maybe someone can help me to understand.

    The point at which an understanding of body position is integrated with an overall structure of behavior leading towards a goal seems a mirage, since this isn't necessarily the way animal systems work. The best recreation of natures flexibility in "simple" systems that I've heard of comes from Mark Tilden's analog systems that are controled by tight-loops of feedback that very closely model reflex circuits, but that are capable of recovering from intense deformations of "perfect positioning".

    Now, obivously, reflex systems can only go so far, when you have a bot that you want to decide path across a room, there has to be a symbolic understanding of its environment. But it seems to me, from my (albeit very limited) understanding of insect / lower-animal inteligence, that most insects don't actually work up a full symbolic understanding of their surroundings, they just have some sort of sense of direction towards a goal (think moths to light) and then they start the reflex circuits firing to move towards it. I can understand having an end goal of having a full cognitive system comparable to human understanding of the world, but it seems like people might be overshooting the process a bit. We need a greater understanding of the simple systems before we can hope to frog-leap to the big stuff.

    To dispute my own point though, I feel its fair to say that the "simple" systems of the animal brain are already currently being modeled to the point that prosthesis for the brain might just be within reach. The success of an artificial hipocampus will prove that modeling the brain isn't necessarily understanding the brain, but it might be easier to learn the systems from our artificial models than the real ones.

  5. Comment removed by account_deleted · · Score: 5, Interesting

    Comment removed based on user account deletion