
Multistage Naive Bayes Classifier with Reject Option for 
Multiresolution Signal Representation 
Urszula Libal 
Institute of Computer Engineering, Control and Robotics, Wroclaw University of Technology, Wroclaw, Poland 
Keywords:  Multistage Classifier, Naive Bayes, Reject Option, Pattern Recognition, Wavelet, Resolution. 
Abstract:  In the article, two approaches to pattern recognition of signals are compared: a direct and a multistage. It is 
assumed that there are two generic patterns of signals, i.e. a two-class problem is considered. The direct 
method classifies signal in one step. The multistage method uses a multiresolution representation of signal 
in wavelet bases, starting from a coarse resolution at the first stage to a more detailed resolutions at the next 
stages. After a signal is assigned to a class, the posterior probability for this class is counted and compared 
with a fixed level. If the probability is higher than this level, the algorithm stops. Otherwise the signal is 
rejected and on the next stage the classification procedure is repeated for a higher resolution of signal. The 
posterior probability is calculated again. The algorithm stops when the probability is higher than a fixed 
level and a signal is finally assigned to a class. The wavelet filtration of signal is used for feature selection 
and acts as a magnifier. If the posterior probability of recognition is low on some stage, the number of 
features on the next stage is increased by taking a better resolution. The experiments are performed for three 
local decision rules: naive Bayes, linear and quadratic discriminant analysis. 
1 INTRODUCTION 
Sometimes the direct approach to classification does 
not give the desired results. Then a classifier with 
reject option (
Devroye et al., 1996) may be used. The 
object rejection is a cancellation of the object 
assignment to one of the classes, if the decision is 
not certain on a reasonable level. This approach can 
reduce the risk of misclassification (Pudil et al., 
1992).  
In opposition to a multistage classifier based on 
decision trees (Burduk and Kurzyński, 2006); 
(Kurzyński, 1988); (Libal, 2010), the new multistage 
approach to classification is presented in this article. 
There is proposed a multistage classifier, which is a 
sequence of Bayes decision rules with the reject 
option. The new classifier is dedicated to signal 
recognition and uses wavelet representation of 
signals. There are assumed only two classes of 
signals. In case of inability to identify the class at 
some stage (i.e. signal rejection), it will try to 
classify the signal to one of the two classes at the 
next stage. It should be noted that at each stage there 
are still the same two classes considered, and the 
number of steps of the algorithm is not determined
 arbitrarily. 
To avoid the curse of dimensionality (the empty 
space phenomenon), the signal is represented by the 
wavelet approximation coefficients in the following 
way: at an early stage classifier uses signal 
representation in a low resolution. And if it is not 
enough (i.e.  rejection case), then classifier will use 
signal representation in an increased resolution at 
the next stage. The method of obtaining wavelet 
coefficient vectors 
, 
,…,
 by the wavelet 
decomposition of signals with the use of the Mallat 
algorithm is described in the section 2.1. 
2 MULTISTAGE CLASSIFIER 
The considered problem is to classify a noised signal 
to one of two classes. There is shown a multistage 
algorithm with reject option, i.e. on every stage a 
local classifier assigns an analysed signal to a class 
from 1,2 or rejects it. If the signal was assigned to 
class 1 or 2, then algorithm stops. On the other hand, 
after the rejection signal stays unclassified and waits 
for the classification on the next stage. The 
difference between stages is a representation of the
289
Libal U..
Multistage Naive Bayes Classifier with Reject Option for Multiresolution Signal Representation.
DOI: 10.5220/0004266002890292
In Proceedings of the 2nd International Conference on Pattern Recognition Applications and Methods (ICPRAM-2013), pages 289-292
ISBN: 978-989-8565-41-9
Copyright
c
 2013 SCITEPRESS (Science and Technology Publications, Lda.)