paper-with-me

Papers

SNN-PAR: Energy Efficient Pedestrian Attribute Recognition via Spiking Neural Networks

2024-10-10 · Haiyang Wang, Qian Zhu, Mowen She, Yabo Li, Haoyu Song, Minghe Xu, Xiao Wang

Artificial neural network based Pedestrian Attribute Recognition (PAR) has been widely studied in recent years, despite many progresses, however, the energy consumption is still high. To address this issue, in this paper, we propose a Spiking Neural Network (SNN) based framework for energy-efficient attribute recognition. Specifically, we first adopt a spiking tokenizer module to transform the given pedestrian image into spiking feature representations. Then, the output will be fed into the spiking Transformer backbone networks for energy-efficient feature extraction. We feed the enhanced spiking features into a set of feed-forward networks for pedestrian attribute recognition. In addition to the widely used binary cross-entropy loss function, we also exploit knowledge distillation from the artificial neural network to the spiking Transformer network for more accurate attribute recognition. Extensive experiments on three widely used PAR benchmark datasets fully validated the effectiveness of our proposed SNN-PAR framework. The source code of this paper is released on \url{https://github.com/Event-AHU/OpenPAR}.

📄 PDF Abstract BibTeX arXiv:2410.07857

Code (1)

event-ahu/openpar 공식 구현 pytorch

Tasks

AttributeKnowledge DistillationPedestrian Attribute Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 제목 키워드 기반

Pedestrian Attribute Recognition: A Survey

2019-01-22 · Xiao Wang, Shaofei Zheng, Rui Yang, Aihua Zheng 외

Recognizing pedestrian attributes is an important task in the computer vision community due to it plays an important role in video surveillance. Many algorithms have been proposed to handle this task. The goal of this pa…

AttributeMulti-Label LearningMulti-Task LearningPedestrian Attribute Recognition+1

A Richly Annotated Dataset for Pedestrian Attribute Recognition

2016-03-23 · Dangwei Li, Zhang Zhang, Xiaotang Chen, Haibin Ling 외

In this paper, we aim to improve the dataset foundation for pedestrian attribute recognition in real surveillance scenarios. Recognition of human attributes, such as gender, and clothes types, has great prospects in real…

AttributePedestrian Attribute Recognition

Rethinking of Pedestrian Attribute Recognition: A Reliable Evaluation under Zero-Shot Pedestrian Identity Setting

2021-07-08 · Jian Jia, Houjing Huang, Xiaotang Chen, Kaiqi Huang

Pedestrian attribute recognition aims to assign multiple attributes to one pedestrian image captured by a video surveillance camera. Although numerous methods are proposed and make tremendous progress, we argue that it i…

AttributePedestrian Attribute Recognition

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