Git Product home page Git Product logo

whoisraibolt / bovf-with-mlp-classifier Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 368.38 MB

Comparative Evaluation of Feature Descriptors Through Bag of Visual Features with Multilayer Perceptron on Embedded GPU System, published in 17th IEEE Latin American Robotics Symposium/8th Brazilian Symposium of Robotics (LARS/SBR 2020)

License: MIT License

opencv python opencv-python feature-descriptors sift surf kaze brief orb brisk

bovf-with-mlp-classifier's Introduction

Comparative Evaluation of Feature Descriptors Through Bag of Visual Features with Multilayer Perceptron on Embedded GPU System

Paper published in 17th IEEE Latin American Robotics Symposium/8th Brazilian Symposium of Robotics

LARS/SBR 2020

GitHub repo size GitHub

People

Alexandra Raibolt (Lattes | E-mail)

Alberto Angonese (Lattes | E-mail)

Paulo Rosa (Lattes | E-mail)

Abstract

Loop Closure Detection (LCD) is one of the most significant steps for a Simultaneous Localization and Mapping (SLAM) system of an autonomous robot. Many of the state-of-the-art techniques for the LCD problem are based on handcrafted resources and Bag of Visual Words (BoVW). Even with advances in Machine Learning (ML) area, Deep Learning (DL) methods and Convolutional Neural Networks (CNNs) are not fully explored in the LCD problem context. We addressed the LCD problem proposing a hybrid Deep Neural Network (DNN) architecture for deployment on an embedded GPU system: NVIDIA’s Jetson Nano. The main idea of this work consists of reformulating a Local Binary Descriptor into convolutional filters of a CNN to produce a sparse model as an efficient alternative to traditional CNNs. This paper discusses the evaluation of the Bag of Visual Features (BoVF) approach, extracting features through Local Feature Descriptors such as SIFT, SURF, and KAZE and Local Binary Descriptors such as BRIEF, ORB, BRISK, AKAZE, and FREAK were evaluated for the recognition and classification steps. For this task, we used six visual datasets (MNIST, JAFFE, Extended CK+, FEI, CIFAR-10, and FER-2013) through Multilayer Perceptron (MLP) classifier. Experimentally, we demonstrated the feasibility to produce promising results combining BoVF with MLP classifier. Therefore, empirically, we can assume that the computed descriptors generated by a Local Binary Descriptor alongside a hybrid DNN architecture, can accomplish satisfactory results addressed in future work in the Feature Detection step, and reformulated in the Feature Extraction step into convolutional filters of CNN architecture of the proposed system.

Notice:

  • The proposed work was implemented in Python (version 3.6) as well as OpenCV (version 4.1) using a GPU ARM architecture and might not work with other versions.

  • In this repository, only the directory with the MNIST, CIFAR-10, and FER-2013 visual datasets are available. The directory where the other visual datasets should stay is not available in this GitHub repository since it would violate the dataset rules.

  • To download and use other visual datasets presented here, we strongly recommend reading the use of the norms of them. However, we recommend reading the use of the norms of the CIFAR-10, FER-2013, and MNIST as well.

References

  • A. Raibolt, A. Angonese and P. Rosa, "Comparative Evaluation of Feature Descriptors Through Bag of Visual Features with Multilayer Perceptron on Embedded GPU System," 2020 Latin American Robotics Symposium (LARS), 2020 Brazilian Symposium on Robotics (SBR) and 2020 Workshop on Robotics in Education (WRE), Natal, Brazil, 2020, pp. 1-6, doi: 10.1109/LARS/SBR/WRE51543.2020.9306931.
@INPROCEEDINGS{9306931,
  author={A. {Raibolt} and A. {Angonese} and P. {Rosa}},
  booktitle={2020 Latin American Robotics Symposium (LARS), 2020 Brazilian Symposium on Robotics (SBR) and 2020 Workshop on Robotics in Education (WRE)}, 
  title={Comparative Evaluation of Feature Descriptors Through Bag of Visual Features with Multilayer Perceptron on Embedded GPU System}, 
  year={2020},
  volume={},
  number={},
  pages={1-6},
  doi={10.1109/LARS/SBR/WRE51543.2020.9306931}}

Dependencies

To install the dependencies run:

pip install -r requirements.txt

Usage

python main.py --detector <detector> --descriptor <descriptor> --dataset <dataset>

Arguments Info
-h, --help Show help message and exit
--detector Specify SIFT or SURF or KAZE or ORB or BRISK or AKAZE
--descriptor Specify SIFT or SURF or KAZE or BRIEF or ORB or BRISK or AKAZE or FREAK
--dataset Specify MNIST or JAFFE or Extended-CK+ or FEI or CIFAR-10 or FER-2013

Examples

Help

python main.py --help

Evaluation of BRIEF Descriptor on CIFAR-10 visual datasets

python main.py --detector ORB --descriptor BRIEF --dataset CIFAR-10

Credits

License

Code released under the MIT license.

bovf-with-mlp-classifier's People

Contributors

dependabot[bot] avatar whoisraibolt avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.