/* ---- Google Analytics Code Below */
Showing posts with label Sentient. Show all posts
Showing posts with label Sentient. Show all posts

Wednesday, April 05, 2023

Self-Aware AI

Advanced thoughts.

Why Should We Look Forward to Self-Aware AI?

by bigdata 28 February 2023 Artificial Intelligence, Machine Learning Tags: Artificial intelligence, chatbots, chatGPT, IoT, machine learning, Predictive Analytics, Robotic Process Automation, Robots 

Technology AI

Many experts believe that the era of the self-aware AI is still far ahead in the future. They say that robotic sentience is still highly theoretical and needs ongoing research. However, several technologists and roboticists have claimed to having developed sentient machines.

So, we have to ask, is it really that far off in the future? Or, has the so-called experts just been remiss in agreeing on standards to define true robotic sentience? In any case, there is a lot of look forward to when it comes to self-aware machines.

Sentient Machines: The Pros

The present and future developments in robotic sentience have several advantages that we should all look forward to.

Improved efficiency and productivity: There is incredible potential for highly intelligent machines to provide industries with better productivity and efficiency. Machines are faster at processing and doing repetitive tasks, and do not theoretically need rest, unlike humans.

Better problem-solving capabilities: With super-fast processing and access to vast data, and a presumed lack of biases, smart machines can potentially solve more problems that humans can ever imagine to.

Advances in healthcare: Self-aware machines can potentially provide faster and more accurate diagnosis and more personalized treatments to individuals. Through big data, they can catch symptoms and diagnose diseases faster. Such time advantage can make a huge difference in a person’s treatment and recovery.

Better scientific research: When it comes to scientific experimentation and discoveries, fast processing is key. There is a lot of ground to cover when you want to be thorough and cover all test possibilities. A super smart machine can do this, easily. It is what it’s designed to do.  ... '

Thursday, October 27, 2022

More: Is AI Becoming Sentient?

I say no, even the term itself is flawed, 

ACM NEWS

Is AI Becoming Sentient?

By Gregory Goth, Commissioned by CACM Staff, October 27, 2022

Insights into human cognition need to become more granular in order to accurately evaluate AI’s capabilities – or to accurately compare them to those of humans, said Konstantinos Voudouris of the U.K.'s University of Cambridge.

There has been more than a little sensational speculation in recent months regarding the ability of artificial intelligence (AI) to attain sentience, but Bruce McNaughton, distinguished professor of neurobiology and behavior at the University of California at Irvine, does not waste much time pondering the possibility.

In fact, McNaughton doesn't ascribe much to the idea of sentience, period. He discourages his students from using the term, as well as "consciousness."

"I discourage them from using the term because as a scientist, I think of the brain as a physical system that obeys the laws of physics," McNaughton said. "We just didn't understand that implementation of the laws of physics could become so incredibly complex through the laws of evolution, and I think most people have only 

Konstantinos Voudouris, a psychologist and graduate student researcher at the Leverhulme Centre for the Future of Intelligence of the U.K.'s University of Cambridge, shares McNaughton's sentiments to a fair degree. "It's beguiling almost to be anthropomorphic about how these systems are behaving," said Voudouris, first author of a recent study that directly compared the cognitive abilities of AI agents and children age 6-10. "It's almost a quality of human psychology to anthropomorphize things, but the psychologist can come in and scientifically evaluate that hypothesis against the many alternatives that exist."

Neither McNaughton nor Voudouris are computer scientists or engineers, yet their recent work on artificial intelligence is emblematic of a surge in multidisciplinary research; the mechanics of human cognition, which have served as the theoretical underpinnings of AI development for decades, are receiving greater attention in the development of AI systems that are subject to ever-greater expectations of what they will be able and need to do — and vice versa.

McNaughton said there is more back-and-forth between how cognitive science and artificial intelligence can affect each other because the principles, the mathematics, and the fundamental approaches of machine learning are the same principles and problems the brain confronts: how to make efficient generalizable knowledge that can be flexible and used in different situations.

"In order to capture the statistical structure of the world as we experience it or as an artificial network experiences it, it takes many, many trials in order to gain a good statistical representation of the domain of the data," he said. "The brain has that problem, and artificial neural networks have that problem."

For instance, he said, cognitive scientists are still searching for how the brain actually does the equivalent of backpropagation if, indeed, it doesn't do backpropagation itself: "That is a central problem in computational neuroscience. But that's where neuroscientists who have some ability to follow the machine learning literature can gain insight from that field."

Jay McClelland, director of Stanford University's Center for Mind, Brain, Computation, and Technology, who has published numerous influential explorations of cognitive science and AI with McNaughton, said he also sees a burgeoning dialogue between machine learning scholars and cognitive scientists.

"We do have a two-way street, in the sense that work from AI is at least leading to ways in which people in neuroscience can see how they can engage in the discussion with other people in other fields," he said. "And computer science can offer hypotheses and alternative ways of thinking about exactly what the brain is doing and how it is solving problems, or raise questions we need to answer as brain scientists."

Lifelong learning in machines and humans

One of the major factors driving this computer science/cognitive science dialogue is the Lifelong Learning Machines (L2M) research program launched by the U.S. Defense Advanced Research Projects Agency (DARPA) in 2017, with University of Massachusetts AI expert Hava Siegelmann as the project's first program manager.

The L2M program's core goal was to create AI systems that could take new data, leverage previously learned information, and learn on the fly. Traditional AI architectures, Siegelmann said, fall far short of that. "If you train a network to separate cats and dogs, then you use the same network to separate elephants from tigers, if you use just regularizers, your system won't be able to separate elephants from cats, because it was never a task that it learned."

Siegelmann convened a cross-discipline pool of computer scientists, neuroscientists, biologists, and others to fundamentally change the depth to which research into machine and human cognition interacted.

"They really stepped outside the box and tried to incorporate a range of ideas and thinking in the field," McNaughton said, "and part of that was a subset of neuroscientists who were also interested in these problems. Suffice to say that connection has been strengthened, at least from the perspective of the interests of the machine learning community in neuroscience."

"I wanted the biologists and neuroscientists to tell me the mechanism of how learning works in the brain," Siegelmann said. "I didn't want them to just tell me it goes from the hippocampus to the cortex. We know that. I wanted them to give me a mechanism in such detail I could actually write equations and program them."

The latest research by McNaughton's lab, published in the Proceedings of the National Academy of Science, hewed closely to Siegelmann's stipulations by addressing a persistent problem in artificial neural networks. Termed catastrophic interference or catastrophic forgetting, it is the rapid loss of previously acquired knowledge if new information is introduced too quickly, essentially because the new information re-weights the network to an extent that the system virtually forgets what it has previously learned. Traditionally, artificial network architectures try to alleviate this by re-introducing everything the system has learned as new information is introduced, but this approach becomes both time- and compute-resource impractical, especially if a system is expected to function successfully on the fly.

McNaughton's group, led by the study's first author, graduate student Rajat Saxena, refined a learning system introduced by McNaughton and McClelland in 2020 called Similarity Weighted Interleaved Learning (SWIL). The SWIL theory suggests that learning in artificial networks can be made more efficient by introducing only a subset of old items that share substantial representational similarity with the new information: "By using such similarity-weighted interleaved learning, artificial neural networks can learn new information rapidly with a similar accuracy level and minimal interference, while using a much smaller number of old items presented per epoch," the group concluded.

In their original paper, McNaughton, McClelland, and Andrew Lampinen concluded SWIL performed similarly to networks that interleaved every old item with the new ones to be learned, but used 40% fewer items. They did not find, though, that it scaled beyond a simple neural network.

The latest paper successfully scaled SWIL to work on traditional classification datasets (Fashion-MNIST, CIFAR10, and CIFAR100) as well or better than existing schemes such as Fully Interleaved Learning (FIL), Focused Learning (FoL), and Equally Weighted Interleaved Learning (EqWIL). The team concluded that SWIL's future, at least in terms of AI, probably lays in complementing other learning techniques, such as generative replay or elastic weight consolidation. And, while McNaughton called the latest SWIL research the "evolution" of a breakthrough concept rather than a breakthrough in itself, he did say it stimulated questions about human cognition.  .... ' 

Wednesday, October 12, 2022

Lab Grown Brain Cells Play Pong

Has this gone too far?

Lab-grown brain cells play video game Pong  By Pallab Ghosh  in the BBC, Science correspondent

Researchers have grown brain cells in a lab that have learned to play the 1970s tennis-like video game, Pong,

They say their "mini-brain" can sense and respond to its environment.

Writing in the journal Neuron , Dr Brett Kagan, of the company Cortical Labs, claims to have created the first ''sentient'' lab-grown brain in a dish.

Other experts describe the work as ''exciting'' but say calling the brain cells sentient is going too far.

"We could find no better term to describe the device,'' Dr Kagan says. ''It is able to take in information from an external source, process it and then respond to it in real time." .... ' 

Monday, November 26, 2018

ACM on Emotionally Sentient Agents

Designing Emotionally Sentient Agents

Welcome to the December 2018 Communications of the ACM. The full issue and related content is available through the CACM Issue link, and also through the Table of Contents below.

In this issue:

"Designing Emotionally Sentient Agents," by Daniel McDuff and Mary Czerwinski, explains the importance of emotional components in the design of computer agents and assistants. McDuff describes the work behind emotionally sentient systems in an original video at bit.ly/2BlPjBG.

"Uncertainty in Current and Future Health Wearables," by Bran Knowles, et al., explores the difficulties that arise from the unpredictability of health wearables and related data.

"Point/Counterpoint presents two sides of a debate over AI regulation: "Should AI Technology Be Regulated? Yes, and Here's How," by Oren Etzioni, is countered by "Regulators Should Allow the Greatest Space for AI Innovation," by Andrea O’Sullivan and Adam Thierer. Etzioni and Thierer discuss their positions in an original video at bit.ly/2OTVqkv.

And more in the table of contents.  https://cacm.acm.org/magazines/2018/12