Sie sind auf Seite 1von 11

Artificial Intelligence & Robotics – Synthetic Brain in

Action
Dr. Yuvraj Kumar – Ph.D in Artificial Intelligence*
*
The Faculty of Quantum Computing and Artificial Intelligence,
*
Zukovsky State University, Russia

Abstract- Artificial intelligence is a theory. It is the development most people would not regard a cruise missile as a robot even
of computer systems that are able to perform tasks that would though the navigation and control techniques draw heavily on
require human intelligence. Examples of these tasks are visual robotics research. AI and robotics are likely to continue to creep
perception, speech recognition, decision-making, and translation into our lives without us really noticing. Unfortunately, many of
between languages. The base object in this reference is the agent the applications appear to be taking place amongst agencies,
who is the "actor” taking birth in the software and culminating particularly the military that do not readily respond to public
itself in the hardware body. The connection between those two is concern, however well-articulated or thought through.
that the control of the robot is a software agent that reads data
from the sensors decides what to do next and then directs the II. BASICS
effectors to act in the physical world. The aim of this paper is to AI has been one of the most controversial domains of inquiry in
provide basic, background information on two emerging computer science since it was first proposed in the 1950s. The
technologies: artificial intelligence (AI) and robotics and their ultimate aim is to make computer programs that are capable of
scope in India. Thus, a first major feature of these two disciplines solving problems and achieving goals in the world as well as
is product diversity. In addition, it is possible to characterize humans Today, successful AI applications range from custom-
them as disruptive, enabling and interdisciplinary. built expert systems to mass produced software and consumer
electronics. Robotics, on the other hand, may be thought of as
Index Terms- Artificial Intelligence, Neural Networks, Deep „the science of extending human motor capabilities with
Learning, Machine Learning, Decision Making machines‟ (Trevelyan, 1999). However, a closer look at this
definition creates a more complicated picture. For example, a
I. INTRODUCTION cruise missile, although not intuitively referred to as a robot,

M any researchers now feel that the goal of mimicking the


human ability to solve problems and achieve goals in the
real world the so-called „strong AI‟ is neither likely nor desirable
nevertheless incorporates many of the navigation and control
techniques explored in the context of mobile-robotics research.
This report, however, considers robotics research as the attempt
because a long series of conceptual breakthroughs is required AI to instill intelligent software with some degree of motor
systems are generally embedded within larger systems- capability. Since many of the major areas of AI research play an
applications can be found in video games speech recognition, and essential role in work on robots, robotics will be considered here
in the „data mining‟ business sector. The field of robotics is as a sub-section of AI. Many of those in industry do not use the
closely linked to that of AI, although definitional issues abound. term „artificial intelligence‟ even when their company‟s products
„Giving AI motor capability‟ seems a reasonable definition, but rely on some AI techniques.
III. RELATED RESEARCH
AI, based upon the capabilities of digital computers to interest, the fact remains that ANNs have not nearly been able to
manipulate symbols, is probably not sufficient to achieve replace symbolic AI. AI researchers have a variety of learning
anything resembling true intelligence. This is because symbolic methods at their disposal. However, as to allude to the aforesaid
AI systems, as they are known, are designed and programmed statement, ANNs represent one of the most promising of these.
rather than trained or evolved. AI software designers are There are many advantages of ANNs and advances in this field
beginning to team up with cognitive psychologists and use will increase their popularity. Their main value over symbolic AI
cognitive science concepts. Another example centers upon the systems lies in the fact that they are trained rather than
work of the „connectionists‟ who draw attention to computer programmed: they learn to evolve to their environment, beyond
architecture, arguing that the arrangement of most symbolic AI the care and attention of their creator (Hsuing, 2002). Other
programmers is fundamentally incapable of exhibiting the major advantages of ANNs lie in their ability to classify and
essential characteristics of intelligence to any useful degree. As recognize patterns and to handle abnormal input data, a
an alternative, connectionists aim to develop AI through artificial characteristic very important for systems that handle a wide
neural networks (ANNs). The emergence of ANNs reflects an range of data. As a result, they are best used when the results of a
underlying paradigm change within the AI research community model are more important than understanding how the model
and, as a result, such systems have undeniably received much works. To this end, these systems are often used in stock market
attention of late. However, regardless of their success in creating analysis, fingerprint identification, character

All Rights Reserved ® 2018


