paper-with-me

홈 › Papers

Resource Aware Person Re-identification across Multiple Resolutions

2018-05-22 · CVPR 2018 6 · Yan Wang, Lequn Wang, Yurong You, Xu Zou, Vincent Chen, Serena Li, Gao Huang, Bharath Hariharan, Kilian Q. Weinberger

Not all people are equally easy to identify: color statistics might be enough for some cases while others might require careful reasoning about high- and low-level details. However, prevailing person re-identification(re-ID) methods use one-size-fits-all high-level embeddings from deep convolutional networks for all cases. This might limit their accuracy on difficult examples or makes them needlessly expensive for the easy ones. To remedy this, we present a new person re-ID model that combines effective embeddings built on multiple convolutional network layers, trained with deep-supervision. On traditional re-ID benchmarks, our method improves substantially over the previous state-of-the-art results on all five datasets that we evaluate on. We then propose two new formulations of the person re-ID problem under resource-constraints, and show how our model can be used to effectively trade off accuracy and computation in the presence of resource constraints. Code and pre-trained models are available at https://github.com/mileyan/DARENet.

📄 PDF Abstract BibTeX arXiv:1805.08805

Code (1)

mileyan/DARENet 공식 구현 pytorch

Tasks

AllPerson Re-Identification

Similar Papers 제목 키워드 기반

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

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

Learning to Align Multi-Camera Domains using Part-Aware Clustering for Unsupervised Video Person Re-Identification

2019-09-29 · Youngeun Kim, Seokeon Choi, Taekyung Kim, Sumin Lee 외

Most video person re-identification (re-ID) methods are mainly based on supervised learning, which requires cross-camera ID labeling. Since the cost of labeling increases dramatically as the number of cameras increases, …

ClusteringMetric LearningPerson Re-IdentificationRepresentation Learning+1

An End-to-End Foreground-Aware Network for Person Re-Identification

2019-10-25 · Yiheng Liu, Wengang Zhou, Jianzhuang Liu, Guo-Jun Qi 외

Person re-identification is a crucial task of identifying pedestrians of interest across multiple surveillance camera views. In person re-identification, a pedestrian is usually represented with features extracted from a…

Person Re-Identification

Norm-Aware Embedding for Efficient Person Search

2020-06-01 · CVPR 2020 6 · Di Chen, Shanshan Zhang, Jian Yang, Bernt Schiele

Person Search is a practically relevant task that aims to jointly solve Person Detection and Person Re-identification (re-ID). Specifically, it requires to find and locate all instances with the same identity as the quer…

GPUHuman DetectionPerson Re-IdentificationPerson Search