paper-with-me

Papers

Translating Images into Maps

2021-10-03 · Avishkar Saha, Oscar Mendez Maldonado, Chris Russell, Richard Bowden

We approach instantaneous mapping, converting images to a top-down view of the world, as a translation problem. We show how a novel form of transformer network can be used to map from images and video directly to an overhead map or bird's-eye-view (BEV) of the world, in a single end-to-end network. We assume a 1-1 correspondence between a vertical scanline in the image, and rays passing through the camera location in an overhead map. This lets us formulate map generation from an image as a set of sequence-to-sequence translations. Posing the problem as translation allows the network to use the context of the image when interpreting the role of each pixel. This constrained formulation, based upon a strong physical grounding of the problem, leads to a restricted transformer network that is convolutional in the horizontal direction only. The structure allows us to make efficient use of data when training, and obtains state-of-the-art results for instantaneous mapping of three large-scale datasets, including a 15% and 30% relative gain against existing best performing methods on the nuScenes and Argoverse datasets, respectively. We make our code available on https://github.com/avishkarsaha/translating-images-into-maps.

📄 PDF Abstract BibTeX arXiv:2110.00966

Code (1)

avishkarsaha/translating-images-into-maps 공식 구현 pytorch

Tasks

Translation

Similar Papers 제목 키워드 기반

Attention-GAN for Object Transfiguration in Wild Images

2018-03-19 · ECCV 2018 9 · Xinyuan Chen, Chang Xu, Xiaokang Yang, DaCheng Tao

This paper studies the object transfiguration problem in wild images. The generative network in classical GANs for object transfiguration often undertakes a dual responsibility: to detect the objects of interests and to …

Object

Translating Math Formula Images to LaTeX Sequences Using Deep Neural Networks with Sequence-level Training

2019-08-29 · Zelun Wang, Jyh-Charn Liu

In this paper we propose a deep neural network model with an encoder-decoder architecture that translates images of math formulas into their LaTeX markup sequences. The encoder is a convolutional neural network (CNN) tha…

DecoderLanguage ModellingMathReinforcement Learning

Depth Extraction from Video Using Non-parametric Sampling

2019-12-24 · Kevin Karsch, Ce Liu, Sing Bing Kang

We describe a technique that automatically generates plausible depth maps from videos using non-parametric depth sampling. We demonstrate our technique in cases where past methods fail (non-translating cameras and dynami…

Depth EstimationOptical Flow Estimation

DepthTransfer: Depth Extraction from Video Using Non-parametric Sampling

2019-12-24 · Kevin Karsch, Ce Liu, Sing Bing Kang

We describe a technique that automatically generates plausible depth maps from videos using non-parametric depth sampling. We demonstrate our technique in cases where past methods fail (non-translating cameras and dynami…

Depth EstimationOptical Flow Estimation

RDFC-GAN: RGB-Depth Fusion CycleGAN for Indoor Depth Completion

2023-06-06 · Haowen Wang, Zhengping Che, Yufan Yang, Mingyuan Wang 외

Raw depth images captured in indoor scenarios frequently exhibit extensive missing values due to the inherent limitations of the sensors and environments. For example, transparent materials frequently elude detection by …

Depth CompletionMissing ValuesTransparent objects