recognition, speech recognition, and scientific analysis Sensors are the perceptual interface between robots. On
of data (Stottler Henke, 2002). The following chains of the one hand we have passive sensors like cameras,
reasoning, considered in isolation without supporting argument, which capture signals that are generated by other
all exhibit the Fallacy of the Giant Cheesecake: sources in the environment. On the other hand we have
• A sufficiently powerful Artificial Intelligence could active sensors (for example sonar, radar, laser) which
overwhelm any human resistance and wipe out humanity. [And emit energy into the environment. This energy is
the AI would decide to do so.] Therefore we should not build AI. reflected by objects in the environment. These
• A sufficiently powerful AI could develop new medical reflections can then be used to gather the information
technologies capable of saving millions of human lives. [And the needed. Generally active sensors provide more
AI would decide to do so.] Therefore we should build AI. information than passive sensors. But they also consume
Once computers become cheap enough, the vast majority of jobs more power. This can lead to a problem on mobile
will be performable by Artificial Intelligence more easily than by robots which need to take their energy with them in
humans. A sufficiently powerful AI would even be better than us batteries. We have three types of sensors (no matter
at math, engineering, music, art, and all the other jobs we whether sensors are active or passive). These are
consider meaningful. [And the AI will decide to perform those sensors that either record distances to objects or
jobs.] Thus after the invention of AI, humans will have nothing generate an entire image of the environment or measure
to do, and we'll starve or watch television.: a property of the robot itself. Many mobile robots make
use of range finders, which measure distance to nearby
A. Algorithms and Genetic Programming
objects. A common type is the sonar sensor.
An algorithm is defined as a „detailed sequence of actions to Alternatives to sonar include radar and laser. Some
perform to accomplish some task‟. One branch of algorithm range sensors measure very short or very long distances.
theory, genetic programming, is currently receiving much Close-range sensors are often tactile sensors such as
attention. This is a technique for getting software to solve a task whiskers, bump panels and touch- sensitive skin. The
by „mating‟ random programs and selecting the fittest in millions other extreme are long-range sensors like the Global
of generations. Khan elaborates: „Genetic algorithms use natural Positioning System (GPS). The second important class
selection, mutating and crossbreeding within a pool of sub- of sensors is imaging sensors. These are cameras that
optimal scenarios. Better solutions live and worse ones die – provide images of the environment that can then be
allowing the program to discover the best option without trying analyzed using computer vision and image recognition
every possible combination along the way. techniques. The third important class is proprioceptive
B. Applications sensors. These inform the robot of its own state. To
measure the exact configuration of a robotic joint
1. Intelligent Simulation Systems motors are often equipped with shaft decoders that
count the revolution of motors in small increments.
There are numbers of software available which can Another way of measuring the state of the robot is to
mimic the process involved in your research work and use force and torque sensors. These are especially
can produce the possible result. One of such type of
needed when the robot handles fragile objects or objects
software is Matlab. You can readily find Mfiles related whose exact shape and location is unknown. Imagine a
to your research work on internet or in some cases these ton robot manipulator screwing in a light bulb.
can require few modifications. Once these Mfiles are
uploaded in software, you can get the simulated results
4. Effectors
of your paper and it easies the process of paper writing.
As by adopting the above practices all major constructs
Effectors are the means by which robots manipulate the
of a research paper can be written and together environment, move and change the shape of their
compiled to form a complete research ready for Peer bodies. To understand the ability of a robot to interact
review.
with the physical world we will use the abstract concept
of a degree of freedom (DOF). We count one degree of
2. Intelligent Information Systems freedom for each independent direction in which a
robot, or one of its effectors can move. As an example
Intelligent systems must be able to provide including lets contemplate a rigid robot like an autonomous
visual and audio data, in addition to commonplace underwater vehicle (AUV). It has six degrees of
structured databases. One development in this area that
freedom, three for its (x;y;z) location in space and three
is receiving much attention is „data mining‟, the for its angular orientation (also known as yaw, roll and
extraction of general regularities from online data. This pitch). These DOFs define the kinematic state of the
area is becoming increasingly important due to the fact robot. This can be extended with another dimension that
that all types of commercial and government institutions gives the rate of change of each kinematic dimension.
are now logging huge volumes of data and require the
This is called dynamic state. Robots with non rigid
means to optimize the use of these vast resources. bodies may have additional DOFs. For example a
human wrist has three degrees of freedom – it can move
3. Sensors up and down, side to side and can also rotate. Robot
joints have 1, 2, or 3 degrees of freedom each. Six

All Rights Reserved ® 2018


degrees of freedom are required to place an object, such robots were in use worldwide. For more information,
as a hand, at a particular point in a particular orientation. see survey about artificial intelligence in business.
The manipulator shown in Figure1 has exactly six
degrees of freedom, created by five revolute joints
(R) and one prismatic joint (P). Revolute joints
generate rotational motion while the prismatic joints
generate sliding motion. If you take your arm as an
example you will notice, that it has more than six
degrees of freedom. If you put your hand on the table
you still have the freedom to rotate your elbow.
Manipulators which have more degrees of freedom than
required to place an end effector to a target location are
easier to control than robots having only the minimum
number of DOFs. Mobile robots are somewhat special.
The number of degrees of freedom does not need to
have corresponding actuated elements. Think of a car. It
can move forward or backward, and it can turn, giving it
Figure 1 Automobile Body designing using robotic
two DOFs. But if you describe the car‟s kinematic
machinery
configuration you will notice that it is three-
dimensional. On a flat surface like a parking site you
TELECOMMUNICATIONS
can maneuver your car to any (x;y) point, in any
orientation. You see that the car has 3 effective DOFs
Many telecommunications companies make use of
but only 2 controllable DOFs. We say a robot is
heuristic search in the management of their workforces,
nonholonomic if it has more effective DOFs than
for example BT Group has deployed heuristic search in
controllable DOFs and holonomic if the two numbers
a scheduling application that provides the work
are the same. Holonomic robots are easier to control
schedules of 20,000 engineers.
than nonholonomic (think of parking a car: it would be
much easier to be able to move the car sideways). But
TOYS AND GAMES
holonomic robots are mechanically more complex. Most
manipulators and robot arms are holonomic and most
The 1990s saw some of the first attempts to mass-
mobile robots are nonholonomic. [1]
produce domestically aimed types of basic Artificial
Intelligence for education, or leisure. This prospered
COMPUTER SCIENCE
greatly with the Digital Revolution, and helped
introduce people, especially children, to a life of dealing
AI researchers have created many tools to solve the
with various types of AI, specifically in the form of
most difficult problems in computer science. Many of
Tamagotchis and Giga Pets, the Internet (example: basic
their inventions have been adopted by mainstream
search engine interfaces are one simple form), and the
computer science and are no longer considered a part of
first widely released robot, Furby. A mere year later an
AI.
improved type of domestic robot was released in the
form of Aibo, a robotic dog with intelligent features and
FINANCE
autonomy.
Banks use artificial intelligence systems to organize
AI has also been applied to video games.
operations, invest in stocks, and manage properties. In
August 2001, robots beat humans in a simulated
MUSIC
financial trading competition. Financial institutions have
long used artificial neural network systems to detect
The evolution of music has always been affected by
charges or claims outside of the norm, flagging these for
technology. With AI, scientists are trying to make the
human investigation.
computer emulate the activities of the skillful musician.
Composition, performance, music theory, sound
HEAVY INDUSTRY
processing are some of the major areas on which
research in Music and Artificial Intelligence are
Robots have become common in many industries. They
focusing.
are often given jobs that are considered dangerous to
humans. Robots have proven effective in jobs that are
very repetitive which may lead to mistakes or accidents
due to a lapse in concentration and other jobs which
humans may find degrading. Japan is the leader in using
and producing robots in the world. In 1999, 1,700,000

