paper-with-me

홈 › Papers

From Decoupled to Coupled: Robustness Verification for Learning-based Keypoint Detection with Joint Specifications

2026-03-05 · Xusheng Luo, Changliu Liu arxiv

Keypoint detection underpins many vision tasks, including pose estimation, viewpoint recovery, and 3D reconstruction, yet modern neural models remain vulnerable to small input perturbations. Despite its importance, formal robustness verification for keypoint detectors is largely unexplored due to high-dimensional inputs and continuous coordinate outputs. We propose the first coupled robustness verification framework for heatmap-based keypoint detectors that bounds the joint deviation across all keypoints, capturing their interdependencies and downstream task requirements. Unlike prior decoupled, classification-style approaches that verify each keypoint independently and yield conservative guarantees, our method verifies collective behavior. We formulate verification as a falsification problem using a mixed-integer linear program (MILP) that combines reachable heatmap sets with a polytope encoding joint deviation constraints. Infeasibility certifies robustness, while feasibility provides counterexamples, and we prove the method is sound: if it certifies the model as robust, then the keypoint detection model is guaranteed to be robust. Experiments show that our coupled approach achieves high verified rates and remains effective under strict error thresholds where decoupled methods fail.

📄 PDF Abstract BibTeX arXiv:2603.05604

Code (0)

등록된 구현이 없습니다.

Tasks

Keypoint Detection3D ReconstructionPose Estimation

Similar Papers 제목 키워드 기반

Unified Generation and Self-Verification for Vision-Language Models via Advantage Decoupled Preference Optimization

2026-01-04 · Xinyu Qiu, Heng Jia, Zhengwen Zeng, Shuheng Shen 외 arxiv

Parallel test-time scaling typically trains separate generation and verification models, incurring high training and inference costs. We propose Advantage Decoupled Preference Optimization (ADPO), a unified reinforcement…

Reinforcement LearningAnswer Generation

Adaptive Decoupled Pose Knowledge Distillation

2023-10-01 · journal 2023 10 · Jie Xu, Shanshan Zhang, and Jian Yang

Existing state-of-the-art human pose estimation approaches require heavy computational resources for accurate prediction. One promising technique to obtain an accurate yet lightweight pose estimator is Knowledge Distilla…

Knowledge DistillationPose Estimation

Certifying Robustness of Learning-Based Keypoint Detection and Pose Estimation Methods

2024-07-31 · Xusheng Luo, Tianhao Wei, Simin Liu, Ziwei Wang 외

This work addresses the certification of the local robustness of vision-based two-stage 6D object pose estimation. The two-stage method for object pose estimation achieves superior accuracy by first employing deep neural…

6D Pose Estimation using RGBKeypoint DetectionPose Estimation

KDD-LOAM: Jointly Learned Keypoint Detector and Descriptors Assisted LiDAR Odometry and Mapping

2023-09-27 · Renlang Huang, Minglei Zhao, Jiming Chen, Liang Li

Sparse keypoint matching based on distinct 3D feature representations can improve the efficiency and robustness of point cloud registration. Existing learning-based 3D descriptors and keypoint detectors are either indepe…

Point Cloud RegistrationSelf-Supervised Learning

Decoupled Networks

2018-04-22 · CVPR 2018 6 · Weiyang Liu, Zhen Liu, Zhiding Yu, Bo Dai 외

Inner product-based convolution has been a central component of convolutional neural networks (CNNs) and the key to learning visual representations. Inspired by the observation that CNN-learned features are naturally dec…