paper-with-me

Papers

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 unifying formulations for outlier-robust estimation, Generalized Maximum Consensus (G-MC) and Generalized Truncated Least Squares (G-TLS), and investigates fundamental limits, practical algorithms, and applications. Our first contribution is a proof that outlier-robust estimation is inapproximable: in the worst case, it is impossible to (even approximately) find the set of outliers, even with slower-than-polynomial-time algorithms (particularly, algorithms running in quasi-polynomial time). As a second contribution, we review and extend two general-purpose algorithms. The first, Adaptive Trimming (ADAPT), is combinatorial, and is suitable for G-MC; the second, Graduated Non-Convexity (GNC), is based on homotopy methods, and is suitable for G-TLS. We extend ADAPT and GNC to the case where the user does not have prior knowledge of the inlier-noise statistics (or the statistics may vary over time) and is unable to guess a reasonable threshold to separate inliers from outliers (as the one commonly used in RANSAC). We propose the first minimally tuned algorithms for outlier rejection, that dynamically decide how to separate inliers from outliers. Our third contribution is an evaluation of the proposed algorithms on robot perception problems: mesh registration, image-based object detection (shape alignment), and pose graph optimization. ADAPT and GNC execute in real-time, are deterministic, outperform RANSAC, and are robust up to 80-90% outliers. Their minimally tuned versions also compare favorably with the state of the art, even though they do not rely on a noise bound for the inliers.

📄 PDF Abstract BibTeX arXiv:2007.15109

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

Outlier-Robust Spatial Perception: Hardness, General-Purpose Algorithms, and Guarantees

2019-03-27 · Vasileios Tzoumas, Pasquale Antonante, Luca Carlone

Spatial perception is the backbone of many robotics applications, and spans a broad range of research problems, including localization and mapping, point cloud alignment, and relative pose estimation from camera images. …

Pose Estimation

Cluster Purging: Efficient Outlier Detection based on Rate-Distortion Theory

2023-02-22 · Maximilian B. Toller, Bernhard C. Geiger, Roman Kern

Rate-distortion theory-based outlier detection builds upon the rationale that a good data compression will encode outliers with unique symbols. Based on this rationale, we propose Cluster Purging, which is an extension o…

ClusteringData CompressionOutlier Detection

Algorithms and Hardness for Robust Subspace Recovery

2012-11-05 · Moritz Hardt, Ankur Moitra

We consider a fundamental problem in unsupervised learning called \emph{subspace recovery}: given a collection of $m$ points in $\mathbb{R}^n$, if many but not necessarily all of these points are contained in a $d$-dimen…

Decomposing Hard SAT Instances with Metaheuristic Optimization

2023-12-16 · Daniil Chivilikhin, Artem Pavlenko, Alexander Semenov

In the article, within the framework of the Boolean Satisfiability problem (SAT), the problem of estimating the hardness of specific Boolean formulas w.r.t. a specific complete SAT solving algorithm is considered. Based …

Evolutionary AlgorithmsMetaheuristic Optimization

On Choosing Committees Based on Approval Votes in the Presence of Outliers

2015-11-13 · Palash Dey, Neeldhara Misra, Y. Narahari

We study the computational complexity of committee selection problem for several approval-based voting rules in the presence of outliers. Our first result shows that outlier consideration makes committee selection proble…