All Rights Reserved ® 2018


computers can also create strategies based on the
placement, size, speed, and strength of the forces and
counter forces. Pilots may be given assistance in the air
during combat by computers. The artificial intelligent
programs can sort the information and provide the pilot
with the best possible maneuvers, not to mention getting
rid of certain maneuvers that would be impossible for a
sentient being to perform. Multiple aircraft are needed
to get good approximations for some calculations so
computer simulated pilots are used to gather data. These
computer simulated pilots are also used to train future
air traffic controllers. The system used by the AOD in
order to measure performance was the Interactive Fault
Diagnosis and Isolation System, or IFDIS. It is a rule
based expert system put together by collecting
Figure 2 An automated online assistant providing information from TF-30 documents and the expert
customer service on a web page. advice from mechanics that work on the TF-30. This
system was designed to be used to for the development
Online and telephone customer service of the TF-30 for the RAAF F-111C. The performance
system was also used to replace specialized workers.
An automated online assistant providing customer The system allowed the regular workers to
service on a web page. Artificial intelligence is communicate with the system and avoid mistakes,
implemented in automated online assistants that can be miscalculations, or having to speak to one of the
seen as avatars on web pages. It can avail for enterprises specialized workers. The AOD also uses artificial
to reduce their operating and training cost. A major intelligence in speech recognition software. The air
underlying technology to such systems is natural traffic controllers are giving directions to the artificial
language processing. Similar techniques may be used in pilots and the AOD wants to the pilots to respond to the
answering machines of call centers, such as speech ATC‟s with simple responses. The programs that
recognition software to allow computers to handle first incorporate the speech software must be trained, which
level of customer support, text mining and natural means they use neural networks. The program used, the
language processing to allow better customer handling, Verbex 7000, is still a very early program that has
agent training by automatic mining of best practices plenty of room for improvement. The improvements are
from past interactions, support automation and many imperative because ATCs use very specific dialog and
other technologies to improve agent productivity and the software needs to be able to communicate correctly
customer satisfaction. and promptly every time. The Artificial Intelligence
supported Design of Aircraft, or AIDA, is used to help
TRANSPORTATION designers in the process of creating conceptual designs
of aircraft. This program allows the designers to focus
Fuzzy logic controllers have been developed for more on the design itself and less on the design process.
automatic gearboxes in automobiles (the 2006 Audi TT, The software also allows the user to focus less on the
VW Toureg and VW Caravell feature the DSP software tools. The AIDA uses rule based systems to
transmission which utilizes Fuzzy logic, a number of compute its data.
Škoda variants (Škoda Fabia) also currently include a
Fuzzy Logic based controller).

AVIATION

The Air Operations Division AOD, uses AI for the rule


based expert systems. The AOD has use for artificial
intelligence for surrogate operators for combat and
training simulators, mission management aids, support
systems for tactical decision making, and post
processing of the simulator data into symbolic
summaries. The use of artificial intelligence in
simulators is proving to be very useful for the AOD.
Airplane simulators are using artificial intelligence in
order to process the data taken from simulated flights.
Other than simulated flying, there is also simulated
aircraft warfare. The computers are able to come up
with the best success scenarios in these situations. The

All Rights Reserved ® 2018


statistical data from the game. It also creates financial
reports and real estate analyses.

OTHER

Various tools of artificial intelligence are also being


widely deployed in homeland security, speech and text
recognition, data mining, and e-mail spam filtering.
Applications are also being developed for gesture
recognition (understanding of sign language by
machines), individual voice recognition, global voice
recognition (from a variety of people in a noisy room),
facial expression recognition for interpretation of
emotion and nonverbal queues.

DEFENCE

The apparent success of high technology weaponry in


