paper-with-me

Papers

KP2Dtiny: Quantized Neural Keypoint Detection and Description on the Edge

2023-07-07 · AICAS 2023 7 · Thomas Rüegg, Marco Giordano, Michele Magno

Detection and description of keypoints in images is a fundamental component of a wide range of tasks such as Simultaneous Localization And Mapping (SLAM), image alignment and structure from motion (SfM). Efficient computation of these features is crucial for real-time applications and has been addressed by multiple handcrafted algorithms and, recently, by deep neural network-based detectors. Learned detectors achieve high detection performance, but pose high computational requirements, making them slow and impractical for low-power resource constraint platforms. This paper presents a quantized neural keypoint detector and descriptor optimized for edge devices exploiting two recent AI platforms such as MAX78000 by Analog Devices and the Coral AI USB accelerator from Google. To accommodate the diverse constraints and requirements of various applications, we propose and evaluate two model architectures (KP2DtinySmall and KP2DtinyFast) and deploy them on the aforementioned platforms using full 8-bit integer quantization. Furthermore, we extensively evaluate these models in terms of power, latency and accuracy, reporting results on three image sizes (88x88, 320x240 and 640x480), evaluating both quantized and non-quantized models. Fully quantized, KP2DtinySmall reduces network size by a factor of 54x while improving homographic estimation accuracy on 88x88 images on the most stringent threshold (Correctness d1) by 32.4% (0.550) and on 320x240 images by 10.7% (0.648) compared to the KeypointNet architecture by Yang You et. al. This result is achieved by designing a new network with low power platforms in mind, particularly addressing the lower resolution by increasing the density of detectable features. Deployed on the MAX78000 MCU, inference of low-resolution images is run at 59 FPS, consuming 1.1 mJ per image. On the Coral usb accelerator, KP2DtinyFast runs inference on low-resolution images at 527 FPS consuming 3.1 mJ, on high resolution it achieves 70 FPS at 19.9 mJ per inference.

📄 PDF Abstract BibTeX

Code (1)

Thomacdebabo/KP2Dtiny tf

Tasks

Homography EstimationKeypoint DetectionQuantizationSimultaneous Localization and Mapping

Methods 이 논문이 사용한 방법론

CORAL 설명 없음

Similar Papers 제목 키워드 기반

R2D2: Reliable and Repeatable Detector and Descriptor

2019-12-01 · NeurIPS 2019 12 · Jerome Revaud, Cesar De Souza, Martin Humenberger, Philippe Weinzaepfel

Interest point detection and local feature description are fundamental steps in many computer vision applications. Classical approaches are based on a detect-then-describe paradigm where separate handcrafted methods are …

Atari GamesCamera LocalizationImage MatchingInterest Point Detection+2

R2D2: Repeatable and Reliable Detector and Descriptor

2019-06-14 · Jerome Revaud, Philippe Weinzaepfel, César De Souza, Noe Pion 외

Interest point detection and local feature description are fundamental steps in many computer vision applications. Classical methods for these tasks are based on a detect-then-describe paradigm where separate handcrafted…

Interest Point DetectionKeypoint DetectionMetric Learning

Neural Outlier Rejection for Self-Supervised Keypoint Learning

2019-12-23 · ICLR 2020 1 · Jiexiong Tang, Hanme Kim, Vitor Guizilini, Sudeep Pillai 외

Identifying salient points in images is a crucial component for visual odometry, Structure-from-Motion or SLAM algorithms. Recently, several learned keypoint methods have demonstrated compelling performance on challengin…

Homography EstimationInterest Point DetectionKeypoint DetectionVisual Odometry

Distributed Pruning Towards Tiny Neural Networks in Federated Learning

2022-12-05 · Hong Huang, Lan Zhang, Chaoyue Sun, Ruogu Fang 외

Neural network pruning is an essential technique for reducing the size and complexity of deep neural networks, enabling large-scale models on devices with limited resources. However, existing pruning approaches heavily r…

Federated LearningNetwork Pruning

Self-Supervised Equivariant Learning for Oriented Keypoint Detection

2022-04-19 · CVPR 2022 1 · Jongmin Lee, Byungjin Kim, Minsu Cho

Detecting robust keypoints from an image is an integral part of many computer vision problems, and the characteristic orientation and scale of keypoints play an important role for keypoint description and matching. Exist…

Camera Pose EstimationKeypoint DetectionPose EstimationSelf-Supervised Learning+1