paper-with-me

홈 › Papers

Incremental Generative Occlusion Adversarial Suppression Network for Person ReID

2021-04-06 · IEEE Transactions on Image Processing 2021 4 · Cairong Zhao, Xinbi Lv, Shuguang Dou, Shanshan Zhang, Jun Wu, Liang Wang

Person re-identification (re-id) suffers from the significant challenge of occlusion, where an image contains occlusions and less discriminative pedestrian information. However, certain work consistently attempts to design complex modules to capture implicit information (including human pose landmarks, mask maps, and spatial information). The network, consequently, focuses on discriminative features learning on human nonoccluded body regions and realizes effective matching under spatial misalignment. Few studies have focused on data augmentation, given that existing single-based data augmentation methods bring limited performance improvement. To address the occlusion problem, we propose a novel Incremental Generative Occlusion Adversarial Suppression (IGOAS) network. It consists of 1) an incremental generative occlusion block, generating easy-to-hard occlusion data, that makes the network more robust to occlusion by gradually learning harder occlusion instead of hardest occlusion directly. And 2) a global-adversarial suppression (G&A) framework with a global branch and an adversarial suppression branch. The global branch extracts steady global features of the images. The adversarial suppression branch, embedded with two occlusion suppression module, minimizes the generated occlusion’s response and strengthens attentive feature representation on human non-occluded body regions. Finally, we get a more discriminative pedestrian feature descriptor by concatenating two branches’ features, which is robust to the occlusion problem. The experiments on the occluded dataset show the competitive performance of IGOAS. On Occluded-DukeMTMC, it achieves 60.1% Rank-1 accuracy and 49.4% mAP.

📄 PDF Abstract BibTeX

Code (1)

Vill-Lab/2021-TIP-IGOAS pytorch

Tasks

Data AugmentationPerson Re-Identification

Similar Papers 제목 키워드 기반

Generative Adversarial Models for People Attribute Recognition in Surveillance

2017-07-07 · Matteo Fabbri, Simone Calderara, Rita Cucchiara

In this paper we propose a deep architecture for detecting people attributes (e.g. gender, race, clothing ...) in surveillance contexts. Our proposal explicitly deal with poor resolution and occlusion issues that often o…

AttributeGeneral Classification

VITON-GAN: Virtual Try-on Image Generator Trained with Adversarial Loss

2019-11-12 · Shion Honda

Generating a virtual try-on image from in-shop clothing images and a model person's snapshot is a challenging task because the human body and clothes have high flexibility in their shapes. In this paper, we develop a Vir…

Generative Adversarial NetworkVirtual Try-on

An Introduction to Person Re-identification with Generative Adversarial Networks

2019-04-12 · Hamed Alqahtani, Manolya Kavakli-Thorne, Charles Z. Liu

Person re-identification is a basic subject in the field of computer vision. The traditional methods have several limitations in solving the problems of person illumination like occlusion, pose variation and feature vari…

Person Re-Identification

Detection Selection Algorithm: A Likelihood based Optimization Method to Perform Post Processing for Object Detection

2022-12-12 · Angzhi Fan, Benjamin Ticknor, Yali Amit

In object detection, post-processing methods like Non-maximum Suppression (NMS) are widely used. NMS can substantially reduce the number of false positive detections but may still keep some detections with low objectness…

Objectobject-detectionObject Detection

Cross-dataset Person Re-Identification Using Similarity Preserved Generative Adversarial Networks

2018-06-11 · Jianming Lv, Xintong Wang

Person re-identification (Re-ID) aims to match the image frames which contain the same person in the surveillance videos. Most of the Re-ID algorithms conduct supervised training in some small labeled datasets, so direct…

Person Re-Identification