Ghost-dil-NetVLAD: A Lightweight Neural Network for Visual Place Recognition
Qingyuan Gong, Yu Liu, Liqiang Zhang, Renhe Liu
TL;DR
The paper tackles efficient visual place recognition (VPR) by proposing Ghost-dil-NetVLAD, a lightweight end-to-end network that combines GhostCNN for feature extraction with a learnable NetVLAD pooling back-end. By incorporating dilated convolutions within Ghost modules, the approach captures richer spatial context while maintaining a small computational footprint, achieving state-of-the-art efficiency. Empirical results show substantial reductions in FLOPs (≈99.04%) and parameters (≈80.16%) compared with VGG16-NetVLAD, with comparable accuracy on public benchmarks and the authors’ TJU-Location dataset, especially when trained with Places-365 pretraining. The work also demonstrates that SE blocks, targeted pretraining, and moderate dilation further boost performance, though challenges remain in low-light scenarios, pointing to future work on illumination robustness and deployment on embedded systems.
Abstract
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.
