paper-with-me

홈 › Papers

Unsupervised Learning of Category-Level 3D Pose from Object-Centric Videos

2024-07-05 · CVPR 2024 1 · Leonhard Sommer, Artur Jesslen, Eddy Ilg, Adam Kortylewski

Category-level 3D pose estimation is a fundamentally important problem in computer vision and robotics, e.g. for embodied agents or to train 3D generative models. However, so far methods that estimate the category-level object pose require either large amounts of human annotations, CAD models or input from RGB-D sensors. In contrast, we tackle the problem of learning to estimate the category-level 3D pose only from casually taken object-centric videos without human supervision. We propose a two-step pipeline: First, we introduce a multi-view alignment procedure that determines canonical camera poses across videos with a novel and robust cyclic distance formulation for geometric and appearance matching using reconstructed coarse meshes and DINOv2 features. In a second step, the canonical poses and reconstructed meshes enable us to train a model for 3D pose estimation from a single image. In particular, our model learns to estimate dense correspondences between images and a prototypical 3D template by predicting, for each pixel in a 2D image, a feature vector of the corresponding vertex in the template mesh. We demonstrate that our method outperforms all baselines at the unsupervised alignment of object-centric videos by a large margin and provides faithful and robust predictions in-the-wild. Our code and data is available at https://github.com/GenIntel/uns-obj-pose3d.

📄 PDF Abstract BibTeX arXiv:2407.04384

Code (1)

genintel/uns-obj-pose3d 공식 구현 pytorch

Tasks

3D Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

HOI4D: A 4D Egocentric Dataset for Category-Level Human-Object Interaction

2022-03-03 · CVPR 2022 1 · Yunze Liu, Yun Liu, Che Jiang, Kangbo Lyu 외

We present HOI4D, a large-scale 4D egocentric dataset with rich annotations, to catalyze the research of category-level human-object interaction. HOI4D consists of 2.4M RGB-D egocentric video frames over 4000 sequences c…

Action SegmentationBenchmarkingHuman-Object Interaction DetectionMotion Segmentation+5

Look Further to Recognize Better: Learning Shared Topics and Category-Specific Dictionaries for Open-Ended 3D Object Recognition

2019-07-26 · S. Hamidreza Kasaei

Service robots are expected to operate effectively in human-centric environments for long periods of time. In such realistic scenarios, fine-grained object categorization is as important as basic-level object categorizat…

3D Object RecognitionObjectObject CategorizationObject Recognition

EgoObjects: A Large-Scale Egocentric Dataset for Fine-Grained Object Understanding

2023-09-15 · ICCV 2023 1 · Chenchen Zhu, Fanyi Xiao, Andres Alvarado, Yasmine Babaei 외

Object understanding in egocentric visual data is arguably a fundamental research topic in egocentric vision. However, existing object datasets are either non-egocentric or have limitations in object categories, visual c…

Continual LearningObjectobject-detectionObject Detection

Unsupervised Domain Adaptation Network with Category-Centric Prototype Aligner for Biomedical Image Segmentation

2021-03-03 · Ping Gong, Wenwen Yu, Qiuwen Sun, Ruohan Zhao 외

With the widespread success of deep learning in biomedical image segmentation, domain shift becomes a critical and challenging problem, as the gap between two domains can severely affect model performance when deployed t…

Domain AdaptationImage Segmentationobject-detectionObject Detection+3

Discovering Object Masks with Transformers for Unsupervised Semantic Segmentation

2022-06-13 · Wouter Van Gansbeke, Simon Vandenhende, Luc van Gool

The task of unsupervised semantic segmentation aims to cluster pixels into semantically meaningful groups. Specifically, pixels assigned to the same cluster should share high-level semantic properties like their object o…

ObjectSegmentationSemantic SegmentationUnsupervised Semantic Segmentation