paper-with-me

홈 › Papers

RANSAC Scoring Done Right

2026-06-12 · James Pritts, Felix Seegräber, Kevin Köser arxiv

The most widely used RANSAC variants score candidate models by counting inliers or summing per-point scores that saturate beyond a residual threshold. Every such score requires a user-supplied parameter that is a function of the inlier scale, which must itself be estimated from contaminated data. We remove this dependence by reversing the usual order of inference: rather than estimating the scale and then scoring against it, we marginalize the inlier scale analytically in closed form under a conjugate Inverse-Gamma prior for a fixed inlier partition, then optimize over partitions. A single closed-form expression spans the non-informative Jeffreys limit and informative empirical-Bayes priors, so the same score adapts across data-rich and data-scarce regimes without any change to the algorithm. The proposed RANSAC score is the first in which the inlier scale is genuinely absent from the formula. The score admits O(N log N ) computation via sort-and-sweep. On a benchmark of nearly 70 000 image pairs spanning different two-view estimation problems and both engineered and learned feature pipelines, the proposed score exceeds the state of the art (RANSAC, MSAC, GaU, MAGSAC): it stays nearly flat under threshold miscalibration where baselines degrade, reaches near-optimal accuracy from as few as two validation pairs where baselines need ont he order of 100 times more,. and tightens its prior regularization as validation data grows scarce.

📄 PDF Abstract BibTeX arXiv:2606.27385

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Knowing Right from Wrong: Should We Use More Complex Models for Automatic Short-Answer Scoring in Bahasa Indonesia?

2020-11-01 · EMNLP (sustainlp) 2020 11 · Ali Akbar Septiandri, Yosef Ardhito Winatmoko, Ilham Firdausi Putra

We compare three solutions to UKARA 1.0 challenge on automated short-answer scoring: single classical, ensemble classical, and deep learning. The task is to classify given answers to two questions, whether they are right…

BIG-bench Machine LearningDeep Learning

Banking Done Right: Redefining Retail Banking with Language-Centric AI

2025-10-09 · Xin Jie Chua, Jeraelyn Ming Li Tan, Jia Xuan Tan, Soon Chang Poh 외 arxiv

This paper presents Ryt AI, an LLM-native agentic framework that powers Ryt Bank to enable customers to execute core financial transactions through natural language conversation. This represents the first global regulato…

TRUST-SCF: Transformer-based Risk Understanding and Scoring for Transactional Supply Chain Finance

2026-06-06 · Mohammadamin Davoodabadi, Amirabbas Shakeri arxiv

Supply Chain Finance (SCF) and LendTech platforms need credit scoring systems that respond to evolving transaction behavior, repayment delays, and active exposure. We propose TRUST-SCF, a transformer-based framework for …

ProVe -- Self-supervised pipeline for automated product replacement and cold-starting based on neural language models

2020-06-26 · Andrei Ionut Damian, Laurentiu Piciu, Cosmin Mihai Marinescu

In retail vertical industries, businesses are dealing with human limitation of quickly understanding and adapting to new purchasing behaviors. Moreover, retail businesses need to overcome the human limitation of properly…

Demand ForecastingNatural Language Understanding

BRIGHT -- Graph Neural Networks in Real-Time Fraud Detection

2022-05-25 · Mingxuan Lu, Zhichao Han, Susie Xi Rao, Zitao Zhang 외

Detecting fraudulent transactions is an essential component to control risk in e-commerce marketplaces. Apart from rule-based and machine learning filters that are already deployed in production, we want to enable effici…

Entity EmbeddingsFraud Detection