paper-with-me

홈 › Papers

Pose Recognition with Cascade Transformers

2021-04-14 · CVPR 2021 1 · Ke Li, Shijie Wang, Xiang Zhang, Yifan Xu, Weijian Xu, Zhuowen Tu

In this paper, we present a regression-based pose recognition method using cascade Transformers. One way to categorize the existing approaches in this domain is to separate them into 1). heatmap-based and 2). regression-based. In general, heatmap-based methods achieve higher accuracy but are subject to various heuristic designs (not end-to-end mostly), whereas regression-based approaches attain relatively lower accuracy but they have less intermediate non-differentiable steps. Here we utilize the encoder-decoder structure in Transformers to perform regression-based person and keypoint detection that is general-purpose and requires less heuristic design compared with the existing approaches. We demonstrate the keypoint hypothesis (query) refinement process across different self-attention layers to reveal the recursive self-attention mechanism in Transformers. In the experiments, we report competitive results for pose recognition when compared with the competing regression-based methods.

📄 PDF Abstract BibTeX arXiv:2104.06976

Code (2)

mlpc-ucsd/PRTR 공식 구현 pytorch
w-sugar/prtr pytorch

Tasks

DecoderKeypoint Detectionregression

Similar Papers 제목 키워드 기반

CascadeFormer: A Family of Two-stage Cascading Transformers for Skeleton-based Human Action Recognition

2025-08-31 · Yusen Peng, Alper Yilmaz arxiv

Skeleton-based human action recognition leverages sequences of human joint coordinates to identify actions performed in videos. Owing to the intrinsic spatiotemporal structure of skeleton data, Graph Convolutional Networ…

Representation LearningAction ClassificationAction Recognition

Efficient and Accurate Scene Text Recognition with Cascaded-Transformers

2025-03-24 · Savas Ozkan, Andrea Maracani, Hyowon Kim, Sijun Cho 외

In recent years, vision transformers with text decoder have demonstrated remarkable performance on Scene Text Recognition (STR) due to their ability to capture long-range dependencies and contextual relationships with hi…

DecoderScene Text Recognition

Attribute Surrogates Learning and Spectral Tokens Pooling in Transformers for Few-shot Learning

2022-03-17 · CVPR 2022 1 · Yangji He, Weihan Liang, Dongyang Zhao, Hong-Yu Zhou 외

This paper presents new hierarchically cascaded transformers that can improve data efficiency through attribute surrogates learning and spectral tokens pooling. Vision transformers have recently been thought of as a prom…

AttributeFew-Shot Image ClassificationFew-Shot LearningSelf-Supervised Learning

Medical Image Segmentation via Cascaded Attention Decoding

2023-01-03 · Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2023 1 · Md Mostafijur Rahman, Radu Marculescu

Transformers have shown great promise in medical image segmentation due to their ability to capture long-range dependencies through self-attention. However, they lack the ability to learn the local (contextual) relations…

DecoderImage SegmentationMedical Image SegmentationPolyp Segmentation+1

End-to-End Multi-Channel Transformer for Speech Recognition

2021-02-08 · Feng-Ju Chang, Martin Radfar, Athanasios Mouchtaris, Brian King 외

Transformers are powerful neural architectures that allow integrating different modalities using attention mechanisms. In this paper, we leverage the neural transformer architectures for multi-channel speech recognition …

Decoderspeech-recognitionSpeech Recognition