SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Recent Technology and Engineering (IJRTE)
ISSN: 2277-3878,Volume-8, Issue- 1C2, May 2019
977
Published By:
Blue Eyes Intelligence Engineering
& Sciences PublicationRetrieval Number: A11700581C219/19©BEIESP
Abstract--- In this part, we review qualitative model
representations and search strategies used in industrial robot
fault diagnostic systems. Fault diagnosis is increasingly
important in modern autonomous or industrial robots. The ability
to detect, isolate and tolerate failures allows robots to effectively
cope with internal failures and continue performing designated
tasks without the need for immediate human intervention.
Qualitative models are usually developed based on some
fundamental understanding of the applied physical science of the
system. Various forms of qualitative models such as causal
models and abstraction hierarchies are discussed. The relative
advantages and disadvantages of these representations are
highlighted. In terms of search strategies, we broadly classify
them as topographic and symptomatic search techniques.
Topographic searches perform malfunction analysis using a
template of normal operation, whereas, symptomatic searches
look for symptoms to direct the search to the fault location.
Various forms of topographic and symptomatic search strategies
are discussed. The important role of robot fault diagnosis in the
broader context of operations is also outlined. We also discuss
the technical challenges in research and development that need
to be addressed for the successful design and implementation of
practical new supervisory robot control systems.
Keywords--- Fault Diagnosis, Industrial Robot, Hybrid
System, Qualitative Models and Search Strategies.
I. INTRODUCTION
Fault diagnostic activity comprises of two important
components:a priori domain knowledge and search
strategy.The basic a priori knowledge that is needed for
faultdiagnosis is a set of failures and the relationship
betweenthe observations (signal) and the failures. A
diagnosticsystem may have them explicitly or it may be
inferred from some source ofdomain knowledge. A priori
domain knowledge may bedeveloped from a fundamental
understanding of the system using first-principles
knowledge. Such knowledgeis referred to as deep, causal or
model-basedknowledge (Milne, 1987). On the other hand, it
maybe gleaned from past experience with the system.
Thisknowledge is referred to as shallow, compiled,
evidential or history-based knowledge.
The model-based a priori knowledge can be
broadlyclassified as qualitative or quantitative. The model
isusually developed based on some fundamental
understandingof the applied physics of the system. In
quantitativemodels this understanding is expressed in terms
ofmathematical functional relationships between the
inputsand outputs of the system. In contrast, in
qualitativemodels these relationships are expressed in terms
Revised Manuscript Received on May 15, 2019.
D. Sivasamy*, Assistant Professor, SBMCET, Dindigul.
(e-mail: sivasamy.d@gmail.com)
M. DevAnand, Professor and Research Director, Department of
Mechanical Engineering, Noorul Islam Centre for Higher Education,
Kumaracoil, Thuckalay, Kanyakumari District, TamilNadu, India.
K. AnithaSheela, Professor& Head, ECE, Jawaharlal Nehru
Technological University, Hyderabad-85, India.
ofqualitative functions centered on different units in a
system. The qualitative models can be developed either as
qualitative causal models or abstraction hierarchies.
II. QUALITATIVE MODELS
The development of knowledge-based expert systemswas
the first attempt to capture knowledge to drawconclusions in
a formal methodology. An expert/intelligent systemis a
computer program that mimics the cognitivebehavior of a
human expert solving problems in aparticular domain. It
consists of a knowledge base, rules base, behavior base
essentially a large set of if-then-else rules and aninference
engine which searches through the knowledgebase to derive
conclusions from given facts. Also, thetree of these if-then-
else clauses grows rapidly with thebehavioral complexity of
the system. The problem withthis kind of knowledge
representation is that it does nothave any understanding of
the underlying physics of thesystem, and therefore fails in
cases where a newcondition is encountered that is not
defined in theknowledge base.
2.1. Digraphs based Causal Models
Diagnosis is the inverse of simulation. Simulation
isconcerned with the derivation of the behavior of the
system given its structural and functional aspects.Diagnosis,
on the other hand, is concerned with deducingstructure from
the behavior. This kind of deductionneeds reasoning about
the cause and effect relationshipsin the system. In the
evidential reasoning approach todiagnosis, heuristic
information in the form of productionrules is used. The
underlying cause-effect relationshipsof the system are
implicit in this form ofreasoning. In the first-principles
model-based approach,one begins with a description of the
system together withthe observations made from the
malfunctioning process.The reasoning here is to identify
functional changeswhich resulted in the malfunctioning of
the control system (Davis, 1984; Rich
&Venkatasubramanian, 1987;Venkatasubramanian& Rich,
1988). Now it is that qualitative causal models are very
importantand are used extensively.
2.2. Fault Trees
Fault trees are used in analyzing the system reliabilityand
safety. Fault tree analysis was originally developedat Bell
Telephone Laboratories in 1961. Fault tree is alogic tree that
propagates primary events or faults to thetop level event or a
hazard. The tree usually has layers ofnodes. At each node
different logic operations like ANDand OR are performed
for propagation.
A Review Robot Fault Diagnosis Part II
Qualitative Models and Search Strategies
D. Sivasamy, M. Dev Anand, K. Anitha Sheela
International Conference on Emerging trends in Engineering, Technology, and Management (ICETETM-2019) |
26th-27th April 2019 | PDIT, Hospet, Karnataka
978
Published By:
Blue Eyes Intelligence Engineering
& Sciences PublicationRetrieval Number: A11700581C219/19©BEIESP
Fault-treeshave been used in a variety of risk assessment
andreliability analysis studies (Ulerich and Powers, 1988).
Ageneral fault tree analysis consists of the following
foursteps:
(i) System definition
(ii) Fault tree construction
(iii) Qualitative evaluation
(iv) Quantitative evaluation
2.3. Qualitative Physics
Qualitative physics or common sense reasoning
aboutphysical systems has been an area of major interest
tothe artificial intelligence community. Qualitative
physicsknowledge in fault diagnosis has been represented
inmainly two ways. The first approach is to derivequalitative
equations from the differential equationstermed as
confluence equations. There is yet another method, called
precedence ordering, that has been used to order the
variables from the view point of information flow among
them. Precedence ordering has been studied widely for
solving sets of algebraic equations simultaneously
(Soylemez&Seider, 1973).
2.4. Abstraction Hierarchy of System Knowledge
Another form of model knowledge is through
thedevelopment of abstraction hierarchies based on
decomposition.The idea of attributes is to be able todraw
inferences about the behavior of the overall systemsolely
from the laws governing the behavior of itssubsystems. In
such decomposition, the no-function in structure principle is
central: the laws of the subsystemmay not presume the
functioning of the wholesystem (de Kleer& Brown, 1984).
III. TYPOLOGY OF DIAGNOSTIC SEARCH
STRATEGIES
There are fundamentally two different approaches
tosearch in fault diagnosis (Rasmussen, 1986):
topographicsearch, and symptomatic search.
Topographicsearches perform malfunction analysis using a
templateof normal operation, whereas, symptomatic
searcheslook for symptoms to direct the search to the
faultlocation.
3.1. Topographic Search
Search can be performed in the mal-operating systemwith
reference to a template representing normal orplanned
operation. The fault will be found as amismatch and
identified by its location in the system.This type of search is
called topographic search.
3.1.1. Decomposition Techniques
All topographic strategies depend on search withreference
to a model of normal function and aretherefore well suited
for identification of disturbancesthat are not empirically
known or that the designer hasnot foreseen. Consistency and
correctness of the strategydoes not depend on models of
malfunction and hence isless influenced by multiple
unknown disturbances. Sincethe faults are not known a
priori, topological searchhelps only narrowing the focus of
fault diagnosis to asubsystem. Figure1 shows how one can
use this approachto check the functionality of various
subsystems in a robot system.
Figure 1: Topographic Search
3.2. Symptomatic Search
A set of observations representing the abnormal stateof
the system can be used as a search template to find
amatching set in a library of known symptoms related
todifferent abnormal system conditions. This type ofsearch
is called symptomatic search. The main featureof these
methods is that their decisions are derived fromthe structure
of data sets, their internal relationships,and not from the
topological structure of systemproperties. Symptomatic
search is advantageous fromthe view point of information
economy.
3.2.1. Look-Up Tables
This is the simplest kind of symptomatic search.
Atemplate of abnormal behavior and
correspondingsymptoms are stored in the form of look-up
tables.This kind of approach gets complicated and
intractable for large systems. Hence one needs
moresystematic approaches for solving the diagnosis
problemsin the case of complicated systems.
3.2.2. Hypothesis and Test Search
Hypothesis and test search is a very popular
symptomaticapproach to fault diagnosis. If a search is based
onreference patterns generated on-line by modification of
afunctional model, in correspondence with a
hypotheticaldisturbance/fault, the search strategy is a
hypothesis andtest search in the closed-loop form. The
efficiency of this search depends onthe efficiency in
generating hypotheses. Hypotheses aregenerated from
topographic search or symptomaticsearch. In this approach,
diagnosis proceeds in threesteps:
a) Hypothesis formulation;
b) Determination ofthe effects of the hypothesized
fault on the system (faultsimulation); and
c) Comparison of the result to system data (hypothesis
testing).
If the predicted symptoms arewholly or partially present
in the system, the hypothesismay be retained, and the
procedure repeated until nobetter hypothesis can be found.
As the fault set would bevery large, the set has to be reduced
before faultsimulations can be done.
International Journal of Recent Technology and Engineering (IJRTE)
ISSN: 2277-3878,Volume-8, Issue- 1C2, May 2019
979
Published By:
Blue Eyes Intelligence Engineering
& Sciences PublicationRetrieval Number: A11700581C219/19©BEIESP
Compiled or heuristic knowledgeis commonly used to
reduce the fault set to give thehypothesis set.Figure 2 shows
a schematic of the closed loop approach. In the closed loop
approach, a candidate hypothesis is chosen and is tested if
the reference matches the system. If the reference does not
match the system, then a new reference is chosen for
evaluation. In the closed loop approach, the information
from the mismatch between the current reference and the
system is used in the system of new hypothesis generation.
Figure 2: Symptomatic Search Closed Loop Approach
In the open loop approach, many reference models are
used with different hypotheses. By comparing reference and
the system the closest reference model is identified as the
most representative of the process. Figure 3 shows a
schematic of the approach.
Figure 3: Symptomatic Search Open Loop Approach
IV. CONCLUSIONS
In this second part, of three parts, of review paper,various
forms of qualitative models such as causalmodels and
abstraction hierarchies were reviewed.Though qualitative
models have a number of advantagesas discussed in this
paper, the major disadvantageis the generation of spurious
solutions. Considerableamount of work has been done in the
reduction of thenumber of spurious solutions while
reasoning withqualitative models. The search strategies were
classified as either topographic or symptomatic search or the
differencebetween these two types of search strategies
werehighlighted.
REFERENCES
[1] Davis, R. (1984), Diagnosis Reasoning Based on Structure
and Behavior, Artificial Intelligence 24 (1-3), 347-410
[2] de Kleer, J., & Brown, S. (1984), A Qualitative Physics Based
on Confluences. Artificial Intelligence, 24 (1-3), 7-83.
[3] DevAnand,M., Selvaraj, T., Kumanan, S. &Ajitha, T., (2010)
A Neuro Fuzzy Based Fault Detection and Fault Tolerance
Methods for Industrial Robotic Manipulators, International
Journal of Adaptive and Innovative Systems,1, 3/4, 334 – 371.
[4] Milne, R. (1987), Strategies for Diagnosis, IEEE Transactions
on Systems, Man and Cybernetics 17 (3), 333-339.
[5] Rasmussen, J. (1986). Information Processing and Human-
Machine Interaction, New York: North Holland.
[6] Rich, S. H., &Venkatasubramanian, V. (1987), Model-Based
Reasoning in Diagnostic Expert Systems for Chemical
Process Plants, Computers and Chemical Engineering 11 (2),
111-122.
[7] Soylemez, S., &Seider, W. D. (1973), A New Technique for
Precedence Ordering Chemical Process Equation Sets.
American Institute of Chemical Engineers Journal 19 (5),
934-942
[8] Venkatasubramanian, V., & Rich, S. H. (1988), An Object-
Oriented Two-Tier Architecture for Integrating Compiled and
Deep-Level Knowledge for Process Diagnosis. Computers
and Chemical Engineering 12 (9-10), 903-921.

