1,330 research outputs found
Compact convolutional neural network cascadefor face detection
This paper presents a new solution to the frontal face detection problem based on a compact convolutional neural networks cascade. Test results on an FDDB dataset show that it is able to compete with state-of-the-art algorithms. This proposed detector is implemented using three technologies: SSE/AVX/AVX2 instruction sets for Intel CPUs, Nvidia CUDA, and OpenCL. The detection speed of our approach exceeds considerably all the existing CPUbased and GPU-based algorithms. Thanks to its high computational efficiency, our detector can process 4K Ultra HD video stream in real time (up to 27 fps) on mobile platforms while searching objects with a dimension of 60×60 pixels or higher. At the same time, its processing speed is almost independent of the background and the number of objects in a scene. This is achieved by asynchronous computation of stages in the cascade
Structural model constructing for optical handwritten character recognition
The article is devoted to the development of the algorithms for optical handwritten character recognition based on the structural models constructing. The main advantage of these algorithms is the low requirement regarding the number of reference images. The one-pass approach to a thinning of the binary character representation has been proposed. This approach is based on the joint use of Zhang-Suen and Wu-Tsai algorithms. The effectiveness of the proposed approach is confirmed by the results of the experiments. The article includes the detailed description of the structural model constructing algorithm's steps. The proposed algorithm has been implemented in character processing application and has been approved on MNIST handwriting characters database. Algorithms that could be used in case of limited reference images number were used for the comparison
Electroencephalogram Analysis Based on Gramian Angular FieldTransformation
This paper addresses the problem of motion imagery classification from electroencephalogram signals which related with manydifficulties such on human state, measurement accuracy, etc. Artificial neural networks are a good tool to solve such kind of problems.Electroencephalogram is time series signals therefore, a Gramian Angular Fields conversion has been applied to convert it into images.GAF conversion was used for classification EEG with Convolutional Neural Network (CNN). GAF images are represented as a Gramianmatrix where each element is the trigonometric sum between different time intervals. Grayscale images were applied for recognition toreduce numbers of neural network parameters and increase calculation speed. Images from each measuring channel were connectedinto one multi-channel image. This article reveals the possible usage GAF conversion of EEG signals to motion imagery recognition,which is beneficial in the applied fields, such as implement it in brain-computer interfac
Text classification using convolutional neural network committee training
The method of classification of textual information based on the apparatus of convolutional neural networks is considered. The word-by-word text conversion into dense vectors is considered. Testing was conducted on the text data of the sample “The 20 Newsgroups”, this sample contains texts distributed in 20 classes. The accuracy, the best of the convolutional neural network used in this work, on the test sample was ~ 74%. The accuracy of voting of neural networks using the Bagging algorithm was ~ 81.5%. Based on the review of similar solutions, a comparison was made with the following text classification algorithms: using the support vector machine (SVM, 82.84%), naive bayes classifier (81%), k nearest neighbor algorithm (75.93%), a bag of words
Use of Modern Imaging Methods in Transport Aircraft Cockpits
Cílem této bakalářské práce je seznámení čtenáře s moderními zobrazovacími technologiemi založenými na projekci letových parametrů a zvýšené vizuální informace na průhledových displejích v kabinách dopravních letadel. Dále je cílem odůvodnit další rozšiřování těchto technologii v letecké dopravě.The goal of this bachelor's thesis is to familiarize the reader with technologies based of the projection of flight parameters and enhanced visual information on head-up displays in transport aircraft cockpits. Next goal is to justify the further spreading of such technologies in transport aviation
Using artificial neural networks to solve text classification problems
The article is devoted to neural network text classification algorithms. This paper presents the main components of the text classification system, as well as the same problems associated with the use of the architecture of convolutional neural networks. The algorithm for obtaining vector representations of the dictionary is described
- …
