CVDec 22, 2021

Ghost-dil-NetVLAD: A Lightweight Neural Network for Visual Place Recognition

arXiv:2112.11679v25 citations
Originality Incremental advance
AI Analysis

This work addresses computational efficiency for visual place recognition systems, but it is incremental as it builds on existing lightweight CNN and VLAD methods.

The authors tackled the computational cost and performance balance in visual place recognition by proposing Ghost-dil-NetVLAD, a lightweight neural network that reduces FLOPs and parameters by 99.04% and 80.16% compared to VGG16-NetVLAD while achieving similar accuracy.

Visual place recognition (VPR) is a challenging task with the unbalance between enormous computational cost and high recognition performance. Thanks to the practical feature extraction ability of the lightweight convolution neural networks (CNNs) and the train-ability of the vector of locally aggregated descriptors (VLAD) layer, we propose a lightweight weakly supervised end-to-end neural network consisting of a front-ended perception model called GhostCNN and a learnable VLAD layer as a back-end. GhostCNN is based on Ghost modules that are lightweight CNN-based architectures. They can generate redundant feature maps using linear operations instead of the traditional convolution process, making a good trade-off between computation resources and recognition accuracy. To enhance our proposed lightweight model further, we add dilated convolutions to the Ghost module to get features containing more spatial semantic information, improving accuracy. Finally, rich experiments conducted on a commonly used public benchmark and our private dataset validate that the proposed neural network reduces the FLOPs and parameters of VGG16-NetVLAD by 99.04% and 80.16%, respectively. Besides, both models achieve similar accuracy.

Foundations

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

Your Notes