Does Deep learning based analysis require image registration?
3 ビュー (過去 30 日間)
古いコメントを表示
Image registration is commonly required in bio-medical images analysis. To allign and to get best features. Whereas, deep learning based artitecture tries to find best features own its own.
My question is if we are dealing with bio-medical lower abdominal CT scan images using deep learning based classification, does registration is still required for training datasets? Since we use data augmentation in deep learning for more variability of training data in that case what will be the benefit of image registration? In my opinion after augmentation of images there seems to be no useful application of image registration?
0 件のコメント
採用された回答
Priysha Aggarwal
2019 年 6 月 4 日
Image registration can help you solve cases of affine transformations in your CT scan images. If your deep learning architechture for classification fits on a training set which does not have images with different rotations and translations etc., image registration of all input images might help to handle different possible transformations possible in images in testing set.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!