More Related Content

What's hot

AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...ijsc
 
ANALYSIS OF MACHINE LEARNING ALGORITHMS WITH FEATURE SELECTION FOR INTRUSION ...
ANALYSIS OF MACHINE LEARNING ALGORITHMS WITH FEATURE SELECTION FOR INTRUSION ...ANALYSIS OF MACHINE LEARNING ALGORITHMS WITH FEATURE SELECTION FOR INTRUSION ...
ANALYSIS OF MACHINE LEARNING ALGORITHMS WITH FEATURE SELECTION FOR INTRUSION ...IJNSA Journal
 
Comparison of Data Mining Techniques used in Anomaly Based IDS
Comparison of Data Mining Techniques used in Anomaly Based IDS  Comparison of Data Mining Techniques used in Anomaly Based IDS
Comparison of Data Mining Techniques used in Anomaly Based IDS IRJET Journal
 
A survey of random forest based methods for
A survey of random forest based methods forA survey of random forest based methods for
A survey of random forest based methods forNikhil Sharma
 
IRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET Journal
 
Induction of Decision Trees
Induction of Decision TreesInduction of Decision Trees
Induction of Decision Treesnep_test_account
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...IRJET Journal
 
Disease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple TreeDisease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple Treeijtsrd
 
QuahogLife | Solutions and Services
QuahogLife | Solutions and ServicesQuahogLife | Solutions and Services
QuahogLife | Solutions and ServicesVeerendra Raju
 
