CVJul 1

GKDT: General Keypoint Detection Transformer

arXiv:2607.007529.6Has Code
Predicted impact top 42% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for a unified keypoint detection model that works across diverse object categories, reducing the need for task-specific models.

The paper introduces GKDT, a DINOv3-based Transformer for general keypoint detection trained on a new large-scale unified dataset MegaKPT (1.3M instances). The single model achieves over 90% PCK@0.1 accuracy across most of 22 test sets, demonstrating strong generality.

With the emergence of various pre-trained vision and language models, computer vision is shifting from narrow-domain to open-domain recognition. The construction of a more powerful yet general keypoint detection (GKD) model to support diverse tasks has become increasingly important in the field. To this end, we firstly present a large-scale unified keypoint dataset called MegaKPT. The dataset is composed of over 1.3 million diverse object instances from twenty-nine existing datasets, and enjoys high-quality unified annotations with keypoint text descriptions. Based on MegaKPT, we develop GKDT, a simple, flexible and powerful DINOv3 based Transformer model for General Keypoint Detection. Our GKDT supports visual prompts, text prompts, or both. To enhance model training, we also propose a suite of useful strategies such as mix-modal prompted training and dynamic importance sampling. By testing over 22 test sets with seen or unseen objects, our single GKDT model shows strong performance and generality in detecting keypoints on broad categories, with most categories over 90\% PCK@0.1 accuracy, offering high practical applicability to real-world problems. The dataset, models, and codes will be released at https://github.com/AlanLuSun/General-Keypoint-Detection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes