paper-with-me

Papers

Blur-Countering Keypoint Detection via Eigenvalue Asymmetry

2018-09-05 · Chao Zhang, Xuequan Lu, Takuya Akashi

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).

📄 PDF Abstract BibTeX arXiv:1809.01456

Code (0)

등록된 구현이 없습니다.

Tasks

Keypoint Detectionvalid

Similar Papers 제목 키워드 기반

SSMB: Self-Supervised Local Feature Detection under Motion Blur

2026-08-27 · Zhenjun Zhao, Fabio Bellavia, Wenting Wang, Fan Zhu 외 arxiv

Keypoint detection under motion blur remains a significant challenge, as blur distorts local image structure and degrades the repeatability of feature localization. Existing approaches either rely on computationally expe…

Visual LocalizationKeypoint DetectionPose EstimationImage Matching

BALF: Simple and Efficient Blur Aware Local Feature Detector

2022-11-27 · Zhenjun Zhao, Yu Zhai, Ben M. Chen, Peidong Liu

Local feature detection is a key ingredient of many image processing and computer vision applications, such as visual odometry and localization. Most existing algorithms focus on feature detection from a sharp image. The…

Keypoint DetectionVisual Odometry

BlurBall: Joint Ball and Motion Blur Estimation for Table Tennis Ball Tracking

2025-09-22 · Thomas Gossard, Filip Radovic, Andreas Ziegler, Andreas Zell arxiv

Motion blur reduces the clarity of fast-moving objects, posing challenges for detection systems, especially in racket sports, where balls often appear as streaks rather than distinct points. Existing labeling conventions…

Trajectory Prediction

An analysis of the factors affecting keypoint stability in scale-space

2015-11-26 · Ives Rey-Otero, Jean-Michel Morel, Mauricio Delbracio

The most popular image matching algorithm SIFT, introduced by D. Lowe a decade ago, has proven to be sufficiently scale invariant to be used in numerous applications. In practice, however, scale invariance may be weakene…

Keypoint Detection

Human Keypoint Detection by Progressive Context Refinement

2019-10-27 · Jing Zhang, Zhe Chen, DaCheng Tao

Human keypoint detection from a single image is very challenging due to occlusion, blur, illumination and scale variance of person instances. In this paper, we find that context information plays an important role in add…

Human DetectionKeypoint DetectionMulti-Task Learning