AIJun 6, 2021

A Hybrid APM-CPGSO Approach for Constraint Satisfaction Problem Solving: Application to Remote Sensing

arXiv:2106.05193v12 citations
Originality Incremental advance
AI Analysis

This addresses the difficulty of solving large CSPs, particularly for remote sensing applications like object recognition in satellite images, but it is incremental as it builds on existing hybrid CSP methods.

The paper tackles the challenge of solving large constraint satisfaction problems (CSPs) by proposing a hybrid method combining an improved group search algorithm (GSO) with constraint propagation (CP), applied to object recognition in satellite images, and results show good performance in convergence and running time compared to state-of-the-art methods.

Constraint satisfaction problem (CSP) has been actively used for modeling and solving a wide range of complex real-world problems. However, it has been proven that developing efficient methods for solving CSP, especially for large problems, is very difficult and challenging. Existing complete methods for problem-solving are in most cases unsuitable. Therefore, proposing hybrid CSP-based methods for problem-solving has been of increasing interest in the last decades. This paper aims at proposing a novel approach that combines incomplete and complete CSP methods for problem-solving. The proposed approach takes advantage of the group search algorithm (GSO) and the constraint propagation (CP) methods to solve problems related to the remote sensing field. To the best of our knowledge, this paper represents the first study that proposes a hybridization between an improved version of GSO and CP in the resolution of complex constraint-based problems. Experiments have been conducted for the resolution of object recognition problems in satellite images. Results show good performances in terms of convergence and running time of the proposed CSP-based method compared to existing state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes