🌙

基于深度Q学习的遗传算法在遥感数据离散化优化中的应用

A Genetic Algorithm Based on Deep Q-Learning in Optimization of Remote Sensing Data Discretization

IEEE Transactions on Evolutionary Computation · 2024
被引 1
ABS 4

中文导读

提出一种结合深度Q学习的遗传算法,用于优化遥感数据的离散化方案,通过自适应奖励函数和双深度Q网络提升搜索效率,实验表明该方法在分类精度和断点数量上均优于现有方法。

Abstract

Feature discretization can improve the processing efficiency of remote sensing big data. However, the distribution of target attribute values is often difficult to ascertain, and there are complex correlations between features, making it extremely difficult to obtain an optimal discretization scheme for remote sensing data. Although feature discretization methods based on evolutionary models can achieve some considerable results, it is difficult to formulate appropriate strategies without prior knowledge as guidance, which makes searching in multidimensional space inefficient and prone to falling into local optima. Therefore, we propose a Genetic algorithm based on deep Q-learning (DQLGA) to optimize the discretization scheme of remote sensing data. First, we design a state set in the crossover and mutation stages by balancing the global and local search capabilities of genetic operators to obtain an accurate mapping of states in high-dimensional feature space. Then, we simulate the variation pattern of the optimal discretization scheme by analyzing the distribution of all individuals in the population during the evolution process to construct a reasonable adaptive reward function in reinforcement learning model. Finally, we introduce a pair of deep Q-networks with the same structure by treating the calculation of Q-values as a function fitting problem to fulfil an efficient updating of massive Q-values in state transition. We compare DQLGA with state-of-the-art feature discretization methods on remote sensing data. The experimental results indicate that DQLGA significantly improves the search efficiency of feature discretization methods based on evolutionary models, achieving higher-classification accuracy while further reducing the number of breakpoints.

遥感特征离散化遗传算法深度强化学习优化算法