open-discussion > Preprocessing MRI Slices for Deep Learning Usecases
Showing 1-10 of 10 posts
Display:
Results per page:
Dec 10, 2024  01:12 PM | shubhamiitr - Indian Institute of Technology Roorkee
Preprocessing MRI Slices for Deep Learning Usecases

Hello All,
I have been through many research papers where I have seen that in deep-learning applications, people use only a few slices (some 3 or some 5) for the MRI data-based diagnosis. But the actual MRI files contains a lot of slices in both ADNI or OASIS dataset. Can someone help me how to choose these slices for the deep learning applications.

Dec 10, 2024  01:12 PM | Hanyu Wang
RE: Preprocessing MRI Slices for Deep Learning Usecases

I think you can choose all slices and do some convolution to reduce slices number

Dec 11, 2024  05:12 AM | shubhamiitr - Indian Institute of Technology Roorkee
RE: Preprocessing MRI Slices for Deep Learning Usecases

Hi,
I have tried taking all slices at once, but the the accuracy obtained in this case is very low. 
Can you suggest any Git repository or any published work where such work is being done?

Thanks in advance

Dec 11, 2024  05:12 PM | Rahul Sharma - LNMIIT JAIPUR
RE: Preprocessing MRI Slices for Deep Learning Usecases

Accuracy will be low since unwanted region will also contribute to feature learning. Selective slices is the only approach. Selection of slice can be done through several algorithm 

Dec 12, 2024  03:12 AM | shubhamiitr - Indian Institute of Technology Roorkee
RE: Preprocessing MRI Slices for Deep Learning Usecases

Thanks Rahul,

Can you suggest me some algorithm by which I can select the important slice that will contribute to increase the accuarcy. because it is very important which slice to consider.

Dec 12, 2024  02:12 PM | ATUL KUMAR - WASHINGTON UNIVERSITY
RE: Preprocessing MRI Slices for Deep Learning Usecases

"Selection of slice can be done through several algorithm"


Please point to any of those algorithms. 


Thanks


 

Dec 16, 2024  01:12 PM | Hanyu Wang
RE: Preprocessing MRI Slices for Deep Learning Usecases

I can recomand you some related papers which focus on using attention method to select important for all MRI slices.Interpretable medical deep framework by logits-constraint attention guiding graph-based multi-scale fusion for Alzheimer’s disease analysis and Cross-attention guided loss-based deep dual-branch fusion network for liver tumor classification these two papers focus on this.You can check them.

Dec 16, 2024  04:12 PM | Wasif Jalal - Bangladesh University of Engineering and Technology
RE: Preprocessing MRI Slices for Deep Learning Usecases

Based on the literature I have seen, I believe it's most common to select slices from the central regions. I personally have used all sagittal slices so far, but I am planning to use focus on the slices near the central sagittal plane.

Dec 17, 2024  11:12 AM | Iswarya K V - Amrita Vishwa Vidya Peetham
RE: Preprocessing MRI Slicesfor Deep Learning Usecases