You are on page 1of 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/282704901

The relationship between artificial intelligence and psychological theories

Conference Paper · November 2012

CITATIONS READS

0 3,622

2 authors, including:

Rahul Abhishek
Biju Patnaik University of Technology
3 PUBLICATIONS   3 CITATIONS   

SEE PROFILE

All content following this page was uploaded by Rahul Abhishek on 10 October 2015.

The user has requested enhancement of the downloaded file.


International Journal of Conceptions on Computing and Information Technology
Vol. 1, Issue. 1, November 2013; ISSN: 2345 – 9808

The relationship between artificial intelligence and


psychological theories
Pratik and Rahul Abhishek
Dept. of CSE & IT,
Majhighariyani Institute of Technology and Science,
Rayagada, Odisha, India.
gtapratik@gmail.com and rahulmithu.abhishek@gmail.com

Abstract— Psychology is one of the parent elements of artificial


intelligence or we can also say that it is the main source for
artificial intelligence. In this paper we are discussing about the
theories of psychology used in AI. Since psychology is the study
of human brain and its nature and AI is the branch which deals
with the intelligence in machine, so for understanding the
intelligence of a machine we have to compare with human
intelligence because AI means the intelligence shown by a
machine like a human being.

Keywords- Artificial Intelligence (AI), Psychology, Perception,


Learning, Neural network, Cognitive Science, Human Computing
Interaction (HCI).

I. INTRODUCTION
Artificial Intelligence the word coined by John McCarthy
three decade ago now becomes a revolutionary word in the
field of computer science and information technology.
What actually we mean by AI?
According to M.L. Minsky, "Artificial intelligence is the
science of making machines do things that would require
intelligence if done by men." Artificial Intelligence (AI) is a
perfect example of how sometimes science moves more slowly
than we would have predicted. Another representative
definition of AI is pivoted around the comparison of Figure 1. Parent element of Artificial Intelligence
intelligence of computing machine with human beings. None smells and touch. Action includes the ability to negative
of these definitions or the like has been accepted, perhaps through the world and manipulate objects. In perception the
because of their references to the word “intelligence, which at environment is scanned by means of various sensory organs,
present is an abstract and immeasurable quantity. A better real or artificial, and the scene is decomposed into separate
definition of artificial intelligence, therefore, calls for objects in various spatial relationships. Analysis is complicated
formalization of the term “intelligence”. Psychologist and by the fact that an object may appear different depending on
Cognitive theorists are of the opinion that intelligence helps in the angle from which it is viewed, the direction and intensity of
identifying the right piece of knowledge at the appropriate illumination in the scene, and how much the object contrasts
instances of decision making. The phrase “artificial with the surrounding field.
intelligence” thus defined by C Bane as “the simulation of
human intelligence on a machine, so make the machine The difficulty of implementing analogues of human
efficient to identify and use the right place of knowledge at a perception has been underestimated by AI researchers. At
given step of solving a problem present, artificial perception is sufficiently well advanced to
enable optical sensors to identify individuals, autonomous
II. PERCEPTION IN AI vehicles to drive at moderate speeds on the open road, and
The definition of AI is based on the nature of the problems robots to roam through buildings collecting empty soda cans.
it tackles, namely those for which humans currently outperform One of the earliest systems to integrate perception and action
computers. Perception involves interpreting sights, sounds, was FREDDY, a stationary robot with a moving television eye
and a pincer hand, constructed at the University of Edinburgh,

57 | 7 1
International Journal of Conceptions on Computing and Information Technology
Vol. 1, Issue. 1, November 2013; ISSN: 2345 – 9808

