Results 1 to 9 of 9
  1. #1
    bandwagon hater
    My Team
    San Antonio Spurs
    Join Date
    May 2005
    Post Count
    8,385
    http://www.technologyreview.com/computing/38367/page1/

    IBM's New Chips Compute More Like We Do

    Researchers hope a microchip that mimics the basic functioning of the brain could perform complex calculations while using little power.

    A microchip with about as much brain power as a garden worm might not seem very impressive, compared with the blindingly fast chips in modern personal computers. But a new microchip made by researchers at IBM represents a landmark. Unlike an ordinary chip, it mimics the functioning of a biological brain—a feat that could open new possibilities in computation.

    Inside the brain, information is processed in parallel, and computation and memory are entwined. Each neuron is connected to many others, and the strength of these connections changes constantly as the brain learns. These dynamics are thought to be crucial to learning and memory, and they are what the researchers sought to mimic in silicon. Conventional chips, by contrast, process one bit after another and shunt information between a discrete processor and memory components. The bigger a problem is, the larger the number of bits that must be shuffled around.

    The IBM researchers have built and tested two demonstration chips that store and process information in a way that mimics a natural nervous system. The company says these early chips could be the building blocks for something much more ambitious: a computer the size of a shoebox that has about half the complexity of a human brain and consumes just one kilowatt of power. This is being developed with $21 million in funding from the Defense Advanced Research Projects Agency, in collaboration with several universities.

    The company's researchers and their academic collaborators will present two papers next month at the Custom Integrated Circuits conference in San Jose, California, showing that the chip designs have very low power requirements and work with neural-circuit-mimicking software. In one experiment, a "neural core," as the new chips are called, learns to play Pong; in another, it learns to navigate a car on a simple race track; and in another it learns to recognize images.

    Conventional computers have become very powerful, but they require huge amounts of capacity and power to mimic tasks that humans take for granted. IBM's Watson computing system, for example, famously beat two of the best human Jeopardy! players in a match this February. But it needed 16 terabytes of memory and a cluster of tremendously powerful servers to do so.

    "The brain has solved these problems brilliantly, with just 10 watts of power," says Kwabena Boahen, a professor of bioengineering at Stanford University who is not currently involved with the IBM project. "A machine with the intelligence we have could read and make connections, pull in information and make sense of it, rather than just make matches."

    How such a "cognitive computer" should be designed and how it should operate is controversial, however. After all, biologists still don't understand how the brain works.

    IBM has released only limited details about the workings and performance of its new chips. But project leader Dharmendra Modha says the chips go beyond previous work in this area by mimicking two aspects of the brain: the proximity of parts responsible for memory and computation (mimicked by the hardware) and the fact that connections between these parts can be made and unmade, and become stronger or weaker over time (accomplished by the software).

    The new chips contain 45-nanometer digital transistors built directly on top of a memory array. "It's like having data storage next to each logic gate within the processor," says Cornell University computer scientist Rajit Manohar, who's collaborating with IBM on hardware designs. Critically, this means the chips consume 45 picojoules per "event," mimicking the transmission of a pulse in a neural network. That's about 1,000 times less power than a conventional computer consumes, says Gert Cauwenberghs, director of the Ins ute for Neural Computation at the University of California, San Diego.

    So far the IBM team has demonstrated only very basic software on these chips, but they have laid the foundation for running more complex software on simpler computers than has been possible in the past. In 2009, Modha's group ran simulations of a neural network as complex as a cat's brain on a supercomputer. "They cut their teeth on massive simulations," says Michael Arbib, director of the USC Brain Project. "Now they've come up with chips that may make it easier to [run cognitive computing software]—but they haven't proven this yet," he says.

    Modha's group started by modeling a system of mouse-like complexity, then worked up to a rat, a cat, and finally a monkey. Each time they had to switch to a more powerful supercomputer. And they were unable to run the simulations in real time, because of the separation between memory and processor that the new chip designs are intended to overcome. The new hardware should run this software faster, using less energy, and in a smaller space. "Our eventual goal is a human-scale cognitive-computing system," Modha says.

  2. #2
    Double facepalm...
    My Team
    Detroit Pistons
    Join Date
    May 2006
    Post Count
    2,842

  3. #3
    Orange Whip? Orange Whip? Viva Las Espuelas's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Nov 2005
    Post Count
    19,497
    I bet that thing has detailed files.

  4. #4
    Orange Whip? Orange Whip? Viva Las Espuelas's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Nov 2005
    Post Count
    19,497
    Damn you, Kurzweil!!!!!!!!!!!!

  5. #5
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    152,631
    Lots of marketing speak there and nothing really new.

    This is how Cray made it's money, by getting rid of buses that slow everything down.

  6. #6
    bandwagon hater
    My Team
    San Antonio Spurs
    Join Date
    May 2005
    Post Count
    8,385
    Lots of marketing speak there and nothing really new.

    This is how Cray made it's money, by getting rid of buses that slow everything down.
    This is a bit different than vector processing from what I understand. Cray still had a single master CPU that sent simple instructions to an array of ALU's. It was still limited to "cycles" where as from what I gather about this processor, it is not.

    Almost all current CPU's use a form of vector processing including the PS3's processor. Examples are things like MMX and, more recently, multi-core processors as well as the Cell processor for the PS3 which is why some companies are creating PS3 clusters and NVIDIA GPU clusters for data processing.

    There's a reason the human brain is better at what we consider to be simple tasks such as walking and item recognition but is not so great at math and pure data processing compared to current CPU's which can perform pure data crunching much faster than the human mind, but has trouble walking or identifying objects given a particular AI.

    Either way, if what they claim is true, Im interested to see what these processors can do in the AI and Robotics fields.
    Last edited by phyzik; 08-19-2011 at 02:31 AM.

  7. #7
    hasta la victoria, siempre cheguevara's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Mar 2005
    Post Count
    9,763
    translation: "IBM: Stil open for business"

  8. #8
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    152,631
    This is a bit different than vector processing from what I understand. Cray still had a single master CPU that sent simple instructions to an array of ALU's. It was still limited to "cycles" where as from what I gather about this processor, it is not.
    What this is, is pimping their own cell architecture. Which isn't much different at all from all the other low-complexity multi-core processing units out there (ie:GPGPUs).

    They're all cycle based, and they all need a master controller (much like the PS3).

    The innovation on this would be the direct interconnect of memory to the discrete ALU core, but as I said before, Cray already did away with most every bus on a system, so the concept isn't really all that new. It's just more mature in that it can be done in a really small size now.

    This works great for things like neural networks which are highly parallelizable, but it also has the same problems that every other multi-core system has.

  9. #9
    Veteran Wild Cobra's Avatar
    My Team
    Portland Trailblazers
    Join Date
    May 2007
    Post Count
    43,117
    translation: "IBM: Stil open for business"
    Maybe, but my friend that works for them in Sidelfingen still calls them "Idiots Building Machines."

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •