paper-with-me

Papers

Distilling Token-Pruned Pose Transformer for 2D Human Pose Estimation

2023-04-12 · Feixiang Ren

Human pose estimation has seen widespread use of transformer models in recent years. Pose transformers benefit from the self-attention map, which captures the correlation between human joint tokens and the image. However, training such models is computationally expensive. The recent token-Pruned Pose Transformer (PPT) solves this problem by pruning the background tokens of the image, which are usually less informative. However, although it improves efficiency, PPT inevitably leads to worse performance than TokenPose due to the pruning of tokens. To overcome this problem, we present a novel method called Distilling Pruned-Token Transformer for human pose estimation (DPPT). Our method leverages the output of a pre-trained TokenPose to supervise the learning process of PPT. We also establish connections between the internal structure of pose transformers and PPT, such as attention maps and joint features. Our experimental results on the MPII datasets show that our DPPT can significantly improve PCK compared to previous PPT models while still reducing computational complexity.

📄 PDF Abstract BibTeX arXiv:2304.05548

Code (0)

등록된 구현이 없습니다.

Tasks

2D Human Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Pruning 설명 없음
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…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

PPT: token-Pruned Pose Transformer for monocular and multi-view human pose estimation

2022-09-16 · Haoyu Ma, Zhe Wang, Yifei Chen, Deying Kong 외

Recently, the vision transformer and its variants have played an increasingly important role in both monocular and multi-view human pose estimation. Considering image patches as tokens, transformers can model the global …

2D Human Pose Estimation3D Human Pose EstimationPose Estimation

Joint Token Pruning and Squeezing Towards More Aggressive Compression of Vision Transformers

2023-04-21 · CVPR 2023 1 · Siyuan Wei, Tianzhu Ye, Shen Zhang, Yao Tang 외

Although vision transformers (ViTs) have shown promising results in various computer vision tasks recently, their high computational cost limits their practical applications. Previous approaches that prune redundant toke…

Efficient ViTs

Constraint-aware and Ranking-distilled Token Pruning for Efficient Transformer Inference

2023-06-26 · Junyan Li, Li Lyna Zhang, Jiahang Xu, Yujing Wang 외

Deploying pre-trained transformer models like BERT on downstream tasks in resource-constrained scenarios is challenging due to their high inference cost, which grows rapidly with input sequence length. In this work, we p…

CPUModel Compression

MADTP: Multimodal Alignment-Guided Dynamic Token Pruning for Accelerating Vision-Language Transformer

2024-03-05 · CVPR 2024 1 · JianJian Cao, Peng Ye, Shengze Li, Chong Yu 외

Vision-Language Transformers (VLTs) have shown great success recently, but are meanwhile accompanied by heavy computation costs, where a major reason can be attributed to the large number of visual and language tokens. E…

Self-Distillation with Meta Learning for Knowledge Graph Completion

2023-05-20 · Findings of the Association for Computational Linguistics: EMNLP 2022 2022 12 · Yunshui Li, Junhao Liu, Chengming Li, Min Yang

In this paper, we propose a selfdistillation framework with meta learning(MetaSD) for knowledge graph completion with dynamic pruning, which aims to learn compressed graph embeddings and tackle the longtail samples. Spec…

Knowledge Graph CompletionMeta-LearningTransfer Learning