CVAIMar 14, 2023

OVRL-V2: A simple state-of-art baseline for ImageNav and ObjectNav

Meta AI
arXiv:2303.07798v188 citationsh-index: 85
Originality Incremental advance
AI Analysis

This work provides a strong baseline for future methods in visual navigation, though it is incremental as it builds on existing self-supervised learning and ViT techniques.

The paper tackles the problem of visual navigation tasks (ImageNav and ObjectNav) by proposing a simple, general-purpose neural network architecture that achieves state-of-the-art results, improving ImageNav success from 54.2% to 82.0% and performing competitively on ObjectNav with 64.0% success.

We present a single neural network architecture composed of task-agnostic components (ViTs, convolutions, and LSTMs) that achieves state-of-art results on both the ImageNav ("go to location in <this picture>") and ObjectNav ("find a chair") tasks without any task-specific modules like object detection, segmentation, mapping, or planning modules. Such general-purpose methods offer advantages of simplicity in design, positive scaling with available compute, and versatile applicability to multiple tasks. Our work builds upon the recent success of self-supervised learning (SSL) for pre-training vision transformers (ViT). However, while the training recipes for convolutional networks are mature and robust, the recipes for ViTs are contingent and brittle, and in the case of ViTs for visual navigation, yet to be fully discovered. Specifically, we find that vanilla ViTs do not outperform ResNets on visual navigation. We propose the use of a compression layer operating over ViT patch representations to preserve spatial information along with policy training improvements. These improvements allow us to demonstrate positive scaling laws for the first time in visual navigation tasks. Consequently, our model advances state-of-the-art performance on ImageNav from 54.2% to 82.0% success and performs competitively against concurrent state-of-art on ObjectNav with success rate of 64.0% vs. 65.0%. Overall, this work does not present a fundamentally new approach, but rather recommendations for training a general-purpose architecture that achieves state-of-art performance today and could serve as a strong baseline for future methods.

Foundations

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

Your Notes