From 87721af1294c0dc2008d0537d9082198a477ac3a Mon Sep 17 00:00:00 2001 From: Matthijs Douze Date: Wed, 3 Oct 2018 14:09:51 +0200 Subject: [PATCH] Update README.md --- benchs/link_and_code/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchs/link_and_code/README.md b/benchs/link_and_code/README.md index e7c4b6f33..fc2035f54 100644 --- a/benchs/link_and_code/README.md +++ b/benchs/link_and_code/README.md @@ -11,12 +11,14 @@ Link & code is an indexing method that combines HNSW indexing with compression and exploits the neighborhood structure of the similarity graph to improve the reconstruction. It is described in +``` @inproceedings{link_and_code, author = {Matthijs Douze and Alexandre Sablayrolles and Herv\'e J\'egou}, title = {Link and code: Fast indexing with graphs and compact regression codes}, booktitle = {CVPR}, year = {2018} } +``` ArXiV [here](https://arxiv.org/abs/1804.09996)