VLM-PAR: A Vision Language Model for Pedestrian Attribute Recognition
Abdellah Zakaria Sellam, Salah Eddine Bekhouche, Fadi Dornaika, Cosimo Distante, Abdenour Hadid
TL;DR
VLM-PAR addresses pedestrian attribute recognition under severe class imbalance and domain shifts by combining frozen SigLIP2 vision–language encoders with a lightweight two-stage fusion. The method first aligns image and attribute-prompt embeddings via cosine similarity, then applies per-attribute multi-head cross-attention to refine visual features before classification. It achieves state-of-the-art mean accuracy on PA-100K and notable gains on PETA and Market-1501, with ablation showing that cross-attention drives attribute-specific improvements while preserving generalization and reducing fine-tuning overhead. This work demonstrates the value of integrating large-scale vision–language pretraining with targeted cross-modal refinement for robust, low-cost PAR in real-world deployments.
Abstract
Pedestrian Attribute Recognition (PAR) involves predicting fine-grained attributes such as clothing color, gender, and accessories from pedestrian imagery, yet is hindered by severe class imbalance, intricate attribute co-dependencies, and domain shifts. We introduce VLM-PAR, a modular vision-language framework built on frozen SigLIP 2 multilingual encoders. By first aligning image and prompt embeddings via refining visual features through a compact cross-attention fusion, VLM-PAR achieves significant accuracy improvement on the highly imbalanced PA100K benchmark, setting a new state-of-the-art performance, while also delivering significant gains in mean accuracy across PETA and Market-1501 benchmarks. These results underscore the efficacy of integrating large-scale vision-language pretraining with targeted cross-modal refinement to overcome imbalance and generalization challenges in PAR.
