paper-with-me

홈 › Papers

MamKPD: A Simple Mamba Baseline for Real-Time 2D Keypoint Detection

2024-12-02 · Yonghao Dang, Liyuan Liu, Hui Kang, Ping Ye, Jianqin Yin

Real-time 2D keypoint detection plays an essential role in computer vision. Although CNN-based and Transformer-based methods have achieved breakthrough progress, they often fail to deliver superior performance and real-time speed. This paper introduces MamKPD, the first efficient yet effective mamba-based pose estimation framework for 2D keypoint detection. The conventional Mamba module exhibits limited information interaction between patches. To address this, we propose a lightweight contextual modeling module (CMM) that uses depth-wise convolutions to model inter-patch dependencies and linear layers to distill the pose cues within each patch. Subsequently, by combining Mamba for global modeling across all patches, MamKPD effectively extracts instances' pose information. We conduct extensive experiments on human and animal pose estimation datasets to validate the effectiveness of MamKPD. Our MamKPD-L achieves 77.3% AP on the COCO dataset with 1492 FPS on an NVIDIA GTX 4090 GPU. Moreover, MamKPD achieves state-of-the-art results on the MPII dataset and competitive results on the AP-10K dataset while saving 85% of the parameters compared to ViTPose. Our project page is available at https://mamkpd.github.io/.

📄 PDF Abstract BibTeX arXiv:2412.01422

Code (0)

등록된 구현이 없습니다.

Tasks

Animal Pose EstimationGPUKeypoint DetectionMambaPose Estimation

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Mamba YOLO: A Simple Baseline for Object Detection with State Space Model

2024-06-09 · Zeyu Wang, Chen Li, Huiying Xu, Xinzhong Zhu 외

Driven by the rapid development of deep learning technology, the YOLO series has set a new benchmark for real-time object detectors. Additionally, transformer-based structures have emerged as the most powerful solution i…

GPUMambaNovel Object DetectionObject+3

ZigMa: A DiT-style Zigzag Mamba Diffusion Model

2024-03-20 · Vincent Tao Hu, Stefan Andreas Baumann, Ming Gui, Olga Grebenkova 외

The diffusion model has long been plagued by scalability and quadratic complexity issues, especially within transformer-based structures. In this study, we aim to leverage the long sequence modeling capability of a State…

Mambamodel

MambaIR: A Simple Baseline for Image Restoration with State-Space Model

2024-02-23 · Hang Guo, Jinmin Li, Tao Dai, Zhihao Ouyang 외

Recent years have seen significant advancements in image restoration, largely attributed to the development of modern deep neural networks, such as CNNs and Transformers. However, existing restoration backbones often fac…

Image RestorationImage Super-ResolutionMamba

PointMamba: A Simple State Space Model for Point Cloud Analysis

2024-02-16 · Dingkang Liang, Xin Zhou, Wei Xu, Xingkui Zhu 외

Transformers have become one of the foundational architectures in point cloud analysis tasks due to their excellent global modeling ability. However, the attention mechanism has quadratic complexity, making the design of…

GPUMamba

MambaKick: Early Penalty Direction Prediction from HAR Embeddings

2026-04-17 · Henry O. Velesaca, David Freire-Obregon, Abel Reyes-Angulo, Steven Araujo 외 arxiv

Penalty kicks in soccer are decided under extreme time constraints, where goalkeepers benefit from anticipating shot direction from the kickers motion before or around ball contact. In this paper, MambaKick is presented …

Action Recognition