Image Outlier Detection Without Training using RANSAC
Chen-Han Tsai, Yu-Shao Peng

TL;DR
This paper introduces RANSAC-NN, a training-free image outlier detection method that directly operates on datasets with outliers, improving robustness and simplifying the process compared to traditional trained models.
Contribution
The paper presents RANSAC-NN, a novel outlier detection algorithm that does not require training and can handle datasets with outliers directly, unlike existing methods.
Findings
RANSAC-NN performs favorably on benchmark datasets.
It enhances robustness when integrated with existing methods.
It eliminates the need for data examination and model training.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Image Processing Techniques and Applications · Currency Recognition and Detection
