paper-with-me

Papers

Deep Group-shuffling Random Walk for Person Re-identification

2018-07-30 · CVPR 2018 6 · Yantao Shen, Hongsheng Li, Tong Xiao, Shuai Yi, Dapeng Chen, Xiaogang Wang

Person re-identification aims at finding a person of interest in an image gallery by comparing the probe image of this person with all the gallery images. It is generally treated as a retrieval problem, where the affinities between the probe image and gallery images (P2G affinities) are used to rank the retrieved gallery images. However, most existing methods only consider P2G affinities but ignore the affinities between all the gallery images (G2G affinity). Some frameworks incorporated G2G affinities into the testing process, which is not end-to-end trainable for deep neural networks. In this paper, we propose a novel group-shuffling random walk network for fully utilizing the affinity information between gallery images in both the training and testing processes. The proposed approach aims at end-to-end refining the P2G affinities based on G2G affinity information with a simple yet effective matrix operation, which can be integrated into deep neural networks. Feature grouping and group shuffle are also proposed to apply rich supervisions for learning better person features. The proposed approach outperforms state-of-the-art methods on the Market-1501, CUHK03, and DukeMTMC datasets by large margins, which demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:1807.11178

Code (1)

YantaoShen/kpm_rw_person_reid 공식 구현 pytorch

Tasks

Person Re-IdentificationRetrieval

Similar Papers 제목 키워드 기반

Vision Transformer based Random Walk for Group Re-Identification

2024-10-08 · Guoqing Zhang, Tianqi Liu, Wenxuan Fang, yuhui Zheng

Group re-identification (re-ID) aims to match groups with the same people under different cameras, mainly involves the challenges of group members and layout changes well. Most existing methods usually use the k-nearest …

Depth EstimationMonocular Depth Estimation

Network Shuffling: Privacy Amplification via Random Walks

2022-04-08 · Seng Pei Liew, Tsubasa Takahashi, Shun Takagi, Fumiyuki Kato 외

Recently, it is shown that shuffling can amplify the central differential privacy guarantees of data randomized with local differential privacy. Within this setup, a centralized, trusted shuffler is responsible for shuff…

Identifying Emotion from Natural Walking

2015-08-03 · Liqing Cui, Shun Li, Wan Zhang, Zhan Zhang 외

Emotion identification from gait aims to automatically determine persons affective state, it has attracted a great deal of interests and offered immense potential value in action tendency, health care, psychological dete…

ClassificationGeneral Classification

Fusing Video and Inertial Sensor Data for Walking Person Identification

2018-02-20 · Yuehong Huang, Yu-Chee Tseng

An autonomous computer system (such as a robot) typically needs to identify, locate, and track persons appearing in its sight. However, most solutions have their limitations regarding efficiency, practicability, or envir…

Person Identification

Generalizing DP-SGD with Shuffling and Batch Clipping

2022-12-12 · Marten van Dijk, Phuong Ha Nguyen, Toan N. Nguyen, Lam M. Nguyen

Classical differential private DP-SGD implements individual clipping with random subsampling, which forces a mini-batch SGD approach. We provide a general differential private algorithmic framework that goes beyond DP-SG…