paper-with-me

Papers

Unsupervised Keypoints from Pretrained Diffusion Models

2023-11-29 · CVPR 2024 1 · Eric Hedlin, Gopal Sharma, Shweta Mahajan, Xingzhe He, Hossam Isack, Abhishek Kar Helge Rhodin, Andrea Tagliasacchi, Kwang Moo Yi

Unsupervised learning of keypoints and landmarks has seen significant progress with the help of modern neural network architectures, but performance is yet to match the supervised counterpart, making their practicability questionable. We leverage the emergent knowledge within text-to-image diffusion models, towards more robust unsupervised keypoints. Our core idea is to find text embeddings that would cause the generative model to consistently attend to compact regions in images (i.e. keypoints). To do so, we simply optimize the text embedding such that the cross-attention maps within the denoising network are localized as Gaussians with small standard deviations. We validate our performance on multiple datasets: the CelebA, CUB-200-2011, Tai-Chi-HD, DeepFashion, and Human3.6m datasets. We achieve significantly improved accuracy, sometimes even outperforming supervised ones, particularly for data that is non-aligned and less curated. Our code is publicly available and can be found through our project page: https://ubc-vision.github.io/StableKeypoints/

📄 PDF Abstract BibTeX arXiv:2312.00065

Code (1)

ubc-vision/StableKeypoints 공식 구현 pytorch

Tasks

DenoisingUnsupervised Human Pose EstimationUnsupervised Keypoints

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Unsupervised Monocular 3D Keypoint Discovery from Multi-View Diffusion Priors

2025-07-16 · Subin Jeon, In Cho, Junyoung Hong, Seon Joo Kim

This paper introduces KeyDiff3D, a framework for unsupervised monocular 3D keypoints estimation that accurately predicts 3D keypoints from a single image. While previous methods rely on manual annotations or calibrated m…

KeyPointDiffuser: Unsupervised 3D Keypoint Learning via Latent Diffusion Models

2025-12-03 · Rhys Newbury, Juyan Zhang, Tin Tran, Hanna Kurniawati 외 arxiv

Understanding and representing the structure of 3D objects in an unsupervised manner remains a core challenge in computer vision and graphics. Most existing unsupervised keypoint methods are not designed for unconditiona…

Unlock Pose Diversity: Accurate and Efficient Implicit Keypoint-based Spatiotemporal Diffusion for Audio-driven Talking Portrait

2025-03-17 · Chaolong Yang, Kai Yao, Yuyao Yan, Chenru Jiang 외

Audio-driven single-image talking portrait generation plays a crucial role in virtual reality, digital human creation, and filmmaking. Existing approaches are generally categorized into keypoint-based and image-based met…

Computational EfficiencyDiversity

ImPoster: Text and Frequency Guidance for Subject Driven Action Personalization using Diffusion Models

2024-09-24 · Divya Kothandaraman, Kuldeep Kulkarni, Sumit Shekhar, Balaji Vasan Srinivasan 외

We present ImPoster, a novel algorithm for generating a target image of a 'source' subject performing a 'driving' action. The inputs to our algorithm are a single pair of a source image with the subject that we wish to e…

Denoising

Unsupervised Learning of 3D Semantic Keypoints with Mutual Reconstruction

2022-03-19 · Haocheng Yuan, Chen Zhao, Shichao Fan, Jiaxi Jiang 외

Semantic 3D keypoints are category-level semantic consistent points on 3D objects. Detecting 3D semantic keypoints is a foundation for a number of 3D vision tasks but remains challenging, due to the ambiguity of semantic…