Giter VIP home page Giter VIP logo

itq-image-retrieval's Introduction

=======================================================================================

Overview:

This matlab source code comes from http://www.unc.edu/~yunchao/itq.htm.

I have modified it and implement drawing the Precision Recall Curves using
different methods such as ITQ/LSH/RR/SKLSH, and different binary bit length
PR_Curves using LSH. A Retri_Images_Demo is also provided to show the image
retrieval result using ITQ.

Modified by Willard, and you can see the detains from my website is:

www.yuanyong.org/blog/cv/lsh-itq-sklsh-compliment

========================================================================================

Important files are:

  1. ITQ.m: implements the Iterative Quantization method
  1. compressITQ: convert large-scale data to binary matrix
  2. main.m: demo code computes recall precision, also implements some other baseline methods
  3. RF_train.m: estimate some parameter for SKLSH
  4. RF_compress.m: perform SKLSH binary embedding
  5. cca.m performs a canonical correlation analysis for supervised cases
  6. Demo_PR.m: This is a geometric illustration of Draw the Recall Precision Curve
  7. DemoLSH_PR.m: This is a geometric illustration of LSH recall and precision using
    different code length
  8. Retri_Images_Demo.m: This is a PCA-ITQ demo showing the retrieval sample

========================================================================================

Some important notes:

  1. before ITQ, the data must have be centered
  1. we found 20-50 iterations are usually enough for ITQ
  2. I modified it on a 16G memory computer, 4G is failed for the dataset is large

========================================================================================

Demo results

Note: The bounding box image using red color is the query image.

image

image

image

If there is a bug, don't hesitate to contact me. Thanks!

itq-image-retrieval's People

Contributors

willard-yuan 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.