paper-with-me

홈 › Papers

Deep Neural Networks with Inexact Matching for Person Re-Identification

2016-12-01 · NeurIPS 2016 12 · Arulkumar Subramaniam, Moitreya Chatterjee, Anurag Mittal

Person Re-Identification is the task of matching images of a person across multiple camera views. Almost all prior approaches address this challenge by attempting to learn the possible transformations that relate the different views of a person from a training corpora. Then, they utilize these transformation patterns for matching a query image to those in a gallery image bank at test time. This necessitates learning good feature representations of the images and having a robust feature matching technique. Deep learning approaches, such as Convolutional Neural Networks (CNN), simultaneously do both and have shown great promise recently. In this work, we propose two CNN-based architectures for Person Re-Identification. In the first, given a pair of images, we extract feature maps from these images via multiple stages of convolution and pooling. A novel inexact matching technique then matches pixels in the first representation with those of the second. Furthermore, we search across a wider region in the second representation for matching. Our novel matching technique allows us to tackle the challenges posed by large viewpoint variations, illumination changes or partial occlusions. Our approach shows a promising performance and requires only about half the parameters as a current state-of-the-art technique. Nonetheless, it also suffers from false matches at times. In order to mitigate this issue, we propose a fused architecture that combines our inexact matching pipeline with a state-of-the-art exact matching technique. We observe substantial gains with the fused model over the current state-of-the-art on multiple challenging datasets of varying sizes, with gains of up to about 21%.

📄 PDF Abstract BibTeX

Code (1)

InnovArul/personreid_normxcorr 공식 구현 torch

Tasks

Person Re-Identification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Improving Person Re-Identification via Pose-Aware Multi-Shot Matching

2016-06-01 · CVPR 2016 6 · Yeong-Jun Cho, Kuk-Jin Yoon

Person re-identification is the problem of recognizing people across images or videos from non-overlapping views. Although there has been much progress in person re-identification for the last decade, it still remains a …

Person Re-Identification

PaMM: Pose-aware Multi-shot Matching for Improving Person Re-identification

2017-05-17 · Yeong-Jun Cho, Kuk-Jin Yoon

Person re-identification is the problem of recognizing people across different images or videos with non-overlapping views. Although there has been much progress in person re-identification over the last decade, it remai…

Person Re-Identification

End-to-End Context-Aided Unicity Matching for Person Re-identification

2022-10-20 · Min Cao, Cong Ding, Chen Chen, Junchi Yan 외

Most existing person re-identification methods compute the matching relations between person images across camera views based on the ranking of the pairwise similarities. This matching strategy with the lack of the globa…

Graph MatchingPerson Re-Identification

Multi-Channel Pyramid Person Matching Network for Person Re-Identification

2018-03-07 · Chaojie Mao, Yingming Li, Yaqing Zhang, Zhongfei Zhang 외

In this work, we present a Multi-Channel deep convolutional Pyramid Person Matching Network (MC-PPMN) based on the combination of the semantic-components and the color-texture distributions to address the problem of pers…

Person Re-Identification

End-to-End Deep Kronecker-Product Matching for Person Re-identification

2018-07-30 · CVPR 2018 6 · Yantao Shen, Tong Xiao, Hongsheng Li, Shuai Yi 외

Person re-identification aims to robustly measure similarities between person images. The significant variation of person poses and viewing angles challenges for accurate person re-identification. The spatial layout and …

Person Re-Identification