Anda di halaman 1dari 14

IEEE TRANSACTIONS ON CYBERNETICS, VOL. 43, NO.

1, FEBRUARY 2013 37

Joint Prediction of Continuous and Discrete States in


Time-Series Based on Belief Functions
Emmanuel Ramasso, Michle Rombaut, and Noureddine Zerhouni

AbstractForecasting the future states of a complex system is Practically, states can be either continuous or discrete.
a complicated challenge that is encountered in many industrial 1) Continuous states generally represent the value of a signal
applications covered in the community of prognostics and health
management. Practically, states can be either continuous or dis-
(an observation or a feature), and its prediction can be made
crete: Continuous states generally represent the value of a signal by Kalman-like procedures or by neural networks [4], [5];
while discrete states generally depict functioning modes reflecting 2) Discrete states generally depict functioning modes re-
the current degradation. For each case, specific techniques exist. flecting the current degradation, and its prediction can
In this paper, we propose an approach based on case-based rea- be performed by state machines such as hidden Markov
soning that jointly estimates the future values of the continuous
signal and the future discrete modes. The main characteristics
models [21].
of the proposed approach are the following: 1) It relies on the In both cases, data-driven prognostics generally involves a
K-nearest neighbor algorithm based on belief function theory; training procedure where statistical models of the degradation
2) belief functions allow the user to represent his/her partial are built. However, in real applications, one is facing the lack of
knowledge concerning the possible states in the training data set, knowledge on the system since many unknown factors cannot
particularly concerning transitions between functioning modes
which are imprecisely known; and 3) two distinct strategies are
be identified, for example, environmental conditions and partic-
proposed for state prediction, and the fusion of both strategies is ular functioning modes. These factors may play a crucial role
also considered. Two real data sets were used in order to assess the in the data collection process and, therefore, in the degradation
performance in estimating future breakdown of a real system. modeling, limiting the applicability of statistical models. In [7],
Index TermsBelief functions, pattern analysis, partially- this problem is underlined and tackled in the context of neuro-
supervised learning, Prognostic, similarity-based reasoning. fuzzy systems.
To cope with the problem of lack of knowledge, case-based
reasoning (CBR) was proposed as an efficient alternative to
I. I NTRODUCTION perform prognostics. For example, the method described in
A. Problem Statement [3] demonstrated better performance than neural network for
continuous state prediction in a turbofan engine. For that,

F ORECASTING the future states of a complex system is


a complicated challenge that arised in many industrial
applications covered in the community of prognostics and
historical instances of the systemwith condition data and
known failure timeare used to create a library of degradation
models. Then, for a test instance of the same system, the
health management (PHM) such as the locomotives health similarity between it and the degradation models is evaluated
prediction [1], analysis of fleet of vehicles [2], and turbofan generating a set of remaining useful life (RUL) estimates which
engine monitoring [3]. are finally aggregated by a density estimation method. Note that
Section II of this paper is dedicated to the presentation of CBR
approaches.
Manuscript received September 22, 2011; revised February 3, 2012 and The main problem with the approach described in [3] is the
April 15, 2012; accepted April 24, 2012. Date of publication June 8, 2012;
date of current version January 11, 2013. This work was supported by a Ex- number of parameters that has to be estimated in order to apply
ploratory Project First Support-Institute of Engineering and Systems Sciences- it. Moreover, several parts of the algorithm rely on statistical
2011 Grant from the French National Center for Scientific Research under learning procedures requiring large amount of data.
the administrative authority of Frances Ministry of Research. This paper was
recommended by Editor E. Santos, Jr. The proposed Evidential Prognostics based on K-Nearest
E. Ramasso and N. Zerhouni are with the Franche-Comt Electronics Me- Neighbours (EVIPRO-KNN) algorithm requires a training data
chanics Thermics OpticsSciences and Technologies Institute, Unit Mixte set composed of trajectories (historical information). It takes as
de Recherche French National Center for Scientific Research 6174-Universit
de Franche-Comt/Ecole Nationale Superieure de Mecanique et des Micro- input an observation (test instance) in the form of a piece of a
techniques de Besanon/Universit Technologique de Belfort-Montbliard, trajectory and then generates the prediction as the weighted sum
Automatic Control and Micro-Mechatronic Systems Department, 25000 of the K-nearest trajectories found in the training data set. This
Besancon, France (e-mail: emmanuel.ramasso@femto-st.fr; noureddine.
zerhouni@ens2m.fr).
procedure is made online (as data arrive) and is very common
M. Rombaut is with the Laboratoire de Grenoble Image Parole Signal in most of K-Nearest Neighbours-based prognostics.
Automatique-lab, UMR CNRS 5216-Universit Joseph Fourier, Signal and
Images Department, 38000 Grenoble, France (e-mail: michele.rombaut@gipsa-
lab.inpg.fr). B. Contribution
Color versions of one or more of the figures in this paper are available online
at http://ieeexplore.ieee.org. Compared to previous KNN-based prognostics approaches
Digital Object Identifier 10.1109/TSMCB.2012.2198882 (see [3] and references therein), EVIPRO-KNN requires less

2168-2267/$31.00 2012 IEEE


38 IEEE TRANSACTIONS ON CYBERNETICS, VOL. 43, NO. 1, FEBRUARY 2013

parameters and has the following characteristics. classification process which enables one to assess the discrete
state (functioning mode) of the system while allowing the use
1) EVIPRO-KNN is a new prognostics approach based on
of multidimensional degradation signal [6].
belief functions: A trajectory similarity-based approach
The remainder of this paper is organized as follows.
based on belief functions is proposed for prognostics.
Section II presents the related work. Section III is dedicated
Belief functions were justly proposed to cope with the
to the description of the basics of belief functions and of the
lack of data in data representation, combination, and
notations. The proposed algorithm is described in Section IV.
decision making [8][11] and account for both variability
Finally, Section V demonstrates the performance of the ap-
and incomplete knowledge by drawing benefits from both
proach on real data.
probability theory and set-membership approaches in one
common and sound framework.
II. R ELATED W ORK
2) EVIPRO-KNN takes into account partial labeling on
states: In some applications, the training data set is In PHM applications, approaches generally aim at computing
composed of continuous trajectories and of a set of labels long-term predictions of continuous observations followed by
reflecting the current system state. These labels can be a thresholding in order to detect the fault mode and to finally
obtained by a manual annotation as it is commonly done estimate the RUL of the system. Long-term prediction of con-
in supervised classification [4], by a clustering method tinuous observations can be made by several data-driven tech-
[12] or by a posteriori classification [6]. If these labels niques such as neural networks and statistical models. These
are known only partially, then belief functions can be approaches require a significative amount of representative data
used [13]. and generally generates black boxes. However, in PHM appli-
3) EVIPRO-KNN manages trajectories with different tempo- cations, the lack of data is an important problem, particularly
ral length: The weighted sum of trajectories used to com- for faulty states which are difficult to obtain without degrading
pute the prediction of observations requires trajectories the system. The cost to obtain these data may be important, and
with the same length, which is generally false in most solutions have thus to be proposed. The K-nearest neighbor-
of the applications. As far as we know, this problem of based approach, which is a well-known nonparametric solution
length was not treated in the past while it can have strong for pattern analysis [4], was shown to be adapted because it
influence on the final result. We described two approaches fully exploits the training data set and is adapted when the
to solve it. latter is small. For example, in [3], KNN demonstrated high
4) EVIPRO-KNN is able to predict jointly continuous and performance better than the previous techniques with lower
discrete states: The prediction of the future sequence of complexity and better interpretation.
states is performed jointly with the prediction of continu- For prognostics applications [1][3], the estimation of the
ous observations. As far as we know, the joint prediction RUL by KNN-based approaches generally involves three tasks
of discrete states and of continuous observations was not [3]: instance retrieval in the training data set (as in the usual
considered jointly in PHM applications nor in CBR-based KNN), prediction through local models, and aggregation of
prediction. local predictions. The actual life of the training instance is gen-
erally used as the prediction of the test instances life. The local
The possibility to manage prior information on possible predictions are aggregated to obtain the final RUL estimate
states in the training data set is one of the main advantages using the weighted sum of the local predictions. Recent works
of EVIPRO-KNN. Indeed, in most papers, only two states are such as [3] and [15] are focused on associating a confidence
considered: normal and faulty. However, in many real cases, information to predictions made by KNN, but solutions gener-
more states have to be considered. When knowledge on states ally rely on density estimation or require representative prior
is not always certain and precise, then belief functions can be information in the training data set.
used as described in this paper. One can note that KNN-based systems for prediction were
The other main asset of EVIPRO-KNN is the possibility to proposed in the 1990s, such as [16], where an empirical and
predict the sequence of continuous observations jointly with comparative studies are made between CBR and other alterna-
discrete states. These sequences allow the user to have access to tive approaches. Several applications in time-series forecasting
the online segmentation of the current observed data and may be were also developed based on KNN. For example, in telecom
practically useful. As shown in experiment, sequences of states industry, customer churn prediction represents a key priority.
generate accurate estimate of the RUL of the system. In [17], Ruta et al. addressed the weakness of static churn
Finally, RUL estimation is generally based on the study of prediction and propose new temporal churn prediction system.
a 1-D degradation signal. If this signal becomes greater than a It uses K-nearest sequence algorithm that learns from the whole
given threshold, then the system is said to enter in a potential available customer data path and is capable to generate future
dangerous mode. This systems health assessment [14] requires data sequences along with precisely timed predicted churn
the threshold to be tuned precisely, and this can be a practical events. Many applications concern finance, for example, with
problem, particularly when the signal does not have a physical [18] where KNNs are used to build a prediction model of the
meaning. Moreover, the use of multidimensional degradation return on assets of a company, in [19] where the ensemble
signals is preferred to ensure reliable RUL estimates making of KNNs is exploited for bankruptcy prediction, and in [20]
the use of thresholding techniques practically difficult. In com- where KNN is used for forecasting the final price of an ongoing
parison, the proposed EVIPRO-KNN algorithm is based on a online auction.
RAMASSO et al.: JOINT PREDICTION OF CONTINUOUS AND DISCRETE STATES IN TIME-SERIES 39

Recent approaches in PHM applications focused on long- of discernment by


term prediction of state sequences. In particular, in [21], statis-
tical models of state duration based on hidden Markov models mt : 2 [0, 1]
were exploited. However, this kind of solution is not always
adapted since the duration can vary a lot according to the opera- S  mt (S) (1)
tional conditions. The use of states can avoid using thresholding
techniques of continuous observations as proposed in [6] where 
with A mt (A) = 1. The belief mass mt (A) represents the
an evidential Markovian classifier was developed for the classi- uncertainty (since mt (A) [0, 1]) and imprecision (since A is
fication of predictions performed by a neuro-fuzzy system. a subset with cardinality |A| 1) about the possible state of the
Describing the problem of PHM by using continuous states system at time t. Subset A is composed of unions of singletons
and discrete states is recent. In the community of automatic ( ) and thus represents explicitly the doubt concerning the
control, one can refer to hybrid systems which represent dy- value of the state. If the state is precisely known at time t, for ex-
namical systems that exhibit both continuous and discrete ample, , then the whole mass is assigned to , i.e., mt () = 1.
behaviors. These systems are analyzed by several techniques On the contrary, if the state is fully unknown at time t, then the
such as switching models [22]. In the community of PHM, whole mass is assigned to the ignorance, i.e., mt () = 1. In the
hybrid systems are generally understood differently since they latter case, the BBA is called vacuous.
refer to the combination of data-driven and physics-of-failure 3) Combination: Given two BBAs, for example, m1 and m2
approaches [23] to improve long-term prediction. defined on the same frame , one may be interested in drawing
Compared to existing work, this paper is focused on prog- benefits of both BBAs to improve decision making. For that, if
nostics based on a small amount of data with high variability the BBAs are generated by distinct bodies of evidence [26], the
by using belief functions. EVIPRO-KNN algorithm is able classical Dempsters rule can be used [27]
to provide both predictions of states (discrete values) and of
observations (generally continuous values), while in most of the 
papers on PHM, methods are generally set for state prediction m12 (C) = m1 (A) m2 (B). (2)
AB=C
only or observation prediction only. We refer to this feature as
joint prediction of observation and state.
The mass on conflict given by m12 () can be cancelled out by
Dempsters normalization consisting in dividing all masses to
III. BACKGROUND the opposite of conflict (m12 (C)/(1 m12 ())). Other rules
have been proposed [28]. Note that the vacuous BBA is the
Before describing the algorithm, belief functions are first neutral element of Dempsters rule, i.e., combining any BBA
presented followed by the formalization of the training data. m with the vacuous BBA provides m.
At each time t, an observation vector Xt can be extracted Two BBAs coming from nondistinct bodies of evidence [26]
from the observed system. This system can be in one of the can be combined using the cautious rule. This rule is defined as
possible discrete states belonging to a set of S exhaustive and
exclusive states = {1 , . . . , S }. The states can be imprecise
w12 (C) = w1 (C) w2 (C) (3)
and uncertain due to the aleatory uncertainty induced by the
variability in observations and to the epistemic uncertainty
induced by lack of knowledge [9]. For that, we describe the where is the minimum and
knowledge of states at time t by a belief function.  |B||C|+1
w(C) = q(B)(1) (4)
CB
A. Belief Functions 
q(B) = m(A). (5)
1) History: Belief functions were developed by
BA
Dempster [8], Shafer [9], and Smets and Kennes [10] in
the so-called theory of evidence and transferable belief
After fusion, the function w can be converted into a mass
model. They combine probability and sets to account for both
function m using inverse formula
variability and incomplete knowledge. The theory of belief
functions includes extensions of probabilistic notions such as 
w(B)
conditioning and marginalization and set-theoretic notions such q(A) = B  (6)
as intersection, union, inclusion, and so on. This theory was exp AD log w(D)
used successfully in several pattern recognition applications 
with static data where the main problem was to cope with the m(A) = (1)|B||A| q(B). (7)
lack of data [24]. Belief functions applied to dynamical data are AB
more recent and were shown to be promising for data stream
processing [12], [25]. 4) Decision Making: From a belief mass (resulting from a
2) Representation: The basis in the theory of belief func- fusion process), one may be interested in selecting the best
tions is the basic belief assignment (BBA) defined on a frame singleton. For that, the pignistic transformation [10] can be used
40 IEEE TRANSACTIONS ON CYBERNETICS, VOL. 43, NO. 1, FEBRUARY 2013

C. Partially Supervised Training


