CVApr 5, 2023

Image Stabilization for Hololens Camera in Remote Collaboration

ETH Zurich
arXiv:2304.02736v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of unstable viewing experiences for remote users of AR devices like Hololens, but it is incremental as it builds on existing 3D reconstruction techniques.

The paper tackles motion blur and narrow field-of-view in AR headsets for remote collaboration by proposing a two-stage pipeline using 3D reconstruction and enhanced rendering, showing that a geometry-based method outperforms Neural Radiance Fields in rendering quality with better SSIM and PSNR metrics.

With the advent of new technologies, Augmented Reality (AR) has become an effective tool in remote collaboration. Narrow field-of-view (FoV) and motion blur can offer an unpleasant experience with limited cognition for remote viewers of AR headsets. In this article, we propose a two-stage pipeline to tackle this issue and ensure a stable viewing experience with a larger FoV. The solution involves an offline 3D reconstruction of the indoor environment, followed by enhanced rendering using only the live poses of AR device. We experiment with and evaluate the two different 3D reconstruction methods, RGB-D geometric approach and Neural Radiance Fields (NeRF), based on their data requirements, reconstruction quality, rendering, and training times. The generated sequences from these methods had smoother transitions and provided a better perspective of the environment. The geometry-based enhanced FoV method had better renderings as it lacked blurry outputs making it better than the other attempted approaches. Structural Similarity Index (SSIM) and Peak Signal to Noise Ratio (PSNR) metrics were used to quantitatively show that the rendering quality using the geometry-based enhanced FoV method is better. Link to the code repository - https://github.com/MixedRealityETHZ/ImageStabilization.

Foundations

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

Your Notes