paper-with-me

Papers

RIPE++: Reinforced Keypoint Learning from Positive Pairs Only

2026-08-20 · Johannes Künzel, Peter Eisert, Anna Hilsmann arxiv

Sparse keypoint extraction and matching underpin core tasks in geometric computer vision, including structure-from-motion, visual SLAM, augmented reality, and medical image registration. Learning robust local feature representations, however, typically requires accurate camera poses or depth supervision, which are often unavailable in real-world settings. Reinforcement learning (RL) has recently emerged as a promising alternative, requiring only the information if two images show the same scene or not. However, existing RL formulations such as RIPE rely on coarse binary rewards and carefully constructed negative training pairs, limiting training stability and descriptor discriminability. In this paper, we revisit RL-based keypoint learning and propose a reward that fully exploits the geometric consistency signal, deriving both reward and penalty from a single positive pair without contrasting against negatives. This richer signal provides sufficient supervisory contrast to learn discriminative detectors and descriptors from positive image pairs alone, enabling representation learning under extremely limited supervision. Furthermore, we show that the same RL objective can be extended to the matching stage by adapting LightGlue, raising AUC@5 on MegaDepth1500 from 56.58 to 59.65 and enabling weakly-supervised training of the full sparse matching pipeline from image pairs with partial visual overlap. We validate our approach on established benchmarks, demonstrating competitive results compared to fully-supervised methods. We further show that the method can be even trained on low texture medical video sequences, where camera poses are usually unavailable and standard SfM pipelines often fail. Code and data are available at https://github.com/fraunhoferhhi/RIPEpp .

📄 PDF Abstract BibTeX arXiv:2608.19693

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 113
doublepoints/cv-arxiv-daily
fraunhoferhhi/RIPEpp ★ 13

Tasks

Medical Image RegistrationRepresentation LearningReinforcement Learning

Similar Papers 제목 키워드 기반

CentripetalNet: Pursuing High-quality Keypoint Pairs for Object Detection

2020-03-20 · CVPR 2020 6 · Zhiwei Dong, Guoxuan Li, Yue Liao, Fei Wang 외

Keypoint-based detectors have achieved pretty-well performance. However, incorrect keypoint matching is still widespread and greatly affects the performance of the detector. In this paper, we propose CentripetalNet which…

Instance Segmentationobject-detectionObject DetectionPosition+2

RIPE: Reinforcement Learning on Unlabeled Image Pairs for Robust Keypoint Extraction

2025-07-07 · Johannes Künzel, Anna Hilsmann, Peter Eisert

We introduce RIPE, an innovative reinforcement learning-based framework for weakly-supervised training of a keypoint extractor that excels in both detection and description tasks. In contrast to conventional training reg…

Self-Reinforced Graph Contrastive Learning

2025-05-19 · Chou-Ying Hsieh, Chun-Fu Jang, Cheng-En Hsieh, Qian-Hui Chen 외

Graphs serve as versatile data structures in numerous real-world domains-including social networks, molecular biology, and knowledge graphs-by capturing intricate relational information among entities. Among graph-based …

Contrastive LearningKnowledge Graphs

Convolutional Neural Network Ensemble Learning for Hyperspectral Imaging-based Blackberry Fruit Ripeness Detection in Uncontrolled Farm Environment

2024-01-09 · Chollette C. Olisah, Ben Trewhella, Bo Li, Melvyn L. Smith 외

Fruit ripeness estimation models have for decades depended on spectral index features or colour-based features, such as mean, standard deviation, skewness, colour moments, and/or histograms for learning traits of fruit r…

Ensemble Learning

FlowPRO: Reward-Free Reinforced Fine-Tuning of Flow-Matching VLAs via Proximalized Preference Optimization

2026-06-03 · Yihao Wu, He Zhang, Junbo Tan, Xueqian Wang 외 arxiv

Post-training Vision-Language-Action (VLA) models into policies that can be reliably deployed on real robots remains a major bottleneck. SFT and DAgger exploit failure signals only indirectly, and reward-based RL is bott…