paper-with-me

Papers

HEViTPose: High-Efficiency Vision Transformer for Human Pose Estimation

2023-11-22 · Chengpeng Wu, Guangxing Tan, Chunyu Li

Human pose estimation in complicated situations has always been a challenging task. Many Transformer-based pose networks have been proposed recently, achieving encouraging progress in improving performance. However, the remarkable performance of pose networks is always accompanied by heavy computation costs and large network scale. In order to deal with this problem, this paper proposes a High-Efficiency Vision Transformer for Human Pose Estimation (HEViTPose). In HEViTPose, a Cascaded Group Spatial Reduction Multi-Head Attention Module (CGSR-MHA) is proposed, which reduces the computational cost through feature grouping and spatial degradation mechanisms, while preserving feature diversity through multiple low-dimensional attention heads. Moreover, a concept of Patch Embedded Overlap Width (PEOW) is defined to help understand the relationship between the amount of overlap and local continuity. By optimising PEOW, our model gains improvements in performance, parameters and GFLOPs. Comprehensive experiments on two benchmark datasets (MPII and COCO) demonstrate that the small and large HEViTPose models are on par with state-of-the-art models while being more lightweight. Specifically, HEViTPose-B achieves 90.7 PCK@0.5 on the MPII test set and 72.6 AP on the COCO test-dev2017 set. Compared with HRNet-W32 and Swin-S, our HEViTPose-B significantly reducing Params ($\downarrow$62.1%,$\downarrow$80.4%,) and GFLOPs ($\downarrow$43.4%,$\downarrow$63.8%,). Code and models are available at \url{here}.

📄 PDF Abstract BibTeX arXiv:2311.13615

Code (1)

T1sweet/HEViTPose 공식 구현 pytorch

Tasks

Pose Estimation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Multi-Head Attention 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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 제목 키워드 기반

Distilling Knowledge from CNN-Transformer Models for Enhanced Human Action Recognition

2023-11-02 · Hamid Ahmadabadi, Omid Nejati Manzari, Ahmad Ayatollahi

This paper presents a study on improving human action recognition through the utilization of knowledge distillation, and the combination of CNN and ViT models. The research aims to enhance the performance and efficiency …

Action RecognitionKnowledge DistillationTemporal Action Localization

ViPLO: Vision Transformer based Pose-Conditioned Self-Loop Graph for Human-Object Interaction Detection

2023-04-17 · CVPR 2023 1 · Jeeseung Park, Jin-Woo Park, Jong-Seok Lee

Human-Object Interaction (HOI) detection, which localizes and infers relationships between human and objects, plays an important role in scene understanding. Although two-stage HOI detectors have advantages of high effic…

Human-Object Interaction DetectionQuantizationScene Understanding

A Sensorimotor Vision Transformer

2025-04-03 · Konrad Gadzicki, Kerstin Schill, Christoph Zetzsche

This paper presents the Sensorimotor Transformer (SMT), a vision model inspired by human saccadic eye movements that prioritize high-saliency regions in visual input to enhance computational efficiency and reduce memory …

Computational Efficiency

HRFormer: High-Resolution Vision Transformer for Dense Predict

2021-12-01 · NeurIPS 2021 12 · Yuhui Yuan, Rao Fu, Lang Huang, WeiHong Lin 외

We present a High-Resolution Transformer (HRFormer) that learns high-resolution representations for dense prediction tasks, in contrast to the original Vision Transformer that produces low-resolution representations and …

Pose EstimationSemantic SegmentationVocal Bursts Intensity Prediction

Iwin: Human-Object Interaction Detection via Transformer with Irregular Windows

2022-03-20 · Danyang Tu, Xiongkuo Min, Huiyu Duan, Guodong Guo 외

This paper presents a new vision Transformer, named Iwin Transformer, which is specifically designed for human-object interaction (HOI) detection, a detailed scene understanding task involving a sequential process of hum…

Human-Object Interaction DetectionObjectobject-detectionObject Detection+2