paper-with-me

홈 › Papers

Zero-Shot Category-Level Object Pose Estimation

2022-04-07 · Walter Goodwin, Sagar Vaze, Ioannis Havoutis, Ingmar Posner

Object pose estimation is an important component of most vision pipelines for embodied agents, as well as in 3D vision more generally. In this paper we tackle the problem of estimating the pose of novel object categories in a zero-shot manner. This extends much of the existing literature by removing the need for pose-labelled datasets or category-specific CAD models for training or inference. Specifically, we make the following contributions. First, we formalise the zero-shot, category-level pose estimation problem and frame it in a way that is most applicable to real-world embodied agents. Secondly, we propose a novel method based on semantic correspondences from a self-supervised vision transformer to solve the pose estimation problem. We further re-purpose the recent CO3D dataset to present a controlled and realistic test setting. Finally, we demonstrate that all baselines for our proposed task perform poorly, and show that our method provides a six-fold improvement in average rotation accuracy at 30 degrees. Our code is available at https://github.com/applied-ai-lab/zero-shot-pose.

📄 PDF Abstract BibTeX arXiv:2204.03635

Code (1)

applied-ai-lab/zero-shot-pose 공식 구현 pytorch

Tasks

ObjectPose Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Zero123-6D: Zero-shot Novel View Synthesis for RGB Category-level 6D Pose Estimation

2024-03-21 · Francesco Di Felice, Alberto Remus, Stefano Gasperini, Benjamin Busam 외

Estimating the pose of objects through vision is essential to make robotic platforms interact with the environment. Yet, it presents many challenges, often related to the lack of flexibility and generalizability of state…

6D Pose EstimationNovel View SynthesisPose Estimation

Universal Features Guided Zero-Shot Category-Level Object Pose Estimation

2025-01-06 · Wentian Qu, Chenyu Meng, Heng Li, Jian Cheng 외

Object pose estimation, crucial in computer vision and robotics applications, faces challenges with the diversity of unseen categories. We propose a zero-shot method to achieve category-level 6-DOF object pose estimation…

DiversityPose EstimationSemantic SimilaritySemantic Textual Similarity

From Pixel to Patch: Synthesize Context-aware Features for Zero-shot Semantic Segmentation

2020-09-25 · Zhangxuan Gu, Siyuan Zhou, Li Niu, Zihan Zhao 외

Zero-shot learning has been actively studied for image classification task to relieve the burden of annotating image labels. Interestingly, semantic segmentation task requires more labor-intensive pixel-wise annotation, …

image-classificationImage ClassificationSegmentationSemantic Segmentation+2

Learning a Category-level Object Pose Estimator without Pose Annotations

2024-04-08 · Fengrui Tian, Yaoyao Liu, Adam Kortylewski, Yueqi Duan 외

3D object pose estimation is a challenging task. Previous works always require thousands of object images with annotated poses for learning the 3D pose correspondence, which is laborious and time-consuming for labeling. …

ObjectPose Estimation

Zero-shot recognition with unreliable attributes

2014-12-01 · NeurIPS 2014 12 · Dinesh Jayaraman, Kristen Grauman

In principle, zero-shot learning makes it possible to train an object recognition model simply by specifying the category's attributes. For example, with classifiers for generic attributes like striped and four-legged, o…

AttributeObject RecognitionZero-Shot Learning