このプロジェクトは、畳み込みニューラル ネットワークを使用して、画像から粒状材料の粒径分布を決定することを目的としていました。 AlexNet、SqueezeNet、GoogLeNet、InceptionV3、DenseNet201、MobileNetV2、ResNet18、ResNet50、ResNet101、Xception、InceptionResNetV2、ShuffleNet、および NASNetMobile を含む ConvNet および事前トレーニング済みの ConvNet モデルのアプリケーションが研究されました。離散要素コード YADE で作成された粒状物質の合成画像が使用されました。すべてのモデルは、画像サイズが 32 ~ 160 ピクセルのグレースケールおよびカラー バンド データセットでトレーニングおよび検証されました。提案された ConvNet モデルは、最も細かいふるい、最も粗いふるい、およびすべてのふるいに保持される質量の割合を、二乗平均平方根誤差がそれぞれ 1.8 %、3.3 %、および 2.8 % で、決定係数が 0.99 であると予測します。事前学習済みのネットワークでは、特徴抽出モデルと転移学習モデルを使用した最も細かいふるいに対して、それぞれ 2.4 % と 2.8 % の二乗平均平方根誤差が得られました。
This project aimed to determine the grain size distribution of granular materials from images using convolutional neural networks. The application of ConvNet and pretrained ConvNet models, including AlexNet, SqueezeNet, GoogLeNet, InceptionV3, DenseNet201, MobileNetV2, ResNet18, ResNet50, ResNet101, Xception, InceptionResNetV2, ShuffleNet, and NASNetMobile was studied. Synthetic images of granular materials created with the discrete element code YADE were used. All the models were trained and verified with grayscale and color band datasets with image sizes ranging from 32 to 160 pixels. The proposed ConvNet model predicts the percentages of mass retained on the finest sieve, coarsest sieve, and all sieves with root-mean-square errors of 1.8 %, 3.3 %, and 2.8 %, respectively, and a coefficient of determination of 0.99. For pretrained networks, root-mean-square errors of 2.4 % and 2.8 % were obtained for the finest sieve with feature extraction and transfer learning models, respectively.