This blog is about state estimation method unaffected by sensor outliers. Explanation of state observer in the below. The state estimation problem for systems where observation outputs include outliers is addressed herein. When the observation output has outliers, the accuracy of the state estimation is dramatically worse. To overcome this problem, a novel observer structure using multiple candidates of the estimated state is proposed in the following paper.
[link] H. Okajima, Y. Kaneda and N. Matsunaga: Full article: State estimation method using median of multiple candidates for observation signals including outliers (tandfonline.com) SICE JCMSI (2021)
This paper is co-work with Prof. Nobutomo Matsunaga and Dr. Yasuaki Kaneda
The following figure shows an example of sense output with outliers.
By applying a traditional state estimator (state observer) for the outputs with outliers, the state estimation performance is bad (Figure 2). On the other hand, by our proposed observer, the state estimation performance is good (Figure 3). The details are shown below.
Problem formulation
This study addressed a discrete-time linear time-invariant system. The current time is taken as , and the dynamic characteristics of a plant are given by the state equation as follows:
Matrices , , , , and are suitably defined matrices that correspond to the square matrix and the inputs and outputs expressing the dynamic characteristics of plant, and the order of the plant is .
The term characterizes the outliers. The term holds in ordinary times. When an outlier occurs at , holds, and the magnitude of has no size limit. It is considered that the outlier values are drastically larger than the noise. In particular, if holds, it means an observed output with no outliers. One can express the packet loss such that , if is set. To distinguish the outliers from observations and noise, it is assumed here that the absolute value of is sufficiently large compared with other signals.
The detailed formulation of is presented in this section. In this study, outliers are supposed to occur instantly. In other words, it is considered that outliers occur for a short period. Two integers and are used to characterize the outliers in the observed output. For any time interval ] with time , the maximum number of outliers appearing in the time interval is . In other words, determines the time interval, and characterizes the outlier occurring frequency in the time interval.
MCV observer
In this study, it is assumed that the following condition is satisfied for and :
The outliers occur sparsely in various settings for the sensor outputs. In such a case, the former assumption can be easily satisfied.
Candidate vectors of state
First, candidates of state estimates are described. In the MCV observer (proposed state observer, proposed state estimator), the estimated value at time is used to estimate the state of time . Herein, the estimated value using a previously estimated state is denoted as .
where represents the estimated value of the state at time , and, for each vector, only the value of is used as the observed output. is an observer gain for obtaining . The observed output at the other time () is not used.
Judge the outliers
It is required to remove the candidate state with outliers effect. To evaluate whether is affected by an outlier, the following output is defined.
Here, can be calculated because and are known values, and is the observed output.
As an alternative expression, the signal can be expressed as follows.
where is the error between and , i.e., holds. The influence of is greater than that of , and when an outlier occurs.
MCV observer algorithm
The entire concepts are already shown. The algorithm of MCV observer is presented in detail in the paper about MCV observer.
Design method of observer gains
Observer gains are designed using the robust invariant set analysis. Please see our paper and matlab codes.
What is median operation
Because the calculation cost of the median operation is small in many computer devices, the median operation can be used in a wide range of research fields. For example, it is used as a filter in image processing and is known to be effective in the removal of salt-and-pepper noise from original images.
The median is a value located in the center of the whole data if the data are arranged by order of magnitude. When the number of values is even, it can be obtained by taking the average value of two numbers located at the center.
For data when the values are sorted in ascending order is . The median value is obtained as follows:
The median operator is denoted as ], and the median value is given by the following equation:
Links [Full Paper, MATLAB codes]
[Paper link] H. Okajima, Y. Kaneda and N. Matsunaga: Full article: State estimation method using median of multiple candidates for observation signals including outliers (tandfonline.com) SICE JCMSI (2021)