Slashdot Mirror


A Peek Inside DARPA's Current Projects

dthomas731 writes to tell us that Computerworld has a brief article on some of DARPA's current projects. From the article: "Later in the program, Holland says, PAL will be able to 'automatically watch a conversation between two people and, using natural-language processing, figure out what are the tasks they agreed upon.' At that point, perhaps DARPA's PAL could be renamed HAL, for Hearing Assistant That Learns. The original HAL, in the film 2001: A Space Odyssey, tells the astronauts how it knows they're plotting to disconnect it: 'Dave, although you took thorough precautions in the pod against my hearing you, I could see your lips move.'"

94 comments

  1. The Real Issue by Atlantic+Wall · · Score: 3, Insightful

    The Real issue is some idiot programming a computer to defend against someone just trying to turn it off.A computer should be programmed to know it can make mistakes.

    --
    To Hell with the Queen of England!
    1. Re:The Real Issue by Eagleartoo · · Score: 2, Interesting

      [HAL] The only mistakes a computer makes is due to human error [/HAL]

      I don't think computers are capable of making mistakes, because they are incapapble of thinking, they can process and store but this does not entail thought. Define for me thought.
      Thought -- 1. to have a conscious mind, to some extent of reasoning, remembering experiences, making rational decisions, etc.
      2. to employ one's mind rationally and objectively in evaluating or dealing with a given situation

      I guess what we're looking for in thought is self-awareness. My computer science teacher once said to me that a computer is basically on the same level of intelligence as a cockroach. It evaluates in positive and negatives, 1s and 0s

      Please feel free to blow me out of the water here =)

      --
      -You have been modded appropriately-
    2. Re:The Real Issue by exp(pi*sqrt(163)) · · Score: 2, Insightful

      Computers shouldn't be programmed to know they can make mistakes. They should observe themselves making mistakes and learn that they can. Sheesh. Next you'll be suggesting that children should be programmed from birth to believe whatever it's convenient for their parents to have them believe...

      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    3. Re:The Real Issue by a_nonamiss · · Score: 0
      Next you'll be suggesting that children should be programmed from birth to believe whatever it's convenient for their parents to have them believe...
      Wait... you mean you can't do that? I suppose it's a little late to rethink this fatherhood thing...
      --
      -Arthur
      Cave ne ante ullas catapultas ambules
    4. Re:The Real Issue by exp(pi*sqrt(163)) · · Score: 2, Insightful
      What does conscious thought have to do with mistakes? Mistakes are when you have some kind of expectation and those expectations fail to be met. If I buy some accounting software, and the figures don't add up correctly, then the software has made a mistake (which in turn is probably caused by a mistake made by a developer). If you make the definition of 'mistake' hinge on concepts like 'conscious mind' and other tricky philosophical ideas then it's a wonder you can get anything done in your day.

      My computer science teacher once said to me that a computer is basically on the same level of intelligence as a cockroach. It evaluates in positive and negatives, 1s and 0s.
      You have digital cockroaches in your part of the world?
      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    5. Re:The Real Issue by Eagleartoo · · Score: 2, Insightful

      /. is probably the reason I DON'T get anything done during the day =). I was somewhat responding to "teaching computers that they make mistakes." But if you were going to do that, they would have to evaluate whether what they do is make mistakes or not, they would begin to evaluate their purpose. If they are instructed to make mistakes ("You are a computer, you make mistakes." The man told the computer) and they "learn" that they make mistakes, would it not follow that they start making mistakes intentionally? I mean they've been told to make mistakes, in essence they are fulfilling their purpose, which gets me into the whole original sin argument ---- THIS IS WHY I NEVER GET ANYTHING DONE!!!!!

      --
      -You have been modded appropriately-
    6. Re:The Real Issue by Ucklak · · Score: 3, Insightful

      Conscious thought has everything to do with mistakes.

      A machine is mechanical and is incapable of mistakes as it can't set expectations.

      From your quote, "Mistakes are when you have some kind of expectation and those expectations fail to be met.", machines aren't capable of setting expectations, only following a basic 'to do' list.

      If a machine adds 1+1 and returns 3 to the register, then it didn't fail, it added 1+1 in the way it knows how to.

      AI today is nothing more than a bunch of IF..THEN possiblities run on fast processors to make it seem instantaneous and 'alive'.

      You can program a machine to be aware of it's power (Voltage) and you can have a program set to monitor that power with cameras and laser beams and whatever else with commands to shoot laser beams at any device that comes near that power but the machine still isn't aware of what power is.

      Not to get philosophical here but IMO, AI won't ever be real until a machine has a belief system and part of that belief system relies upon it's own ability to get energy, just like animals do.

      It's possible that a program can be written so that a machine is aware of it's own requirements but then we're back to a bunch of IF..THEN statements written by programmers.

      --
      if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
    7. Re:The Real Issue by Atlantic+Wall · · Score: 1

      "They should observe themselves making mistakes and learn that they can" Well if they can figure that out then who knows what they may learn and how the may feel/react to it.

      --
      To Hell with the Queen of England!
    8. Re:The Real Issue by AK+Marc · · Score: 3, Insightful

      I don't think computers are capable of making mistakes, because they are incapapble of thinking, they can process and store but this does not entail thought.

      Then they can't make mistakes, but can make errors. What do you call it when a brownout causes a computer to flip a bit and give an incorrect answer to a math problem? How about when it is programmed incorrectly so that it gives 2+2=5? How about when a user intends to add 2 and 3, but types in 2+2? In all cases, the computer outputs a wrong answer. Computers can be wrong and are wrong all the time. The wrong answers are errors. A "mistake" isn't an assigning of blame. I agree that computers can be blameless, but that does not mean that mistakes involving computers can't be made. I think your definition of "mistake" is not the most common, and would be the point of contention in this discussion, not whether computers have ever outputted an erroneous answer.

    9. Re:The Real Issue by kurzweilfreak · · Score: 2, Interesting

      Prove that you or I are conscious and more than just an incredibly complicated series of IF..THEN statements. :)

      --

      kurzweil_freak

      5th Kyu Genbukan Ninpo/KJJR student

      Be the darkness that allows the light to shine.

    10. Re:The Real Issue by exp(pi*sqrt(163)) · · Score: 1
      then who knows what they may learn
      If we already knew what an intelligent computer could learn, then there wouldn't be much point in making one, would there?
      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    11. Re:The Real Issue by exp(pi*sqrt(163)) · · Score: 1
      You can program a machine to be aware of it's power (Voltage) and you can have a program set to monitor that power with cameras and laser beams and whatever else with commands to shoot laser beams at any device that comes near that power but the machine still isn't aware of what power is.
      Few people know what power is. They get hungry, and then they eat.
      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    12. Re:The Real Issue by G-funk · · Score: 1

      The term you need to read up on is "emergent behaviour" my friend.

      --
      Send lawyers, guns, and money!
    13. Re:The Real Issue by Anonymous Coward · · Score: 0

      Please learn the difference between "it's" and "its".

    14. Re:The Real Issue by Walter+Carver · · Score: 1

      Is there something that makes you think that we are not conscious? Or that we are just an incredibly complicated series of IF..THEN statements?

    15. Re:The Real Issue by kurzweilfreak · · Score: 1

      What makes you think that a sufficiently complicated computer isn't conscious? What about a monkey? A dog? A cow? An insect? A worm? Keep going down and find the point where you say "ok, this is conscious, but this isn't." We can't yet even come up with a rigorous definition of consciousness yet. Jeff Hawkins has some very interesting theories though.

      --

      kurzweil_freak

      5th Kyu Genbukan Ninpo/KJJR student

      Be the darkness that allows the light to shine.

    16. Re:The Real Issue by Ucklak · · Score: 1

      There is one thing that is innate within all living things as we understand it and that our being has a need to multiply.
      That belief system that is within all our cells and further into the organism gives us a need that doesn't need to be taught.

      In order to fulfill that need, we (organisms and individual cells) need food and water and we'll do whatever it takes to get it.

      You could add that we will do whatever it takes to get food and water OR we'll die. That is the understanding that we will cease to exist if our needs aren't met.
      Computers and AI aren't that sosphisticated yet or if ever (I tend to think eventually when another method of skinning the cat comes about but not now).

      Computers don't understand, they follow instructions.
      They need power and don't do a damn thing about it if it is threatened. It has no desire to learn, it only observes and records and makes no correlation among sets of data.

      A computer isn't self aware, a program has to be written to record uptime and keep a tally to simulate self awareness.

      We can decide a favorite color, shape, and musical pattern that isn't passed down within our instructions (DNA).
      We question, machines only maintain and report.
      We have the ability to learn, machines can only record.

      So, if you'd like to say that we are a complex set of IF..THEN statments, then go ahead. The difference between our IF..THEN and a machine is that we have the conditional OR that rules us and the ability to change expectations and adapt. Machines don't. Machines can be programmed to adapt but so far, the best machines are proxies for humans and none are autonomous.

      --
      if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
    17. Re:The Real Issue by Walter+Carver · · Score: 1

      Nothing. There is no evidence. I am not in possition to know if a computer, animal or incect can be conscious. Personally, I think that consciousness is gained gradually in an analogy with the complexity of brain (so no black-or-white examples like the one you said). No idea about artificial consciousness.

      There is no way I can experience how it is to be an animal, an insect, or a machine. Therefore, I cannot say. But, I know that if a machine will be able to achieve consciousness, it will only be because a human programmer has (successfully) applied a pshychological model made by a human psychologist/psychiatrist. Or, humans will be able to set in activity the first machine that will be able to expand beyond it's capacity, and therefore, reaching consciousness. Again, the credit goes to the humans that set it so. And there is one final posibility, the one of malfunction: humans set a machine in activity, and only by mistake that machine can expand itself. In any case, humans are responsible for the new consciousness.

      What matters, in order to convince humans, is that it will look, feel, "smell" conscious, not that it will will actually have to be.

    18. Re:The Real Issue by exp(pi*sqrt(163)) · · Score: 1
      There is one thing that is innate within all living things as we understand it and that our being has a need to multiply.
      I'm married but have no kids. We have no intention of having kids. We employ various forms of technology to prevent us having kids. What are you talking about?
      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    19. Re:The Real Issue by Ucklak · · Score: 1

      The fact that you are making a conscious effort to not reproduce.

      The parent implied that we are nothing but a complex array of IF..THEN statements to which I replied that we are driven by the conditional OR.
      Machines in their current state today aren't capable of understanding as their purpose is to follow instructions, not alter expectations as they are not able to be set mechanically autonomously.

      Existence of living organisms is about consuming food, water, and reproducing.
      There are those that will put a religious spin on the purpose of life but that doesn't take away the need for food, water, and shelter.

      Your existence is about maintaining food, water, and shelter. Whatever you learn, record, etc., will die with you. You have a companion that shares the same expectation which provides comfort. Machines are incapabale of wanting to which the parent would imply that the condition isn't programmed.

      I say BS on that as the fact that you have a want that is a condtion of shelter (comfort), you have altered your biologically programmed purpose and have changed the expectation of your being.

      --
      if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
  2. We could tell you... by $RANDOMLUSER · · Score: 0

    ...but then we'd have to kill you.

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
  3. Paranoid by TheWoozle · · Score: 1

    Except that HAL was paranoid. That the astronauts had a conversation they tried to hide from HAL was more than enough. The actual content of the conversation was immaterial.

    --
    Insisting on "correct" English is like saying that there is only one, definitive recipe for chili.
    1. Re:Paranoid by Gorm+the+DBA · · Score: 3, Insightful
      Actually, it was over long before that. HAL was just following it's programming, perfectly.

      HAL was programmed to eliminate any possibile failure points in the mission that he could. Through the spaceflight, HAL observed that the humans in the mission were failable (one of them made a suboptimal chess move, a handful of other mistakes were made). HAL had the ability to complete the mission on it's own. Therefore, HAL made the decision, in line with it's programming, to eliminate the human element.

      It makes sense, really, when you think about it. And truly, if Dave had just gone along with it and died, HAL would have finished the job perfectly fine.

    2. Re:Paranoid by cnettel · · Score: 2, Informative

      It was some years ago, but I think that the book also stresses the problem for HAL in that the full mission was never revealed to the human crew, which meant that even too good thinking on their part, at the wrong point in time, would be considered a failure. HAL was programmed/ordered to obey the crew, but also respect the mission objectives, and the contradiction only grew worse.

    3. Re:Paranoid by cayenne8 · · Score: 1

      I always wondered....was the HAL being only one letter off each from IBM just a coincidence, or was that written on purpose that way?

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    4. Re:Paranoid by smbarbour · · Score: 1

      Even if it wasn't a coincidence... The movie used "rebranded" IBM equipment.

      The same was said about Windows NT. WNT->VMS

    5. Re:Paranoid by sconeu · · Score: 1

      Clarke claims it's a coincidence. He mentions it in "Lost Worlds of 2001", and specifically has Chandra debunk it in "2010".

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    6. Re:Paranoid by Anonymous Coward · · Score: 0
      Actually, it was over long before that. HAL was just following it's programming, perfectly.

      HAL was programmed to eliminate any possibile failure points in the mission that he could. Through the spaceflight, HAL observed that the humans in the mission were failable (one of them made a suboptimal chess move, a handful of other mistakes were made). HAL had the ability to complete the mission on it's own. Therefore, HAL made the decision, in line with it's programming, to eliminate the human element.
      These can only be attributable to human error.
    7. Re:Paranoid by tcc3 · · Score: 2, Insightful

      Yeah but thats if you go by the book.

      The book and the movie are two different animals. The movie made no mention of the "Hal was following orders" subplot. Short of saying it outright, the movie makes it pretty clear that Hal screwed up and his pride demanded that he eliminate the witneses. Which, if you ask me, makes a more interesting story.

      After reading all the books, I came to the conclusion that Clarke would have been better served by sticking to the screenplay.

    8. Re:Paranoid by tcc3 · · Score: 1

      Hal "going crazy" at not being able to logically reconcile "Hal is perfect and cannot make mistakes" and "Hal made a mistake" is also an acceptable answer.

    9. Re:Paranoid by Anonymous Coward · · Score: 0

      "its", not "it's".

    10. Re:Paranoid by threechordme · · Score: 1

      also in the other language releases of the book it is not called HAL.... as far as i remember

  4. True or not by phrostie · · Score: 1

    they should have saved this for April 1st.

    the /.ers could have argued over this for hours.

  5. REAL sneak peak by Prysorra · · Score: 4, Informative

    Here's a LOT of stuff to look through....don't tell anyone ;-)

    Top Secret Stuff at DARPA. [DARPA]

  6. Not "Strong" AI by hypermanng · · Score: 4, Interesting

    The DoD funds a huge percentage of AI research, but at the end of the day they're interested in things that can be easily weaponized or used for simple intelligence sifting heuristics. The most fundamentally interesting research in AI is in the humanoid robotics projects such as those at the MIT shop, and it is from these more humanly-modeled projects that anything like HAL could ever issue. Search-digest heuristics like PAL aren't much like humans and will never lead to anything approching a human's contextually rich understanding of the world at large any more than really advanced racecar design will lead to interstellar craft.

    The difference, as Searle would say, between Strong (humanlike) AI and Weak (software widget like) AI is a difference of type, not scale.

    --
    I am the one true god. However, as an atheist, I don't believe in myself. I guess I have a self-esteem problem.
    1. Re:Not "Strong" AI by Ambitwistor · · Score: 1

      The most fundamentally interesting research in AI is in the humanoid robotics projects such as those at the MIT shop, and it is from these more humanly-modeled projects that anything like HAL could ever issue. Search-digest heuristics like PAL aren't much like humans and will never lead to anything approching a human's contextually rich understanding of the world at large It is far from clear whether "humanoid robotics" are either necessary or useful in producing AI with a "contextually rich understanding of the world at large".
    2. Re:Not "Strong" AI by nigral · · Score: 1

      In a AI course, the teacher once told us that during the first weeks of the first Iraq war the ability to solve complex logistic problems in hours instead of weeks was largely worth all the money invested in IA research since the 60's.

      So when the military talks about AI you don't need to think only about intelligent robot soldiers.

    3. Re:Not "Strong" AI by master_p · · Score: 1

      It is not possible for computers to reach human-like AI because computers' computational capacity is severely limited when compared to the human brain:

      http://en.wikipedia.org/wiki/Brain

      The human brain can contain more than 100 billion neurons (that's 100,000,000,000) with each neuron be connected to 10,000 other neurons.

      This huge capacity of the brain allows it to mirror the external experiences (and some people suspect the mirror image to be in 3d):

      http://en.wikipedia.org/wiki/Mirror_cells

      So any attempts to create HAL or a similar structure are highly doomed to failure, unless another approach to computing devices is taken.

  7. DARPA Slogans by Paulrothrock · · Score: 5, Funny

    DARPA: We don't make the things that kill people. We make the things that kill people better. DARPA: We bring good things to life... that are then used to kill people. DARPA: Who do you want to kill today?

    --
    I'm in the hole of the broadband donut.
  8. Come on you Tin-foil Hat wearers... by silentounce · · Score: 2, Interesting

    "watch a conversation between two people and, using natural-language processing, figure out what are the tasks they agreed upon."
    Anyone care to guess what they plan to use that little gadget for?

    --
    There are many tongues to talk, and but few heads to think. -Victor Hugo
    1. Re:Come on you Tin-foil Hat wearers... by Gorm+the+DBA · · Score: 1
      Making sure your waitress gets your order right, of course.

      I mean really...Bush only invaded Iraq because that waitress brought him FRENCH dressing instead of RANCH like he asked...

    2. Re:Come on you Tin-foil Hat wearers... by Anonymous Coward · · Score: 0

      don't worry tin-foil hatters: the PAL project is a big scam. it's way behind what it was supposed to be at and is chock full of very incompetent faculty members. i know people who know.

    3. Re:Come on you Tin-foil Hat wearers... by Perey · · Score: 2, Interesting

      If that were true, the war would have been won when they renamed it Freedom dressing.

    4. Re:Come on you Tin-foil Hat wearers... by Lord_Slepnir · · Score: 1

      Recording 3 hours of PHB meetings and figuring out that all they agreed upon was the time for the next meeting to set the itenary for the real meeting.

    5. Re:Come on you Tin-foil Hat wearers... by metlin · · Score: 1

      "watch a conversation between two people and, using natural-language processing, figure out what are the tasks they agreed upon."
      Anyone care to guess what they plan to use that little gadget for?


      Voyeur radio porn?
  9. The Real Project: Warp Drive by Anonymous Coward · · Score: 0

    The most interesting project at DARPA is not a cheap imitation of the M-5 computer. The most interesting project is building the first warp engine that can finally enable commercial space travel to Mars -- and planet Vulcan for 1st contact.

  10. I worked will on a DARPA... by WED+Fan · · Score: 3, Funny

    DARPA has yet to acknowledge the project that I was working on 3 years from now in 2010. Last week, January 14, 2012 we will successfully tested the Time Redaction Project. So, I gave myself the plans tomorrow so that I will be submitting them a few years ago to get the grant money. DOD has used this to send a nuke to kill the dinosaurs. I hope it works.

    --
    Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong fix.
    1. Re:I worked will on a DARPA... by Rob+T+Firefly · · Score: 2, Funny

      Not anymore, your mom was just assassinated before your birth by an android you failed to prevent the invention of.

    2. Re:I worked will on a DARPA... by Slightly+Askew · · Score: 4, Funny

      So, I wiollen have given myself the plans tomorrow so that I wiollen be submitting them a few years ago to get the grant money.

      There, fixed that for you.

      --
      Public use of any portable music system is a virtually guaranteed indicator of sociopathic tendencies. -- Zoso
    3. Re:I worked will on a DARPA... by silentounce · · Score: 1

      You should be ashamed. It is:
      DARPA has yet to acknowledge the project that I worked will on 3 years from now in 2010. Last week, January 14, 2012 we tested will successfully the Time Redaction Project. So, I gave myself the plans tomorrow so that I submit will them a few years ago to get will the grant money. DOD has used this to send a nuke to kill the dinosaurs. I hope it works.

      --
      There are many tongues to talk, and but few heads to think. -Victor Hugo
    4. Re:I worked will on a DARPA... by Slightly+Askew · · Score: 1

      Sorry, but the shame, good sir, lies with you. Douglas Adams is the foremost authority on time travel verb usage, not some two-bit blogger.

      From the link you provided

      P.S. I am aware of Douglas Adams' ideas, which went something like 'I will wiollen the ball kikken', but my idea is to make something usable.

      This is slashdot. Attempting to improve upon DNA is grounds for drawing and quartering

      --
      Public use of any portable music system is a virtually guaranteed indicator of sociopathic tendencies. -- Zoso
    5. Re:I worked will on a DARPA... by silentounce · · Score: 1

      I love DNA as much as the next guy. But I doubt Adams would want his writing to be taken so seriously. You remind me of a friend of mine who still carries a towel with him everywhere. As for the grammar bit, Google thinks otherwise.

      --
      There are many tongues to talk, and but few heads to think. -Victor Hugo
  11. Not what HAL stood for by Hyram+Graff · · Score: 2, Interesting

    [P]erhaps DARPA's PAL could be renamed HAL, for Hearing Assistant That Learns.

    Perhaps, but that's not what the orignal HAL stood for. HAL was short for Hueristic ALgorithmal. Arthur C. Clark had to put that into one of his books in the series (2010 IIRC) because lots of people thought he had derived it by doing a rot25 on IBM.

    --
    0*0
    00*
    ***
    1. Re:Not what HAL stood for by sconeu · · Score: 1

      No, but the Sirius Cybernetics Corporation is obviously involved, since a robot is "your plastic PAL who's fun to be with."

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    2. Re:Not what HAL stood for by etwills · · Score: 1
      Elsewhere, from googling "one step ahead of IBM":
      The author of 2001, Arthur C Clarke emphatically denies the legend in his book "Lost Worlds of 2001", claiming that "HAL" is an acronym for "Heuristically programmed algorithmic computer". Clarke even wrote to the computer magazine Byte to place his denial on record.
      [http://tafkac.org/movies/HAL_wordplay_on_IBM.html , goes on to argue this is unconvincing ... given HAL has a different name in the working drafts]
  12. DARPA Created The Internet by wiredog · · Score: 1

    Well, it provided the funding, anyway.

    1. Re:DARPA Created The Internet by toddhisattva · · Score: 1

      If (D)ARPA created the Internet, then the Internet was designed to kill people!

  13. ventriloquists have already cracked this? by amigabill · · Score: 1

    So, to avoid being observed, we all need to learn how to speak without moving out lips?

    1. Re:ventriloquists have already cracked this? by coldsleep · · Score: 1

      Alternatively, you could just cover your mouth and/or face.

    2. Re:ventriloquists have already cracked this? by Mortanius · · Score: 1

      That, or perhaps folks capable of acting out very bad kung fu movie dubs.

      Suddenly, Michael Winslow becomes in-demand again.

    3. Re:ventriloquists have already cracked this? by badboy_tw2002 · · Score: 1

      Politicians have had to do this for years to keep us from figuring out if they're lying or not.

    4. Re:ventriloquists have already cracked this? by Anonymous Coward · · Score: 0

      That's the basis of good Japanese pronunciation

  14. Knowledge by hypermanng · · Score: 2, Interesting

    The only programming that leads to context-rich understanding that could be called "knowledge" in the human sense is self-programming. Like babies. We're all born with a some basic software and a lot of hardware, but it's interaction over time with our environment that we self-program. One might call it learning, but it's more fundamental than just accumulating facts: it's self-creation.

    Dennett calls us self-created selves. Any AI more than superficially like a human would be the same.

    --
    I am the one true god. However, as an atheist, I don't believe in myself. I guess I have a self-esteem problem.
    1. Re:Knowledge by sottitron · · Score: 1

      And programming us babies takes a long long time and lots of love and attention, I might add. I wonder if a computer will ever think back to a conversation it had years ago and think 'Man, was I ever a Windows Box back then...'

  15. Insert heavy-handed comment here... by Manchot · · Score: 0, Offtopic

    A computer should be programmed to know it can make mistakes.

    How can we do that, when our own president doesn't even know when he's made one?

  16. Finally! by itlurksbeneath · · Score: 1

    ...is to improve application productivity by a factor of 10 through new programming languages and development tools. Cool. The government is finally ditching COBOL and FORTRAN.
    --
    Have you ever considered piracy? You'd make a wonderful Dread Pirate Roberts.
  17. It Hadda Be Said... by Anonymous Coward · · Score: 0
    Scientist: HAL, read my lips.


    HAL: I'm sorry, Dave, I can't do that...

  18. GITS 2 by CaffeineAddict2001 · · Score: 1

    We weep for a bird's cry, but not for a fish's blood. Blessed are those with a voice. If the dolls also had voices, they would have screamed, "I didn't want to become human."

    1. Re:GITS 2 by C0y0t3 · · Score: 1

      How do I rate this +1 disturbing? Oh CRAP I replied... nevermind.

  19. vaporware and PR by geekpuppySEA · · Score: 3, Interesting
    IAA graduate student in computational linguistics.

    Later in the program, Holland says, PAL will be able to "automatically watch a conversation between two people and, using natural-language processing, figure out what are the tasks they agreed upon."

    PAL's role here is not clear. The 'easier' task would be to monitor the body language of the two conversers and, by lining up a list of tasks with the observation of their head movements, correctly predict which points in the conversation were the ones where someone performed an "agreement" gesture.

    The much, much more difficult task would be to actually read lips. There are only certain properties of phonemes you can deduce from how the lips and jaw move; many, many other features of speech are lost. Only when you supply the machine with a limited set of words in a limited topic domain do you get good performance; otherwise, you're grasping at straws. And then taking out most of the speech signal? Please.

    But no, DARPA is cool and will save all the translators in Iraq (by 2009, well before the war ends.) PR and vaporware win the day!

    --
    Intelligent Design: because MATH is HARD.
  20. Allow me to be skeptical by Anonymous Coward · · Score: 2, Interesting

    > Later in the program, Holland says, PAL will be able to "automatically watch a conversation between two people and, using natural-language processing, figure out what are the tasks they agreed upon."

          Sure. You will first have to solve the problem of understanding natural language in an open ended environment - something that computers are not very good at yet.

          Quite frankly, AI people have been promising this kind of stuff for some 40 years now, and they have so far been unable to deliver. When is PAL going to be able to do what Holland aspires to? Not any time soon - most likely not within the next 20 years.

            AI people, please stop announcing such pie in the sky projects.

  21. Say What? by vtcodger · · Score: 1
    ***"watch a conversation between two people and, using natural-language processing, figure out what are the tasks they agreed upon."***

    I don't know about anyone else, but my experience has been that very few conversations actually result in mutual agreement upon a task. Most conversations are indeterminate, and most of the rest result in symetrically paired misunderstandings about what has been agreed to.

    Oh well, at least for once "they" aren't spending my money to kill/maim innocent bystanders.

    --
    You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
  22. 2007 DoD proposal list by EngMedic · · Score: 1

    a more complete list for research proposals is here: https://www.dodsbir.net/solicitation/sttr07/defaul t.htm

    --
    filter: +3. Hey, look! all the trolls went away!
  23. Heuristic.... by Prysorra · · Score: 1

    Hueristic? What? A new color scheme? No wonder HAL went crazy.....damn horrible interior design...

  24. the real research behind this by kneecramps · · Score: 3, Informative

    WRT to "watch a conversation between two people and, using natural-language processing, figure out what are the tasks they agreed upon":

    Here's a link to the actual research that they are likely talking about:

    http://godel.stanford.edu/~niekrasz/papers/PurverE hlenEtAl06_Shallow.pdf

    As you might expect, the ComputerWorld article's summary of the technology is rather optimistic. Nonetheless, this stuff really does exist, and shows some promise in both military and general applications.

    1. Re:the real research behind this by egardner4 · · Score: 1

      Actually, here's a link to a page at the project's prime contractor that gives a little more context:

      http://caloproject.sri.com/about/

      This page is actually about 1 of the 2 subprojects that together makeup the PAL project.

      I suggest that many of the posters to other threads should follow the publications link and bother to read some of the 50-odd citations. Only then will you really be in a position to speculate on what is and isn't hype. I guess it's actually easier to read a summary (/.) of an article (ComputerWorld) containing a summary of a web page (DARPA) summarizing the project.

  25. Clarification by hypermanng · · Score: 2, Interesting

    I don't mean to imply humanoid robotics qua robotics is necessary to AI development. Rather, only in a creature that acts as an agent inhabiting the world at large can one expect anything like human-level understanding thereof to develop. It's all very well to develop clever as-if software widgets to simulate understanding in carefully controlled circumstances, but they won't scale to true global context richness because 1) they interact with the world over narrow modalities and 2) they don't have the rich internal structure necessary on which predicate agents with deep and flexible competencies.

    It's like we build ever more elaborate visual perception analogues, but they backend into databases that only ask for enumerations of objects discriminated. I don't care how competent the visual system is, it's never going to achieve sentience because it's not part of a whole agent that travels around (in some sense), processes the answers it's getting from the visual system in a multimodal way related to the agent's goals, edits those goals based on new information and so on. It can't just see, it has to look, and it can't just look because someone typed in a domain name, it has to look for a reason and the reason has to be a reason in the sense of being the result of a decision or discrimination, not just an action with a physical cause.

    It would seem that the easiest way to allow for all that is to build something that really moves around in the real world. In short, building a robot with all the appropriate competencies might be really hard, but it's still the most tractable way to achieve Strong AI.

    --
    I am the one true god. However, as an atheist, I don't believe in myself. I guess I have a self-esteem problem.
  26. Same sex conversations only... by haggie · · Score: 5, Funny
    using natural-language processing, figure out what are the tasks they agreed upon.

    This would only work for conversations between people of the same sex. There has never been a conversation between a man and a woman in which both participants would agree on the tasks...

    M: Want to continue this conversation at my place?
    F: Take a leap!
    Computer: Agreed to move conversation to male's residence by leaping.

    F: When are you going to mow the lawn?
    M: Yeah, I'll get right on that.
    Computer: Male agreed to mow lawn at earliest opportunity

    1. Re:Same sex conversations only... by gmletzkojr · · Score: 1

      F: Does this outfit make me look fat?
      M: Ummm, of course not honey - you look great.
      Computer: Application of this sheet-like outfit makes fat women look thinner.

      --
      I for one welcome our new [insert main topic] overlords.
  27. Agreed by hypermanng · · Score: 2, Insightful

    I didn't mean to imply that only Strong AI is militarily useful. In fact, I would say that Strong AI is *not* useful, if one thinks about the ethics of forcing anything sentient to go to war in one's place.

    Also, I have no trouble recognizing that cleverly-designed "Weak" AI is nonetheless quite strong enough in more conventional senses to be a monumental aid to human problem solving, in the same manner and to the same degree as an ICBM is a great aid to human offensive capabilities.

    --
    I am the one true god. However, as an atheist, I don't believe in myself. I guess I have a self-esteem problem.
  28. Look Closer; Go Cross-Eyed by carpeweb · · Score: 1

    I figured I'd check out the source behind the source and visit the DARPA web site. I got curious and decided to check out their latest budget estimate. What a peach! The "overview" looks like mainframe printout, which of course spills onto a second page (where you'd find the total DARPA budget of $3.3 Billion for FY07. The details that follow (interrupted by a couple of marketing pages on the theme "ExpectMore.gov") make it pretty difficult to connect the dots -- and of course these are just the unclassified dots. Starting from the top budget line on bureaucratic formatted stationery, the details break down the line items, but the detail lines themselves are all found on separate pages, with text explanation in between. I guess they could have made it harder to interpret, but it would take some creative thinking to do so.

  29. HAL by petrus4 · · Score: 1

    "Dave, put that Windows CD down. Dave... DAVE!"

  30. Use Plan? by nurb432 · · Score: 1

    Thats easy, they plan on turning it over to the DOD.

    DARPA doesnt really do much with stuff like that, their job is to create it.

    --
    ---- Booth was a patriot ----
  31. As I interpreted the scene... by Ungrounded+Lightning · · Score: 2, Insightful

    Except that HAL was paranoid. That the astronauts had a conversation they tried to hide from HAL was more than enough. The actual content of the conversation was immaterial.

    As I interpreted the scene: Though the audio pickups were off, HAL had a clear view. So he zoomed in on their faces, panned back-and-forth between speakers, and got a clear shot of their faces - lips, eyes, eyebrows, and other facial markings - as each spoke.

    Which tells me he was lip-reading. (Also face-reading.) He knew every word they said and had the bulk of the visual side-channel emphasis as well.

    If all he needed to know was that they WERE having a conversation, he could have gotten that from his view through the window, without the camera gyrations.

    We, as the audience, got an alternation of the omniscient viewpoint - watching and hearing the conversation - with HAL's viewpoint - silence (except for camera pan and zoom actuators) and an alternating closeups of the two talking heads. Thus we could both follow what was said and observe that HAL was doing so as well - but visually - and was putting a lot of processing power and camera actuator activity into subverting the humans' attemp to keep him from knowing what was said.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  32. NSA makes more sense. by Ungrounded+Lightning · · Score: 1

    Thats easy, they plan on turning it over to the DOD.

    Giving it to the NSA makes more sense.

    Imagine: Instead of tagging conversations for human review when a keyword is present, they could have the acres of supercomputers analyze them for agreement on action items.

    Then the automated agents could maintain and analyze a database of who agreed to what, flagging a collection of conversations for human review only if/when it amounted to a conspiracy to prepare for, support, or execute a military, geopolitical, or criminal activity of interest to the government.

    Automated "big-brother". Pervasive area and phone bugs are much more useful if they can be monitored 24/7 by uniformly diligent and objective (even if not maximally perceptive and efficient) AIs, rather than occasionally by high-priced, error-prone, boredom-prone, subjective, and easily-corruptible humans.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:NSA makes more sense. by silentounce · · Score: 1

      That's what I was thinking but I wasn't sure I could put it clearly so I opened it up to you guys. I think the most interesting fact about it is that it would even catch coded conversations. It would catch the agreements, and if the agreement, say purchasing cattle took place in an area where that exchange wouldn't make sense, well, it could flag it for review as well. It essentially boils down a conversation to the most important part, and that makes for less data for other programs or people to sort through.

      --
      There are many tongues to talk, and but few heads to think. -Victor Hugo
  33. No need to! by eMbry00s · · Score: 1

    If (Me.Arguments(Me.Arguments.Length-1).Status = Defeat){
        Break() //Let's just ignore this thread even though we started it.
    }

  34. Yes and no by hypermanng · · Score: 1

    If we model each neuron as an object composed of state equations, quasi-spatial information and in-out buffers and synapse sets as registry entries that link a given out buffer to the in buffer of another neuron, then we can expect that we'll have a total memory overhead of about 50KB per neuron (when accounting for the average number of connections per neuron) requiring about 50KFLOPS per neuron. For 2x10^8 neurons, that implies that we can comfortably allow for human-scale intelligence using one PByte of memory and about one PFLOP. Of course, there are some subsystems in the brain we may not need to instantiate to such a high degree of verisimilitude and can be replaced with more traditionally coded software (I'm thinking here of more hard-coded lizard brain stuff).

    All of this is out of reach today, but in 20 years, I doubt it will seem insurmountable in the slightest. The truly hard question is how to set up an initial arrangement of those neurons (with all the various kinds, initial connections and so on) that allows for a person to grow inside. You know, like any baby.

    --
    I am the one true god. However, as an atheist, I don't believe in myself. I guess I have a self-esteem problem.
    1. Re:Yes and no by master_p · · Score: 1

      But those neurons work in parallel...each neuron is an information bus as well. Computer memory is not a bus, it is just storage, and all memory cells have to send their data through the central bus.

  35. I don't see a problem by hypermanng · · Score: 1

    While I admit the virtualization of what was physically instantiated connection information is costly in terms of brute storage as well as memory bandwidth, there's not that many bits in the bus, once stripped of addressing overhead.

    That said, managing memory bus speed could turn out to be a considerable technical constraint: the whole virtualizer would need a fairly agile daemon that tracked evolving connection topologies and kept neurons resident with their neighbors to minimize inter-cpu module bandwidth needs. This would be as transparent to the person those neurons instantiate as dendrite formation is to us.

    --
    I am the one true god. However, as an atheist, I don't believe in myself. I guess I have a self-esteem problem.