the recent wars is indicative that the war is undergoing a
This is a diagram of the arrangement of the AIDA profound transformation. The opportunities offered by
modules. [14] these new or emerging technologies are boundless.
There is a need to concentrate on those technologies that
Although simple, the program is proving effective. In are important to the Indian Army for its modernization
2003, NASA‟s Dryden Flight Research Center, and requirements. The Indian Army remains committed to
many other companies, created software that could self-reliance through indigenous developmental efforts.
enable a damaged aircraft to continue flight until a safe Indian industry over a period has grown in strength and
landing zone can be reached. The software compensates today has the financial capability and the potential to
for all the damaged components by relying on the become a partner in defense research and production so
undamaged components. The neural network used in that it leads to a self-reliant defense industrial and
the software proved to be effective and marked a technological base for the country. An overview of
triumph for artificial intelligence. The Integrated Indian Army‟s futuristic technology requirements are
Vehicle Health Management system, also used by covered in the succeeding paragraphs. The requirements
NASA, on board an aircraft must process and interpret are dynamic in nature and this list needs to be viewed as
data taken from the various sensors on the aircraft. The an outline
system needs to be able to determine the structural guide only.
integrity of the aircraft. The system also needs to
implement protocols in case of any damage taken the ARTIFICIAL INTELLIGENCE (AI)
vehicle.
AI is an inescapable need for numerous military
applications. Some possibilities are in the following
areas:-
(a) Imagery Interpretation. Image interpretation for
target identification and classification. Artificial
Intelligence techniques could automate the extraction of
low-level map features from imagery.
(b) Expert Systems. Expert systems for diagnosis
and maintenance of sophisticated weapon systems such
as radars and missiles.
(c) Intelligent Evaluation of Kill Zone. Missile –
target range and trajectory analysis for evaluation of kill
zones and launch time and simulation to assist in
Figure 3 An Aircraft that uses AI qualifying missile performance in various environments.

NEWS AND PUBLISHING Robotic applications for the Indian Army are as under:-

The company Narrative Science makes computer (a) Robots can be used to assist troops in combat
generated news and reports commercially available, for tasks such as surveillance, reconnaissance, anti mine
including summarizing team sporting events based on and anti IED role, urban area combat, casualty
extraction etc.

All Rights Reserved ® 2018


(b) Robotic equipment can be used to provide da Vinci surgical systems installed worldwide,
precision targeting support, carriage of ammunition and including 863 in the United States and in Europe3.
accuracy. Camera equipped and shock-resistant
platforms to fire the guns remotely are possible
applications.
(c) Robotic vehicles equipped with cameras and
weapons can be used to perform tasks such as limited
/ spot surveillance and reconnaissance etc.
(d) Robotic Military Vehicles. These vehicles are
required for a variety of high risk jobs such as mine
/ IED clearance, obstacle breaching and route opening.
Man portable, light weight robotic systems would be
required for reconnaissance, surveillance and target
acquisition missions for sub-terrain/ urban operations.
Robotic vehicles are also needed for mine
detection/clearing, obstacles breaching, clearing wire
obstacles, placing explosives, tactical deception, direct
fire and communication relay. [2]
Figure 5 Robot assisted medical checkup in case of non-
availability of Doctor

By handling control of surgical instruments through


robots and positioning Surgeons at comfortable console
with 3D or high resolution display at up to 20 times
magnification, surgery of vital organs can be
accomplished with precision and accuracy, minimizing
damage to tissues or loss of blood. Robotic wrists
provide much more freedom of movement and
articulated motion inside the abdominal cavity.
Computer interfacing allows for remote control surgery,
for precise manipulations by downscaling the surgeon‟s
motions. Surgeons around the world are using
[10]
sophisticated robots to perform surgical procedures. The
Figure 4 Kitano‟s PINO – “The humanoid robot”
da Vinci surgical system was released in April 1997 and
received FDA approval in 2000 for laparoscopic
MEDICINE
surgeries. Robotic technology provides fundamental
advantages to the operating Surgeon, particularly for
Medical schools in India produce the largest number of
those who are trained in laparoscopy. Robotic surgery is
doctors than anywhere else in the world, corresponding
an evolution of traditional laparoscopy with a special
to the rapid proliferation of medical colleges in the last
tool offering the surgeon more mobile instruments and
two decades, especially within the private sector. WHO
better vision. With increased experience, more and more
has reported that by 2015, 36% of the medical
indications will be performed robotically, with
manpower is going to be produced by India. Over the
significant benefit for our patients. Because of the
last few years there has been increasing interest and
advantages (significantly less pain, less blood loss,
activities in medical education reflecting the underlying
fewer complications, less scarring, a shorter hospital
needs and desire to improve. The enthusiasm and
stay and a faster return to normal daily activities),
momentum generated among the medical educators
robotics is here to stay. The present principal drawback
need to be sustained and supported to bring about
remains the cost (a daVinci Robot costs Rs 8 crores).
meaningful reforms in medical education. Expenses
The acquisition of robots in India has been started by
incurred by the Indian government on healthcare are the
government initiative with two installations at the All
highest amongst developing countries. India‟s expense
India Institute of Medical Sciences, New Delhi, but is
on healthcare sector comprises 5.25% of the GDP.
yet to enter the mainstream. In Bangalore there are
The introduction of practical surgical robotic devices
about 120 urologists; among them only 3–5 urologists
has opened a new perspective on minimal access
do an advanced laparoscopy In USA, there are 17,000
surgery in all surgical endeavors. In recent years, robot-
urologists for 300 million people and in Brazil, 4000
assisted surgeries have become the preferred approach
urologists for 200 million people. However, in India
in developed countries such as the United States and the
only 2500 urologists for 1 billion people. There is an
United Kingdom; have attracted considerable attention
increased work load on urologists in India. Comparison
in many other parts of the world. There are about 1171
of the number of urologists versus robotic facilities in
different countries in Asia clearly shows India is lagging

