paper-with-me

홈 › Papers

Pix2Pose: Pixel-Wise Coordinate Regression of Objects for 6D Pose Estimation

2019-08-20 · ICCV 2019 10 · Kiru Park, Timothy Patten, Markus Vincze

Estimating the 6D pose of objects using only RGB images remains challenging because of problems such as occlusion and symmetries. It is also difficult to construct 3D models with precise texture without expert knowledge or specialized scanning devices. To address these problems, we propose a novel pose estimation method, Pix2Pose, that predicts the 3D coordinates of each object pixel without textured models. An auto-encoder architecture is designed to estimate the 3D coordinates and expected errors per pixel. These pixel-wise predictions are then used in multiple stages to form 2D-3D correspondences to directly compute poses with the PnP algorithm with RANSAC iterations. Our method is robust to occlusion by leveraging recent achievements in generative adversarial training to precisely recover occluded parts. Furthermore, a novel loss function, the transformer loss, is proposed to handle symmetric objects by guiding predictions to the closest symmetric pose. Evaluations on three different benchmark datasets containing symmetric and occluded objects show our method outperforms the state of the art using only RGB images.

📄 PDF Abstract BibTeX arXiv:1908.07433

Code (3)

GH3927/Pix2Pix-applied-to-cranes tf
hz-ants/Pix2Pose tf
kirumang/Pix2Pose tf

Tasks

6D Pose Estimation6D Pose Estimation using RGBPose Estimationregression

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

W-PoseNet: Dense Correspondence Regularized Pixel Pair Pose Regression

2019-12-26 · Zelin Xu, Ke Chen, Kui Jia

Solving 6D pose estimation is non-trivial to cope with intrinsic appearance and shape variation and severe inter-object occlusion, and is made more challenging in light of extrinsic large illumination changes and low qua…

6D Pose Estimation6D Pose Estimation using RGBDPose Estimationregression

Pixel-wise Regression: 3D Hand Pose Estimation via Spatial-form Representation and Differentiable Decoder

2019-05-06 · Xingyuan Zhang, Fuhai Zhang

3D Hand pose estimation from a single depth image is an essential topic in computer vision and human-computer interaction. Although the rising of deep learning method boosts the accuracy a lot, the problem is still hard …

3D Hand Pose EstimationDecoderFormHand Pose Estimation+2

Large Scale Joint Semantic Re-Localisation and Scene Understanding via Globally Unique Instance Coordinate Regression

2019-09-23 · Ignas Budvytis, Marvin Teichmann, Tomas Vojir, Roberto Cipolla

In this work we present a novel approach to joint semantic localisation and scene understanding. Our work is motivated by the need for localisation algorithms which not only predict 6-DoF camera pose but also simultaneou…

3D geometryAutonomous DrivingCamera Pose EstimationPose Estimation+2

6D Object Pose Estimation from Approximate 3D Models for Orbital Robotics

2023-03-23 · Maximilian Ulmer, Maximilian Durner, Martin Sundermeyer, Manuel Stoiber 외

We present a novel technique to estimate the 6D pose of objects from single images where the 3D geometry of the object is only given approximately and not as a precise 3D model. To achieve this, we employ a dense 2D-to-3…

3D geometry6D Pose Estimation using RGBPose Estimation

CoordFlow: Coordinate Flow for Pixel-wise Neural Video Representation

2025-01-01 · Daniel Silver, Ron Kimmel

In the field of video compression, the pursuit for better quality at lower bit rates remains a long-lasting goal. Recent developments have demonstrated the potential of Implicit Neural Representation (INR) as a promising…

DenoisingVideo CompressionVideo Reconstruction