基于遗传算法的架构搜索中增强适应度评估以辅助人工智能金融监管

Enhancing Fitness Evaluation in Genetic Algorithm-Based Architecture Search for AI-Aided Financial Regulation

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

中文导读

针对AI辅助金融监管中数据隐私和领域偏移问题,提出一种新的适应度评估方法,兼顾验证准确率和损失景观的泛化潜力,并改进训练范式以快速适应分布变化,实验表明该方法显著提升基线模型。

Abstract

AI-aided Financial Regulation (AIFR) is a practical and significant task, but current solutions have yet to be optimized with customized model designs. Given the privacy concerns surrounding financial data, we aim to employ Neural Architecture Search (NAS) to help non-expert end-users automatically design architectures. The genetic algorithm-based NAS stands out due to its relatively low hardware requirements and robust theoretical foundation. However, constrained by limited data, the model would undergo architecture search on a general regulatory dataset while being deployed on private one owned by each organization. The data distribution of the private dataset may vary from that of public datasets, giving rise to the challenge of data domain shift. To alleviate this problem, we propose a novel fitness evaluation method. When scoring the fitness, we take into account both the architecture’s validation accuracy and its potential for generalization by the metric of loss landscape. In addition, we improve the training paradigm for evaluation, utilizing a prototype-based training paradigm based on embedding distances for classification, allowing for rapid domain adaptation and improve performance on the distribution-shift data. We further introduce GA-TextCNN, a GA-based NAS framework specifically designed for text recognition, enhancing its suitability for text data within AIFR tasks. To demonstrate the effectiveness of our approach, we collect two related datasets and evaluate our method on it. The extensive experiments demonstrate that our method significantly improves baseline models and is effective in solving the AIFR problem.

人工智能金融监管神经网络架构搜索遗传算法领域自适应