Scotland, during the period 1966–73 under the direction of The recent extraordinary growth of artificial intelligence
Donald Michie. FREDDY was able to recognize a variety of and its application mainly in the development of expert
objects and could be instructed to assemble simple artifacts, systems, practical implementations of natural language-
such as a toy car, from a random heap of components. understanding systems, significant advances in computer vision
and speech understanding. According to psychology Learning
There are basically two approaches for perception can be defined as the process leading to relatively permanent
i. Feature Extraction - behavioural change or potential behavioural change and this
definition also fits on machines. The experimental programs
It detects some small number of features in sensory input developed in the course of machine learning research, current
and passes them to their agent programand this agent program AI systems have very less learning ability or we can say none
will combine features with other information at all. All of their knowledge must be programmed into them.
ii. Model Based - When they contain an error, they cannot correct it on their own;
they will repeat it again and again. They can neither improve
Sensory stimulus is used to reconstruct a model of the gradually with experience nor learn domain knowledge by
world it start with a function that maps from a state of the experimentation. They cannot automatically generate their
world to a stimulus. algorithm, formulate new abstractions, or develop new
In reality, both feature extraction and model-based solutions by drawing analogies to old ones, or through
approaches are needed. discovery and when we look at human intelligence we see that
among its most striking aspects is the ability to acquire new
knowledge, and to improve with practice. The ability to learn
from error is considered fundamental to the individual. So
learning ability is so intimately entwined with intelligence
behaviour research in AI gives us new insights and powerful
tools to study it, the new central goals for research in artificial
intelligence should be understand the nature of learning and
implementing learning capabilities in machines.
According to psychology a human learn by his experiences
in daily life.
IV. HOW A HUMAN BRAIN LEARNS?
The learning process in human is done through nervous
system this nervous system consists of neuron. These neurons
collect signals with the help of dendrites; these tiny protrusions
receive information from other neurons and transmit electrical
stimulation to the soma. The neuron sends out spikes of
electrical activity through a long, thin stand known as an axon,
which splits into thousands of branches. At the end of each
branch, a structure called a synapse converts the activity from
the axon into electrical effects that inhibit or excite activity
from the axon into electrical effects that inhibit or excite
activity in the connected neurons. When neuron receive
sufficient amount of input then it sends an electrical signal.
Learning occurs by changing the effectiveness of the synapses
so that the influence of one neuron on another changes.

Figure 2. Road map of computer vision

III. LEARNING IN AI
There are a number of different forms of learning as applied
to artificial intelligence. The simplest is learning by trial and
error. For example, a simple computer program for solving
mate-in-one chess problems might try moves at random until
mate is found. The program might then store the solution with
the position so that the next time the computer encountered the
same position it would recall the solution. This simple
memorizing of individual items and procedures is known as Figure 3. Structure of neuron
rote learning.

58 | 7 1
International Journal of Conceptions on Computing and Information Technology
Vol. 1, Issue. 1, November 2013; ISSN: 2345 – 9808

