Novel Adaptive Genetic Algorithm Sample Consensus
Ehsan Shojaedini, Mahshid Majd, Reza Safabakhsh

TL;DR
This paper introduces an adaptive genetic algorithm for RANSAC that dynamically balances exploration and exploitation, leading to improved model fitting accuracy and efficiency in datasets with many outliers.
Contribution
It proposes a novel adaptive genetic operator that learns to balance exploration and exploitation during the optimization process.
Findings
Outperforms existing methods in inlier detection
Faster convergence to optimal models
Achieves higher accuracy in model fitting
Abstract
Random sample consensus (RANSAC) is a successful algorithm in model fitting applications. It is vital to have strong exploration phase when there are an enormous amount of outliers within the dataset. Achieving a proper model is guaranteed by pure exploration strategy of RANSAC. However, finding the optimum result requires exploitation. GASAC is an evolutionary paradigm to add exploitation capability to the algorithm. Although GASAC improves the results of RANSAC, it has a fixed strategy for balancing between exploration and exploitation. In this paper, a new paradigm is proposed based on genetic algorithm with an adaptive strategy. We utilize an adaptive genetic operator to select high fitness individuals as parents and mutate low fitness ones. In the mutation phase, a training method is used to gradually learn which gene is the best replacement for the mutated gene. The proposed…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
