Objects Can Move: 3D Change Detection by Geometric Transformation Constistency
Aikaterini Adam, Torsten Sattler, Konstantinos Karantzalos, Tomas, Pajdla

TL;DR
This paper introduces a novel 3D change detection method for AR/VR and robotics that identifies moved objects solely based on scene changes, without prior object assumptions, using depth map differences and geometric consistency.
Contribution
It presents a new scene change-based object discovery approach that detects and segments moving objects through depth differences and graph cut optimization, outperforming existing methods.
Findings
Achieves state-of-the-art performance on 3RScan dataset.
Does not require prior object models or assumptions.
Effectively segments moving objects based on rigid motion detection.
Abstract
AR/VR applications and robots need to know when the scene has changed. An example is when objects are moved, added, or removed from the scene. We propose a 3D object discovery method that is based only on scene changes. Our method does not need to encode any assumptions about what is an object, but rather discovers objects by exploiting their coherent move. Changes are initially detected as differences in the depth maps and segmented as objects if they undergo rigid motions. A graph cut optimization propagates the changing labels to geometrically consistent regions. Experiments show that our method achieves state-of-the-art performance on the 3RScan dataset against competitive baselines. The source code of our method can be found at https://github.com/katadam/ObjectsCanMove.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization · Image Processing and 3D Reconstruction
