Skip to content

welleast/CompositeQuantization

 
 

Repository files navigation

Composite Quantization

What is it?

This software library implements the composite quantization algorithm described in

Composite Quantization for approximate nearest neighbor search. Ting Zhang, Chao Du and Jingdong Wang. In International Conference on Machine Learning (ICML), 2014.

If you use this software for research purposes, please cite the aforementioned paper in any resulting publication.

The latest version

Version 1.0 (2015-01-28): Initial release.

Installation

See HOW_TO_INSTALL.txt.

Documentation

See HOW_TO_TRAINING.txt and HOW_TO_SEARCH.txt.

Example usage

See demo.cpp and config.txt in the source code.

Reference

libLBFGS: http://www.chokkan.org/software/liblbfgs/index.html

Fast k-means: http://research.microsoft.com/en-us/um/people/jingdw/LargeScaleClustering/index.html

Product quantization: http://people.rennes.inria.fr/Herve.Jegou/projects/ann.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.1%
  • C 32.8%
  • CMake 2.1%