CVROJun 27, 2019

BTEL: A Binary Tree Encoding Approach for Visual Localization

arXiv:1906.11992v11 citations
Originality Highly original
AI Analysis

This addresses a critical bottleneck for autonomous systems like drones in compute-constrained applications, offering a novel alternative to existing quantization and indexing techniques.

The paper tackles the problem of visual localization's linear scaling with environment size by proposing a binary tree encoding approach, achieving sub-linear storage and inference time while outperforming state-of-the-art methods under limited storage constraints.

Visual localization algorithms have achieved significant improvements in performance thanks to recent advances in camera technology and vision-based techniques. However, there remains one critical caveat: all current approaches that are based on image retrieval currently scale at best linearly with the size of the environment with respect to both storage, and consequentially in most approaches, query time. This limitation severely curtails the capability of autonomous systems in a wide range of compute, power, storage, size, weight or cost constrained applications such as drones. In this work, we present a novel binary tree encoding approach for visual localization which can serve as an alternative for existing quantization and indexing techniques. The proposed tree structure allows us to derive a compressed training scheme that achieves sub-linearity in both required storage and inference time. The encoding memory can be easily configured to satisfy different storage constraints. Moreover, our approach is amenable to an optional sequence filtering mechanism to further improve the localization results, while maintaining the same amount of storage. Our system is entirely agnostic to the front-end descriptors, allowing it to be used on top of recent state-of-the-art image representations. Experimental results show that the proposed method significantly outperforms state-of-the-art approaches under limited storage constraints.

Foundations

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

Your Notes