Tong-ZHAO / locality_sensitive_hashing

Le projet de MOPSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locality Sensitive Hashing & Dynamic Continuous Indexing

The generalization of cameras and the increase of storage capacities make data analysis more and more important. Given an image, we need an efficient algorithm to search similar images in a huge dataset. The principle idea of this project is to do quick research in a huge image dataset with help of convolutional neural network(CNN) descriptor. To solve this problem, K-nearest neighbour algorithm (KNN) is widely used. In this project, Locality Sensitive Hashing(LSH) and Dynamic Continuous Indexing(DCI) are implemented and tested.

Requirement

  • Python 2.7, Scipy, Numpy
  • Keras
  • g++ (the version should support c++ 11)

Function

  • Calculate image discriptors by convolutional neural network (Python + Keras)
  • Implement LSH based on different distances (Cosine distance, Jaccard distance, Hamming distance, Euclidean distance) (C++)
  • Implement DCI (C++)

Run

sh run.sh

About

Le projet de MOPSI


Languages

Language:C++ 34.3%Language:Makefile 23.7%Language:C 19.3%Language:CMake 17.5%Language:Python 5.1%Language:Shell 0.2%