paper-with-me

Papers

Image Outlier Detection Without Training using RANSAC

2023-07-23 · Chen-Han Tsai, Yu-Shao Peng

Image outlier detection (OD) is an essential tool to ensure the quality of images used in computer vision tasks. Existing algorithms often involve training a model to represent the inlier distribution, and outliers are determined by some deviation measure. Although existing methods proved effective when trained on strictly inlier samples, their performance remains questionable when undesired outliers are included during training. As a result of this limitation, it is necessary to carefully examine the data when developing OD models for new domains. In this work, we present a novel image OD algorithm called RANSAC-NN that eliminates the need of data examination and model training altogether. Unlike existing approaches, RANSAC-NN can be directly applied on datasets containing outliers by sampling and comparing subsets of the data. Our algorithm maintains favorable performance compared to existing methods on a range of benchmarks. Furthermore, we show that RANSAC-NN can enhance the robustness of existing methods by incorporating our algorithm as part of the data preparation process.

📄 PDF Abstract BibTeX arXiv:2307.12301

Code (1)

mxtsai/ransac-nn 공식 구현

Tasks

One-Class ClassificationOutlier Detection

Similar Papers 제목 키워드 기반

Incremental RANSAC for Online Relocation in Large Dynamic Environments

2015-06-24 · Kanji Tanaka, Eiji Kondo

Vehicle relocation is the problem in which a mobile robot has to estimate the self-position with respect to an a priori map of landmarks using the perception and the motion measurements without using any knowledge of the…

Position

$H$-RANSAC, an algorithmic variant for Homography image transform from featureless point sets: application to video-based football analytics

2023-10-07 · George Nousias, Konstantinos Delibasis, Ilias Maglogiannis

Estimating homography matrix between two images has various applications like image stitching or image mosaicing and spatial information retrieval from multiple camera views, but has been proved to be a complicated probl…

DescriptiveImage StitchingInformation Retrieval

Outlier-Robust Estimation: Hardness, Minimally Tuned Algorithms, and Applications

2020-07-29 · Pasquale Antonante, Vasileios Tzoumas, Heng Yang, Luca Carlone

Nonlinear estimation in robotics and vision is typically plagued with outliers due to wrong data association, or to incorrect detections from signal processing and machine learning methods. This paper introduces two unif…

object-detectionObject Detection

Re-weighting and 1-Point RANSAC-Based PnP Solution to Handle Outliers

2020-07-16 · Haoyin Zhou, Tao Zhang, Jagadeesan Jayender

The ability to handle outliers is essential for performing the perspective-n-point (PnP) approach in practical applications, but conventional RANSAC+P3P or P4P methods have high time complexities. We propose a fast PnP s…

RANSAC Back to SOTA: A Two-stage Consensus Filtering for Real-time 3D Registration

2024-10-21 · Pengcheng Shi, Shaocheng Yan, Yilin Xiao, Xinyi Liu 외

Correspondence-based point cloud registration (PCR) plays a key role in robotics and computer vision. However, challenges like sensor noises, object occlusions, and descriptor limitations inevitably result in numerous ou…

Point Cloud Registration