paper-with-me

Papers

EPro-PnP: Generalized End-to-End Probabilistic Perspective-n-Points for Monocular Object Pose Estimation

2022-03-24 · CVPR 2022 1 · Hansheng Chen, Pichao Wang, Fan Wang, Wei Tian, Lu Xiong, Hao Li

Locating 3D objects from a single RGB image via Perspective-n-Points (PnP) is a long-standing problem in computer vision. Driven by end-to-end deep learning, recent studies suggest interpreting PnP as a differentiable layer, so that 2D-3D point correspondences can be partly learned by backpropagating the gradient w.r.t. object pose. Yet, learning the entire set of unrestricted 2D-3D points from scratch fails to converge with existing approaches, since the deterministic pose is inherently non-differentiable. In this paper, we propose the EPro-PnP, a probabilistic PnP layer for general end-to-end pose estimation, which outputs a distribution of pose on the SE(3) manifold, essentially bringing categorical Softmax to the continuous domain. The 2D-3D coordinates and corresponding weights are treated as intermediate variables learned by minimizing the KL divergence between the predicted and target pose distribution. The underlying principle unifies the existing approaches and resembles the attention mechanism. EPro-PnP significantly outperforms competitive baselines, closing the gap between PnP-based method and the task-specific leaders on the LineMOD 6DoF pose estimation and nuScenes 3D object detection benchmarks.

📄 PDF Abstract BibTeX arXiv:2203.13254

Code (1)

tjiiv-cprg/epro-pnp 공식 구현 pytorch

Tasks

3D Object Detection6D Pose Estimation using RGBobject-detectionPose Estimation

Methods 이 논문이 사용한 방법론

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$…
PnP PnP, or Poll and Pool, is sampling module extension for DETR-type architectures that adaptively allocates its computation…

Similar Papers 제목 키워드 기반

EPro-PnP: Generalized End-to-End Probabilistic Perspective-n-Points for Monocular Object Pose Estimation

2023-03-22 · Hansheng Chen, Wei Tian, Pichao Wang, Fan Wang 외

Locating 3D objects from a single RGB image via Perspective-n-Point (PnP) is a long-standing problem in computer vision. Driven by end-to-end deep learning, recent studies suggest interpreting PnP as a differentiable lay…

3D Object Detection6D Pose Estimation using RGBobject-detectionObject Detection+1

Pseudo-Generalized Dynamic View Synthesis from a Video

2023-10-12 · Xiaoming Zhao, Alex Colburn, Fangchang Ma, Miguel Angel Bautista 외

Rendering scenes observed in a monocular video from novel viewpoints is a challenging problem. For static scenes the community has studied both scene-specific optimization techniques, which optimize on every test scene, …

Novel View Synthesis

DevilSight: Augmenting Monocular Human Avatar Reconstruction through a Virtual Perspective

2025-08-30 · Yushuo Chen, Ruizhi Shao, Youxin Pang, Hongwen Zhang 외 arxiv

We present a novel framework to reconstruct human avatars from monocular videos. Recent approaches have struggled either to capture the fine-grained dynamic details from the input or to generate plausible details at nove…

Video Generation

Does Preprocessing Help Training Over-parameterized Neural Networks?

2021-10-09 · NeurIPS 2021 12 · Zhao Song, Shuo Yang, Ruizhe Zhang

Deep neural networks have achieved impressive performance in many areas. Designing a fast and provable method for training neural networks is a fundamental question in machine learning. The classical training method requ…

RTM3D: Real-time Monocular 3D Detection from Object Keypoints for Autonomous Driving

2020-01-10 · ECCV 2020 8 · Peixuan Li, Huaici Zhao, PengFei Liu, Feidao Cao

In this work, we propose an efficient and accurate monocular 3D detection framework in single shot. Most successful 3D detectors take the projection constraint from the 3D bounding box to the 2D box as an important compo…

Autonomous DrivingVehicle Pose Estimation