论文标题
更快的人重新识别
Faster Person Re-Identification
论文作者
论文摘要
快速的人重新识别(REID)旨在快速准确地搜索人图像。最近快速REID方法的主要思想是哈希算法,该算法学习紧凑的二进制代码并执行快速的锤击距离和计数排序。但是,需要很长的代码才能高精度(例如2048),这会损害搜索速度。在这项工作中,我们通过制定一种新颖的粗到精细(CTF)哈希代码搜索策略来引入一种新的解决方案,该解决方案互补地使用了简短和长的代码,既可以实现更快的速度又可以实现更高的准确性。它使用较短的代码将宽匹配的相似性和更长的代码排名,以优化几个顶级候选人,以获得更准确的实例REID。具体而言,我们设计了一个多合一(AIO)框架,并使用距离阈值优化(DTO)算法。在AIO中,我们同时学习并增强了单个模型中不同长度的多个代码。它在金字塔结构中学习多个代码,并鼓励较短的代码通过自我鉴定模仿更长的代码。 DTO通过简单的优化过程解决了复杂的阈值搜索问题,并且精确度和速度之间的平衡很容易由单个参数控制。它将优化目标提出为$F_β$得分,可以通过高斯累积分布函数进行优化。 2个数据集的实验结果表明,我们所提出的方法(CTF)不仅比当代哈希REID方法更准确,而且要快5倍。与非障碍REID方法相比,CTF的准确性更快。代码可在https://github.com/wangguanan/light-reid上找到。
Fast person re-identification (ReID) aims to search person images quickly and accurately. The main idea of recent fast ReID methods is the hashing algorithm, which learns compact binary codes and performs fast Hamming distance and counting sort. However, a very long code is needed for high accuracy (e.g. 2048), which compromises search speed. In this work, we introduce a new solution for fast ReID by formulating a novel Coarse-to-Fine (CtF) hashing code search strategy, which complementarily uses short and long codes, achieving both faster speed and better accuracy. It uses shorter codes to coarsely rank broad matching similarities and longer codes to refine only a few top candidates for more accurate instance ReID. Specifically, we design an All-in-One (AiO) framework together with a Distance Threshold Optimization (DTO) algorithm. In AiO, we simultaneously learn and enhance multiple codes of different lengths in a single model. It learns multiple codes in a pyramid structure, and encourage shorter codes to mimic longer codes by self-distillation. DTO solves a complex threshold search problem by a simple optimization process, and the balance between accuracy and speed is easily controlled by a single parameter. It formulates the optimization target as a $F_β$ score that can be optimised by Gaussian cumulative distribution functions. Experimental results on 2 datasets show that our proposed method (CtF) is not only 8% more accurate but also 5x faster than contemporary hashing ReID methods. Compared with non-hashing ReID methods, CtF is $50\times$ faster with comparable accuracy. Code is available at https://github.com/wangguanan/light-reid.