In some applications, the training data set is composed of
features and of a set of labels reflecting the current systems
state. These labels can be obtained by a manual annotation
as it is commonly done in supervised classification [4], by a
clustering method [12] or by a posteriori classification [6].
If the labels are known only partially, then belief functions
can be used [13]. Managing belief functions in the training data
set allows the user to consider three main cases.
1) Supervised learning: The true state is perfectly known for
all instances in the training data set, i.e., i = 1 . . . N ,
mit () = 1, .
2) Semisupervised learning: The true state is perfectly
known for some instances only and totally unknown for
the other instances. In the latter case, a vacuous belief
Fig. 1. Illustration of blocks in trajectory Ti .
mass (with full mass on ignorance) is set for these in-
which computes a probability distribution on singletons from stances, i.e., i = 1 . . . N , mit () = 1.
which the decision can be made 3) Partially supervised learning: The state is known with
 mt (A) uncertainty and imprecision and thus described by a
t = arg max . (8) belief mass, i.e., i = 1 . . . N , mit (A) > 0 for some
|A| subsets A .
A,A
Therefore, the partial labeling by using the belief function
5) Implementation Issues: One may use the fast Moebius formalism is a way to encode general situations of knowledge.
transforms to compute these quantities efficiently [29]. The
package Transferable Belief Model Laboratory, available at
http://iridia.ulb.ac.be/psmets/, implements these functions on IV. EVIPRO-KNN A LGORITHM
MATLAB. Let now consider that a block of data Yt
Q of length W
is measured on the system. Given the training data set and this
B. Training Data set observation, the goal is to predict an observation trajectory Tt =
t+H
{(Xt , mt )}t =t , where H is a horizon of prediction. The value
The training data set is denoted by
of H will be set automatically as shown in the sequel. Note that
L = {Ti }N
i=1 (9) the final algorithm is given in Algorithm 1, and the plot chart of
the whole algorithm is provided in Fig. 6.
and is composed of N trajectories Ti defined by both a sequence
of Q-dimensional observation vectors Xt
Q and the knowl-
A. Step 1K-Best Trajectory Determination
edge on the possible states
  ti +|Ti | In this step, the K nearest trajectories to observations Yt are
Ti = Xti , mit t=ti . (10) determined. Note that all distances D are measured using the
Euclidean distance.
For one trajectory, the knowledge on states is represented by a
For that, all trajectories in the training data set L are scanned.
set of belief functions (BBAs) at each time step. According to
For each trajectory Ti , the nearest block Bji Bi to the
the priors available, these BBAs can take various forms which
observation block Yt is found. Index j of the best block Bji in
will be detailed further (next section).
the ith trajectory is given by
The ith trajectory begins at time ti and finishes at time
ti + |Ti |, where |Ti | is the length of Ti . To each trajectory Ti  
j = arg min D Yt , Bji . (12)
is associated a set of blocks Bi where each block Bij in this set j,Bji Bi
corresponds to a subtrajectory of length W
  cj +W When the best block in each trajectory has been found, all best
Bji = Xti , mit t=cj (11) blocks are sorted by ascending order according to their distance
 
where cj [ti , (ti + |Ti | W )] is the starting time of the jth Dji D Yt , Bji . (13)
block. The number of blocks (and thus the range of index j)
(i) (1)
in the ith trajectory depends on the length of the latter. An Let Dj denote one element of this partial ordering with Dj
illustration of blocks is given in Fig. 1. Note that the blocks (2) (i) (N )
Dj . . . Dj . . . Dj . Finally, the K best trajectories Tk ,
may overlap. In the sequel, the overlapping was set to W/2. k = 1 . . . K, are simply the ones associated to the K best and
A trajectory Ti is thus composed of |Ti | observation vectors sorted blocks
and |Ti | mass functions mt defined on the frame composed
(1) (2) (k) (K)
of the states in which the system can be. Dj Dj . . . Dj . . . Dj . (14)
RAMASSO et al.: JOINT PREDICTION OF CONTINUOUS AND DISCRETE STATES IN TIME-SERIES 41

|T |
The K selected trajectories Tk = {(Xtk , mkt )}t=ck
k
, k = 1 . . . K,
are composed of both a set of features Xt
and knowledge
Q

mt about the state. The index ck is known by means of (12) and


represents the starting time of the best block Bjk in the kth best
trajectory.
Step 1 is represented in lines 16 of Algorithm 1.
The next steps of the algorithm consist in aggregating trajec-
tories Tk , k = 1 . . . K, where two problems arised.
|T |
1) How to aggregate the features {Xtk }t=c k
k
, k = 1 . . . K, to
obtain a predicted set of features Xt ? (Step 2).
|Tk |
2) How to aggregate the knowledge about states {mkt }t=c k
,
k = 1 . . . K, to obtain a predicted knowledge mt ?
(Step 3).

B. Step 2Predicted Observation Trajectory Fig. 2. Illustration of the observation prediction process. Each data point is a
value in the space of reals.
A simple and usual way (common in KNN-based ap-
proaches) to define a predicted observation trajectory Xt linked
to the observation block Yt is to compute the weighted average
of the K sets of features

K
Xt+h = F k Xlk , l = ck . . . |Tk |, h = 1...P (15)
k=1

where

P = |Tk | ck + 1 (16)

defines the set of instants of prediction. The normalized weights


F k are obtained by the softmax function of the sorted distances
[see (13)]


(k)
exp Dj
Fk = 
, k = 1 . . . K. (17)
K (k )

k =1 exp D j
Fig. 3. Illustration of the bold and cautious strategies.

The use of the softmax transformation is interesting for several


1) Cautious Strategy: This strategy consists in selecting a
reasons: It generates (as expected) weights which decrease as
horizon of prediction equal to the length of the smallest trajec-
the distances (potentially not bounded) increase, and the expo-
tory. For that, first, the trajectory with the smallest size is found
nential ensures a better contrast between the generated values.
The softmax transformation was used in several applications, K
particularly with classifiers such as support vector machines Ht = min |Tk | (18)
k=1
and neural networks in order to generate (posterior) probability
distributions [30]. where Ht is the horizon of prediction at time t. Then, for all
An illustration of the prediction process for observations is trajectories, only samples from ck to Ht are kept. After the
given in Fig. 2: Given a block, the prediction is computed by removal of samples located beyond Ht , (15) and (17) can be
(15), and the horizon depends on the length of the prediction. directly used
Each point of the prediction is a real value representing an
observation. 
K
CS
Xt+h = F k Xlk , l = c k , . . . , Ht , h = 1, . . . , Ht (19)
For K > 1, (15) and (17) are directly used if the length of k=1
trajectories Tk , k = 1 . . . K, is identical. If it is not the case
(and generally it is not), one can use two different strategies: where CS stands for cautious strategy and Xhk is the value
cautious and bold.1 The former consists in truncating the tra- of features in trajectory Tk taken at time h. The value of F k is
jectories to the length of the shortest one, while the latter keeps given by (17).
all trajectories as such. These processes are shown in Fig. 3 and The main advantage of this strategy is its simplicity and
are described in the sequel. also its efficiency because, with the horizon being shortened
(to the smallest trajectory), it generally provides more reliable
1 We get inspired from the work of T. Denoeux on combination rules of belief predictions. The main drawback is that the horizon of prediction
functions [26] to choose these terms. is justly made shorter, therefore reducing forecasting capability.
42 IEEE TRANSACTIONS ON CYBERNETICS, VOL. 43, NO. 1, FEBRUARY 2013

2) Bold Strategy: Let consider that the kth best trajectory observation. The main feature of this classifier is the possibility
Tk starts from ck (time instant corresponding to the beginning to manage belief functions mit provided in the training data
of the best block in Tk ). Therefore, trajectories in L are trun- set L (partially supervised classification). Moreover, it is a
cated (from ck ) before computing the prediction, and thus, the model-free classifier which is a well-suited approach for PHM
length of trajectories |T(k) | is reduced to |T(k) | ck + 1. Tra- applications where we generally face imbalanced data [32].
jectories (truncated) are then sorted according to their length: The CPS thus applies the classifier on the predicted obser-
|T(1) | < |T(2) | < . . . |T(k) | < . . . < |T(K) |. The average [simi- vations Xt+h , h given the training data set L and provides a
lar process to (15) but adapted for the bold strategy in (20)] belief mass on the possible states
is then taken on the K trajectories from their beginning to
t+h EvKNN classifier(L, Xt+h )
mCP S
|T(1) |, k = 1 . . . K, then it is taken on K 1 trajectories (22)
(T(2) . . . T(k) . . . T(K) ) from |T(1) | + 1 to |T(2) |, k = 2 . . . K,
and so on until the last trajectory T(K) for which the average where CP S stands for classification of prediction strategy.
equals T(K) from |T(K1) | + 1 to |T(K) |. From this belief mass, a hard decision can be made to estimate
The predicted features at time t + h are thus formally the state of the current block by using the pignistic transform
given by [10] which computes a probability distribution (suited for deci-
sion making) from the belief mass mCP S
t+h [see (8)]. Repeating

K
BS
Xt+h = Fik Xlki , i = 1...K this process on blocks composing the predicted observation Xt ,
i
k=i
one simply obtains a sequence of states.
2) DPS: The previous strategy for state sequence prediction
hi = T(i1) + 1 . . . T(i) is efficient if the prediction of observations Xt is sufficiently

li = ck . . . T(i) (20) reliable. Indeed, if predictions Xt are far from the true trend,
then the estimated states will be far from the truth too. However,
where BS stands for bold strategy and |T(0) | = 0. The value even if, in some cases, the reliability can be questioned, the state
of weight Fik is given by sequence predicted by the first strategy allows the user to have

a rough trend of the future states.
(k)
exp Dj In order to avoid the dependence between state sequence
Fik = 
, k = 1, . . . , K (21) prediction and observation prediction, we propose to exploit
K (k )
k =i exp Dj another strategy that is the DPS. This second strategy draws
benefits directly from the training data set. The main idea is to
(k) (k)
where Dj is the distance between block Bj and Yt after apply a similar reasoning as for features Xt but now for belief
sorting distances as detailed in the previous step. mass mt .
The main advantage of this strategy is to provide long- To go further in details, let us consider the set of belief
term predictions (as long as the length of the largest selected masses for the K nearest neighbors (gray-filled squares in
trajectories), while the main drawback is the possible lack of Fig. 4, i.e., mkt , k = 1 . . . K, t = ck . . . |Tk |). These K belief
reliability according to the horizon. masses can be considered as coming from distinct pieces of
At the end of Step 2 (represented in lines 713 of Algorithm evidence so that the conjunctive rule of combination [see (2)]
1), the prediction of observation trajectory Xt is known accord- can be used
ing to the observation block Yt and to the training data set L.
t+h = k=1 ml ,
mDP l = ck . . . |Tk |
Note that exponential smoothing using past prediction (Xt1 ) S K k

can be performed to improve temporal consistency [1] (not used


h = 1...P (23)
in this paper).
where DP S stands for direct projection strategy and P is
C. Step 3Predicted Sequence of States given by (16).
While Step 2 computes the predicted sequence of observa- As an illustration, Fig. 4 shows a part of the CPS process.
tions, Step 3 is concerned by the prediction of future states. To apply (23), two problems have to be solved.
Two strategies are proposed. 1) How to manage different number of BBAs in the fusion
1) Classification of predictions (CPS): The predicted obser- process?
vations given by Step 2 are classified into states. 2) How to manage the conflict appearing in the fusion
2) Direct projection of future state sequence (DPS): An process?
algorithm is developed to project directly the future states a) Managing the number of BBAs: In the case where the
using current observations Yt . bold strategy is exploited, we propose to use a vacuous padding
1) CPS: This strategy consists in classifying the predicted process as represented in Fig. 4. It simply consists in artificially
observations given by Step 2 into states. It requires the training adding new BBAs at the end for all trajectories except the
of classifiers able to discriminate the different states. For the longest one so that all sets of BBAs have equal length. This
sake of simplicity, we consider the multiclass classifier called process enables one to compute easily the fusion [see (23)]
evidential K-nearest neighbors (EvKNN) [31] which is able since the vacuous BBA is the neutral element of the conjunctive
to generate a belief mass on the possible states in given an rule (see Section III-A3).
RAMASSO et al.: JOINT PREDICTION OF CONTINUOUS AND DISCRETE STATES IN TIME-SERIES 43

Fig. 4. Illustration of the vacuous padding: A vacuous belief mass, represent-


ing ignorance about the states, is assumed for all cases where the BBA is not Fig. 5. Illustration of the state prediction process for the case where the belief
available (black-filled squares), e.g., in the bold strategy. mass distribution is focused only on a singleton.

b) Managing the conflict: The amount of conflict may faulty state indicating a potential damage of the system
increase when the BBAs present contradiction, e.g., when two monitored.
BBAs give important mass to subsets with empty intersection. 1) CPS and DPS Fusion: To draw benefits from both CPS
Moreover, the conflict is potentially higher when the BBAs are and DPS approaches, the BBAs mCP S
t+h [see (22)] and mt+h
DP S

focused on singletons. [see (23)] are combined, and the resulting BBA is converted
To decrease the amount of conflict during the fusion process, into a probability distribution from which a decision can be
we propose to use a process called discounting [9], [33], whose made [34]. Dempsters rule is not adapted for the fusion of
interest is to transfer a part of all masses onto the set . By CPS and DPSs BBAs because mCP S DP S
t+h and mt+h cannot be
doing so, Dempsters rule generates less conflict. The part is considered as coming from distinct bodies of evidence. Indeed,
proportional to the weights [see (17)] so that the discounting the following statements are true.
becomes 1) CPS is a classification of predictions resulting from the
weighted combination of continuous predictions.
mkt (A) F k mkt (A), A 2) DPS generates belief masses discounted by the weights.
Therefore, both approaches depend on the weights. More-
mkt () (1 F k ) + F k mkt (). (24)
over, both rely on the BBAs in the training data set L.
Thus, the fusion may be performed using the cautious rule
The higher the weight, the less the discount, meaning that the
[see (3)]. The main disadvantage of the cautious rule comes
related BBA is trusted. Once the BBAs have been discounted,
from the fact that the neutral element is not always the vacuous
the estimated belief mass at time t in DPS is given by (23).
BBA [26]. For EVIPRO-KNN, this can be a problem in practice
Fig. 5 shows an illustration of a particular DPS proposal
if the belief masses are not available in the training data set
where the belief masses have only categorical assignments (i.e.,
(for DPS). Indeed, in this case, the fusion process between
all masses are focused on only one singleton at each time step).
CPS and DPS does not lead to CPS. However, for a particular
The state is precisely known for each data in the training set,
BBA called separable BBA [26], [35], the neutral element is the
and therefore, the states at each time step of the prediction
vacuous BBA, thus leading to an expected behavior. Moreover,
(t + h) can be estimated by direct projection of their values
when using the EvKNN classifier as proposed in this paper, the
using a similar process as for the CPS (see Fig. 2). The dashed
BBAs generated are separable, and this is also the case for other
line represents the sequence obtained after fusion (Step 4), and
commonly used classifiers [24], [26].
the continuous bold line depicts the sequence obtained after
Conclusively, the fusion process relies on the cautious rule
fusion at the current iteration of the algorithm. The median
and leads to a predicted BBA [see (5), (4), and (3), followed by
value and the standard deviation of time instants of transitions
(6) and (7)]
from states q to r within the set of sequences computed at each
iteration can be computed to locate transitions. In this case, the
t+h m
mt+h = mCP DP
S S
t+h (25)
direct propagation seems like a projection of possible sequences
of states. from which a decision concerning the state at time t + h can
Step 3 is represented in lines 1415 of Algorithm 1. be made using (8). The result of this phase is the estimation of
a sequence of states t+h . An illustration of such sequences is
shown in Fig. 5.
D. Step 4RUL Estimation
2) RUL Estimates: Let us now consider this sequence of
Step 4 is the final step of the EVIPRO-KNN algorithm. The states and also all previous predicted sequences (see Fig. 5).
goal of this step is to estimate the transition to a potential Based on this set of sequences, we propose to compute some
44 IEEE TRANSACTIONS ON CYBERNETICS, VOL. 43, NO. 1, FEBRUARY 2013

Algorithm 1 EVIPRO-KNN
Require: Training data set L {Set of trajectories with obser-
vations and belief masses, (9) and (10)}
Require: Current window Yt {W [20 40], overlap: W/2}
Require: Number of nearest neighbors {K = 3}
Require: Labels of critical states {if S = 4, then 3 and 4 }
Require: Averaging strategy {Cautious or Bold}
Require: A classifier of states {For CPS}
Ensure: Prediction of observations X
Ensure: RUL estimation
{Step 1Find nearest neighbors}
1: for all all trajectories i do
2: Find the closest block to Yt {(11) and (12)}
3: Store distances {(13)}
4: end for
5: Keep the K best trajectories {(14)}
6: Compute weights {(17)}
{Step 2Compute prediction of observations}
7: if Tk have same length k = 1 . . . K then
8: X Apply (15)
9: else if Cautious strategy then
10: X Apply (19) (and (18), (17))
11: else if Bold strategy then
12: X Apply (20) (and (21))
Fig. 6. Sequence of operations involved in EVIPRO-KNN. 13: end if
{Step 3Prediction of states}
expected sufficient statistics of time instants of transition be- 14: mCPt+h
S
Apply the classifier {Step 3-1, (22)}
tween states. Since each sequence is composed of possible 15: mDPt+h
S
Apply direct projection {Step 3-2, (23), (24)}
transitions between some states q and r, the set of time instants {Step 4RUL estimation}
of transitions between both states is 16: mt+h (25) {Fusion of mCP S DP S
t+h and mt+h }
17: Iqr Find transitions between critical states and store
Iqr = {t : t1 = q and t = r}. (26) time instants {(26), (8)}
18: Find median and standard deviation {(28)}
To estimate the RUL of the system, it is sufficient to de- 19: RUL Apply (27).
termine the location of the critical transition from state q =
degrading state" to state r = q + 1 = fault state" V. E XPERIMENTS
transition q r critical RU L = q,r t (27) The goal is to illustrate the capability of the EVIPRO-KNN
algorithm to provide reliable health assessment and long-term
where q,r is the estimated time from t to the transition between predictions.
the degrading state q and the faulty state r that can be computed We considered the challenge data set concerning diagnostic
by a median. It can be associated to a dispersion qr that we and prognostics of machine faults from the first International
computed using the interquartile range Conference on PHM [36]. The data set is a multiple multivariate
time series (26 variables) with sensor noise. Each time series
qr = median(Iqr ) was from a different engine of the same fleet, and each engine
started with different degrees of initial wear and manufacturing
qr = Q3 Q1 (28) variation unknown to the user and considered normal. The
engine was operating normally at the start and developed a fault
where Qi is the ith quartile and nI = |Iqr | is the number of
at some point. The fault grew in magnitude until system failure.
elements in the set of time instants of transition Iqr . Step 4 is
In this paper, we used the first experiment found in the text
represented in lines 1619 of Algorithm 1.
file train_FD001.txt that is composed of 100 time series, and
Therefore, both methods for sequence prediction, CPS (clas-
we considered only five features among 26 (columns 7, 8, 9,
sification) and DPS (direct projection), assume that each trajec-
13, and 16 in the text file, as proposed by Wang et al. [37] for
tory in the training data set is made of at least two states, for
the first five features2 ).
example, normal state and abnormal state, and knowledge
on these states can be uncertain and imprecise and represented
2 In [37], the authors proposed to use sensor measurements 2, 3, 4, 7, 11, 12,
by belief functions.
and 15 corresponding to columns 7, 8, 9, 12, 16, 17, and 20, and we believe
The final algorithm is given in Algorithm 1, and the plot chart that 12 should be replaced by 13 because 12 is almost flat and does not bring
of the whole algorithm is shown in Fig. 6. information.
RAMASSO et al.: JOINT PREDICTION OF CONTINUOUS AND DISCRETE STATES IN TIME-SERIES 45

Fig. 8. Metric of performance assessment. Here, I = [10, +13].

state can appear at time t = 120 or at t = 280). This variability


is generally encountered in many real systems where the degra-
dation is mainly mechanical with many complex interactions
between the components.
b) Meaning of belief functions: Since the transitions be-
tween modes are not known precisely, belief functions are used
as follows: Let tij denote the time instant of a transition
between state i (before) and j (after), both in , and then,
the belief masses around this time instant are simply set to
mt ({i , j }) = 1, t [tij 5, tij + 5]. With such belief
masses, doubt between both states i and j is made explicit in
the transitions.
c) Building the classifier: For the CPS process, we used
the EvKNN. This algorithm requires a training data set made of
feature vectors (here made of data points of trajectories) and of
belief masses (provided in the training data set), where a belief
mass reflects how the corresponding feature vector belongs to
Fig. 7. (Top) Evolution of the first feature for all trajectories in the training
data set and (bottom) evolution of the state sequences in the training data set each subset of states.
(after decision making based on the belief masses). (a) First feature for 100 d) Evaluation process: A leave-one-out evaluation was
training data. (b) Corresponding state sequences. performed: Ninety-nine time series were used as the training
data set, and the remaining time series was used as the testing
Fig. 7(a) pictorially described the evolution of the first feature
data. The testing data are analyzed block by block by EVIPRO-
for the 100 training data. This figure emphasizes the difficulty
KNN algorithm until the end of the time series. Given a block,
to build statistical models based on duration since a high
the algorithm may propose a value for the RUL. The estimate
variability is present.
of the RUL can be either early (before than expected) or late,
but early predictions are generally preferred [38] (see Fig. 8).
A. First Test: Segmented Data With Four States To assess the predictions, we first define the prediction error at
a given time by [38]
The goal of this first set of experiments is to evaluate the
proposed algorithm. We particular aim at the following: E = actual ToF predicted ToF (29)
1) comparing the bold and the cautious strategies;
2) studying the sensitivity on K (number of neighbors) and where ToF stands for time of failure. In [38], the authors also
W (window size). distinguished between the following.
1) Protocol: 1) False negative (FN) cases corresponding to late predic-
a) Presentation of the data: In the first test, each time tions such as E < tF N where tF N is a user-defined FN
series was manually segmented into four functioning states3 : threshold
normal mode (1 , label state 1), transition mode (2 , label
state 2), degrading mode (3 , label state 3), and faulty mode (4 , 1 if E < tF N
FN = (30)
label state 4). Thus, = {1 , 2 , 3 , 4 } is the set of states. 0 otherwise.
An illustration of this manual segmentation is shown in
2) False positive (FP) cases corresponding to early predic-
Fig. 7(b). This figure clearly emphasizes that approaches based
tions such as E > tF P where tF P is a user-defined FP
on state duration [21] are not reliable here. Variability concern-
threshold
ing time instant of transition from one state to another points out
that the first states are generally similar (all normal modes are
1 if E > tF P
FP = (31)
almost the same) while faulty modes are very different (a fault 0 otherwise.

3 The segmentation is available at http://www.femto-st.fr/emmanuel. The meaning of thresholds is represented in Fig. 8. In the
ramasso/PEPS_INSIS_2011_PHM_by_belief_functions.html. sequel, interval [tF N , tF P ] is denoted by I.
46 IEEE TRANSACTIONS ON CYBERNETICS, VOL. 43, NO. 1, FEBRUARY 2013

Fig. 9. Distribution of the critical times.

We considered I = [10, +13] which is a severe condition on Fig. 10. Performance with report to K and W for midterm prediction for the
bold strategy.
the prediction compared to the literature [3], [38]. These con-
ditions are similar to the ones considered in the PHM08 data
challenge [37] as well as in the PHM12 data challenge [39]
except that, in both papers, a particular parameterized function
was used which decreases with report to the bounds of I.
The performance of the algorithm is quantified by the per-
centage of predictions provided at the so-called critical tc and
falling in I. The critical time sets the difficulty of the prediction
task by specifying how far the prediction has to start [38]. For
example, given a trajectory T with a total length equal to |T | (on
which the algorithm is applied), setting tc = 20 means that the
RUL estimated at |T | 20 is evaluated. Therefore, the greater
the value of tc , the more difficult is the task. However, tc is
generally set arbitrarily.
Since the variability of the length of the trajectories in the
data set is important [as shown in Fig. 7(b)], we proposed to
set tc = |T |/4, meaning that the value of the critical time tc Fig. 11. Performance with report to K and W for midterm prediction for the
is adapted according the trajectorys length (e.g., if |T | = 240, cautious strategy.
then tc = 60). The distribution of the critical times will be given
in the sequel (see Fig. 9), and we will show that tc > 22 which when studying the effect of the number of neighbors. Indeed,
corresponds to mid/long-term predictions. low values of W (for example, < 25) require low values for K
This way of evaluating the predictions is of practical interest (for example, < 3). For high values of W (for example, 25),
because, in a real-world application, one does not know a priori K = 3 or K = 5 yields satisfying performances. Practically, W
the length of the current trajectory (which is under analysis). should not be too high to avoid missing changes in the trajec-
For example, for the second application (next section), only tories, and therefore, its settings are application dependent. In
pieces of trajectories with different length are available for the considered application, the fastest changes took between 20
testing, and nothing is known about the associated systems and 30 time units as illustrated in Fig. 7(a) (see the shortest
status. In this second application, the evaluation of the RUL trajectories).
proposals made by the EVIPRO-KNN algorithm will thus As mentioned previously, the distribution of the critical times
inherently consist in setting tc equal to the length of the current is given in Fig. 9 which shows that tc > 22. These critical times
piece of trajectory. can be considered as difficult ones compared to the literature
2) Sensitivity of K and W : Fig. 10 shows the performance on PHM.
of EVIPRO-KNN with report to K = [1 3 5 9] (number of 3) Cautious or Bold Strategy?: Fig. 11 pictorially repre-
neighbors) and W = [10 20 30 40] (windows size), with the sents the evolution of the performance of EVIPRO-KNN with
bold strategy. The algorithm is robust to both parameters, with report to K = [1 3 5 9] and W = [10 20 30 40], with the
a performance close to 92% for K > 9, W > 30. For low cautious strategy. Remembering that both strategies differ from
values of W , the performances are the lowest (around 68%); the way that the farthest predictions are computed, the small
however, these cases correspond to greedy ones since the algo- differences with Fig. 10 can be explained by the relatively small
rithm requires more iterations and therefore are not practically values taken by the critical times. Even though these critical
interesting. Increasing W makes EVIPRO-KNN less sensitive times correspond to quite difficult cases (midterm predictions),
to K (e.g., W = 40) because the windows size provides the they do not enable one to discriminate the prediction capability
best choice of the nearest neighbors. This effect is emphasized of both strategies.
RAMASSO et al.: JOINT PREDICTION OF CONTINUOUS AND DISCRETE STATES IN TIME-SERIES 47

Fig. 13. Differences between estimated RUL and real RUL for each window.

Fig. 12. Expected horizon for long-term prediction with the bold and cautious Fig. 14. (Top) Error between predictions and real observations and (bottom)
strategies. (a) Bold strategy. (b) Cautious strategy. the length of the predictions.

To have a better illustration of which strategy one may


choose, let us consider the distribution of the time instant of
the five farthest and correct predictions (falling in I) for each
testing data. A similar idea was suggested in [38] (where the
authors considered only the farthest prediction) and enables one
to assess very long term predictions. Fig. 12(a) and (b) shows
the distribution of these farthest critical times for W = 30 and
K = 3. The bold strategy provides the shortest critical times
compared to the cautious strategy which was not expected.
Moreover, the differences are significant: One may expect a
horizon less than 50 (most probable cases) for efficient predic-
tions by the bold strategy, whereas a horizon between 100 and
200 can be expected using the cautious strategy. Therefore, the Fig. 15. True segmentation of the signal is represented by the dashed line.
The segmentation proposed by the algorithm appears with the continuous line
cautious strategy is the best one on this data set. An explanation (discrete values).
can be found in the way that the predictions are computed in
the bold strategy [see (20)] which induces some discontinuities (subfigure 2). As expected, both quantities decrease as the end
in the predictions. This side effect is an inherent behavior of the of the time series approaches (with W = 30 and K = 3).
proposed approach. 6) Online Segmentation: An interesting characteristic of the
4) Error Between True and Estimated RUL: Fig. 13 illus- EVIPRO-KNN algorithm is the possibility to predict transitions
trates the evolution of the differences at each time step between of all states. For instance, in Fig. 15, an online segmentation of
the estimated RUL and the real RUL for W = 30 and K = 3. the signal is proposed at a critical time tc = 40 for W = 30
A convergence toward the real value is observed as expected. and K = 3. The signal takes continuous values, but here, it was
For this example, a good estimate of the RUL (in interval rescaled for the sake of interpretation. This segmentation can
[10, 13]) is obtained at t = 90, so that is 180 time units in be useful to detect the future state sequences.
advance. 7) Trajectory Hits: Fig. 16 shows the index of the trajectory
5) Error Between Truth and Predictions of Observations: chosen for each block (first neighbor) for W = 30 and K = 3.
Fig. 14 shows both the mean-squared error between the pre- This figure allows the user to assess the number of times that a
diction of observations and the ground truth (subfigure 1) and trajectory was chosen for the prediction. For example, trajectory
the length of the prediction (horizon) proposed by the algorithm i = 82 is used for blocks 4, 5, and 6. In this application, one
48 IEEE TRANSACTIONS ON CYBERNETICS, VOL. 43, NO. 1, FEBRUARY 2013

Fig. 16. Trajectory hits describing which trajectory is chosen at each window. Fig. 18. Distribution of the RULs in the second data set.

Fig. 17. Distribution of the length of the trajectories in the second data set. Fig. 19. Distribution of errors of the RULs estimates for the second data set.

3) Evaluation Process: To assess the results, we compare


can observe that different trajectories are used, demonstrating the estimated RUL with the RUL provided in the file rul_
that the training data set contains complementary information. FD001.txt using interval I = [10, 13]. For a given tested trajec-
In practice, this information can be useful for condensing the tory, the critical time tc is given by the length of this trajectory.
training data set by removing the trajectories which are not 4) Results: Fig. 19 shows the histogram of errors made
often used. by the EVIPRO-KNN algorithm on the second data set. The
number of satisfying cases, i.e., falling in I = [10 13], is
about 53%. The amount of late predictions (corresponding to
B. PHM 2008 Data Set: Pieces of Trajectories
negative errors) is about 11% and 36% of early predictions.
1) Presentation of the Data: For the second test, we consid- Early predictions are practically preferred to late ones because
ered again the challenge data set of machine fault prediction the algorithm does not miss potential breakdowns.
from the first International Conference on PHM [36]. The
training data set is the same as in the previous set of experiments
VI. C ONCLUSION
(100 trajectories), but the testing data set (available on the
website of the conference in the text file test_FD001.txt and EVIPRO-KNN is an online algorithm for prognostics and
composed of 100 trajectories) is composed only of pieces of health detection that takes as input an observation (test instance)
trajectories (the remaining is unknown). Moreover, the length in the form of a piece of a trajectory and then generates the pre-
of the testing trajectories is not the same for the whole data set diction as the weighted sum of the K-nearest trajectories found
(see Fig. 17). in the training data set. Compared to previous approaches,
Given one of these 100 pieces of trajectory, the goal is to EVIPRO-KNN is based on belief functions which allow the
predict the RUL. The predicted RUL is compared with the true user to manage labels that can possibly be assigned imprecisely
RUL provided in the text file rul_FD001.txt. The RULs are to the training data.
spread in [14,138] as shown in Fig. 18, with more than the half The possibility to manage prior information on possible
greater than 80 (very long term prediction). states in the training data set is one of the main advantages
2) Belief Functions, Classifier, and EVIPRO-KNNs of EVIPRO-KNN. Indeed, in most papers, only two states are
Settings: The belief masses were the same as in the previous considered, normal and faulty, while in many real cases, more
section. Moreover, the same procedure as in the previous test is states have to be considered. The other main asset of EVIPRO-
applied to build the classifier. Concerning the EVIPRO-KNN KNN is the possibility to predict the sequence of continuous
algorithm and regarding the previous results, we selected observations jointly with discrete states. These sequences allow
K = 3, W = 30, and the cautious strategy. the user to have access to the online segmentation of the
RAMASSO et al.: JOINT PREDICTION OF CONTINUOUS AND DISCRETE STATES IN TIME-SERIES 49

