paper-with-me

Papers

Empty Cities: a Dynamic-Object-Invariant Space for Visual SLAM

2020-10-15 · Berta Bescos, Cesar Cadena, Jose Neira

In this paper we present a data-driven approach to obtain the static image of a scene, eliminating dynamic objects that might have been present at the time of traversing the scene with a camera. The general objective is to improve vision-based localization and mapping tasks in dynamic environments, where the presence (or absence) of different dynamic objects in different moments makes these tasks less robust. We introduce an end-to-end deep learning framework to turn images of an urban environment that include dynamic content, such as vehicles or pedestrians, into realistic static frames suitable for localization and mapping. This objective faces two main challenges: detecting the dynamic objects, and inpainting the static occluded back-ground. The first challenge is addressed by the use of a convolutional network that learns a multi-class semantic segmentation of the image. The second challenge is approached with a generative adversarial model that, taking as input the original dynamic image and the computed dynamic/static binary mask, is capable of generating the final static image. This framework makes use of two new losses, one based on image steganalysis techniques, useful to improve the inpainting quality, and another one based on ORB features, designed to enhance feature matching between real and hallucinated image regions. To validate our approach, we perform an extensive evaluation on different tasks that are affected by dynamic entities, i.e., visual odometry, place recognition and multi-view stereo, with the hallucinated images. Code has been made available on https://github.com/bertabescos/EmptyCities_SLAM.

📄 PDF Abstract BibTeX arXiv:2010.07646

Code (2)

bertabescos/EmptyCities_SLAM 공식 구현 pytorch
fiftywu/Coarse2Fine-DSIT pytorch

Tasks

Semantic SegmentationSteganalysisVisual Odometry

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Empty Cities: Image Inpainting for a Dynamic-Object-Invariant Space

2018-09-20 · Berta Bescos, José Neira, Roland Siegwart, Cesar Cadena

In this paper we present an end-to-end deep learning framework to turn images that show dynamic content, such as vehicles or pedestrians, into realistic static frames. This objective encounters two main challenges: detec…

Image InpaintingSemantic SegmentationVisual Place Recognition

An IoT-based Smart Parking System

2023-11-21 · Ridhi Choudhary, Arnav Sanjay Sinha, Krishna Jaiswal, Anurag Chandra

The number of vehicles on the road is growing every day, thus there's a growing need to develop effective and hassle-free parking systems. Finding a parking space may be a big challenge, especially in crowded cities or a…

Stability of Switched Affine Systems: Arbitrary and Dwell-Time Switching

2022-03-14 · Matteo Della Rossa, Lucas N. Egidio, Raphaël M. Jungers

The dynamical behavior of switched affine systems is known to be more intricate than that of the well-studied switched linear systems, essentially due to the existence of distinct equilibrium points for each subsystem. F…

PhysiFormer: Learning to Simulate Mechanics in World Space

2026-06-25 · Yiming Chen, Yushi Lan, Andrea Vedaldi arxiv

We present PhysiFormer, a diffusion transformer for physically-plausible 3D object motion. Unlike video world models that operate in view-dependent pixel space, PhysiFormer represents objects as 3D meshes expressed in wo…

Trajectory Prediction

Dynamic-ICP: Doppler-Aware Iterative Closest Point Registration for Dynamic Scenes

2025-11-25 · Dong Wang, Daniel Casado Herraez, Stefan May, Andreas Nüchter arxiv

Reliable odometry in highly dynamic environments remains challenging when it relies on ICP-based registration: ICP assumes near-static scenes and degrades in repetitive or low-texture geometry. We introduce Dynamic-ICP, …