paper-with-me

Papers

LMPNet for Weakly-supervised Keypoint Discovery

2025-07-03 · Pei Guo, Ryan Farrell

In this work, we explore the task of semantic object keypoint discovery weakly-supervised by only category labels. This is achieved by transforming discriminatively-trained intermediate layer filters into keypoint detectors. We begin by identifying three preferred characteristics of keypoint detectors: (i) spatially sparse activations, (ii) consistency and (iii) diversity. Instead of relying on hand-crafted loss terms, a novel computationally-efficient leaky max pooling (LMP) layer is proposed to explicitly encourage final conv-layer filters to learn "non-repeatable local patterns" that are well aligned with object keypoints. Informed by visualizations, a simple yet effective selection strategy is proposed to ensure consistent filter activations and attention mask-out is then applied to force the network to distribute its attention to the whole object instead of just the most discriminative region. For the final keypoint prediction, a learnable clustering layer is proposed to group keypoint proposals into keypoint predictions. The final model, named LMPNet, is highly interpretable in that it directly manipulates network filters to detect predefined concepts. Our experiments show that LMPNet can (i) automatically discover semantic keypoints that are robust to object pose and (ii) achieves strong prediction accuracy comparable to a supervised pose estimation model.

📄 PDF Abstract BibTeX arXiv:2507.02308

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectPose Estimation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Weakly Supervised Keypoint Discovery

2021-09-28 · Serim Ryou, Pietro Perona

In this paper, we propose a method for keypoint discovery from a 2D image using image-level supervision. Recent works on unsupervised keypoint discovery reliably discover keypoints of aligned instances. However, when the…

Conditional Image GenerationImage GenerationKeypoint EstimationWeakly-supervised Learning

BKinD-3D: Self-Supervised 3D Keypoint Discovery from Multi-View Videos

2022-12-14 · CVPR 2023 1 · Jennifer J. Sun, Lili Karashchuk, Amil Dravid, Serim Ryou 외

Quantifying motion in 3D is important for studying the behavior of humans and other animals, but manual pose annotations are expensive and time-consuming to obtain. Self-supervised keypoint discovery is a promising strat…

Decoder

Keypoint Based Weakly Supervised Human Parsing

2018-09-14 · Zhonghua Wu, Guosheng Lin, Jianfei Cai

Fully convolutional networks (FCN) have achieved great success in human parsing in recent years. In conventional human parsing tasks, pixel-level labeling is required for guiding the training, which usually involves enor…

Human ParsingSegmentationSemantic Segmentation

Weakly Supervised Learning of Keypoints for 6D Object Pose Estimation

2022-03-07 · Meng Tian, Gim Hee Lee

State-of-the-art approaches for 6D object pose estimation require large amounts of labeled data to train the deep networks. However, the acquisition of 6D object pose annotations is tedious and labor-intensive in large q…

6D Pose Estimation using RGBKeypoint DetectionObjectPose Estimation+1

Weakly Supervised Affordance Detection

2017-07-01 · CVPR 2017 7 · Johann Sawatzky, Abhilash Srikantha, Juergen Gall

Localizing functional regions of objects or affordances is an important aspect of scene understanding and relevant for many robotics applications. In this work, we introduce a pixel-wise annotated affordance dataset of 3…

Affordance DetectionObjectScene Understanding