画像分類は、視覚的な基準に基づいて一連の画像を異なるグループに分類することを目的としたコンピュータービジョンの重要なタスクです。畳み込みニューラルネットワークなどの既存の方法は、画像の分類に使用されています。ただし、このような方法では、多くの場合、モデルを設計するために人間の介入が必要です。さらに、このようなモデルは解釈が難しく、さまざまなクラスのパターンを分析することは困難です。このホワイトペーパーでは、遺伝的プログラミング(GP)と勾配に基づく画像分類の最適化を組み合わせて、前述の制限を克服するハイブリッド(ミーム)アプローチを紹介します。提案された方法のパフォーマンスは、4つのバイナリ分類画像データセットのベースラインバージョン(ローカル検索なし)と比較され、GPのパフォーマンスを向上させるためのローカル検索メカニズムの有用性に関する洞察を提供します。
Image classification is an essential task in computer vision, which aims to categorise a set of images into different groups based on some visual criteria. Existing methods, such as convolutional neural networks, have been successfully utilised to perform image classification. However, such methods often require human intervention to design a model. Furthermore, such models are difficult to interpret and it is challenging to analyse the patterns of different classes. This paper presents a hybrid (memetic) approach combining genetic programming (GP) and Gradient-based optimisation for image classification to overcome the limitations mentioned. The performance of the proposed method is compared to a baseline version (without local search) on four binary classification image datasets to provide an insight into the usefulness of local search mechanisms for enhancing the performance of GP.