RobustLoc: Robust Camera Pose Regression in Challenging Driving Environments

Abstract

Camera relocalization has various applications in autonomous driving. Previous camera pose regression models consider only ideal scenarios where there is little environmental perturbation. To deal with challenging driving environments that may have changing seasons, weather, illumination, and the presence of unstable objects, we propose RobustLoc, which derives its robustness against perturbations from neural differential equations. Our model uses a convolutional neural network to extract feature maps from multi-view images, a robust neural differential equation diffusion block module to diffuse information interactively, and a branched pose decoder with multi-layer training to estimate the vehicle poses. Experiments demonstrate that RobustLoc surpasses current state-of-the-art camera pose regression models and achieves robust performance in various environments. Our code is released at: https://github.com/sijieaaa/RobustLoc

Cite

Text

Wang et al. "RobustLoc: Robust Camera Pose Regression in Challenging Driving Environments." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I5.25765

Markdown

[Wang et al. "RobustLoc: Robust Camera Pose Regression in Challenging Driving Environments." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/wang2023aaai-robustloc/) doi:10.1609/AAAI.V37I5.25765

BibTeX

@inproceedings{wang2023aaai-robustloc,
  title     = {{RobustLoc: Robust Camera Pose Regression in Challenging Driving Environments}},
  author    = {Wang, Sijie and Kang, Qiyu and She, Rui and Tay, Wee Peng and Hartmannsgruber, Andreas and Navarro, Diego Navarro},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {6209-6216},
  doi       = {10.1609/AAAI.V37I5.25765},
  url       = {https://mlanthology.org/aaai/2023/wang2023aaai-robustloc/}
}