In this paper, an approach using the spatio-temporal feature and nonnegative locality-constrained linear coding (NLLC) is proposed to detect abnormal events in videos. This approach utilizes position-based spatio-temp...
详细信息
ISBN:
(纸本)9781467399623
In this paper, an approach using the spatio-temporal feature and nonnegative locality-constrained linear coding (NLLC) is proposed to detect abnormal events in videos. This approach utilizes position-based spatio-temporal descriptors as the low-level representations of a video clip. Each descriptor consists of the position information of a space-time interest point and an appearance feature vector. To obtain the high-level video representations, the nonnegative locality-constrained linear coding is adopted to encode each spatio-temporal descriptor. Then, the max pooling integrates all NLLC codes of a video clip to produce a feature vector. Finally, the support vector machine (SVM) is employed to classify the feature vector as abnormal or normal. Experimental results on two datasets have demonstrated the promising performance of the proposed approach in the detection of both global and local abnormal events.
In recent years, correlation filter based trackers outperform better than other trackers. Nevertheless, they only employ one feature and a single kernel, so they are usually not robust in complex scenes. In this paper...
详细信息
In recent years, correlation filter based trackers outperform better than other trackers. Nevertheless, they only employ one feature and a single kernel, so they are usually not robust in complex scenes. In this paper, we derive a multi-feature and multi-kernel correlation filter based tracker which fully takes advantage of the invariance-discriminative power spectrums of various features and kernels to further improve the performance. A novel bootstrap learning method is utilized to obtain a strong classifier by fusing these weak kernel correlation filters (KCFs). Moreover, a new target scale estimation strategy is incorporated into our framework. The efficient and effective scale estimation method is based on target dictionary representation. The proposed method is tested on several videos and compared with seven state-of-the-art methods. Experimental results have provided further support to the effectiveness and robustness of the proposed method.
Pedestrian detection and semantic segmentation are high potential tasks for many real-time applications. However most of the top performing approaches provide state of art results at high computational costs. In this ...
详细信息
ISBN:
(纸本)9781467388528
Pedestrian detection and semantic segmentation are high potential tasks for many real-time applications. However most of the top performing approaches provide state of art results at high computational costs. In this work we propose a fast solution for achieving state of art results for both pedestrian detection and semantic segmentation. As baseline for pedestrian detection we use sliding windows over cost efficient multiresolution filtered LUV+HOG channels. We use the same channels for classifying pixels into eight semantic classes. Using short range and long range multiresolution channel features we achieve more robust segmentation results compared to traditional codebook based approaches at much lower computational costs. The resulting segmentations are used as additional semantic channels in order to achieve a more powerful pedestrian detector. To also achieve fast pedestrian detection we employ a multiscale detection scheme based on a single flexible pedestrian model and a single image scale. The proposed solution provides competitive results on both pedestrian detection and semantic segmentation benchmarks at 8 FPS on CPU and at 15 FPS on GPU, being the fastest top performing approach.
As the rapid development of computer technology and network communication, short text data has increased enormously. Classifying the short text snippets is a great challenge to due to its less semantic information and...
详细信息
ISBN:
(纸本)9781509006557
As the rapid development of computer technology and network communication, short text data has increased enormously. Classifying the short text snippets is a great challenge to due to its less semantic information and high sparseness. In this paper, we proposed an improved short text classification method based on Latent Dirichlet Allocation topic model and K-Nearest Neighbor algorithm. The generated probabilistic topics help both make the texts more semantic-focused and reduce the sparseness. In addition, we present a novel topic similarity measure method with the topic-word matrix and the relationship of the discriminative terms between two short texts. A short text dataset for experiment validation is constructed by crawling the posts from Sina News website. The extensive and comparable experimental results obtained show the effectiveness of our proposed method.
This paper investigates sensor fault problems in Markov jump systems with uncertain disturbances. Using the measurement equation, the sensor faults can be translated into the state inputs. Subsequently, a cluster of r...
详细信息
This paper investigates sensor fault problems in Markov jump systems with uncertain disturbances. Using the measurement equation, the sensor faults can be translated into the state inputs. Subsequently, a cluster of residual generators is designed by employing the space geometric method. The corresponding filter parameters are obtained based on the space geometric approach, then using H ∞ optimization technique reduce the effects of disturbance inputs on the residuals, at the same time, the residual generator is designed so that the residual signals and sensor faults satisfy one to one correspondence, which can be used to detect and isolate the sensor faults in Markov jump systems with disturbance. Simulation results demonstrate the efficiency of the proposed method.
This paper presents an approach for constructing high quality Digital Elevation Maps (DEMs) from dense stereo data. As opposed to classical DEM creation algorithms, the proposed solution uses the sensor models of the ...
详细信息
ISBN:
(纸本)9781509018901
This paper presents an approach for constructing high quality Digital Elevation Maps (DEMs) from dense stereo data. As opposed to classical DEM creation algorithms, the proposed solution uses the sensor models of the stereovision sensor to correct the raw data. The direct and inverse sensor models are found from experiments. The algorithm decomposes the 2D cells containing vertical objects or object boundaries in order to model the objects more precisely. The approach distinguishes between 2 types of cells: cells containing horizontal and vertical objects. For the vertical object cells, connected components in the histogram of heights are found while in the horizontal object cells, the most representative height is determined using a mode-seeking approach similar to mean shift. The 3D reconstructed points are assigned to the cells around it by considering the probability of correspondence based on the 2D Gaussian component of the direct sensor model. In order to eliminate the noise, a similarity measure is computed between each 3D point and cell based on the calculated DEM cell descriptor and is discarded if the similarity score is smaller than a predefined threshold. The algorithm is implemented on the GPU in order to achieve a real-time execution speed and it is evaluated extensively in comparison with other DEM creation algorithms using the latest KITTI stereo benchmark data. The obtained DEM is denser, more accurate and the object boundaries are modeled more precisely.
Bone scintigraphy is widely used to diagnose bone diseases. Accurate hotspot segmentation is a critical task for tumor metastasis diagnosis. In this paper, we propose an interactive approach to detect and extract hots...
详细信息
ISBN:
(纸本)9781479999897
Bone scintigraphy is widely used to diagnose bone diseases. Accurate hotspot segmentation is a critical task for tumor metastasis diagnosis. In this paper, we propose an interactive approach to detect and extract hotspots in thoracic region based on a new multiple instance learning (MIL) method called EM-MILBoost. We convert the segmentation problem to a multiple instance learning task by constructing positive and negative bags according to the input bounding box. In order to be robust against noisy input, we train a region-level hotspot classifier with EM-MILBoost and develop several segmentation strategies based on it. The experimental results demonstrate that our method outperforms other methods and is robust against various noisy input.
Feature selection, as a preprocessing step to machine learning, plays a pivotal role in removing irrelevant data, reducing dimensionality and improving performance evaluations. Recent years, sparse representation has ...
详细信息
Face recognition has attracted great interest due to its importance in many real-world applications. In this paper,we present a novel low-rank sparse representation-based classification(LRSRC) method for robust face r...
详细信息
Face recognition has attracted great interest due to its importance in many real-world applications. In this paper,we present a novel low-rank sparse representation-based classification(LRSRC) method for robust face recognition. Given a set of test samples, LRSRC seeks the lowest-rank and sparsest representation matrix over all training samples. Since low-rank model can reveal the subspace structures of data while sparsity helps to recognize the data class, the obtained test sample representations are both representative and discriminative. Using the representation vector of a test sample, LRSRC classifies the test sample into the class which generates minimal reconstruction error. Experimental results on several face image databases show the effectiveness and robustness of LRSRC in face imagerecognition.
In this paper, we propose an algorithm to solve the issue of actuator fault FDI of combined system. The algorithm is based on space geometry method. Firstly, we use space division theory and space projection operation...
详细信息
ISBN:
(纸本)9781467374439
In this paper, we propose an algorithm to solve the issue of actuator fault FDI of combined system. The algorithm is based on space geometry method. Firstly, we use space division theory and space projection operation of unobservability subspace to solve system matrix parameters. Then build a residual generator to realize decoupling corresponding relation of residuals and faults in combined system. Finally, the feasibility and effectiveness of the algorithm are shown for actuator FDI by simulations.
暂无评论