Performance Evaluation of Neural Classifiers Through Confusion Matrices To Di...
Performance Evaluation of Neural Classifiers Through Confusion Matrices To Di...Performance Evaluation of Neural Classifiers Through Confusion Matrices To Di...
Performance Evaluation of Neural Classifiers Through Confusion Matrices To Di...Waqas Tariq
 
Neural networks, naïve bayes and decision tree machine learning
Neural networks, naïve bayes and decision tree machine learningNeural networks, naïve bayes and decision tree machine learning
Neural networks, naïve bayes and decision tree machine learningFrancisco E. Figueroa-Nigaglioni
 
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...csandit
 

What's hot (17)

AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
 
ANALYSIS OF MACHINE LEARNING ALGORITHMS WITH FEATURE SELECTION FOR INTRUSION ...
ANALYSIS OF MACHINE LEARNING ALGORITHMS WITH FEATURE SELECTION FOR INTRUSION ...ANALYSIS OF MACHINE LEARNING ALGORITHMS WITH FEATURE SELECTION FOR INTRUSION ...
ANALYSIS OF MACHINE LEARNING ALGORITHMS WITH FEATURE SELECTION FOR INTRUSION ...
 
PatentSubinFinal
PatentSubinFinalPatentSubinFinal
PatentSubinFinal
 
Comparison of Data Mining Techniques used in Anomaly Based IDS
Comparison of Data Mining Techniques used in Anomaly Based IDS  Comparison of Data Mining Techniques used in Anomaly Based IDS
Comparison of Data Mining Techniques used in Anomaly Based IDS
 
TBerger_FinalReport
TBerger_FinalReportTBerger_FinalReport
TBerger_FinalReport
 
paper
paperpaper
paper
 
Kost for china-2011
Kost for china-2011Kost for china-2011
Kost for china-2011
 
A survey of random forest based methods for
A survey of random forest based methods forA survey of random forest based methods for
A survey of random forest based methods for
 
IRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived Videos
 
Induction of Decision Trees
Induction of Decision TreesInduction of Decision Trees
Induction of Decision Trees
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...
 
Disease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple TreeDisease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple Tree
 
QuahogLife | Solutions and Services
QuahogLife | Solutions and ServicesQuahogLife | Solutions and Services
QuahogLife | Solutions and Services
 
Performance Evaluation of Neural Classifiers Through Confusion Matrices To Di...
Performance Evaluation of Neural Classifiers Through Confusion Matrices To Di...Performance Evaluation of Neural Classifiers Through Confusion Matrices To Di...
Performance Evaluation of Neural Classifiers Through Confusion Matrices To Di...
 
Neural networks, naïve bayes and decision tree machine learning
Neural networks, naïve bayes and decision tree machine learningNeural networks, naïve bayes and decision tree machine learning
Neural networks, naïve bayes and decision tree machine learning
 
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
 

Similar to A review robot fault diagnosis part ii qualitative models and search strategies by d.sivasamy

DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUESDETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUESIRJET Journal
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...IRJET Journal
 
Structural Health Monitoring
Structural Health MonitoringStructural Health Monitoring
Structural Health MonitoringJNTU
 
COMPUTER INTRUSION DETECTION BY TWOOBJECTIVE FUZZY GENETIC ALGORITHM
COMPUTER INTRUSION DETECTION BY TWOOBJECTIVE FUZZY GENETIC ALGORITHMCOMPUTER INTRUSION DETECTION BY TWOOBJECTIVE FUZZY GENETIC ALGORITHM
COMPUTER INTRUSION DETECTION BY TWOOBJECTIVE FUZZY GENETIC ALGORITHMcscpconf
 
A Survey of Security of Multimodal Biometric Systems
A Survey of Security of Multimodal Biometric SystemsA Survey of Security of Multimodal Biometric Systems
A Survey of Security of Multimodal Biometric SystemsIJERA Editor
 
Techniques for integrating machine learning with knowledge ...
Techniques for integrating machine learning with knowledge ...Techniques for integrating machine learning with knowledge ...
Techniques for integrating machine learning with knowledge ...butest
 
A Framework for Statistical Simulation of Physiological Responses (SSPR).
A Framework for Statistical Simulation of Physiological Responses (SSPR).A Framework for Statistical Simulation of Physiological Responses (SSPR).
A Framework for Statistical Simulation of Physiological Responses (SSPR).Waqas Tariq
 
Computer Worms Based on Monitoring Replication and Damage: Experiment and Eva...
Computer Worms Based on Monitoring Replication and Damage: Experiment and Eva...Computer Worms Based on Monitoring Replication and Damage: Experiment and Eva...
Computer Worms Based on Monitoring Replication and Damage: Experiment and Eva...IOSRjournaljce
 
A Novel Feature Selection with Annealing For Computer Vision And Big Data Lea...
A Novel Feature Selection with Annealing For Computer Vision And Big Data Lea...A Novel Feature Selection with Annealing For Computer Vision And Big Data Lea...
A Novel Feature Selection with Annealing For Computer Vision And Big Data Lea...theijes
 
Decision Tree Classifiers to determine the patient’s Post-operative Recovery ...
Decision Tree Classifiers to determine the patient’s Post-operative Recovery ...Decision Tree Classifiers to determine the patient’s Post-operative Recovery ...
Decision Tree Classifiers to determine the patient’s Post-operative Recovery ...Waqas Tariq
 
IRJET - Neural Network based Leaf Disease Detection and Remedy Recommenda...
IRJET -  	  Neural Network based Leaf Disease Detection and Remedy Recommenda...IRJET -  	  Neural Network based Leaf Disease Detection and Remedy Recommenda...
IRJET - Neural Network based Leaf Disease Detection and Remedy Recommenda...IRJET Journal
 
Artificial Intelligence in Neurology.pptx
Artificial Intelligence in Neurology.pptxArtificial Intelligence in Neurology.pptx
Artificial Intelligence in Neurology.pptxNeurologyKota
 
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion ApproachEnhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion ApproachIJCI JOURNAL
 
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...ijsc
 
Building a usage profile for anomaly detection on computer networks
Building a usage profile for anomaly detection on computer networksBuilding a usage profile for anomaly detection on computer networks
Building a usage profile for anomaly detection on computer networksNathanael Asaam
 

Similar to A review robot fault diagnosis part ii qualitative models and search strategies by d.sivasamy (20)

H04544759
H04544759H04544759
H04544759
 
Igene - PhD SICSA Poster Presentation
Igene - PhD SICSA Poster PresentationIgene - PhD SICSA Poster Presentation
Igene - PhD SICSA Poster Presentation
 
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUESDETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
 
Structural Health Monitoring
Structural Health MonitoringStructural Health Monitoring
Structural Health Monitoring
 
COMPUTER INTRUSION DETECTION BY TWOOBJECTIVE FUZZY GENETIC ALGORITHM
COMPUTER INTRUSION DETECTION BY TWOOBJECTIVE FUZZY GENETIC ALGORITHMCOMPUTER INTRUSION DETECTION BY TWOOBJECTIVE FUZZY GENETIC ALGORITHM
COMPUTER INTRUSION DETECTION BY TWOOBJECTIVE FUZZY GENETIC ALGORITHM
 
Expert system design
Expert system designExpert system design
Expert system design
 
A Survey of Security of Multimodal Biometric Systems
A Survey of Security of Multimodal Biometric SystemsA Survey of Security of Multimodal Biometric Systems
A Survey of Security of Multimodal Biometric Systems
 
Techniques for integrating machine learning with knowledge ...
Techniques for integrating machine learning with knowledge ...Techniques for integrating machine learning with knowledge ...
Techniques for integrating machine learning with knowledge ...
 
5
55
5
 
A Framework for Statistical Simulation of Physiological Responses (SSPR).
A Framework for Statistical Simulation of Physiological Responses (SSPR).A Framework for Statistical Simulation of Physiological Responses (SSPR).
A Framework for Statistical Simulation of Physiological Responses (SSPR).
 
Computer Worms Based on Monitoring Replication and Damage: Experiment and Eva...
Computer Worms Based on Monitoring Replication and Damage: Experiment and Eva...Computer Worms Based on Monitoring Replication and Damage: Experiment and Eva...
Computer Worms Based on Monitoring Replication and Damage: Experiment and Eva...
 
