From b1569508ce801ae7303e2884958abcd435358bcc Mon Sep 17 00:00:00 2001 From: Yong Yuan Date: Sat, 16 Jan 2021 01:09:26 +0800 Subject: [PATCH] add LISRD local feature --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b441205..4a96627 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ The main goal is collect classical and solid work of image retrieval in academia ## Deep Learning Feature (Global Feature) -- [Smooth-AP: Smoothing the Path Towards Large-Scale Image Retrieval](https://arxiv.org/pdf/2007.12163.pdf), ECCV 2020 +- [Online Invariance Selection for Local Feature Descriptors](https://arxiv.org/abs/2007.08988), ECCV 2020, [code](https://github.com/rpautrat/LISRD). +- [Smooth-AP: Smoothing the Path Towards Large-Scale Image Retrieval](https://arxiv.org/pdf/2007.12163.pdf), ECCV 2020. - [SOLAR: Second-Order Loss and Attention for Image Retrieval](https://arxiv.org/pdf/2001.08972.pdf), ECCV 2020. - [Unifying Deep Local and Global Features for Image Search](https://arxiv.org/abs/2001.05027), arxiv 2020. - [SOLAR: Second-Order Loss and Attention for Image Retrieval](https://arxiv.org/abs/2001.08972v2), arxiv 2020.