paper-with-me

Papers

Pedestrian Attribute Recognition via CLIP based Prompt Vision-Language Fusion

2023-12-17 · Xiao Wang, Jiandong Jin, Chenglong Li, Jin Tang, Cheng Zhang, Wei Wang

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 employment of the relations between pedestrian images and attribute labels. In this paper, we formulate PAR as a vision-language fusion problem and fully exploit the relations between pedestrian images and attribute labels. Specifically, the attribute phrases are first expanded into sentences, and then the pre-trained vision-language model CLIP is adopted as our backbone for feature embedding of visual images and attribute descriptions. The contrastive learning objective connects the vision and language modalities well in the CLIP-based feature space, and the Transformer layers used in CLIP can capture the long-range relations between pixels. Then, a multi-modal Transformer is adopted to fuse the dual features effectively and feed-forward network is used to predict attributes. To optimize our network efficiently, we propose the region-aware prompt tuning technique to adjust very few parameters (i.e., only the prompt vectors and classification heads) and fix both the pre-trained VL model and multi-modal Transformer. Our proposed PAR algorithm only adjusts 0.75% learnable parameters compared with the fine-tuning strategy. It also achieves new state-of-the-art performance on both standard and zero-shot settings for PAR, including RAPv1, RAPv2, WIDER, PA100K, and PETA-ZS, RAP-ZS datasets. The source code and pre-trained models will be released on https://github.com/Event-AHU/OpenPAR.

📄 PDF Abstract BibTeX arXiv:2312.10692

Code (2)

event-ahu/openpar 공식 구현 pytorch
wangxiao5791509/Pedestrian-Attribute-Recognition-Paper-List 공식 구현 pytorch

Tasks

AttributeContrastive LearningLanguage ModellingPedestrian Attribute Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Contrastive Learning 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Learning CLIP Guided Visual-Text Fusion Transformer for Video-based Pedestrian Attribute Recognition

2023-04-20 · Jun Zhu, Jiandong Jin, Zihan Yang, Xiaohao Wu 외

Existing pedestrian attribute recognition (PAR) algorithms are mainly developed based on a static image. However, the performance is not reliable for images with challenging factors, such as heavy occlusion, motion blur,…

AttributePedestrian Attribute RecognitionSentence

Adversarial Semantic and Label Perturbation Attack for Pedestrian Attribute Recognition

2025-05-29 · Weizhe Kong, Xiao Wang, Ruichong Gao, Chenglong Li 외

Pedestrian Attribute Recognition (PAR) is an indispensable task in human-centered research and has made great progress in recent years with the development of deep neural networks. However, the potential vulnerability an…

Adversarial AttackAttributePedestrian Attribute Recognition

Spatio-Temporal Side Tuning Pre-trained Foundation Models for Video-based Pedestrian Attribute Recognition

2024-04-27 · Xiao Wang, Qian Zhu, Jiandong Jin, Jun Zhu 외

Existing pedestrian attribute recognition (PAR) algorithms are mainly developed based on a static image, however, the performance is unreliable in challenging scenarios, such as heavy occlusion, motion blur, etc. In this…

AttributePedestrian Attribute RecognitionSentence

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

AttriVision: Advancing Generalization in Pedestrian Attribute Recognition using CLIP

2025-02-18 · WACV 2025 2 · Mehran ADIBI SEDEH, Assia Benbihi, Romain MARTIN, Marianne Clausel 외

Pedestrian Attribute Recognition (PAR) is a critical task in computer vision that identifies semantic attributes such as gender, age, clothing, and accessories from images of individuals. This task is essential in app…

AttributePedestrian Attribute Recognition