A Novel Feature Selection with Annealing For Computer Vision And Big Data Lea...
A Novel Feature Selection with Annealing For Computer Vision And Big Data Lea...A Novel Feature Selection with Annealing For Computer Vision And Big Data Lea...
A Novel Feature Selection with Annealing For Computer Vision And Big Data Lea...
 
Decision Tree Classifiers to determine the patient’s Post-operative Recovery ...
Decision Tree Classifiers to determine the patient’s Post-operative Recovery ...Decision Tree Classifiers to determine the patient’s Post-operative Recovery ...
Decision Tree Classifiers to determine the patient’s Post-operative Recovery ...
 
IRJET - Neural Network based Leaf Disease Detection and Remedy Recommenda...
IRJET -  	  Neural Network based Leaf Disease Detection and Remedy Recommenda...IRJET -  	  Neural Network based Leaf Disease Detection and Remedy Recommenda...
IRJET - Neural Network based Leaf Disease Detection and Remedy Recommenda...
 
Ieee doctoral progarm final
Ieee doctoral progarm finalIeee doctoral progarm final
Ieee doctoral progarm final
 
Artificial Intelligence in Neurology.pptx
Artificial Intelligence in Neurology.pptxArtificial Intelligence in Neurology.pptx
Artificial Intelligence in Neurology.pptx
 
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion ApproachEnhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
 
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
 
Building a usage profile for anomaly detection on computer networks
Building a usage profile for anomaly detection on computer networksBuilding a usage profile for anomaly detection on computer networks
Building a usage profile for anomaly detection on computer networks
 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 

Recently uploaded (20)

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 

