CVJan 8, 2021

Contextual Non-Local Alignment over Full-Scale Representation for Text-Based Person Search

arXiv:2101.03036v1126 citationsHas Code
Originality Incremental advance
AI Analysis

This work provides a strong specific gain for researchers and practitioners working on text-based person search, an incremental improvement over existing methods.

This paper addresses the challenge of text-based person search by proposing a method called NAFS that adaptively aligns image and textual features across all scales. The method achieves a significant improvement over state-of-the-art methods, with a 5.53% increase in top-1 accuracy and a 5.35% increase in top-5 accuracy on a text-based person search dataset.

Text-based person search aims at retrieving target person in an image gallery using a descriptive sentence of that person. It is very challenging since modal gap makes effectively extracting discriminative features more difficult. Moreover, the inter-class variance of both pedestrian images and descriptions is small. So comprehensive information is needed to align visual and textual clues across all scales. Most existing methods merely consider the local alignment between images and texts within a single scale (e.g. only global scale or only partial scale) then simply construct alignment at each scale separately. To address this problem, we propose a method that is able to adaptively align image and textual features across all scales, called NAFS (i.e.Non-local Alignment over Full-Scale representations). Firstly, a novel staircase network structure is proposed to extract full-scale image features with better locality. Secondly, a BERT with locality-constrained attention is proposed to obtain representations of descriptions at different scales. Then, instead of separately aligning features at each scale, a novel contextual non-local attention mechanism is applied to simultaneously discover latent alignments across all scales. The experimental results show that our method outperforms the state-of-the-art methods by 5.53% in terms of top-1 and 5.35% in terms of top-5 on text-based person search dataset. The code is available at https://github.com/TencentYoutuResearch/PersonReID-NAFS

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes