CVSep 5, 2018

Blur-Countering Keypoint Detection via Eigenvalue Asymmetry

arXiv:1809.01456v11 citations
Originality Incremental advance
AI Analysis

This addresses a key challenge in computer vision for applications like image processing and robotics, but it is incremental as it builds on existing keypoint detection methods.

The paper tackles the problem of detecting keypoints in blurred images, where existing methods like FAST and DoG have limited performance, and proposes a blur-countering method that outperforms current approaches under various types and degrees of blur, achieving real-time performance for low-resolution images.

Well-known corner or local extrema feature based detectors such as FAST and DoG have achieved noticeable successes. However, detecting keypoints in the presence of blur has remained to be an unresolved issue. As a matter of fact, various kinds of blur (e.g., motion blur, out-of-focus, and space-variant) remarkably increase challenges for keypoint detection. As a result, those methods have limited performance. To settle this issue, we propose a blur-countering method for detecting valid keypoints for various types and degrees of blurred images. Specifically, we first present a distance metric for derivative distributions, which preserves the distinctiveness of patch pairs well under blur. We then model the asymmetry by utilizing the difference of squared eigenvalues based on the distance metric. To make it scale-robust, we also extend it to scale space. The proposed detector is efficient as the main computational cost is the square of derivatives at each pixel. Extensive visual and quantitative results show that our method outperforms current approaches under different types and degrees of blur. Without any parallelization, our implementation\footnote{We will make our code publicly available upon the acceptance.} achieves real-time performance for low-resolution images (e.g., $320\times240$ pixel).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes