paper-with-me

홈 › Papers

SBEVNet: End-to-End Deep Stereo Layout Estimation

2021-05-25 · Divam Gupta, Wei Pu, Trenton Tabor, Jeff Schneider

Accurate layout estimation is crucial for planning and navigation in robotics applications, such as self-driving. In this paper, we introduce the Stereo Bird's Eye ViewNetwork (SBEVNet), a novel supervised end-to-end framework for estimation of bird's eye view layout from a pair of stereo images. Although our network reuses some of the building blocks from the state-of-the-art deep learning networks for disparity estimation, we show that explicit depth estimation is neither sufficient nor necessary. Instead, the learning of a good internal bird's eye view feature representation is effective for layout estimation. Specifically, we first generate a disparity feature volume using the features of the stereo images and then project it to the bird's eye view coordinates. This gives us coarse-grained information about the scene structure. We also apply inverse perspective mapping (IPM) to map the input images and their features to the bird's eye view. This gives us fine-grained texture information. Concatenating IPM features with the projected feature volume creates a rich bird's eye view representation which is useful for spatial reasoning. We use this representation to estimate the BEV semantic map. Additionally, we show that using the IPM features as a supervisory signal for stereo features can give an improvement in performance. We demonstrate our approach on two datasets:the KITTI dataset and a synthetically generated dataset from the CARLA simulator. For both of these datasets, we establish state-of-the-art performance compared to baseline techniques.

📄 PDF Abstract BibTeX arXiv:2105.11705

Code (1)

divamgupta/sbevnet-stereo-layout-estimation 공식 구현 pytorch

Tasks

Depth EstimationDisparity EstimationSpatial Reasoning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

PSMNet: Position-aware Stereo Merging Network for Room Layout Estimation

2022-03-30 · CVPR 2022 1 · HaiYan Wang, Will Hutchcroft, Yuguang Li, Zhiqiang Wan 외

In this paper, we propose a new deep learning-based method for estimating room layout given a pair of 360 panoramas. Our system, called Position-aware Stereo Merging Network or PSMNet, is an end-to-end joint layout-pose …

Omnnidirectional Stereo Depth EstimationPositionRoom Layout Estimation

Overlapping and Non-overlapping Camera Layouts for Robot Pose Estimation

2015-04-30 · Mohammad Ehab Ragab

We study the use of overlapping and non-overlapping camera layouts in estimating the ego-motion of a moving robot. To estimate the location and orientation of the robot, we investigate using four cameras as non-overlappi…

Pose EstimationRobot Pose Estimation

Self-supervised 360$^{\circ}$ Room Layout Estimation

2022-03-30 · Hao-Wen Ting, Cheng Sun, Hwann-Tzong Chen

We present the first self-supervised method to train panoramic room layout estimation models without any labeled data. Unlike per-pixel dense depth that provides abundant correspondence constraints, layout representation…

Active LearningRoom Layout Estimation

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

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