CA2Point: Learning Keypoint Detection and Description with Context Aggregation and Cross Augmentation
Xuebin Meng, Wei Li, Yu Hu, Yinhe Han
Abstract
Keypoint detection and description are fundamental tasks for a variety of computer vision applications. Due to the limited receptive field of convolutional neural networks, most existing methods based on deep learning mainly focus on the local features, instead of taking into account the global context from entire image. The purpose of this work is to enhance the detection and description process of keypoints by leveraging global information obtained from Transformer, and to boost the consistence between keypoints and descriptors through their interaction. Specifically, the above two improvements are respectively implemented through the Local & Global Context Aggregation (LGCA) Module and Point & Descriptor Cross Augmentation (PDCA) Module proposed in this article. The LGCA module, which can model the long-range context, is inserted a Feature Pyramid Network (FPN) to extract features which contain diverse scales and different receptive fields. Moreover, the PDCA module enhances descriptors by the geometry information of keypoints detected, while enhancing the keypoint detection process by the position coordinates of correctly matched descriptors. Finally, we design a lightweight model to improve the running efficiency. Extensive experiments on various tasks demonstrate that our method achieves a substantial performance improvement over the current feature extraction methods. Code is available at: https://github.com/meng152634/CA2Point.
BibTeX
@inproceedings{iros2025_ca2pointlearning,
title = {CA2Point: Learning Keypoint Detection and Description with Context Aggregation and Cross Augmentation},
author = {Xuebin Meng and Wei Li and Yu Hu and Yinhe Han},
booktitle = {IROS 2025},
year = {2025}
}