All Rights Reserved ® 2018


behind. There is also an advantage in surgical learning number of clicks, apart from assisting investors in
curve with the robots over open or laparoscopic making the right decisions and tracking fraudulent
surgeries. We need to do 100 cases to be proficient in transactions. If all the pieces of this massive project fall
open surgery and 50 cases to be proficient in in place, it could mean the revolution of mobile
conventional Laparoscopy. However, for robot-assisted computing, originating in India. [6]
Laparoscopy 12 cases are needed to be proficient.[3]
BEGINNING OF RESEARCH WORK IN AI AND
ROBOTICS IN INDIA

Work in Artificial Intelligence began in India in the


early 1980's. The Management Information Systems
(MIS) Group at the Indian Institute of Management,
Calcutta has been actively involved in Artificial
Intelligence (AI) research since the early 1980s. The AI
work in India got a significant boost with the UNDP
funded Knowledge Based Computing Systems (KBCS)
project. This project started in November 1986 with a
view to building institutional infrastructure, keeping
abreast of the state-of-the-art technology, training
scientific manpower and undertaking R&D in certain
specific socio-economic areas that are amenable to
Figure 6 A laparoscopic robotic surgery machine this technology. The project has been highly successful
in spreading research and application of different
AUTOMOBILE INDUSTRY techniques of Artificial Intelligence to not only most
Universities and research institutes in India but also
Artificial Intelligence till date was „foreign‟ to Indians. across large sections of India's very successful software
The imagination of a car alerting the driver when the industry. Under the umbrella of the Computer Society
tyres are low on pressure or about the traffic block of India (CSI), India's national body of IT professionals,
ahead can now be seen coming true. Automotive a Special Interest Group in AI (SIGAI) has been formed
Research Association of India (ARAI) is getting ready recently, to consolidate the AI activities going on in the
to put an Indian label to it. ARAI is currently working country. It will provide a forum for the interaction
on AI-based Engine Control Unit (ECU) – something amongst the researchers. The SIGAI of India will link to
that will provide more safety on Indian roads. The use SIGAI of ACM and do similar kind of functioning
of AI-driven systems comes in handy for a driver with within the country. The activities of SIGAI are
regard to security such as averting a accident or envisaged to be: Publication of newsletters, organizing
reducing impact of an accident. ECUs with specific an annual meet of Indian research scholars working in
functions can be set up and can address security AI related areas, providing support for members to
concerns of the drivers and passengers. [8] attend conferences, giving grants to prospective authors
of AI related books, Supporting high quality AI
COMMUNICATION INDUSTRY conferences in the country.

IBM has reportedly started a worldwide initiative to A number of organizations are involved in active AI
develop artificially intelligent mobile interfaces, which research in India:
could collect data based on user behavior and skill level.
Considering the huge scope for mobile market growth in  Indian Institute of Technology, Chennai
India, IBM has decided to start the pilot project at the  Indian Institute of Technology, Delhi
India Research Lab with a budget of $100 million and a  Indian Institute of Technology, Kanpur
time span of 5 years. The pilot project is reportedly part  Indian Institute of Technology, Kharagpur
of the 60 to 80 research projects targeted on the mobile  Indian Institute of Technology, Mumbai
platform, proposed to be launched globally. Apparently  Indian Institute of Science, Bangalore
the rapidly growing Indian market, at the rate of 10  Indian Institute of Management, Kolkata
million users every few months and the innovative  Indian Statistical Institute, Kolkata
research breakthrough from the local service centres,  Tata Institute of Fundamental Research,
has provided a major boost in choosing India Research Mumbai National Centre for Software
Lab for the pilot project. Technology, Mumbai International Institute of
The AI programs proposed for future mobile interfaces Information Technology, Hyderabad
find their applications in understanding user behavior,  Central Electronics Engineering Research
monitoring the statistics of usage and determining the Institute (CEERI), Pilani
popularity of an advertisement by measuring the  University of Hyderabad
 HP Labs India

All Rights Reserved ® 2018


 IBM India Research Lab (IRL)
 Tata Infotech, Mumbai IV. ROBOTICS
 Tata Research Development & Design Centre,
Pune A distinction has already been drawn above between
 CSI Special Interest Group in Artificial robots working in informational environments and
Intelligence (CSI-SIGAI) robots with physical abilities. One advantage of the
 Technology Development in Indian Languages former is that there is little need for investment in
