paper-with-me

Papers

JPerceiver: Joint Perception Network for Depth, Pose and Layout Estimation in Driving Scenes

2022-07-16 · Haimei Zhao, Jing Zhang, Sen Zhang, DaCheng Tao

Depth estimation, visual odometry (VO), and bird's-eye-view (BEV) scene layout estimation present three critical tasks for driving scene perception, which is fundamental for motion planning and navigation in autonomous driving. Though they are complementary to each other, prior works usually focus on each individual task and rarely deal with all three tasks together. A naive way is to accomplish them independently in a sequential or parallel manner, but there are many drawbacks, i.e., 1) the depth and VO results suffer from the inherent scale ambiguity issue; 2) the BEV layout is directly predicted from the front-view image without using any depth-related information, although the depth map contains useful geometry clues for inferring scene layouts. In this paper, we address these issues by proposing a novel joint perception framework named JPerceiver, which can simultaneously estimate scale-aware depth and VO as well as BEV layout from a monocular video sequence. It exploits the cross-view geometric transformation (CGT) to propagate the absolute scale from the road layout to depth and VO based on a carefully-designed scale loss. Meanwhile, a cross-view and cross-modal transfer (CCT) module is devised to leverage the depth clues for reasoning road and vehicle layout through an attention mechanism. JPerceiver can be trained in an end-to-end multi-task learning way, where the CGT scale loss and CCT module promote inter-task knowledge transfer to benefit feature learning of each task. Experiments on Argoverse, Nuscenes and KITTI show the superiority of JPerceiver over existing methods on all the above three tasks in terms of accuracy, model size, and inference speed. The code and models are available at~\href{https://github.com/sunnyHelen/JPerceiver}{https://github.com/sunnyHelen/JPerceiver}.

📄 PDF Abstract BibTeX arXiv:2207.07895

Code (1)

sunnyhelen/jperceiver 공식 구현 pytorch

Tasks

Autonomous DrivingDepth EstimationMotion PlanningMulti-Task LearningTransfer LearningVisual Odometry

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Joint 3D Layout and Depth Prediction from a Single Indoor Panorama Image

2020-08-01 · ECCV 2020 8 · Wei Zeng, Sezer Karaoglu, Theo Gevers

In this paper, we propose a method which jointly learns layout prediction and depth estimation from a single indoor panorama image. Previous methods have considered layout prediction and depth estimation from a single pa…

Depth EstimationDepth PredictionPrediction

Monocular Spherical Depth Estimation with Explicitly Connected Weak Layout Cues

2022-06-22 · Nikolaos Zioulis, Federico Alvarez, Dimitrios Zarpalas, Petros Daras

Spherical cameras capture scenes in a holistic manner and have been used for room layout estimation. Recently, with the availability of appropriate datasets, there has also been progress in depth estimation from a single…

Depth EstimationRoom Layout Estimation

DiffX: Guide Your Layout to Cross-Modal Generative Modeling

2024-07-22 · Zeyu Wang, Jingyu Lin, Yifei Qian, Yi Huang 외

Diffusion models have made significant strides in language-driven and layout-driven image generation. However, most diffusion models are limited to visible RGB image generation. In fact, human perception of the world is …

DenoisingImage CaptioningImage Generation

MVLayoutNet:3D layout reconstruction with multi-view panoramas

2021-12-12 · Zhihua Hu, Bo Duan, Yanfeng Zhang, Mingwei Sun 외

We present MVLayoutNet, an end-to-end network for holistic 3D reconstruction from multi-view panoramas. Our core contribution is to seamlessly combine learned monocular layout estimation and multi-view stereo (MVS) for a…

3D Reconstruction

Towards Unified Depth and Semantic Prediction From a Single Image

2015-06-01 · CVPR 2015 6 · Peng Wang, Xiaohui Shen, Zhe Lin, Scott Cohen 외

Depth estimation and semantic segmentation are two fundamental problems in image understanding. While the two tasks are strongly correlated and mutually beneficial, they are usually solved separately or sequentially. Mot…

Depth EstimationDepth PredictionPredictionSemantic Segmentation