Self-Improving Visual Odometry
This addresses the need for more adaptable and efficient visual odometry systems in robotics and computer vision, though it is incremental as it builds on existing self-supervised and deep learning approaches.
The paper tackles the problem of adapting visual odometry to new environments without manual tuning by proposing a self-supervised framework that uses unlabeled monocular video to train a frontend network, resulting in outperformance over traditional and deep learning methods in 3D-to-2D pose estimation on ScanNet.
We propose a self-supervised learning framework that uses unlabeled monocular video sequences to generate large-scale supervision for training a Visual Odometry (VO) frontend, a network which computes pointwise data associations across images. Our self-improving method enables a VO frontend to learn over time, unlike other VO and SLAM systems which require time-consuming hand-tuning or expensive data collection to adapt to new environments. Our proposed frontend operates on monocular images and consists of a single multi-task convolutional neural network which outputs 2D keypoints locations, keypoint descriptors, and a novel point stability score. We use the output of VO to create a self-supervised dataset of point correspondences to retrain the frontend. When trained using VO at scale on 2.5 million monocular images from ScanNet, the stability classifier automatically discovers a ranking for keypoints that are not likely to help in VO, such as t-junctions across depth discontinuities, features on shadows and highlights, and dynamic objects like people. The resulting frontend outperforms both traditional methods (SIFT, ORB, AKAZE) and deep learning methods (SuperPoint and LF-Net) in a 3D-to-2D pose estimation task on ScanNet.