(TDIL). [7] additional expensive or unreliable robotic hard ware as
existing computer systems and networks provide
RESEARCH WORK BY CENTRE FOR ARTFICIAL adequate sensor and effector environments. On the other
INTELLIGENCE AND ROBOTICS hand, the kinds of robotics systems elaborated on here,
physical robots, require mechanization of various
The Centre for Artificial Intelligence and Robotics physical sensory and motor abilities (Doyle and Dean,
(CAIR) is a laboratory of the Defense Research & 1996). The challenges involved in providing such a
Development Organization (DRDO). Located in latter environment are considerable, especially when
Bangalore, Karnataka, involved in the Research & complete automation is sought, as in Honda‟s humanoid
Development of high quality Secure Communication, ASIMO project. Thus, rather than focus on the
Command and Control, and Intelligent Systems. CAIR ambitious and distant goal of relative autonomy, this
is the primary laboratory for R&D in different areas of report picks up on Trevelyan (1999) who points out that
Defence Information and Communication Technology complete automation is often unfeasible, impossible, or
(ICT).CAIR, established in October 1986,had its simply unwanted. Indeed, much of today‟s robotics
research focus, initially in the areas of Artificial research focuses instead on far humbler goals, such as
Intelligence (AI), Robotics, and Control systems. In simplicity, force control, calibration and accuracy. Thus,
November 2000, R&D groups working in the we can see that, to some extent, the field of robotics has
areas of Command, Control, Communications & followed similar lines as that of AI, attempting to
Intelligence(C3I) systems, Communication and rebound from the overly optimistic predictions of the
Networking, and communication secrecy in Electronics 1950s and 1960s, and coming up against more
and Radar Development Establishment (ERDE) were contemporary problems not dissimilar to the AI effect
merged with CAIR. CAIR, which was operating from .Indeed, while few of the innovations that emerge from
different campuses across Bangalore has now moved to the work of robotics researchers ever appear in the form
a new unified sprawling campus. of robots, or even parts of robots, their results are
widely applied in industrial machines not defined as so
AI AND NEURAL NETWORKS (Trevelyan, 1999). In spite of these significant
challenges, there are some good examples of AI-
CAIR is currently developing a number of Data Mining controlled robotic systems. For instance, Tri Path
tools using Artificial Intelligence & Neural Networks Imaging has built Focal Point, a diagnosis expert system
and is building software libraries to create a Data that examines Pap smears for signs of cervical cancer.
miner‟s toolbox. Focal Point screens five million slides each year, or
about 10% of all slides taken in the US and, like human
Semantic Web is a new paradigm proposed to make the lab technicians in training, teaches itself by practicing
World Wide Web (WWW) more machine tractable so on slides that pathologists have already diagnosed.
as to establish a foundation for Agent based Thus, one big advantage of such a system is that, if
technologies. The large amount of information implemented properly, Focal Point allows you to
contained in languages used by humans necessitate replicate your very best people. A second example and,
development of technologies to process the information again, perhaps the most ambitious of all, concerns
automatically. Human language processing technologies DARPA, who are in the process of developing an
are being implemented using Commercial off- the- shelf Unmanned Combat Aerial Vehicle (UCAV). According
(COTS) computers with huge memories and high to Boeing (2002), the UCAV system is designed to
processing speeds. CAIR has so far been developing „prove the technical feasibility of multiple UCAVs
technologies for processing human language inputs autonomously performing extremely dangerous and
namely, information extraction, shallow Natural high priority combat missions.‟ In a typical mission
Language Processing (NLP), Semantic Web tools and scenario, „multiple UCAVs will be equipped with
techniques, and Semantic Web as a knowledge preprogrammed objectives and preliminary targeting
representation structure for human languages. Decision information from ground-based mission planners.
Support System Shell architecture named AADARSHA Operations can then be carried out autonomously, but
that makes use of Object Oriented concepts has been can also be revised en route by UCAV controllers
developed by CAIR. It meets several objectives such as should new objectives dictate.‟ The program had been a
lean and thin shell for easy maintenance, universal success, and the US DoD expects to begin fielding
interface, easy incorporation of new algorithms into UCAV weapon systems in the 2018-2028 time-frame.
inference engine etc.

All Rights Reserved ® 2018


A. Types of Robots (used now a days) people to have a better and more secure life. Nowadays,
they start to come to us as toys or household helpers.
Hard working Robots Their time has just begun.

Traditionally robots have been used to replace human V. OBSTACLES IN AI


workers in areas of difficult labor, which is structured
enough for automation, like assembly line work in the The standard test against which the possibility of strong
automobile industry (the classical example) or AI is often judged concerns Alan Turing‟s 1950 article,
harvesting machines in the agricultural sector. Some Computing Machinery and Intelligence, in which the
existing examples apart from the assembly robot are: author discusses the conditions for considering a
machine to be intelligent. He argues that if a machine
 Melon harvester robot could successfully pretend to be human to a
 Ore transport robot for mines knowledgeable observer then you certainly should
 A robot that removes paint from large ships consider it intelligent. This test would satisfy most
 A robot that generates high precision sewer people but not all philosophers, some of which have
maps challenged the „inevitable‟ achievement of strong AI
based upon the assertion that the hypothesis of strong
If employed in a suitable environment robot can work AI is itself false. One famous sceptic of AI is Hubert
faster, cheaper and more precise than humans. Dreyfus, who says that a computer will never be
intelligent unless it can display a good command of
Transporters common-sense. Dreyfus then follows up by saying that
computers will never be able to fully grasp common-
Although most autonomous transport robots still need sense, since much of our commonsense is on a „know-
environmental modifications to find their way they are how‟ basis. For example, the notion that one solid
already widely in use. But building a robot which can cannot easily penetrate another is commonsense, yet the
navigate using natural landmarks is probably no more knowledge required to ride a bicycle is not something
science fiction. Examples of currently available you can gain from a book, or from someone telling you.
transporters are: You can only learn through experience. Thus, since
current computers can only really „represent‟ things, the
 Container transporters used to load and unload possibility of taking a skill, emotion, or something else
cargo ships equally abstract, and changing it into a series of zeros
 Medication and food transport systems in and ones is according to Dreyfus, close to impossible. A
hospitals second famous doubter is John Searle, who, with his
Chinese Room analogy, has responded directly to
 Autonomous helicopters, to deliver goods to
