paper-with-me

Papers

Learning Structure-Supporting Dependencies via Keypoint Interactive Transformer for General Mammal Pose Estimation

2025-02-25 · Tianyang Xu, Jiyong Rao, Xiaoning Song, ZhenHua Feng, Xiao-Jun Wu

General mammal pose estimation is an important and challenging task in computer vision, which is essential for understanding mammal behaviour in real-world applications. However, existing studies are at their preliminary research stage, which focus on addressing the problem for only a few specific mammal species. In principle, from specific to general mammal pose estimation, the biggest issue is how to address the huge appearance and pose variances for different species. We argue that given appearance context, instance-level prior and the structural relation among keypoints can serve as complementary evidence. To this end, we propose a Keypoint Interactive Transformer (KIT) to learn instance-level structure-supporting dependencies for general mammal pose estimation. Specifically, our KITPose consists of two coupled components. The first component is to extract keypoint features and generate body part prompts. The features are supervised by a dedicated generalised heatmap regression loss (GHRL). Instead of introducing external visual/text prompts, we devise keypoints clustering to generate body part biases, aligning them with image context to generate corresponding instance-level prompts. Second, we propose a novel interactive transformer that takes feature slices as input tokens without performing spatial splitting. In addition, to enhance the capability of the KIT model, we design an adaptive weight strategy to address the imbalance issue among different keypoints.

📄 PDF Abstract BibTeX arXiv:2502.18214

Code (1)

Raojiyong/KITPose 공식 구현 pytorch

Tasks

Animal Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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 설명 없음
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 제목 키워드 기반

TransPose: Keypoint Localization via Transformer

2020-12-28 · ICCV 2021 10 · Sen yang, Zhibin Quan, Mu Nie, Wankou Yang

While CNN-based models have made remarkable progress on human pose estimation, what spatial dependencies they capture to localize keypoints remains unclear. In this work, we propose a model called \textbf{TransPose}, whi…

Keypoint DetectionMulti-Person Pose EstimationPose Estimation

Attend to Who You Are: Supervising Self-Attention for Keypoint Detection and Instance-Aware Association

2021-11-25 · Sen yang, Zhicheng Wang, Ze Chen, YanJie Li 외

This paper presents a new method to solve keypoint detection and instance association by using Transformer. For bottom-up multi-person pose estimation models, they need to detect keypoints and learn associative informati…

Instance SegmentationKeypoint DetectionMulti-Person Pose EstimationPose Estimation+1

BTranspose: Bottleneck Transformers for Human Pose Estimation with Self-Supervised Pre-Training

2022-04-21 · Kaushik Balakrishnan, Devesh Upadhyay

The task of 2D human pose estimation is challenging as the number of keypoints is typically large (~ 17) and this necessitates the use of robust neural network architectures and training pipelines that can capture the re…

2D Human Pose EstimationPose EstimationSelf-Supervised Learning

Swin-Pose: Swin Transformer Based Human Pose Estimation

2022-01-19 · Zinan Xiong, Chenxi Wang, Ying Li, Yan Luo 외

Convolutional neural networks (CNNs) have been widely utilized in many computer vision tasks. However, CNNs have a fixed reception field and lack the ability of long-range perception, which is crucial to human pose estim…

Pose Estimation

Neural Interactive Keypoint Detection

2023-08-20 · ICCV 2023 1 · Jie Yang, Ailing Zeng, Feng Li, Shilong Liu 외

This work proposes an end-to-end neural interactive keypoint detection framework named Click-Pose, which can significantly reduce more than 10 times labeling costs of 2D keypoint annotation compared with manual-only anno…

DecoderKeypoint Detection