Giter Site home page Giter Site logo

dm04806 / scalable-recognition-with-a-vocabulary-tree Goto Github PK

View Code? Open in Web Editor NEW

This project forked from renqiang/scalable-recognition-with-a-vocabulary-tree

0.0 2.0 0.0 3.35 MB

 Designed a recognition scheme, scaling efficiently to a great number of objects: extracted SIFT features for each image, and arranged these descriptors by a vocabulary tree, clustering by k-means at each level  Established a database with 1259 images, achieved an accuracy of 89.6% and average used time 3.2s

scalable-recognition-with-a-vocabulary-tree's Introduction

Scalable-Recognition-with-a-Vocabulary-Tree

 Designed a recognition scheme, scaling efficiently to a great number of objects: extracted SIFT features for each image, and arranged these descriptors by a vocabulary tree, clustering by k-means at each level  Established a database with 1259 images, achieved an accuracy of 89.6% and average used time 3.2s  A recognition scheme which scales efficiently to a great number of objects is introduced and implemented in this paper. And the good performance and high efficiency of this approach are demonstrated by the following test including a database of 259 images. The scheme bases upon a popular technique of indexing descriptors extracted from local regions, also called SIFT feature extraction. And these local region descriptors are hierarchically quantized in a vocabulary tree, which is implemented by using K-Means clustering. The tree not only allows more discriminatory vocabulary to be used efficiently, but also integrates indexing and quantization, or allocating weights for each SIFT feature used in scoring for relevant image in the database. The recognition is evaluated theoretically, resulting a low complexity in terms of time and space. Plus, its performance as well as robust propriety is analyzed, showing the power of the approach, explaining the influence brought by the probable noise. And the improvement of the approach are presented at last.

scalable-recognition-with-a-vocabulary-tree's People

Contributors

renqiang avatar

Watchers

 avatar  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.