to download project abstract of neural network

ABSTRACT:

Efficient and reliable monitoring of wild animals in their natural habitats is essential to inform conservation and management decisions. Visual animal biometrics is rapidly gaining popularity as it enables a non-invasive and cost-effective approach for wildlife monitoring applications. Wide spread of camera traps led to large volumes of collected wildlife pictures inexpensively, unobtrusively, and frequently. However, extracting information from these pictures remains an expensive, time-consuming, manual task making it hard to manage. Based on the recent advances in deep learning techniques, we propose in this paper a framework to build automated animal recognition in the wildlife, we demonstrate that such information can be automatically extracted by deep learning, a cutting-edge type of artificial intelligence. In order to automate the detection process while retaining robustness to blur, partial occlusion, illumination and pose variations, we use the recently proposed Faster-RCNN object detection framework to efficiently detect animals in images. We then compare this method with Convolution Neural Networks (CNN) method to evaluate the overall recognition accuracy of animals from the images. For the experiments, the database of wild animals is created. The overall performances were obtained using different number of training images and test images. Those efficiency gains immediately highlight the importance of using deep neural networks to automate data extraction from camera-trap images. Our results suggest that this technology could enable the inexpensive, unobtrusive, high-volume, and even real-time collection of a wealth of information about vast numbers of animals in the wildlife.

Keywords: Neural Network, Deep Learning, CNN, Inception model, Faster RCNN, SoftMax.

INTRODUCTION

Having an updated knowledge about different animals will impact our study in managing species in the ecosystem. Identifying animals and their features manually remains a manual and expensive, time-consuming task. Thus, we propose that such identification and classification can be done with utmost accuracy using deep learning neural network techniques. The main purpose of using deep learning neural network techniques is that a neural network framework can automatically learn from the training images by extracting features from the images and predicts the test images with efficient accuracies. This intends to reduce the manual effort and cost and to maintain and conserve the wildlife ecosystem. We will demonstrate that such detection of animal can be done by deep convolution neural network frameworks with high accuracies.

Figure 1.1: Overview of Animal Classification

Data Mining is the process of identifying and discovering trends and patterns in the large sets of data which is a combination of multiple fields that include machine learning, statistics and database systems. It focuses on extracting information from the large sets of data and transforming into a interpretable and comprehensible format for the future use. It is mainly used for data pre-processing, data classification and categorization. Image Classification analyses, identifies and discover several properties of an image and organizes the image data into various categories using several algorithms. It mainly employs two characteristic phases of processing: training and testing. In the training phase, a unique identity of each category is obtained. In the testing phase, these unique identities are used to classify the image data into categories. A neural network is a series of algorithms that analyses a set of data and recognizes the underlying relationships within the data. They are the workhorses of deep learning.

Deep Learning is an artificial intelligence technology that is used for processing larger sets of data and mainly used in decision making and image classification and pattern creation. It is a subset of Machine Learning that comprises of networks capable of training by unsupervised learning from the unstructured data. The reason why we choose to use deep learning is that it is one of that only methods that can overcome the challenges of feature extraction by learning several different features itself from the large sets of data without much effort from the programmer.

Generally, in a recognition system, when an input image is provided, features are extracted from the image. These are used by the network to train itself from the training data and organizes the data into classes. The gained knowledge from the training is used in predicting the test data based on the features and classifies them accordingly. A recognition system can be employed with identification and verification. Identification is where the given image is compared with all the other images and produces a ranked list of matches while the Verification is where the given image is compared, and the identity of the animal is confirmed or denied.

A CONVOLUTION NEURAL NETWORK BASED MODEL TO DETECT ANIMALS-neural network

Animal Detection Using Deep Learning Algorithm

Efficient and reliable monitoring of wild animals in their natural habitat is essential. This project develops an algorithm to detect the animals in wild life. Since there are large number of different animals manually identifying them can be a difficult task. This algorithm classifies animals based on their images so we can monitor them more efficiently. Animal detection and classification can help to prevent animal-vehicle accidents, trace animals and prevent theft. This can be achieved by applying effective deep learning algorithms.

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *