前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【论文推荐】最新5篇行人再识别(ReID)相关论文—迁移学习、特征集成、重排序、 多通道金字塔、深层生成模型

【论文推荐】最新5篇行人再识别(ReID)相关论文—迁移学习、特征集成、重排序、 多通道金字塔、深层生成模型

作者头像
WZEARW
发布2018-04-08 15:22:38
1.6K0
发布2018-04-08 15:22:38
举报
文章被收录于专栏:专知专知

【导读】专知内容组整理了最近五篇行人再识别(Person Re-identification)相关文章,为大家进行介绍,欢迎查看!

1.Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatial-Temporal Patterns(基于迁移学习时空模式的无监督跨数据集的行人再识别)


作者:Jianming Lv,Weihang Chen,Qing Li,Can Yang

机构:South China University of Technology,City University of Hongkongy

摘要:Most of the proposed person re-identification algorithms conduct supervised training and testing on single labeled datasets with small size, so directly deploying these trained models to a large-scale real-world camera network may lead to poor performance due to underfitting. It is challenging to incrementally optimize the models by using the abundant unlabeled data collected from the target domain. To address this challenge, we propose an unsupervised incremental learning algorithm, TFusion, which is aided by the transfer learning of the pedestrians' spatio-temporal patterns in the target domain. Specifically, the algorithm firstly transfers the visual classifier trained from small labeled source dataset to the unlabeled target dataset so as to learn the pedestrians' spatial-temporal patterns. Secondly, a Bayesian fusion model is proposed to combine the learned spatio-temporal patterns with visual features to achieve a significantly improved classifier. Finally, we propose a learning-to-rank based mutual promotion procedure to incrementally optimize the classifiers based on the unlabeled data in the target domain. Comprehensive experiments based on multiple real surveillance datasets are conducted, and the results show that our algorithm gains significant improvement compared with the state-of-art cross-dataset unsupervised person re-identification algorithms.

期刊:arXiv, 2018年3月20日

网址

http://www.zhuanzhi.ai/document/0522841c63093f56ebca3f6847d4368b

2.Virtual CNN Branching: Efficient Feature Ensemble for Person Re-Identification(虚拟CNN分支:高效特征集成的行人再识别)


作者:Albert Gong,Qiang Qiu,Guillermo Sapiro

机构:North Carolina School of Science and Mathematics,Duke University

摘要:In this paper we introduce an ensemble method for convolutional neural network (CNN), called "virtual branching," which can be implemented with nearly no additional parameters and computation on top of standard CNNs. We propose our method in the context of person re-identification (re-ID). Our CNN model consists of shared bottom layers, followed by "virtual" branches, where neurons from a block of regular convolutional and fully-connected layers are partitioned into multiple sets. Each virtual branch is trained with different data to specialize in different aspects, e.g., a specific body region or pose orientation. In this way, robust ensemble representations are obtained against human body misalignment, deformations, or variations in viewing angles, at nearly no any additional cost. The proposed method achieves competitive performance on multiple person re-ID benchmark datasets, including Market-1501, CUHK03, and DukeMTMC-reID.

期刊:arXiv, 2018年3月16日

网址

http://www.zhuanzhi.ai/document/b30179e72ec8bb453ae64a033471ae88

3.A framework with updateable joint images re-ranking for Person Re-identification(一个可更新的重新排序的联合图像的框架以供行人再识别)


作者:Mingyue Yuan,Dong Yin,Jingwen Ding,Yuhao Luo,Zhipeng Zhou,Chengfeng Zhu,Rui Zhang

机构:School of Information Science Technology,Key Laboratory of Electromagnetic Space Information of CAS

摘要:Person re-identification plays an important role in realistic video surveillance with increasing demand for public safety. In this paper, we propose a novel framework with rules of updating images for person re-identification in real-world surveillance system. First, Image Pool is generated by using mean-shift tracking method to automatically select video frame fragments of the target person. Second, features extracted from Image Pool by convolutional network work together to re-rank original ranking list of the main image and matching results will be generated. In addition, updating rules are designed for replacing images in Image Pool when a new image satiating with our updating critical formula in video system. These rules fall into two categories: if the new image is from the same camera as the previous updated image, it will replace one of assist images; otherwise, it will replace the main image directly. Experiments are conduced on Market-1501, iLIDS-VID and PRID-2011 and our ITSD datasets to validate that our framework outperforms on rank-1 accuracy and mAP for person re-identification. Furthermore, the update ability of our framework provides consistently remarkable accuracy rate in real-world surveillance system.

期刊:arXiv, 2018年3月8日

网址

http://www.zhuanzhi.ai/document/22a54aca7c06d061e6a595674f580665

4.Multi-Channel Pyramid Person Matching Network for Person Re-Identification(多通道金字塔型行人匹配网络进行行人再识别)


作者:Chaojie Mao,Yingming Li,Yaqing Zhang,Zhongfei Zhang,Xi Li

机构:College of Information Science,Electronic Engineering, Zhejiang University,College of Computer Science and Technology,Alibaba-Zhejiang University

摘要: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 person re-identification. In particular, we learn separate deep representations for semantic-components and color-texture distributions from two person images and then employ pyramid person matching network (PPMN) to obtain correspondence representations. These correspondence representations are fused to perform the re-identification task. Further, the proposed framework is optimized via a unified end-to-end deep learning scheme. Extensive experiments on several benchmark datasets demonstrate the effectiveness of our approach against the state-of-the-art literature, especially on the rank-1 recognition rate.

期刊:arXiv, 2018年3月7日

网址

http://www.zhuanzhi.ai/document/2a28452f9dad43cbba6c3ef5dc8e6729

5.Tracking by Prediction: A Deep Generative Model for Mutli-Person localisation and Tracking(通过预测跟踪:对多行人定位和跟踪的深层生成模型)


作者:Tharindu Fernando,Simon Denman,Sridha Sridharan,Clinton Fookes

机构:Queensland University of Technology

摘要:Current multi-person localisation and tracking systems have an over reliance on the use of appearance models for target re-identification and almost no approaches employ a complete deep learning solution for both objectives. We present a novel, complete deep learning framework for multi-person localisation and tracking. In this context we first introduce a light weight sequential Generative Adversarial Network architecture for person localisation, which overcomes issues related to occlusions and noisy detections, typically found in a multi person environment. In the proposed tracking framework we build upon recent advances in pedestrian trajectory prediction approaches and propose a novel data association scheme based on predicted trajectories. This removes the need for computationally expensive person re-identification systems based on appearance features and generates human like trajectories with minimal fragmentation. The proposed method is evaluated on multiple public benchmarks including both static and dynamic cameras and is capable of generating outstanding performance, especially among other recently proposed deep neural network based approaches.

期刊:arXiv, 2018年3月9日

网址

http://www.zhuanzhi.ai/document/446887bc70fe936553cbf44183398082

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2018-03-24,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 专知 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档