current observed data and may be practically useful. The joint [21] M. Dong and D. He, A segmental hidden semi-Markov model (HSMM)-
prediction is made by two strategies which finally provide an based diagnostics and prognostics framework and methodology, Mech.
Syst. Signal Process., vol. 21, no. 5, pp. 22482266, Jul. 2007.
estimate of the RUL: the CPS and the DPS. [22] O. Ayad, M. S. Mouchaweh, and P. Billaudel, Switched hybrid dynamic
To increase the accuracy of the predictions, particularly systems identification based on pattern recognition approach, in Proc.
made by CPS, we are currently studying classifiers and fusion IEEE Int. Conf. Fuzzy Syst., 2010, pp. 17.
[23] K. Goebel, N. Eklund, and P. Bonanni, Fusing competing predic-
rules [40]. However, to perform online detection and prediction tion algorithms for prognostics, in Proc. IEEE Aerosp. Conf., 2006,
as considered in this paper, it is required to develop online pp. 110.
classifiers and online fusion tools. [24] T. Denoeux and P. Smets, Classification using belief functions: The
relationship between the case-based and model-based approaches, IEEE
Trans. Syst., Man, Cybern., vol. 36, no. 6, pp. 13951406, Dec. 2006.
[25] L. Serir, E. Ramasso, and N. Zerhouni, Evidential evolving Gustafson
ACKNOWLEDGMENT Kessel algorithm for data streams partitioning using belief functions, in
Proc. 11th Eur. Conf. Symbolic Quantitative Approaches Reason. Uncer-
The authors would like to thank the anonymous reviewers for tainty, vol. 6717, LNAI, 2011.
their helpful comments that greatly improved this paper. [26] T. Denoeux, Conjunctive and disjunctive combination of belief functions
induced by non distinct bodies of evidence, Artif. Intell., vol. 172, no. 2/3,
pp. 234264, Feb. 2008.
R EFERENCES [27] A. Dempster, A generalization of Bayesian inference, J. Roy. Statist.
Soc., vol. 30, no. 2, pp. 205247, 1968.
[1] P. Bonissone, A. Varma, and K. Aggour, A fuzzy instance-based model [28] P. Smets, Analyzing the combination of conflicting belief functions, Inf.
for predicting expected life: A locomotive application, in Proc. IEEE Int. Fusion, vol. 8, no. 4, pp. 387412, Oct. 2007.
Conf. Comput. Intell. Meas. Syst. Appl., 2005, pp. 2025. [29] R. Kennes and P. Smets, Fast algorithms for DempsterShafer theory, in
[2] A. Saxena, B. Wu, and G. Vachtsevanos, Integrated diagnosis and prog- Uncertainty Knowl. Bases, vol. 521, Lecture Notes in Computer Science,
nosis architecture for fleet vehicles using dynamic case-based reasoning, L. Z. B. Bouchon-Meunier and R. R. Yager, Eds. Berlin, Germany:
in Proc. Autotestcon, 2005, pp. 96102. Springer-Verlag, 1991, pp. 1423.
[3] T. Wang, Trajectory similarity based prediction for remaining useful life [30] J. Denker and Y. Lecun, Transforming neural-net output levels to prob-
estimation, Ph.D. dissertation, Univ. Cincinnati, Cincinnati, OH, 2010. ability distributions, in Advances in Neural Information Processing
[4] C. Bishop, Pattern Recognition and Machine Learning. New York: Systems 3. San Mateo, CA: Morgan Kaufmann, 1991, pp. 853859.
Springer-Verlag, Aug. 2006. [31] T. Denoeux, A k-nearest neighbor classification rule based on
[5] K. P. Murphy, Dynamic Bayesian networks: Representation, inference DempsterShafer theory, IEEE Trans. Syst., Man, Cybern., vol. 25, no. 5,
and learning, Ph.D. dissertation, UC Berkeley, Berkeley, CA, 2002. pp. 804813, May 1995.
[6] E. Ramasso and R. Gouriveau, Prognostics in switching systems: Evi- [32] H. He and E. Garcia, Learning from imbalanced data, IEEE Trans.
dential Markovian classification of real-time neuro-fuzzy predictions, in Knowl. Data Eng., vol. 21, no. 9, pp. 12631284, Sep. 2009.
Proc. IEEE Int. Conf. Prognostics Syst. Health Manag., Macau, China, [33] P. Smets, Beliefs functions: The disjunctive rule of combination and the
2010, pp. 110. generalized Bayesian theorem, Int. J. Approx. Reason., vol. 9, no. 1,
[7] M. El-Koujok, R. Gouriveau, and N. Zerhouni, Reducing arbitrary pp. 135, Aug. 1993.
choices in model building for prognostics: An approach by applying [34] P. Smets, Decision making in the TBM: The necessity of the pignistic
parsimony principle on an evolving neuro-fuzzy system, Microelectron. transformation, Int. J. Approx. Reason., vol. 38, no. 2, pp. 133147,
Rel., vol. 51, no. 2, pp. 310320, 2011. Feb. 2005.
[8] A. Dempster, Upper and lower probabilities induced by multiple valued [35] P. Smets, The canonical decomposition of a weighted belief, in Proc.
mappings, Ann. Math. Statist., vol. 38, no. 2, pp. 325339, Apr. 1967. Int. Joint Conf. Artif. Intell., San Mateo, CA, 1995, pp. 18961901.
[9] G. Shafer, A Mathematical Theory of Evidence. Princeton, NJ: Princeton [36] A. Saxena, K. Goebel, D. Simon, and N. Eklund, Damage propagation
Univ. Press, 1976. modeling for aircraft engine run-to-failure simulation, in Proc. Int. Conf.
[10] P. Smets and R. Kennes, The transferable belief model, Artif. Intell., Prognost. Health Manage., Denver, CO, 2008, pp. 19.
vol. 66, no. 2, pp. 191234, Apr. 1994. [37] T. Wang, J. Yu, D. Siegel, and J. Lee, A similarity-based prognostics
[11] P. Smets, What is DempsterShafers model? in Advances in the approach for remaining useful life estimation of engineered systems, in
Dempster-Shafer Theory of Evidence, I. R. Yager, M. Fedrizzi, and Proc. IEEE Int. Conf. Prognost. Health Manage., 2008, pp. 18.
J. Kacprzyk, Eds. Hoboken, NJ: Wiley, 1994, pp. 534. [38] K. Goebel and P. Bonissone, Prognostic information fusion for constant
[12] L. Serir, E. Ramasso, and N. Zerhouni, Time-sliced temporal evidential load systems, in Proc. 7th Annu. Conf. Inf. Fusion, 2003, pp. 12471255.
networks: The case of evidential HMM with application to dynamical [39] L. Serir, E. Ramasso, P. Nectoux, O. Bauer, and N. Zerhouni, Eviden-
system analysis, in Proc. IEEE Int. Conf. Prognostics Health Manag., tial Evolving Gustafson-Kessel algorithm (E2GK) and its application to
2011, pp. 110. PRONOSTIAs data streams partitioning, in IEEE Int. Conf. on Decision
[13] E. Come, L. Oukhellou, T. Denoeux, and P. Aknin, Learning from par- and Control, 2011, pp. 82738278.
tially supervised data using mixture models and belief functions, Pattern [40] E. Ramasso and S. Jullien, Parameter identification in Choquet integral
Recog., vol. 42, no. 3, pp. 334348, Mar. 2009. by the KullbackLeibler divergence on continuous densities with appli-
[14] O. E. Dragomir, R. Gouriveau, N. Zerhouni, and R. Dragomir, Frame- cation to classification fusion, in Proc. Eur. Soc. Fuzzy Logic Technol.,
work for a distributed and hybrid prognostic system, in Proc. 4th IFAC Aix-Les-Bains, France, 2011, pp. 132139, Ser. Advances in Intelligent
Conf. Manag. Control Prod. Logist., Sibiu, Romania, 2007. Systems Research.
[15] H. Papadopoulos, V. Vovk, and A. Gammerman, Regression conformal
prediction with nearest neighbors, J. Artif. Intell. Res., vol. 40, no. 1,
pp. 815840, Jan. 2011. Emmanuel Ramasso received the B.Sc. and M.Sc.
[16] G. Nakhaeizadeh, Learning prediction of time seriesA theoretical and degrees in automation science and computing from
empirical comparison of CBR with some other approaches, in Proc. 1st PolytechSavoie (engineering school of the Univer-
Eur. Workshop Topics Case-Based Reason., 1993, pp. 6576. sity of Chambry, France) in 2004. He defended
[17] D. Ruta, D. Nauck, and B. Azvine, K-nearest sequence method and its a Ph.D. (University of Grenoble, France) in 2007,
application to churn prediction, in Proc. Intell. Data Eng. Autom. Learn., focused on human motion analysis in videos based
2006, pp. 207215. on the belief function theory.
[18] Q. Yu, A. Sorjamaa, Y. Miche, and E. Severin, A methodology for time During 2008, he worked at the Commissariat
series prediction in finance, in Proc. Eur. Symp. Time Series Prediction, lEnergie Atomique et aux Energies Alternatives,
2008, pp. 285293. Saclay, France. Since September 2008, he has been
[19] Q. Yu, A. Lendasse, and E. Severin, Ensemble KNNs for bankruptcy working at the engineering school of mechanics and
prediction, in Proc. Int. Conf. Comput. Econ. Finance, 2009, pp. 19. microtechniques of Besancon (France) as an Associate Professor. His research
[20] S. Zhang, W. Jank, and G. Shmueli, Real-time forecasting of online activities have been carried out at the FEMTO-ST Institute on the development
auctions via functional k-nearest neighbors, Int. J. Forecast., vol. 26, of new methodologies for prognostics and health management solutions using
no. 4, pp. 666683, Oct./Dec. 2010. pattern recognition tools.
50 IEEE TRANSACTIONS ON CYBERNETICS, VOL. 43, NO. 1, FEBRUARY 2013

Michle Rombaut received the B.Sc. degree from Noureddine Zerhouni received the engineer degree
the Ecole Universitaire dIngnieurs de Lille, Lille, from the National Engineers and Technicians School
France, and the Ph.D. degree in electronic systems of Algiers (ENITA), Algiers, Algeria, in 1985. After
from the University of Lille, Lille. a short period in industry as an engineer, he re-
Since 1985, she has been with Universit Tech- ceived the Ph.D. degree in automatic control from the
nologique de Compigne, Compigne, France as an Grenoble National Polytechnic Institute, Grenoble,
Associate Professor and, since 1994, as a Profes- France, in 1991.
sor. Since 2002, at the University Joseph Fourier In September 1991, he joined the National Engi-
of Grenoble, Grenoble, France, she has been con- neering School of Belfort (ENIB), Belfort, France,
ducting her research at the Grenoble Images Speech as an Associate Professor. At this time, his main
Signals and Automatics Laboratory, particularly in research activity was concerned with the modeling,
data fusion and transferable belief model. analysis, and control of manufacturing systems. Since September 1999, he has
been a Professor at the national high school of mechanics and microtechniques
of Besancon. As for investigation, he is the Head of the Automatic Control and
Micro-Mechatronic Systems (AS2M) Department of FEMTO-ST Institute. His
main research activities are concerned with intelligent maintenance systems and
maintenance support based on information and communications technologies.
He has been and is involved in various European and national projects on
intelligent maintenance systems like the FP5 European Integrated Project of
the Information Technology for European Advancement program PROTEUS,
the Naval E-Maintenance Oriented System with Direction des Constructions
Navales, Systmes et Services, and the Reliability Improvement of Embedded
Machines (AMIMAC-FAME) with ALSTOM.

Anda mungkin juga menyukai