Search results for "Classifier"
showing 10 items of 231 documents
A one class KNN for signal identification: a biological case study
2009
The paper describes an application of a one class KNN to identify different signal patterns embedded in a noise structured background. The problem becomes harder whenever only one pattern is well-represented in the signal; in such cases, one class classifier techniques are more indicated. The classification phase is applied after a preprocessing phase based on a multi layer model (MLM) that provides preliminary signal segmentation in an interval feature space. The one class KNN has been tested on synthetic and real (Saccharomyces cerevisiae) microarray data in the specific problem of DNA nucleosome and linker regions identification. Results have shown, in both cases, a good recognition rate.
Classification Boundary Approximation by Using Combination of Training Steps for Real-Time Image Segmentation
2007
We propose a method of real-time implementation of an approximation of the support vector machine decision rule. The method uses an improvement of a supervised classification method based on hyperrectangles, which is useful for real-time image segmentation. We increase the classification and speed performances using a combination of classification methods: a support vector machine is used during a pre-processing step. We recall the principles of the classification methods and we evaluate the hardware implementation cost of each method. We present our learning step combination algorithm and results obtained using Gaussian distributions and an example of image segmentation coming from a part …
Applying Wavelet Packet Decomposition and One-Class Support Vector Machine on Vehicle Acceleration Traces for Road Anomaly Detection
2013
Road condition monitoring through real-time intelligent systems has become more and more significant due to heavy road transportation. Road conditions can be roughly divided into normal and anomaly segments. The number of former should be much larger than the latter for a useable road. Based on the nature of road condition monitoring, anomaly detection is applied, especially for pothole detection in this study, using accelerometer data of a riding car. Accelerometer data were first labeled and segmented, after which features were extracted by wavelet packet decomposition. A classification model was built using one-class support vector machine. For the classifier, the data of some normal seg…
A kernel support vector machine based technique for Crohnâs disease classification in human patients
2017
In this paper a new technique for classification of patients affected by Crohnâs disease (CD) is proposed. The proposed technique is based on a Kernel Support Vector Machine (KSVM) and it adopts a Stratified K-Fold Cross-Validation strategy to enhance the KSVM classifier reliability. Traditional manual classification methods require radiological expertise and they usually are very time-consuming. Accordingly to three expert radiologists, a dataset composed of 300 patients has been selected for KSVM training and validation. Each patient was codified by 22 extracted qualitative features and classified as Positive or Negative as the related histological specimen result showed the CD. The eff…
Analyse des Visuellen Klassifikationssystems Durch Detektionsexperimente
1977
Summary Experiments on recognizing statistically distorted patterns show that the human visual system operates as a linear classifier. The spatial frequency range, within which features are extracted, is determined by the coupling in the area of sharpest vision (2°). The relevant features for classifying patterns are not produced by isotropic filtering
<title>Dynamic integration of multiple data mining techniques in a knowledge discovery management system</title>
1999
One of the most important directions in improvement of data mining and knowledge discovery, is the integration of multiple classification techniques of an ensemble of classifiers. An integration technique should be able to estimate and select the most appropriate component classifiers from the ensemble. We present two variations of an advanced dynamic integration technique with two distance metrics. The technique is one variation of the stacked generalization method, with an assumption that each of the component classifiers is the best one, inside a certain sub area of the entire domain area. Our technique includes two phases: the learning phase and the application phase. During the learnin…
Interactive Pansharpening and Active Classification in Remote Sensing
2013
This chapter presents two multimodal prototypes for remote sensing image classification where user interaction is an important part of the system. The first one applies pansharpening techniques to fuse a panchromatic image and a multispectral image of the same scene to obtain a high resolution (HR) multispectral image. Once the HR image has been classified the user can interact with the system to select a class of interest. The pansharpening parameters are then modified to increase the system accuracy for the selected class without deteriorating the performance of the classifier on the other classes. The second prototype utilizes Bayesian modeling and inference to implement active learning …
Concept Drift Detection Using Online Histogram-Based Bayesian Classifiers
2016
In this paper, we present a novel algorithm that performs online histogram-based classification, i.e., specifically designed for the case when the data is dynamic and its distribution is non-stationary. Our method, called the Online Histogram-based Naïve Bayes Classifier (OHNBC) involves a statistical classifier based on the well-established Bayesian theory, but which makes some assumptions with respect to the independence of the attributes. Moreover, this classifier generates a prediction model using uni-dimensional histograms, whose segments or buckets are fixed in terms of their cardinalities but dynamic in terms of their widths. Additionally, our algorithm invokes the principles of info…
Online Estimation of Discrete Densities
2013
We address the problem of estimating a discrete joint density online, that is, the algorithm is only provided the current example and its current estimate. The proposed online estimator of discrete densities, EDDO (Estimation of Discrete Densities Online), uses classifier chains to model dependencies among features. Each classifier in the chain estimates the probability of one particular feature. Because a single chain may not provide a reliable estimate, we also consider ensembles of classifier chains and ensembles of weighted classifier chains. For all density estimators, we provide consistency proofs and propose algorithms to perform certain inference tasks. The empirical evaluation of t…
Deep CNN-ELM Hybrid Models for Fire Detection in Images
2018
In this paper, we propose a hybrid model consisting of a Deep Convolutional feature extractor followed by a fast and accurate classifier, the Extreme Learning Machine, for the purpose of fire detection in images. The reason behind using such a model is that Deep CNNs used for image classification take a very long time to train. Even with pre-trained models, the fully connected layers need to be trained with backpropagation, which can be very slow. In contrast, we propose to employ the Extreme Learning Machine (ELM) as the final classifier trained on pre-trained Deep CNN feature extractor. We apply this hybrid model on the problem of fire detection in images. We use state of the art Deep CNN…