A review robot fault diagnosis part ii qualitative models and search strategies by d.sivasamy

  • 1. International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878,Volume-8, Issue- 1C2, May 2019 977 Published By: Blue Eyes Intelligence Engineering & Sciences PublicationRetrieval Number: A11700581C219/19©BEIESP Abstract--- In this part, we review qualitative model representations and search strategies used in industrial robot fault diagnostic systems. Fault diagnosis is increasingly important in modern autonomous or industrial robots. The ability to detect, isolate and tolerate failures allows robots to effectively cope with internal failures and continue performing designated tasks without the need for immediate human intervention. Qualitative models are usually developed based on some fundamental understanding of the applied physical science of the system. Various forms of qualitative models such as causal models and abstraction hierarchies are discussed. The relative advantages and disadvantages of these representations are highlighted. In terms of search strategies, we broadly classify them as topographic and symptomatic search techniques. Topographic searches perform malfunction analysis using a template of normal operation, whereas, symptomatic searches look for symptoms to direct the search to the fault location. Various forms of topographic and symptomatic search strategies are discussed. The important role of robot fault diagnosis in the broader context of operations is also outlined. We also discuss the technical challenges in research and development that need to be addressed for the successful design and implementation of practical new supervisory robot control systems. Keywords--- Fault Diagnosis, Industrial Robot, Hybrid System, Qualitative Models and Search Strategies. I. INTRODUCTION Fault diagnostic activity comprises of two important components:a priori domain knowledge and search strategy.The basic a priori knowledge that is needed for faultdiagnosis is a set of failures and the relationship betweenthe observations (signal) and the failures. A diagnosticsystem may have them explicitly or it may be inferred from some source ofdomain knowledge. A priori domain knowledge may bedeveloped from a fundamental understanding of the system using first-principles knowledge. Such knowledgeis referred to as deep, causal or model-basedknowledge (Milne, 1987). On the other hand, it maybe gleaned from past experience with the system. Thisknowledge is referred to as shallow, compiled, evidential or history-based knowledge. The model-based a priori knowledge can be broadlyclassified as qualitative or quantitative. The model isusually developed based on some fundamental understandingof the applied physics of the system. In quantitativemodels this understanding is expressed in terms ofmathematical functional relationships between the inputsand outputs of the system. In contrast, in qualitativemodels these relationships are expressed in terms Revised Manuscript Received on May 15, 2019. D. Sivasamy*, Assistant Professor, SBMCET, Dindigul. (e-mail: sivasamy.d@gmail.com) M. DevAnand, Professor and Research Director, Department of Mechanical Engineering, Noorul Islam Centre for Higher Education, Kumaracoil, Thuckalay, Kanyakumari District, TamilNadu, India. K. AnithaSheela, Professor& Head, ECE, Jawaharlal Nehru Technological University, Hyderabad-85, India. ofqualitative functions centered on different units in a system. The qualitative models can be developed either as qualitative causal models or abstraction hierarchies. II. QUALITATIVE MODELS The development of knowledge-based expert systemswas the first attempt to capture knowledge to drawconclusions in a formal methodology. An expert/intelligent systemis a computer program that mimics the cognitivebehavior of a human expert solving problems in aparticular domain. It consists of a knowledge base, rules base, behavior base essentially a large set of if-then-else rules and aninference engine which searches through the knowledgebase to derive conclusions from given facts. Also, thetree of these if-then- else clauses grows rapidly with thebehavioral complexity of the system. The problem withthis kind of knowledge representation is that it does nothave any understanding of the underlying physics of thesystem, and therefore fails in cases where a newcondition is encountered that is not defined in theknowledge base. 2.1. Digraphs based Causal Models Diagnosis is the inverse of simulation. Simulation isconcerned with the derivation of the behavior of the system given its structural and functional aspects.Diagnosis, on the other hand, is concerned with deducingstructure from the behavior. This kind of deductionneeds reasoning about the cause and effect relationshipsin the system. In the evidential reasoning approach todiagnosis, heuristic information in the form of productionrules is used. The underlying cause-effect relationshipsof the system are implicit in this form ofreasoning. In the first-principles model-based approach,one begins with a description of the system together withthe observations made from the malfunctioning process.The reasoning here is to identify functional changeswhich resulted in the malfunctioning of the control system (Davis, 1984; Rich &Venkatasubramanian, 1987;Venkatasubramanian& Rich, 1988). Now it is that qualitative causal models are very importantand are used extensively. 2.2. Fault Trees Fault trees are used in analyzing the system reliabilityand safety. Fault tree analysis was originally developedat Bell Telephone Laboratories in 1961. Fault tree is alogic tree that propagates primary events or faults to thetop level event or a hazard. The tree usually has layers ofnodes. At each node different logic operations like ANDand OR are performed for propagation. A Review Robot Fault Diagnosis Part II Qualitative Models and Search Strategies D. Sivasamy, M. Dev Anand, K. Anitha Sheela
  • 2. International Conference on Emerging trends in Engineering, Technology, and Management (ICETETM-2019) | 26th-27th April 2019 | PDIT, Hospet, Karnataka 978 Published By: Blue Eyes Intelligence Engineering & Sciences PublicationRetrieval Number: A11700581C219/19©BEIESP Fault-treeshave been used in a variety of risk assessment andreliability analysis studies (Ulerich and Powers, 1988). Ageneral fault tree analysis consists of the following foursteps: (i) System definition (ii) Fault tree construction (iii) Qualitative evaluation (iv) Quantitative evaluation 2.3. Qualitative Physics Qualitative physics or common sense reasoning aboutphysical systems has been an area of major interest tothe artificial intelligence community. Qualitative physicsknowledge in fault diagnosis has been represented inmainly two ways. The first approach is to derivequalitative equations from the differential equationstermed as confluence equations. There is yet another method, called precedence ordering, that has been used to order the variables from the view point of information flow among them. Precedence ordering has been studied widely for solving sets of algebraic equations simultaneously (Soylemez&Seider, 1973). 2.4. Abstraction Hierarchy of System Knowledge Another form of model knowledge is through thedevelopment of abstraction hierarchies based on decomposition.The idea of attributes is to be able todraw inferences about the behavior of the overall systemsolely from the laws governing the behavior of itssubsystems. In such decomposition, the no-function in structure principle is central: the laws of the subsystemmay not presume the functioning of the wholesystem (de Kleer& Brown, 1984). III. TYPOLOGY OF DIAGNOSTIC SEARCH STRATEGIES There are fundamentally two different approaches tosearch in fault diagnosis (Rasmussen, 1986): topographicsearch, and symptomatic search. Topographicsearches perform malfunction analysis using a templateof normal operation, whereas, symptomatic searcheslook for symptoms to direct the search to the faultlocation. 3.1. Topographic Search Search can be performed in the mal-operating systemwith reference to a template representing normal orplanned operation. The fault will be found as amismatch and identified by its location in the system.This type of search is called topographic search. 3.1.1. Decomposition Techniques All topographic strategies depend on search withreference to a model of normal function and aretherefore well suited for identification of disturbancesthat are not empirically known or that the designer hasnot foreseen. Consistency and correctness of the strategydoes not depend on models of malfunction and hence isless influenced by multiple unknown disturbances. Sincethe faults are not known a priori, topological searchhelps only narrowing the focus of fault diagnosis to asubsystem. Figure1 shows how one can use this approachto check the functionality of various subsystems in a robot system. Figure 1: Topographic Search 3.2. Symptomatic Search A set of observations representing the abnormal stateof the system can be used as a search template to find amatching set in a library of known symptoms related todifferent abnormal system conditions. This type ofsearch is called symptomatic search. The main featureof these methods is that their decisions are derived fromthe structure of data sets, their internal relationships,and not from the topological structure of systemproperties. Symptomatic search is advantageous fromthe view point of information economy. 3.2.1. Look-Up Tables This is the simplest kind of symptomatic search. Atemplate of abnormal behavior and correspondingsymptoms are stored in the form of look-up tables.This kind of approach gets complicated and intractable for large systems. Hence one needs moresystematic approaches for solving the diagnosis problemsin the case of complicated systems. 3.2.2. Hypothesis and Test Search Hypothesis and test search is a very popular symptomaticapproach to fault diagnosis. If a search is based onreference patterns generated on-line by modification of afunctional model, in correspondence with a hypotheticaldisturbance/fault, the search strategy is a hypothesis andtest search in the closed-loop form. The efficiency of this search depends onthe efficiency in generating hypotheses. Hypotheses aregenerated from topographic search or symptomaticsearch. In this approach, diagnosis proceeds in threesteps: a) Hypothesis formulation; b) Determination ofthe effects of the hypothesized fault on the system (faultsimulation); and c) Comparison of the result to system data (hypothesis testing). If the predicted symptoms arewholly or partially present in the system, the hypothesismay be retained, and the procedure repeated until nobetter hypothesis can be found. As the fault set would bevery large, the set has to be reduced before faultsimulations can be done.
  • 3. International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878,Volume-8, Issue- 1C2, May 2019 979 Published By: Blue Eyes Intelligence Engineering & Sciences PublicationRetrieval Number: A11700581C219/19©BEIESP Compiled or heuristic knowledgeis commonly used to reduce the fault set to give thehypothesis set.Figure 2 shows a schematic of the closed loop approach. In the closed loop approach, a candidate hypothesis is chosen and is tested if the reference matches the system. If the reference does not match the system, then a new reference is chosen for evaluation. In the closed loop approach, the information from the mismatch between the current reference and the system is used in the system of new hypothesis generation. Figure 2: Symptomatic Search Closed Loop Approach In the open loop approach, many reference models are used with different hypotheses. By comparing reference and the system the closest reference model is identified as the most representative of the process. Figure 3 shows a schematic of the approach. Figure 3: Symptomatic Search Open Loop Approach IV. CONCLUSIONS In this second part, of three parts, of review paper,various forms of qualitative models such as causalmodels and abstraction hierarchies were reviewed.Though qualitative models have a number of advantagesas discussed in this paper, the major disadvantageis the generation of spurious solutions. Considerableamount of work has been done in the reduction of thenumber of spurious solutions while reasoning withqualitative models. The search strategies were classified as either topographic or symptomatic search or the differencebetween these two types of search strategies werehighlighted. REFERENCES [1] Davis, R. (1984), Diagnosis Reasoning Based on Structure and Behavior, Artificial Intelligence 24 (1-3), 347-410 [2] de Kleer, J., & Brown, S. (1984), A Qualitative Physics Based on Confluences. Artificial Intelligence, 24 (1-3), 7-83. [3] DevAnand,M., Selvaraj, T., Kumanan, S. &Ajitha, T., (2010) A Neuro Fuzzy Based Fault Detection and Fault Tolerance Methods for Industrial Robotic Manipulators, International Journal of Adaptive and Innovative Systems,1, 3/4, 334 – 371. [4] Milne, R. (1987), Strategies for Diagnosis, IEEE Transactions on Systems, Man and Cybernetics 17 (3), 333-339. [5] Rasmussen, J. (1986). Information Processing and Human- Machine Interaction, New York: North Holland. [6] Rich, S. H., &Venkatasubramanian, V. (1987), Model-Based Reasoning in Diagnostic Expert Systems for Chemical Process Plants, Computers and Chemical Engineering 11 (2), 111-122. [7] Soylemez, S., &Seider, W. D. (1973), A New Technique for Precedence Ordering Chemical Process Equation Sets. American Institute of Chemical Engineers Journal 19 (5), 934-942 [8] Venkatasubramanian, V., & Rich, S. H. (1988), An Object- Oriented Two-Tier Architecture for Integrating Compiled and Deep-Level Knowledge for Process Diagnosis. Computers and Chemical Engineering 12 (9-10), 903-921.