paper-with-me

홈 › Papers

ViTA-PAR: Visual and Textual Attribute Alignment with Attribute Prompting for Pedestrian Attribute Recognition

2025-06-02 · Minjeong Park, Hongbeen Park, Jinkyu Kim

The Pedestrian Attribute Recognition (PAR) task aims to identify various detailed attributes of an individual, such as clothing, accessories, and gender. To enhance PAR performance, a model must capture features ranging from coarse-grained global attributes (e.g., for identifying gender) to fine-grained local details (e.g., for recognizing accessories) that may appear in diverse regions. Recent research suggests that body part representation can enhance the model's robustness and accuracy, but these methods are often restricted to attribute classes within fixed horizontal regions, leading to degraded performance when attributes appear in varying or unexpected body locations. In this paper, we propose Visual and Textual Attribute Alignment with Attribute Prompting for Pedestrian Attribute Recognition, dubbed as ViTA-PAR, to enhance attribute recognition through specialized multimodal prompting and vision-language alignment. We introduce visual attribute prompts that capture global-to-local semantics, enabling diverse attribute representations. To enrich textual embeddings, we design a learnable prompt template, termed person and attribute context prompting, to learn person and attributes context. Finally, we align visual and textual attribute features for effective fusion. ViTA-PAR is validated on four PAR benchmarks, achieving competitive performance with efficient inference. We release our code and model at https://github.com/mlnjeongpark/ViTA-PAR.

📄 PDF Abstract BibTeX arXiv:2506.01411

Code (1)

mlnjeongpark/vita-par 공식 구현

Tasks

AttributePedestrian Attribute Recognition

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

ViTAA: Visual-Textual Attributes Alignment in Person Search by Natural Language

2020-05-15 · ECCV 2020 8 · Zhe Wang, Zhiyuan Fang, Jun Wang, Yezhou Yang

Person search by natural language aims at retrieving a specific person in a large-scale image pool that matches the given textual descriptions. While most of the current methods treat the task as a holistic visual and te…

AttributeContrastive LearningPerson SearchText based Person Retrieval

Multi-modal Attribute Prompting for Vision-Language Models

2024-03-01 · Xin Liu, Jiamin Wu, and Wenfei Yang, Xu Zhou 외

Pre-trained Vision-Language Models (VLMs), like CLIP, exhibit strong generalization ability to downstream tasks but struggle in few-shot scenarios. Existing prompting techniques primarily focus on global text and image r…

Attributecross-modal alignment

Object Attribute Matters in Visual Question Answering

2023-12-20 · Peize Li, Qingyi Si, Peng Fu, Zheng Lin 외

Visual question answering is a multimodal task that requires the joint comprehension of visual and textual information. However, integrating visual and textual semantics solely through attention layers is insufficient to…

AttributeGraph Neural NetworkKnowledge DistillationObject+5

Cross-Domain Attribute Alignment with CLIP: A Rehearsal-Free Approach for Class-Incremental Unsupervised Domain Adaptation

2025-09-14 · Kerun Mi, Guoliang Kang, Guangyu Li, Lin Zhao 외 arxiv

Class-Incremental Unsupervised Domain Adaptation (CI-UDA) aims to adapt a model from a labeled source domain to an unlabeled target domain, where the sets of potential target classes appearing at different time steps are…

Unsupervised Domain Adaptation

Prompt-driven Transferable Adversarial Attack on Person Re-Identification with Attribute-aware Textual Inversion

2025-02-27 · Yuan Bian, Min Liu, Yunqi Yi, Xueping Wang 외

Person re-identification (re-id) models are vital in security surveillance systems, requiring transferable adversarial attacks to explore the vulnerabilities of them. Recently, vision-language models (VLM) based attacks …

Adversarial AttackAttributeContrastive LearningPerson Re-Identification