Update README.md

pull/644/head
Matthijs Douze 2018-10-03 14:09:51 +02:00 committed by GitHub
parent a91a24e77a
commit 87721af129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,12 +11,14 @@ Link & code is an indexing method that combines HNSW indexing with
compression and exploits the neighborhood structure of the similarity compression and exploits the neighborhood structure of the similarity
graph to improve the reconstruction. It is described in graph to improve the reconstruction. It is described in
```
@inproceedings{link_and_code, @inproceedings{link_and_code,
author = {Matthijs Douze and Alexandre Sablayrolles and Herv\'e J\'egou}, author = {Matthijs Douze and Alexandre Sablayrolles and Herv\'e J\'egou},
title = {Link and code: Fast indexing with graphs and compact regression codes}, title = {Link and code: Fast indexing with graphs and compact regression codes},
booktitle = {CVPR}, booktitle = {CVPR},
year = {2018} year = {2018}
} }
```
ArXiV [here](https://arxiv.org/abs/1804.09996) ArXiV [here](https://arxiv.org/abs/1804.09996)