137,271 research outputs found

    Image Classification: A Survey

    Get PDF
    The Classification of images is a paramount topic in artificial vision systems which have drawn a notable amount of interest over the past years. This field aims to classify an image, which is an input, based on its visual content. Currently, most people relied on hand-crafted features to describe an image in a particular way. Then, using classifiers that are learnable, such as random forest, and decision tree was applied to the extract features to come to a final decision. The problem arises when large numbers of photos are concerned. It becomes a too difficult problem to find features from them. This is one of the reasons that the deep neural network model has been introduced. Owing to the existence of Deep learning, it can become feasible to represent the hierarchical nature of features using a various number of layers and corresponding weight with them. The existing image classification methods have been gradually applied in real-world prob-lems, but then there are various problems in its application processes, such as unsatis-factory effect and extremely low classification accuracy or then and weak adaptive abil-ity. Models using deep learning concepts have robust learning ability, which combines the feature extraction and the process of classification into a whole which then com-pletes an image classification task, which can improve the image classification accuracy effectively. Convolutional Neural Networks are a powerful deep neural network tech-nique. These networks preserve the spatial structure of a problem and were built for object recognition tasks such as classifying an image into respective classes. Neural networks are much known because people are getting a state-of-the-art outcome on complex computer vision and natural language processing tasks. Convolutional neural networks have been extensively used

    Local feature based pattern classification: from principle to application

    Get PDF
    This thesis demonstrates that local feature based approaches are always more stable than global feature based approaches for pattern classification problems. Guided by the original theory that a regional matching approach is more robust than a national matching approach for two-dimensional pattern classification, this thesis examines the applications of the theory in one-dimensional and two-dimensional pattern classifications. We propose two local feature based approaches for two significant applications of pattern classification, namely start codon prediction and content based image classification. For start codon prediction which is considered as a typical one-dimensional pattern classification problem, we have developed a districted neural network that can be taken as a regional voting version of the conventional neural network. Experiments have been performed on the well known translation initiation sites (TIS) data sets and results have shown significant improvement of prediction accuracy. For two-dimensional pattern classification, we propose differential latent semantic index (DLSI) approach for content based image classification. The feasibility of using local features in the DLSI method is also investigated and an extensive experimental study on a real image database has proved its effectiveness.The original print copy of this thesis may be available here: http://wizard.unbc.ca/record=b130288

    A comparative analysis of automatic deep neural networks for image retrieval

    Get PDF
    Feature descriptor and similarity measures are the two core components in content-based image retrieval and crucial issues due to “semantic gap” between human conceptual meaning and a machine low-level feature. Recently, deep learning techniques have shown a great interest in image recognition especially in extracting features information about the images. In this paper, we investigated, compared, and evaluated different deep convolutional neural networks and their applications for image classification and automatic image retrieval. The approaches are: simple convolutional neural network, AlexNet, GoogleNet, ResNet-50, Vgg-16, and Vgg-19. We compared the performance of the different approaches to prior works in this domain by using known accuracy metrics and analyzed the differences between the approaches. The performances of these approaches are investigated using public image datasets corel 1K, corel 10K, and Caltech 256. Hence, we deduced that GoogleNet approach yields the best overall results. In addition, we investigated and compared different similarity measures. Based on exhausted mentioned investigations, we developed a novel algorithm for image retrieval

    Efficient Deep Image Denoising via Class Specific Convolution

    Full text link
    Deep neural networks have been widely used in image denoising during the past few years. Even though they achieve great success on this problem, they are computationally inefficient which makes them inappropriate to be implemented in mobile devices. In this paper, we propose an efficient deep neural network for image denoising based on pixel-wise classification. Despite using a computationally efficient network cannot effectively remove the noises from any content, it is still capable to denoise from a specific type of pattern or texture. The proposed method follows such a divide and conquer scheme. We first use an efficient U-net to pixel-wisely classify pixels in the noisy image based on the local gradient statistics. Then we replace part of the convolution layers in existing denoising networks by the proposed Class Specific Convolution layers (CSConv) which use different weights for different classes of pixels. Quantitative and qualitative evaluations on public datasets demonstrate that the proposed method can reduce the computational costs without sacrificing the performance compared to state-of-the-art algorithms.Comment: The Thirty-Fifth AAAI Conference on Artificial Intelligence(AAAI-21

    Flower image classification modeling using neural network

    Get PDF
    Image processing plays an important role in extracting useful information from images.However, the image processing and the process of translating an image into a statistical distribution of low-level features is not an easy task.These tasks are complicated since the acquired image data often noisy, and target objects are influenced by lighting, intensity or illumination. In the case of flower classification, image processing is a crucial step for computer-aided plant species identification. Flower image classification is based on the low-level features such as colour and texture to define and describe the image content. Colour features are extracted using normalized colour histogram and texture features are extracted using gray-level co-occurrence matrix.In this study, a dataset consists of 180 patterns with 7 attributes for each type of flower has been gathered. The finding from the study reveals that the number of images generated to represent each type of flower influences the classification accuracy. One interesting observation is that duplication of very hard to learn images assist Neural Network to improve its classification accuracy.This is also another area that could lead to better understanding towards the behaviour of images when applied to Neural Network classification
    corecore