ArticlePDF Available

A Fault Diagnosis System Based on Case Decision Technology for UAV Inspection of Power Lines

Authors:

Abstract and Figures

Though Deep Learning CNN is mostly used in UAV power line-inspection system for the application of intelligent image recognition technology, can design image features easily and has strong adaptability to complex environments, but three problems deafly influence the actual results of application system such as insufficient image samples library, scarce labeling samples, and absent open-data source. To conquer these problems, CBR is proposed as a strategy for knowledge reasoning, which transform the similar case-space to a new situation for problem-solving, so the combination of RBR and CBR is expected to construct our flexible case- decision diagnosis system, which integrates efficient machine learning methods to give their full advantages to guarantee the good performance of the system for fault detection. The on spot experimental results indicates our system performs efficiently, assist people in decision-making and can find potential equipment faults.
Content may be subject to copyright.
IOP Conference Series: Earth and Environmental Science
PAPER • OPEN ACCESS
A Fault Diagnosis System Based on Case Decision Technology for UAV
Inspection of Power Lines
To cite this article: Jianyang Li et al 2021 IOP Conf. Ser.: Earth Environ. Sci. 632 042077
View the article online for updates and enhancements.
This content was downloaded from IP address 185.36.195.36 on 15/01/2021 at 16:00
Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence. Any further distribution
of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.
Published under licence by IOP Publishing Ltd
2020 Asia Conference on Geological Research and Environmental Technology
IOP Conf. Series: Earth and Environmental Science 632 (2021) 042077
IOP Publishing
doi:10.1088/1755-1315/632/4/042077
1
A Fault Diagnosis System Based on Case Decision Technology
for UAV Inspection of Power Lines
Jianyang Li1, *, Hui Wu1, Chunhua Hu2, Chenglie Yu2
1School of Electrical Engineering, Zhenjiang Institute of Technology, Zhenjiang,
China
2Department of Technology, Jiangsu Capital Holdings Manufacturing, Zhenjiang,
China
*Corresponding author email: jianyangli@zjit.edu.cn
Abstract. Though Deep Learning CNN is mostly used in UAV power line-inspection
system for the application of intelligent image recognition technology, can design image
features easily and has strong adaptability to complex environments, but three problems
deafly influence the actual results of application system such as insufficient image
samples library, scarce labeling samples, and absent open-data source. To conquer these
problems, CBR is proposed as a strategy for knowledge reasoning, which transform the
similar case-space to a new situation for problem-solving, so the combination of RBR
and CBR is expected to construct our flexible case- decision diagnosis system, which
integrates efficient machine learning methods to give their full advantages to guarantee
the good performance of the system for fault detection. The on spot experimental results
indicates our system performs efficiently, assist people in decision-making and can find
potential equipment faults.
1. Introduction
Power lines is the main channel of power supply, which has more than 1.15 million kilometers long in
China, and how to ensure power lines unobstructed is the key for power supply. The power lines
inspection is extremely performed, and normally the inspectors should regularly carry out manual
inspection, climb the high tower, and walk back and forth between the lines to find potential problems,
so the task is tremendous. Moreover, the terrain of our country is complex and diverse, where all kinds
of geographical conditions are staggered, thus the task is arduous.
Restricted by the working conditions, personnel ability and other factors, manual line-inspection has
many deficits like high life risk, high labor intensity, professional skills requirements, and blind spot
exist [1]. Benefiting from modern communication technology and AI technology, UAV line-inspection
has made many progresses for lightweight UAV materials, miniaturization and integration of sensors,
image recognition becomes the key process.
image recognition has got rapid progress in recent years, the most popular deep learning image
recognition based on convolution neural network combines artificial neural network with deep learning
technology, which has the characteristics of local perception region, hierarchical structure, feature
extraction and global training combined with classification process, so it is widely used for image
recognition in all kinds of domains. but for a specific task, it is still difficult to determine which network
2020 Asia Conference on Geological Research and Environmental Technology
IOP Conf. Series: Earth and Environmental Science 632 (2021) 042077
IOP Publishing
doi:10.1088/1755-1315/632/4/042077
2
structure is used, how many layers are used, and how many neurons are used in each layer [2]. Empirical
knowledge are still needed to select reasonable values such as learning rate, intensity of regularization,
etc.
From the view of recognition, CBR involves human thinking in an integrated sense, logics and
creativity, and can avoid abstract knowledge insufficient within the field of the traditional Rule-based
reasoning (RBR) which is just a simple simulation of abstract thinking [3]. Case intelligent system can
use the past experience of success and failures to guide problem-solving, assist user in refining the
details, access the knowledge and experience in the case library, so the case decision system proposed
for fault diagnosis can help user finding potential problem in automatic line-inspection, and use more
imaginative thinking in decision-making really.
2. Characteristic of UAV Imagine Recognition
Image recognition and classification technology is to extract potentially useful, unknown, and implicit
knowledge from picture data, which combines multiple disciplines such as data mining, machine learning,
computer vision, picture retrieval and image processing, and other artificial intelligent technology [4].
Image recognition of UAV line-inspection mainly concerns about such three common technologies,
target segmentation, target detection and target tracking.
2.1. General Recognition Methods)
2.1.1. Target segmentation. Target segmentation also known as image semantic segmentation, refers to
the use of a computer to classify the pixels of an image according to the semantic information, for
general optical images, segmentation pixels is a common goal, which pixels extracted are used to express
these known targets. At present, main image semantic segmentation methods are designed based on
deep learning. This kind of segmentation can be a classification problem, which is to label each pixel
and propose the interesting pixel of the same type. It can also be a clustering problem, which means you
don't know the label, but you need to meet some optimality conditions, such as the minimum correlation.
2.1.2. Target detection. This is a recognition problem based on classification to find all objects from
the given data, which samples are classified as targets and distinguish which ones are not. The level of
this classification is often not pixels, it is the given some segments, or defined objects through target
segmentation. At the same time it determines the position of each object in the picture, which includes
two subtasks: target classification and target positioning. In the field of power lines recognition
application, image semantic segmentation mainly realizes the classification of power equipment,
components and operators' images at a fine-grained level. It can improve the computer's cognition level
of power lines images, and promote the advanced level of video image recognition in such application
systems.
2.1.3. Target tracking. Given the size and position of the target in the initial frame of a video sequence,
predict the size and position of the target in subsequent frames, which can be divided into single target
tracking and multi-target tracking. The first important task is target locating to find certain object, and
the data designed is Temporal Data (time series). after the target is identified, the algorithm needs to
relocate the given target quickly and efficiently in the next sequential data. So, the algorithm must
distinguish similar goals, avoid unnecessary recalculations, and make full use of temporal correlation.
2.2. Special Domain Problems
Deep learning CNN is widely used in UAV power line-inspection system for the application of intelligent
image recognition technology, and has got much rapid progress, but the two problems exist in the actual
application systems, greatly restrict its recognition ability.
2020 Asia Conference on Geological Research and Environmental Technology
IOP Conf. Series: Earth and Environmental Science 632 (2021) 042077
IOP Publishing
doi:10.1088/1755-1315/632/4/042077
3
2.2.1. Samples problem. Machine learning is a data-driven process that uses algorithms to dig out the
hidden laws from a large amount of historical data, attempt to parse data, learn from it and use them for
prediction or classification. The so-called training data is a data set that has been preprocessed (usually
manually labeled) and has relatively stable and accurate feature descriptions. Training data selection
generally has the following requirements: the data sample is as large as possible, the data is diversified,
and the data sample quality is high.
AS the VC dimension indicates that for a set of functions {f(α)} is defined as the maximum number
of training points which can be shattered by {f(α)}, the Empirical Risk Minimization is like:
, (1)
Then
(2)
The more complex the model has, the greater h (VC dimension) has. So in order to make the model
have a good generalization, it is necessary to have a large N to lower the model complexity penalty, that
is why deep learning models require millions of training samples.
However, in the actual application field of UAV power line-inspection, neither the equipment defect
inspection image database nor the equipment environment image database has been built on a large scale,
especially the abnormal image samples are very few.
2.2.2. Tagging problem. Most intelligent image recognition learn the deep features of the data by
supervised learning algorithms, which requires that the image dataset not only satisfy the condition of
sufficient quantity and quantity equilibrium in all kinds of samples, but also ensure that these grid image
data are accurately labeled.
considering the field of power line-inspection system, the image data of the power grid has certain
secret property, it is not suitable for outsourcing companies or professional firms to tag samples. In
addition, many image data need experienced professional to judge whether the equipment has defects
or the severity of defects, which makes tagging problem even worse.
moreover there are many kinds of power equipments with many models and mutations suiting for
different running conditions, due to their high reliability, which will inevitably lead to the lack of defect
samples. In addition, many image data in the power industry are defined as confidential, and it is less
likely to establish a large training sample data set with open sharing.
3. Fault Diagnosis System construction
As a significant branch of AI, CBR has found to be an elective approach to the solution of problems in a
variety of domains when generalized knowledge is lacking just like medical diagnosis, time series
prediction, product design, planning, and online decision guides, etc. CBR system has grown from a quite
new area to a subject of major influence, and has good flexibility which indicates that CBR is a hybrid
system [5], so CBR is proposed in line-inspiration to find potential faults, guiding DSS practitioners in
improving their core knowledge acquiring for effective support.
3.1. Problem Solving
Scott-Morton first articulated the concept DSS in the early 1970s, emphasized the positive auxiliary role
to the decision process. Bonczek and others put forward the idea of Intelligent DSS in the early 1980s,
combined the Expert System and knowledge processing in AI semi-structured and unstructured system.
It is generally believed that intelligent DSS uses AI technology for gaining competitive advantage,
1
1
() | (, ))|
2
n
emp i i
i
Ryfx
n

(log(2 / ) 1) log( 4)
() ()
emp hnh
RR n


 /
(log(2 / ) 1) log( 4)
()1
test training hnh
Perror error n

 
/
2020 Asia Conference on Geological Research and Environmental Technology
IOP Conf. Series: Earth and Environmental Science 632 (2021) 042077
IOP Publishing
doi:10.1088/1755-1315/632/4/042077
4
simulate human thinking methods and decision-making processes, formulating better problem-solving
processes, improving decision quality.
Classical knowledge- or rule-based DSS draw conclusions by applying generalized rules, successful
in many application areas except for several problems in knowledge acquisition. Their traditional
analysis methods can only work in a given matching mode, whose adaptability to the environment is
poor, and the traditional hard knowledge processing method can not suit for dealing with uncertain
knowledge [6]. Therefore, the theoretical and technical of flexible information processing must be
studied.
CBR is a strategy for humans to apply past experience to solve new problems by means of analogical
reasoning and hypothetical reasoning, which compares two similar things and find out their similar
relationship at a certain level of abstraction, projects the problem space mapping, and then the solution
is obtained after proper knowledge transformation. It is a reasoning process from a specific instance to
another specific instance, the conclusion may be valid or invalid, so objective verification is required,
and adjustments can be made when new knowledge is acquired or contradictions are introduced.
Incomplete inductive reasoning, analogical reasoning, and hypothetical reasoning are all processes that
can discover and improve new knowledge, whose flexibility can be introduced in logic theory for
decision-making.
3.2. System Modeling
Based on the above theoretical model, we construct a practical intelligent fault-diagnosis system. as
shown in fig 1, main components on comprehensive reasoning technology are described as follows (no
consideration of the same components in DSS).
Fig 1. Fault Diagnosis System frame
Case base system and knowledge base system store a variety of formal knowledge and environmental
descriptions, including expert experience and related knowledge expressed in rules. the entire case
library can be partitioned into several parts: case library, rule library, method library, model library, the
2020 Asia Conference on Geological Research and Environmental Technology
IOP Conf. Series: Earth and Environmental Science 632 (2021) 042077
IOP Publishing
doi:10.1088/1755-1315/632/4/042077
5
case library is connected with other libraries, to reduce the size of the entire case library and improve
the system efficiency.
Multi-base coordinator is the key to meet the needs of problem solving in the hybrid system, a certain
data extraction strategies are performed to realize the coordination of the model base system, method
base system, knowledge base system, and database system, and complete model linking operation,
knowledge scheduling, and information query etc. Overall, we propose the corresponding retrieval with
case organization to store cases, convert the case into an autonomously operation that can actively serve
users, improve the efficiency system reasoning, decrease the system complexity.
4. Experiments and Analysis
4.1. System Validation
“Iris Plants Database” is downloaded from UCI ML Repository, which has 150 instances, 3 classes and
4 attributes. The four attributes are represented the key impact vectors as extracted from the functional
equipment by Image Recognition tools. In order to simulate real cases, attributes are extends from 4 to 6
(A5, A6) with values adding in randomly, and the additional 2 attributes are represented faults vector, for
the faulty equipment like cracks in insulator must have the more dimensions by Image Recognition.
Table 1. Partial and overall similarity for Retrieval
Id A1 A2 A3 A4 A5 A6 C t1 t2 t3
1 4.7 3.2 1.3 0.2 0 0 1 0.999 0.006 0.007
2 5.1 3.7 1.5 0.4 0 0 1 0.217 0.004 0.203
3 5.8 2.7 4.1 1.0 0 0 2 0.004 0.909 0.000
4 6.8 2.8 4.8 1.4 0 0 2 0.005 0.780 0.000
5 6.2 3.4 5.4 2.3 0 0 3 0.002 0.003 0.811
6 6.1 3.0 4.9 1.8 0 0 3 0.001 0.006 0.568
7 7.2 3.0 5.8 1.6 0 0 3 0.002 0.001 0.953
8 6.3 2.3 4.4 1.3 0 0 2 0.001 0.797 0.000
9 5.1 3.3 1.7 0.5 0 0 1 0.718 0.006 0.049
t1 4.3 3.0 1.1 0.1 0.7 5.2 1
t2 5.8 2.7 4.1 1.0 0.3 0.8 2
t3 7.7 3.0 6.1 2.3 6.3 3.9 3
Simulating results are shown in table 1, where 9 records are selected randomly from the database as
cases library, with 3 records as target case marked in t1-t3. Overall similarity and partial similarity are
used for case retrieval to find potential deficits, where the same cases have the max similarity and have
been classified perfectly. By applying feature weights we can put special emphasis on some features for
the similarity calculation, which can be seen in our former work [7] to improve the system accuracy and
efficiency.
4.2. Results with Outlook
A certain actual UAV line- inspection -110kV lines fine inspection is operated as a live process to test
our system performance. As we have described equipment eigenvector of the power lines in good function
have been extracted by Image Recognition tools, for example insulator is a common used equipment in
power lines, with various sizes, weights, dimensions, and different manufacturing materials, they are
formatted as a feature vectors in our diagnosis system.
2020 Asia Conference on Geological Research and Environmental Technology
IOP Conf. Series: Earth and Environmental Science 632 (2021) 042077
IOP Publishing
doi:10.1088/1755-1315/632/4/042077
6
While an UAV automatically performs inspection of power lines, live video and many special
pictures can be transmitted by Data Link system to Control Centre (UAV keeps such information in its
memory as a backup). On-site equipments are distinguished in feature vectors in Control Centre, a
feature-based approach that described the statistical properties of an image. Many other AI methods are
applied in our hybrid systems as co-reasoners to define alternative partial solutions, including RBR,
qualitative reasoning, constraint satisfaction, and model-based reasoning, with which the CBR
mechanism operates in parallel under the supervision of a control module.
Table 2. Summary sheet of line defeats
Id Location Fault description Suggestion Risk
1
No. 8 pole tower of
110kV station line, big
side, shockproof
hammer fittings
Protective fittings, the
shockproof hammer is
corroded, and the fitting has
slight corrosion
replace general
2
No. 9 pole tower of
110kV station line,
small side, right lower
phase, insulator,
composite insulator
Composite insulators aging
and brittle, the umbrella skirts
of composite insulators are
damaged, and the surface of
the material appears chalking,
cracking
repair general
3
Between No. 5 pole
tower and No. 6 of
110kV station line
Dangerous construction
operations that endanger the
line under or near the line
annunciate
Fig 2. Faults Pictures in Lines (Corresponding with Summary Sheet Id)
AS shown in table 2 and fig 2, some defeats have been found by our hybrid application system
(selection of representative faults, which means the others omitted). The staff must firstly recall the
original pictures and examine the results, then judges the inspection results according to the inspection
contents, and should discuss the final solution.
The final manual review confirms the system results, indicates our system constructing for UAV to
carry out power line inspections, can accurately find line faults, give their detail ed information, and
specific location information. The hybrid system can improve the efficiency of fault diagnosis process,
and has a wider perspective.
5. Conclusion
Deep Learning CNN is mostly used in Imagine Recognition, and attract much more researches to
construct their applications, for it can draw image features easily and has strong adaptability to complex
environments, which is largely benefiting from representative and massive training. But for UAV power
line-inspection application it can not well work for insufficient image samples library, scarce labeling
samples, and absent open-data source. So, the hybrid diagnosis system is proposed to conquer the
2020 Asia Conference on Geological Research and Environmental Technology
IOP Conf. Series: Earth and Environmental Science 632 (2021) 042077
IOP Publishing
doi:10.1088/1755-1315/632/4/042077
7
deficient knowledge extracted from imagine recognition, which performs synthesis reasoning to access
the knowledge and experience in the case library, assisting user in refining the reasoning details, and use
more imaginative thinking for fault diagnosis to help user finding potential problem in automatic line-
inspection really. The onsite UAV inspection of 110kV power lines indicates that our system can find
potential defeats and performs efficiently for fault- diagnosis, our future works lies in equipment image
sampling and labeling through the system new cases.
References
[1] QIAN Jinju, Application and Effect of Large-scale Inspection on Power Lines by Using Large
Unmanned Helicopter in Guangdong Power Grid. Guangdong Electric Power. 2016
(29)5,pp.124-129.
[2] ZHOU Feiyan, JIN Linpeng, Review of Convolutional Neural Network . Chinese Journal of
Computers, 2017(6), pp.1229-1251.
[3] Jianyang Li, Xiaoping Liu. Personalized Recommendation System on Massive Content
Processing Using Improved MFNN. Lecture Notes in Computer Science ,Vol:7529, pp.183-
190
[4] Kareem Amin, Stelios Kapetanakis, et al. Answering with Cases: A CBR Approach to Deep
earning. 26th International Conference on Case-Based Reasoning .Springer 2018 ,pp. 15-27.
[5] Mohammad B. Chawki. Tetra: A Case-Based Decision Support System for Assisting Nuclear
Physicians with Image Interpretation. 25th International Conference on Case-Based
Reasoning . 2017,p. 108-122
[6] Zhiwei Ni, Survey of Case Decision Techniques and Case Decision Support System .Computer
Science in Chinese . 2009 (36) 11, pp.18-23
[7] Li Jianyang, Song Changtong. Attribute Weights Mining for Case-Intelligent System Reasoning
on Similarity Rough Sets. 3rd International Conference on Insulating Materials, Material
Application and Electrical Engineering,2018
... W.Y. Yi et al. [11] investigate the utilization of drones and protective shells for urban air quality monitoring. Lastly, Gómez, C., & Green, D. R. [12] explore the application of drones and protective enclosures for oil and gas pipeline inspection, while J. Li et al. [13] study power line inspection and maintenance using UAVs. ...
... Li, J., Wu, H., Hu, C., & Yu, C. (2021) [13] Power line inspection and maintenance with a system of UAVs. ...
Article
Full-text available
This paper presents a novel protective shell system designed to safeguard both the drone and its accompanying sensors. The objective of this project is to develop and test the shell-shaped container to check its capability of securely housing the drone. The system may incorporate a circuit board housing a processor that receives data from sensors and controls the opening and closing motions of the container. By analyzing the sensor information, the system may intelligently respond to adverse weather conditions by automatically closing the container to ensure the drone’s protection. This innovative solution addresses the challenges associated with deploying drones in outdoor environments and offers enhanced safety and durability for extended drone operations.
... With the rapid development of power system in China, transmission line inspection is facing the problems such as long operation cycle and poor line environment, and the traditional manual inspection is confronting enormous challenges [1] . With the advantages of low cost and easy operation,the Unmanned Aerial Vehicle(UAV) fully autonomous inspection is playing an increasingly important role in the line inspection work of power companies [2] . In order to meet the needs of high-frequency wild inspection, UAVs are required to land at the wild distributed airports accurately and reliably. ...
... Assuming that the coordinate of A is ) 0 , 0 , 0 ( , and the distance between A and the tag is 1 (2) The height measured by radar is h,there is : ...
... As an example of application in the security area, automatically detecting power line assets via UAVs eliminates much of the safety risks of manual inspection, as inspectors would not need to climb towers as often as before. Instead, much of the inspection could occur through a direct analysis of the detected components, which a human inspector could perform in a secure environment or by a fault classification method [8]. In addition to the security gains, there are also financial and time gains, as the frequency of moving teams and providing the necessary equipment would decrease. ...
Chapter
The research of electromechanical system fault technology based on EMD algorithm is a new research field in engineering field. In this study, we try to find out how to use EMD algorithm to design electromechanical system and how to analyze the fault condition of the electromechanical system. The main purpose of this research is to develop a design and analysis method of electromechanical system fault condition by using EMD algorithm.KeywordsEMD algorithmElectromechanical systemFault detection
Article
Full-text available
Attribute Weights Assignment is an important method to solve real world problems full of uncertainty, for it is difficult to acquire a comprehensive formula theoretically with which so many empirical calculations have to be drilled out of domain experts. Case-Intelligent System based on CBR (case-based reasoning), which is a human creative thinking and useful reasoning model for problem-solving, can acquire prior knowledge from the former stored cases implicating decision strategy empirical and powerful, and construct a flexible system integrated with efficient machine learning methods coping with uncertainty. Attribute weights also are the key for case similarity measurement and optimal case selection in CBR cycle, so the similarity Rough Sets is proposed for case attributes reduction, knowledge obtainment and objective weights acquiring in our case-intelligent system, which performs well in real experiments on decision-making and achieves reasonable explanations.
Article
As a new and rapidly growing field for more than ten years, deep learning has gained more and more attention from different researchers. Compared with shallow architectures, it has great advantages in both feature extracting and model fitting. And it is very good at discovering increasingly abstract feature representations whose generalization ability is strong from the raw input data. It also has successfully solved some problems which were considered difficult to solve in artificial intelligence in the past. Furthermore, with the outstandingly increased size of data used for training and the drastic increases in chip processing capabilities, it has resulted in significant progress and been used in a broad area of applications such as object detection, computer vision, natural language processing, speech recognition and semantic parsing and so on, thus also promoting the advancement of artificial intelligence. Deep learning which consists of multiple levels of non-linear transformations is a hierarchical machine learning method. And deep neural network is the main form of the present deep learning method in which the connectivity pattern between its neurons is inspired by the organization of the animal visual cortex. Convolutional neural network that has been widely used is a classic kind of deep neural network. There are several characteristics such as local connections, shared weights, pooling etc. These features can reduce the complexity of the network and the number of training parameters, and they also can make the model creating some degree of invariance to shift, distortion and scale and having strong robustness and fault tolerance. So it is easy to train and optimize its network structure. Based on these predominant characteristics, it has been shown to outperform the standard fully connected neural networks in a variety of signal and information processing tasks. In this paper, first of all, the historical development of convolutional neural network is summarized. After that, the structures of a neuron model and multilayer perception are shown. Later on, a detailed analysis of the convolutional neural network architecture which is comprised of a number of convolutional layers and pooling layers followed by fully connected layers is given. Different kinds of layers in convolutional neural network architecture play different roles. Then, a few improved algorithms such as Network in Network and spatial transformer networks of convolutional neural network are described. Meanwhile, the supervised learning and unsupervised learning method of convolutional neural network and some widely used open source tools are introduced, respectively. In addition, the application of convolutional neural network on image classification, face recognition, audio retrieve, electrocardiogram classification, object detection, and so on is analyzed. Integrating of convolutional neural network and recurrent neural network to train inputted data could be an alternative machine learning approach. Finally, different convolution neural network structures with different parameters and different depths are tested. Through a series of experiments, the relations between these parameters in these models and the influence of different parameter settings are preliminary grasped. Some advantages and remained issues of convolutional neural network and its applications are concluded.
Conference Paper
This paper shows how nuclear image interpretation is improved by Tetra, a case-based decision support system. Tetra exploits two kinds of knowledge sources: ontologies and knowledge embedded in past nuclear imaging reports, each imaging report being associated with a case, described by some features and its associated diagnoses. Ontologies are used, in addition with vocabulary resources, to semantically annotate the imaging reports. Links between case features and diagnoses in the training case base have been computed. In practice, when a new image test is run, Tetra exploits this features/diagnosis links, as well as the generalization/specialization relation of the ontologies to retrieve the cases that are the most similar to the new image test and to compute the most probable diagnoses. 8000 nuclear imaging reports have been collected to create a case base and almost 1000 other imaging reports have been used for the system evaluation, which shows that Tetra gives good results for the two diagnoses (necrosis and ischemia) which have been considered in this work. The first results shows that an ontology-based similarity computation between cases in order to display the most similar cases as well as the diagnosis probability computation helps the nuclear physician in her image interpretation task.
Conference Paper
Though the research in personalized recommendation systems has become widespread for recent years, IEEE Internet Computing points out that current system can not meet the real large-scale e-commerce demands, and has some weakness such as low precision and slow reaction. We have proposed a structure of personalized recommendation system based on case intelligence, which originates from human experience learning, and can facilitate to integrate various artificial intelligence components. Addressing on user case retrieval problem, the paper uses constructive and understandable multi-layer feed-forward neural networks (MFNN), and employs covering algorithm to decrease the complexity of ANN algorithm. Testing from the two different domains, our experimental results indicate that the integrated method is feasible for the processing of vast and high dimensional data, and can improve the recommendation quality and support the users effectively. The paper finally signifies that the better performance mainly comes from the reliable constructing MFNN.
Application and Effect of Large-scale Inspection on Power Lines by Using Large Unmanned Helicopter in Guangdong Power Grid
  • Jinju
QIAN Jinju, Application and Effect of Large-scale Inspection on Power Lines by Using Large Unmanned Helicopter in Guangdong Power Grid. Guangdong Electric Power. 2016 (29)5,pp.124-129.
Answering with Cases: A CBR Approach to Deep earning
  • Kareem Amin
  • Stelios Kapetanakis
Kareem Amin, Stelios Kapetanakis, et al. Answering with Cases: A CBR Approach to Deep earning. 26th International Conference on Case-Based Reasoning.Springer 2018,pp. 15-27.
Survey of Case Decision Techniques and Case Decision Support System
  • Ni
Zhiwei Ni, Survey of Case Decision Techniques and Case Decision Support System.Computer Science in Chinese. 2009 (36) 11, pp.18-23