paper-with-me

Papers

SelfPose3d: Self-Supervised Multi-Person Multi-View 3d Pose Estimation

2024-04-02 · CVPR 2024 1 · Vinkle Srivastav, Keqi Chen, Nicolas Padoy

We present a new self-supervised approach, SelfPose3d, for estimating 3d poses of multiple persons from multiple camera views. Unlike current state-of-the-art fully-supervised methods, our approach does not require any 2d or 3d ground-truth poses and uses only the multi-view input images from a calibrated camera setup and 2d pseudo poses generated from an off-the-shelf 2d human pose estimator. We propose two self-supervised learning objectives: self-supervised person localization in 3d space and self-supervised 3d pose estimation. We achieve self-supervised 3d person localization by training the model on synthetically generated 3d points, serving as 3d person root positions, and on the projected root-heatmaps in all the views. We then model the 3d poses of all the localized persons with a bottleneck representation, map them onto all views obtaining 2d joints, and render them using 2d Gaussian heatmaps in an end-to-end differentiable manner. Afterwards, we use the corresponding 2d joints and heatmaps from the pseudo 2d poses for learning. To alleviate the intrinsic inaccuracy of the pseudo labels, we propose an adaptive supervision attention mechanism to guide the self-supervision. Our experiments and analysis on three public benchmark datasets, including Panoptic, Shelf, and Campus, show the effectiveness of our approach, which is comparable to fully-supervised methods. Code: https://github.com/CAMMA-public/SelfPose3D. Video demo: https://youtu.be/GAqhmUIr2E8.

📄 PDF Abstract BibTeX arXiv:2404.02041

Code (1)

camma-public/selfpose3d 공식 구현 pytorch

Tasks

3D Pose EstimationPose EstimationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

SelfPose: 3D Egocentric Pose Estimation from a Headset Mounted Camera

2020-11-02 · Denis Tome, Thiemo Alldieck, Patrick Peluse, Gerard Pons-Moll 외

We present a solution to egocentric 3D body pose estimation from monocular images captured from downward looking fish-eye cameras installed on the rim of a head mounted VR device. This unusual viewpoint leads to images w…

DecoderEgocentric Pose EstimationPose Estimation

Learning from Synchronization: Self-Supervised Uncalibrated Multi-View Person Association in Challenging Scenes

2025-03-17 · CVPR 2025 1 · Keqi Chen, Vinkle Srivastav, Didier Mutter, Nicolas Padoy

Multi-view person association is a fundamental step towards multi-view analysis of human activities. Although the person re-identification features have been proven effective, they become unreliable in challenging scenes…

Person Re-IdentificationSelf-Supervised Learning

Test-Time Personalization with a Transformer for Human Pose Estimation

2021-07-05 · NeurIPS 2021 12 · Yizhuo Li, Miao Hao, Zonglin Di, Nitesh B. Gundavarapu 외

We propose to personalize a human pose estimator given a set of test images of a person without using any manual annotations. While there is a significant advancement in human pose estimation, it is still very challengin…

Pose Estimation

Unsupervised Person Re-Identification with Multi-Label Learning Guided Self-Paced Clustering

2021-03-08 · Qing Li, Xiaojiang Peng, Yu Qiao, Qi Hao

Although unsupervised person re-identification (Re-ID) has drawn increasing research attention recently, it remains challenging to learn discriminative features without annotations across disjoint camera views. In this p…

ClusteringMulti-Label LearningPerson Re-IdentificationPseudo Label+1

Multi-Level Attention for Unsupervised Person Re-Identification

2022-01-10 · Yi Zheng

The attention mechanism is widely used in deep learning because of its excellent performance in neural networks without introducing additional information. However, in unsupervised person re-identification, the attention…

Person Re-IdentificationUnsupervised Person Re-Identification