paper-with-me

Papers

Self-supervised Vision Transformers for 3D Pose Estimation of Novel Objects

2023-05-31 · Stefan Thalhammer, Jean-Baptiste Weibel, Markus Vincze, Jose Garcia-Rodriguez

Object pose estimation is important for object manipulation and scene understanding. In order to improve the general applicability of pose estimators, recent research focuses on providing estimates for novel objects, that is objects unseen during training. Such works use deep template matching strategies to retrieve the closest template connected to a query image. This template retrieval implicitly provides object class and pose. Despite the recent success and improvements of Vision Transformers over CNNs for many vision tasks, the state of the art uses CNN-based approaches for novel object pose estimation. This work evaluates and demonstrates the differences between self-supervised CNNs and Vision Transformers for deep template matching. In detail, both types of approaches are trained using contrastive learning to match training images against rendered templates of isolated objects. At test time, such templates are matched against query images of known and novel objects under challenging settings, such as clutter, occlusion and object symmetries, using masked cosine similarity. The presented results not only demonstrate that Vision Transformers improve in matching accuracy over CNNs, but also that for some cases pre-trained Vision Transformers do not need fine-tuning to do so. Furthermore, we highlight the differences in optimization and network architecture when comparing these two types of network for deep template matching.

📄 PDF Abstract BibTeX arXiv:2306.00129

Code (1)

sthalham/tram3d 공식 구현 pytorch

Tasks

3D Pose EstimationContrastive LearningObjectPose EstimationRetrievalScene UnderstandingTemplate Matching

Methods 이 논문이 사용한 방법론

Test 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Transformers in Self-Supervised Monocular Depth Estimation with Unknown Camera Intrinsics

2022-02-07 · Arnav Varma, Hemang Chawla, Bahram Zonooz, Elahe Arani

The advent of autonomous driving and advanced driver assistance systems necessitates continuous developments in computer vision for 3D scene understanding. Self-supervised monocular depth estimation, a method for pixel-w…

Autonomous DrivingDepth EstimationDepth Predictionimage-classification+3

Vision Transformers: State of the Art and Research Challenges

2022-07-07 · Bo-Kai Ruan, Hong-Han Shuai, Wen-Huang Cheng

Transformers have achieved great success in natural language processing. Due to the powerful capability of self-attention mechanism in transformers, researchers develop the vision transformers for a variety of computer v…

3D ReconstructionImage Segmentationobject-detectionObject Detection+3

TransDSSL: Transformer based Depth Estimation via Self-Supervised Learning

2022-08-05 · journal 2022 8 · Daechan Han, Jeongmin Shin, Namil Kim, Soomnim Hwang 외

Recently, transformers have been widely adopted for various computer vision tasks and show promising results due to their ability to encode long-range spatial dependencies in an image effectively. However, very few studi…

DecoderDepth EstimationMonocular Depth EstimationSelf-Supervised Learning+1

Exploring Efficiency of Vision Transformers for Self-Supervised Monocular Depth Estimation

2022-12-27 · ISMAR 2022 12 · Aleksei Karpov, Ilya Makarov

Depth estimation is a crucial task for the creation of depth maps, one of the most important components for augmented reality (AR) and other applications. However, the most widely used hardware for AR and smartphones has…

DecoderMonocular Depth EstimationSelf-Supervised Learning

SiT: Self-supervised vIsion Transformer

2021-04-08 · Sara Atito, Muhammad Awais, Josef Kittler

Self-supervised learning methods are gaining increasing traction in computer vision due to their recent success in reducing the gap with supervised learning. In natural language processing (NLP) self-supervised learning …

Few-Shot LearningSelf-Supervised Learning