Turing.
remote areas.
 Insensible Steel Giants
VI. FUTURE OF AI
As robots can be easily shielded against hazardous
In spite of the many fundamental barriers highlighted
environments and are somewhat replaceable, they are
above, the fields of AI and robotics are replete with
used in dangerous, toxic or nuclear environments. Some
many wonderfully inventive predictions, a domain
places robots have helped cleaning up a mess:
where reality and science fiction often meet. Indeed, it
is likely that in the next two decades we‟ll see more and
 In Chernobyl robots have helped to
better capabilities that we tend to attribute as awareness.
clean up nuclear waste
However, it is unlikely that machines will ever have
 Robots have entered dangerous areas in the human awareness in the philosophical sense of the term,
remains of the WTC although they may come close in the long term. Rather,
 Robots are used to clean ammunition and we can expect to see classical AI going on to produce
mines all around the world more and more sophisticated applications in restricted
domains, such as expert systems, chess programs and
For the same reasons robots are sent to Mars and into Internet agents. At the same time, the next 30 years will
the depth of the oceans. They explore sunken ships or produce new types of animal-inspired machines that are
walk the craters of active volcanoes. more „messy‟ and unpredictable than any we have seen
before – less rationally intelligent but more rounded and
Servants and Toys whole.
Robots may not yet be a common sight in our world, but AI POWERED SOLUTIONS OF MOST IMPACT [11]
we already encounter them in many places. Many
modern toys like the Sony Aibo are conquering today‟s a. IT/ITES – In the IT/ITES industry, machine
children‟s life. Robots are developed that will help older learning is the most popular AI-powered

All Rights Reserved ® 2018


solution (63% of the participants). This also autonomous weapons. Gary Chapman (2000)
reinforces the understanding that IT/ITES may summarizes this concern well.
potentially be the most disrupted sector by
machine learning solutions, indicating that the TOP 10 ROBOTS OF 2017 [12]
sector may replace repetitive manual jobs.
b. Technology – The technology sector showed a  HANSON ROBOTICS – SOPHIA
relatively balanced focus on multiple AI-  MAYFIELD ROBOTICS – KURI
powered solutions. As this sector is at the  SONY – AIBO
forefront of AI research and commercial  STANFORD UNIVERSITY – SNAKE
deployments, it is likely to cater to multiple ROBOT
client industries with a range of AI-powered  FESTO – OCTOPUSGRIPPER
solutions.  HONDA – E2-DR
c. BFSI – The banking, financial services and  BOSTON DYNAMICS – HANDLE
insurance (BFSI) industry considers robotics,  PIAGGIO – GITA CARGO BOT
along with machine learning and automated  NASA – PUFFER
data analysts (44% of the participants for  HONDA – 3E ROBOTICS CONCEPT
each), to have the highest impact on their
business with use cases ranging from VIII. ROBOT SUPERIOR THAN MACHINE
automation of processes, customer support,
regulatory processes to other back office Such issues of predatory machines are bound to raise
operations. concern over the scenario of AIs overtaking humankind
d. Manufacturing – In the manufacturing sector, and thus somehow competing with him. This idea has
decision makers/influencers seem to lean often been popularized by classic science fiction works
towards a mix of machine learning solutions and populist academics, such as Professor Kevin
(50% of the participants), decision support Warwick, Professor of Cybernetics at the University of
systems, automated communications and Reading, UK, who has repeated this beliefs concerning
automated research and information robot „take-over‟ on many occasions in the press, in his
aggregation (40% of the participants each) in books, and on television and radio. Consider the
terms of how they perceive the above solutions following letter from Nicholas Albery (1999) of the
to impact their business over the next few Institute of Social Inventions. Published in New
years. AI solutions, combined with other Scientist and entitled Robot Terror, Albery seeks
enabling fields such as industrial Internet of support for the following petition: The strong public
things (IIoT) devices and platforms, are reaction to machine takeover appears, then, not to be
expected to play a significant role in paving the well founded. However, if it is possible to agree, for
way for smart manufacturing and Industry 4.0 argument's sake, that humankind will be able to create a
e. Education and Training – In the field of truly intelligent machine, a much deeper issue arises:
education and teaching, machine learning how will a sentient artificial being be received by
solutions (100% of the participants) and humankind and by society? „Would it be forced to exist
automated research and aggregation solutions like its automaton predecessors who have effectively
(57% of the participants) seem to be the been our slaves, or would it enjoy the same rights as the
perceived high-impact applications of AI- humans who created it, simply because of its intellect?‟
powered solutions. This seems to be a potential This is an enormous question that touches religion,
opportunity for identifying use cases where politics and law, but to date little serious discussion has
machine learning and other AI-powered been given to the possibility of a new intelligent species
solutions can deliver the appropriate training and to the rights an autonomous sentient might claim.
and education to a vast majority of the
populace. IX. CONCLUSION

VII. AI AND ROBOT COMBINATIONS This paper began by stressing the need to provide
background information on AI. In doing so, it was
Many of the major ethical issues surrounding AI - hoped that the prospects of these emerging technologies
related development hinge upon the being voiced based to affect quality of life in the coming decades could be
upon the workability of such a system. This is because, realistically assessed. One consequence of providing
while testing may be possible for an autonomous tank such an overview is that there can be no decisive
and other weapons of the electronic battlefield, it is not conclusions as such; the industries characterized here
feasible for National Missile Defense. Such a system are too dynamic and uncertain to generate any real sense
can only be realistically evaluated in actual combat of resolution. However, it is possible to highlight a
(Augarten, 1986). More fundamentally, significant number of important differences and similarities
moral difficulties arise out of human distaste for between robotics and AI which go some way to
shedding more light on their character. Perhaps the

All Rights Reserved ® 2018


greatest contrast between the two industries concerns 2020 under the National Health Mission to encourage
public interest. Indeed, as this paper has demonstrated, medical infrastructure in India. In August 2018, the
robotics is widely regarded as a „new‟ and exciting Ministry of Health and Family Welfare set up National
branch of science and technology. AI, on the other hand, Resource Centre for EHR Standards (NRCeS) to
is viewed by many as a highly specialized and unproven facilitate adaptation of notified EHR standards, at an
discipline. One reason for this concerns the gross over- estimated cost of Rs 23.59 crore (US$ 3.52 million). [15]
optimism that characterized the industry in the 1960s India can afford this technology restricted access for
and 1980s. Another reason reflects the AI community‟s many patients. To improve healthcare delivery system
seemingly insurmountable difficulty in publicizing its to promote medical tourism and medical education,
own achievements without whipping up general anxiety India should invest on robots. [3]
over machine superiority. The upshot of all this has
been the field‟s struggle to attract funding in the past There is tremendous scope for industry to participate in
and it is likely that this trend will continue for some the development and production of systems and
time into the foreseeable future. Revealing similarities technologies for the Indian Army. Barring a few major
also exist between robotics and AI. There has been PSUs and some private industries, most Indian
much talk recently regarding the convergence of industries engaged in production of defense equipment
traditionally separate scientific fields, in particular the have limited R & D infrastructure and spend little on R
blurring of the boundaries between the physical sciences & D. There is, therefore, an urgent need for Indian
and life sciences – perhaps even the first step towards Industry to develop a vibrant defense R & D and
the long sought after unification of physics, chemistry production capability to meet requirements of the Indian
and biology. For example, the concourse of Army. The participation of the Indian Industry in the
nanoscience, biotechnology, IT, and cognitive science modernization, collaborative research and development
(„NBIC‟) was discussed during a December 2001 NSF and equipping of the Indian Army will provide
workshop. NBIC, it was agreed „could achieve a improved capability and also boost the Indian economy.
tremendous improvement in human abilities, societal [2].
outcomes, the nation‟s productivity and the quality of
life‟. In some ways, the above conclusion is hardly REFERENCES
surprising given the ambitious and broad scope of the [1] http://www.ipedr.net/vol6/22-A10017.pdf
technologies discussed in this paper. As pointed out [2] http://www.ciidefence.com/pdf/Future_Technology_Req
above, „convergence‟ largely arises from the wide uirements_of_the%20Indian_Army.pdf
availability of techniques and tools on offer today – the [3] http://www.ias.ac.in/currsci/25jun2010/1553.pdf
real innovation stems from the process of bringing [4] http://sigai.cdacmumbai.in/files/AI_India_compilation.pdf
individuals from traditionally separate disciplines [5] http://drdo.gov.in/drdo/labs/CAIR/English/index.jsp?pg=ac
together. [1] hieve.jsp
[6] http://www.thinkdigit.com/Mobiles-PDAs/IBM-to- build-
AI-mobile-interfaces-at_5191.html
Robotic technology will definitely grow and encompass [7] http://www.managementparadise.com/forums/articles/68
a huge range of surgical procedures, particularly in 46-ai-artificial-intelligence-india.html
urology. India should not ignore the robotic revolution [8] http://www.indianexpress.com/news/now-artificial-
and should wholeheartedly imbibe the future generation intelligence-made-in-india/412129/
of technological expertise. Robotic surgery has come to [9] http://post.jagran.com/barc-develops-roboticsbased-
stay and will make slow but steady inroads into Indian automated-vehicle-for-industry-1316008078
healthcare delivery system. Health is a human right, [10] http://science.howstuffworks.com/robot6.html
which has also been accepted in the Constitution. Its [11] https://www.pwc.in/consulting/technology/data-and-
analytics/artificial-intelligence-in-india-hype-or-
accessibility and affordability has to be insured.
reality.html
According to the recent reports, the hospital industry in [12] https://www.designboom.com/technology/top-10-robots-
India stood at Rs 4 trillion (US$ 61.79 billion) in FY17 artificial-intelligence-12-14-2017/
and is expected to reach Rs 8.6 trillion (US$ 132.84 [13] https://www.scribd.com/document/73829633/Research-
billion) by FY22. The Government of India aims to Paper-on-AI-in-Robotics
develop India as a global healthcare hub. It has created [14] http://www.kbs.twi.tudelft.nl/Research/Projects/AIDA/
the Intensified Mission Indradhanush (IMI) for [15] https://www.ibef.org/industry/healthcare-presentation
improving coverage of immunisation in the country and
reaches every child under two years of age and all the AUTHORS
pregnant women who have not been part of the routine First Author – Yuvraj Kumar, Ph.D in Artificial Intelligence,
immunisation programme. In March 2018, Union Faculty of Quantum Computing and Artificial Intelligence,
Cabinet approved budget support of Rs 85,271 crore Zukovsky State University, Russia
(US$ 13.16 billion) for the period of April 2017- March

All Rights Reserved ® 2018

Das könnte Ihnen auch gefallen