EdgeLPR: On the Deep Neural Network trade-off between Precision and Performance in LiDAR Place Recognition

arXiv cs.RO / 5/5/2026

💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • The paper addresses the difficulty of deploying deep learning–based LiDAR place recognition on resource-constrained EdgeAI devices while supporting long-term autonomous navigation via reliable loop closure.
  • It proposes an efficient LiDAR place recognition approach using Bird’s Eye View representations and lightweight, image-like networks, and benchmarks multiple representative architectures under a unified descriptor scheme.
  • The study evaluates model performance across FP32, FP16, and INT8 quantization, using global pooling and linear projection without aggregation heads.
  • Results show that FP16 can closely match FP32 accuracy with reduced compute/cost, while INT8 performance degrades in an architecture-dependent way.
  • The authors conclude that the findings provide a foundation for future “use-case”-aware neural network quantization methods tailored to edge deployment requirements.

Abstract

Place recognition is essential for long-term autonomous navigation, enabling loop closure and consistent mapping. Although deep learning has improved performance, deploying such models on resource-constrained platforms remains challenging. This work explores efficient LiDAR-based place recognition for EdgeAI by leveraging Bird's Eye View representations to enable lightweight image-based networks. We benchmark representative architectures without aggregation heads using a unified descriptor scheme based on global pooling and linear projection, and evaluate performance under FP32, FP16, and INT8 quantization. Experiments reveal trade-offs between accuracy, robustness, and efficiency: FP16 matches FP32 with lower cost, while INT8 introduces architecture-dependent degradation. Overall, the presented results are a strong basis for future research on 'use-case'-aware quantisation of Neural Networks for Edge deployment.