paper-with-me

Papers

PARFormer: Transformer-based Multi-Task Network for Pedestrian Attribute Recognition

2023-04-14 · Xinwen Fan, Yukang Zhang, Yang Lu, Hanzi Wang

Pedestrian attribute recognition (PAR) has received increasing attention because of its wide application in video surveillance and pedestrian analysis. Extracting robust feature representation is one of the key challenges in this task. The existing methods mainly use the convolutional neural network (CNN) as the backbone network to extract features. However, these methods mainly focus on small discriminative regions while ignoring the global perspective. To overcome these limitations, we propose a pure transformer-based multi-task PAR network named PARFormer, which includes four modules. In the feature extraction module, we build a transformer-based strong baseline for feature extraction, which achieves competitive results on several PAR benchmarks compared with the existing CNN-based baseline methods. In the feature processing module, we propose an effective data augmentation strategy named batch random mask (BRM) block to reinforce the attentive feature learning of random patches. Furthermore, we propose a multi-attribute center loss (MACL) to enhance the inter-attribute discriminability in the feature representations. In the viewpoint perception module, we explore the impact of viewpoints on pedestrian attributes, and propose a multi-view contrastive loss (MCVL) that enables the network to exploit the viewpoint information. In the attribute recognition module, we alleviate the negative-positive imbalance problem to generate the attribute predictions. The above modules interact and jointly learn a highly discriminative feature space, and supervise the generation of the final features. Extensive experimental results show that the proposed PARFormer network performs well compared to the state-of-the-art methods on several public datasets, including PETA, RAP, and PA100K. Code will be released at https://github.com/xwf199/PARFormer.

📄 PDF Abstract BibTeX arXiv:2304.07230

Code (1)

xwf199/parformer 공식 구현 pytorch

Tasks

AttributeData AugmentationPedestrian Attribute Recognition

Similar Papers 제목 키워드 기반

ParFormer: A Vision Transformer with Parallel Mixer and Sparse Channel Attention Patch Embedding

2024-03-22 · Novendra Setyawan, Ghufron Wahyu Kurniawan, Chi-Chia Sun, Jun-Wei Hsieh 외

Convolutional Neural Networks (CNNs) and Transformers have achieved remarkable success in computer vision tasks. However, their deep architectures often lead to high computational redundancy, making them less suitable fo…

GPUImage ClassificationInstance Segmentationobject-detection+3

SequencePAR: Understanding Pedestrian Attributes via A Sequence Generation Paradigm

2023-12-04 · Jiandong Jin, Xiao Wang, Chenglong Li, Lili Huang 외

Current pedestrian attribute recognition (PAR) algorithms are developed based on multi-label or multi-task learning frameworks, which aim to discriminate the attributes using specific classification heads. However, these…

AttributeDecoderMulti-Task LearningPedestrian Attribute Recognition

POAR: Towards Open Vocabulary Pedestrian Attribute Recognition

2023-03-26 · Yue Zhang, Suchen Wang, Shichao Kan, Zhenyu Weng 외

Pedestrian attribute recognition (PAR) aims to predict the attributes of a target pedestrian in a surveillance system. Existing methods address the PAR problem by training a multi-label classifier with predefined attribu…

AttributePedestrian Attribute RecognitionSentence

An Empirical Study of Mamba-based Pedestrian Attribute Recognition

2024-07-15 · Xiao Wang, Weizhe Kong, Jiandong Jin, Shiao Wang 외

Current strong pedestrian attribute recognition models are developed based on Transformer networks, which are computationally heavy. Recently proposed models with linear complexity (e.g., Mamba) have garnered significant…

ArticlesAttributeMambaPedestrian Attribute Recognition

Pedestrian Attribute Recognition via CLIP based Prompt Vision-Language Fusion

2023-12-17 · Xiao Wang, Jiandong Jin, Chenglong Li, Jin Tang 외

Existing pedestrian attribute recognition (PAR) algorithms adopt pre-trained CNN (e.g., ResNet) as their backbone network for visual feature learning, which might obtain sub-optimal results due to the insufficient employ…

AttributeContrastive LearningLanguage ModellingPedestrian Attribute Recognition