augmentation of pretrained network reducing accuracy

4 ビュー (過去 30 日間)
new_user
new_user 2021 年 12 月 29 日
回答済み: Chunru 2021 年 12 月 30 日
Hi, image augmentation using pretrained network is reducing accuracy of network. The file 1060.png is with dataaugmentation which reducces the accuracy as compared to 1061.png which has better accuracy without dataaugmentation.
what can be the reason, I read that augmentation increases accuracy.

採用された回答

Chunru
Chunru 2021 年 12 月 30 日
Generally speaking, training with data augmentation will lead to poorer traing accuracy, since the model needs to fit more training data. Data augmentation acts as a regularize and helps reduce overfitting. Therefore, it generally produce better generalization result. If you have different test/validation dataset, it usually improve the test/validation accuracy instead of training accuracy (as you have shown in the attached figure). Try to include some test/validation data in your training to see if the test/validation accuracy improves with data augumentation.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by