V. MACHINE LEARNING THOUGH ARTIFICIAL NEURON The information processing model of intelligence itself has
An artificial neuron is a computational model inspired in been a stimulant to psychology. Cognitive psychology and AI
the natural neurons. Natural neurons receive signals through share many metaphors. Clowes discusses the relationship
synapses located on the dendrites or membrane of the neuron. between artificial intelligence and psychology by considering
When the signals received are strong enough (surpass a certain as an examine problem which is one of the central problem of
threshold), the neuron is activated and emits a signal though the AI: computer vision.
axon. This signal might be sent to another synapse, and might The brain is an information processing device. AI supports
activate other neurons. also this idea. The fig 5 illustrates the information processing
The complexity of real neurons is highly abstracted when model of the brain.
modeling artificial neurons. These basically consist of inputs
(like synapses), which are multiplied by weights (strength of
the respective signals), and then computed by a mathematical
function which determines the activation of the neuron.
Another function (which may be the identity) computes the
output of the artificial neuron (sometimes in dependence of a
certain threshold). ANNs combine artificial neurons in order to
process information.
In the human brain there are roughly 20 billion neurons (the
number depends on various factors, including age and gender).
Each neuron will be connected through synapses to roughly
10,000 other neurons. There's no way we can mimic 20 billion
neurons with 10,000 connections each, but there are several
interesting things we can do with much less firepower.
Way back in 1957, Frank Rosenblatt modeled a single
neuron with something he called a 'perceptron', and used it to
investigate pattern recognition. Unfortunately, the perceptron
was unable to recognize even simple functions like XOR
Figure 5. Information Processing Model of the Human Brain
(proved formally by Marvin Minsky and Seymour Papert in
1969) and so it was abandoned in favor of something called a. Stimulus has to be interpreted to representation
multilayer feed forward networks. b. Representation is manipulated via cognitive processes, and
builds new inside representation
c. Process may end in an action.
According to Craik (scientists dealing with knowledge
based agents, and died in an unfortunate accident) the organism
contains a possible small model of the outer world, and the
possible actions, is also able to try different alternatives, and
decide by the best, react before an expected future happens, or
to analyze the consequences of the past, and react the most
competent and safe way on a situation. (Craik, 1943).
We may come in a contact with Human Computing
Interaction (HCI) every day, because this field includes the
everyday use of computer, the user interfaces and expert
programs which may use cognitive psychology in order to
manipulate or help people. It is important in the HCI to
understand the goals, intention of the user the problem solving
Figure 4. Artificial neural network ability (with psychology), to understand the interaction
(sociology), and to understand the physical ability of the users
VI. COGNITIVE SCIENCE AND ARTIFICAL INTELLIGENCE (ergonomic), to develop useful interface (graphical design), and
How can we connect artificial intelligence with cognitive to develop a system (computer science).
psychology? What kind of models and approaches were We can find HCI application in virtual reality and virtual
developed in these scientific fields? AI is more and more environment.
evolving into a science of intelligence, and a report of work on
computer semantics make clear that there is a great deal of Virtual Reality is a new way of the human machine
emphasis on how the mind might, if not does, go about doing communication, which enables an interaction connecting to
some of the intelligence tasks involved in resolving meaning. human senses.

59 | 7 1
International Journal of Conceptions on Computing and Information Technology
Vol. 1, Issue. 1, November 2013; ISSN: 2345 – 9808

Virtual Environment is an important part of Virtual Reality, they know far more about Artificial Intelligence than they
because more and more people connect to them. In these actually do.
artificial environments (for example: games), human like
attributes are relevant. Technologies of Artificial Intelligence REFERENCES
provide a basis for the dream of the virtual reality. [1] “Basic Psychology” by Ross Stanger, Charles M. Solly, (1970), Tata
McGram Hill Publishing Co. Ltd.
VII. CONCLUSION [2] Artificial Intelligence Chapter 24, Michael Scherger, Department of
Computer Science, Kent State University.
The paper provide sort but broad summery about the
psychological theories which is related to artificial intelligence. [3] Artificial Intelligence and Natural Perception, Prof dr. Lambert
Schomaker, AI institute, Groningen University, The Netherlands.
The area of AI and psychology is dynamic it is changing day
[4] Mind Design II philosophy, psychology, artificial intelligence, by John
by day. The field of AI has a reputation for making huge haugeland, the MIT press, Cambridge, Massachusetts, London, England.
promises and then failing to deliver on them. The role of [5] Samanya Manovigyan by Sinha and Prasad.
perception and action in current AI systems has been analyzed. [6] “Machine Learning A Multistrategy Approch” Volume 4, by Ryszard
Learning techniques are discussed with comparison of human Michalski, Gheorghe Tecuci.)
learning process and artificial learning process. It is difficult to [7] Handbook of Child Psychology, Vol. 2: Cognition, Perception, and
build a star from hydrogen, but the field of stellar astronomy Language, 6th Edition (Volume 2 ), by William Damon, Richard M.
does not have a terrible reputation for promising to build stars Lerner, Deanna Kuhn , Robert S. Siegler.
and then failing. The critical inference is not that AI is hard, [8] “Abnormal psychology”, by Ann Kring, Sheri Johnson, Gerald C.
but that, for some reason, it is very easy for people to think Davison, John M. Neale.
[9] “The Human Mind: how we think and learn”, by Thomas H. Metos

60 | 7 1

View publication stats

You might also like