CVLGOct 21, 2021

Reinforcement Learning Based Optimal Camera Placement for Depth Observation of Indoor Scenes

arXiv:2110.11106v1
Originality Incremental advance
AI Analysis

This addresses camera placement for depth observation in indoor scenes, offering an online solution for scenarios without prior knowledge, though it is incremental as it builds on existing reinforcement learning methods.

The paper tackled the optimal camera placement problem for depth observation in indoor scenes by proposing an online reinforcement learning solution, which outperformed offline methods in 7 out of 10 test scenes and reduced total error to less than 90% of baselines.

Exploring the most task-friendly camera setting -- optimal camera placement (OCP) problem -- in tasks that use multiple cameras is of great importance. However, few existing OCP solutions specialize in depth observation of indoor scenes, and most versatile solutions work offline. To this problem, an OCP online solution to depth observation of indoor scenes based on reinforcement learning is proposed in this paper. The proposed solution comprises a simulation environment that implements scene observation and reward estimation using shadow maps and an agent network containing a soft actor-critic (SAC)-based reinforcement learning backbone and a feature extractor to extract features from the observed point cloud layer-by-layer. Comparative experiments with two state-of-the-art optimization-based offline methods are conducted. The experimental results indicate that the proposed system outperforms seven out of ten test scenes in obtaining lower depth observation error. The total error in all test scenes is also less than 90% of the baseline ones. Therefore, the proposed system is more competent for depth camera placement in scenarios where there is no prior knowledge of the scenes or where a lower depth observation error is the main objective.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes