vital-ultrasound / ai-echocardiography-for-low-resource-countries

AI-assisted echocardiography for low-resource countries
1 stars 1 forks source link

Methods to clasify and to segment echo data using deep learning #20

Closed mxochicale closed 2 years ago

mxochicale commented 3 years ago

🚀 Feature

The pathway for the use deep learning for echo data seems to be a bit wide but with the experience of the team such paht can be narrowed down. That said, this issue can be used to track works that might be helpful for our work.

The following are few relevant repos shared by @huynhatd13. Thanks Nhat for sharing.

mxochicale commented 3 years ago

"Is the application of SELF-SUPERVISED learning technique to echo data a good avenue to explore?"

mxochicale commented 3 years ago

"Are we going in the direction of Manifold Learning?"

I am just aware of two potential view (4CB, 2CB) and others views might not be well captured in the echo-datasstes. In any case, just bumped into this tutorial that will be helpful to sketch our results: https://jakevdp.github.io/PythonDataScienceHandbook/05.10-manifold-learning.html

mxochicale commented 2 years ago

Spacio-temporal encoding

TASED-Net: https://arxiv.org/pdf/1908.05786.pdf; cites: https://scholar.google.com/scholar?cites=18144771163557392256&as_sdt=2005&sciodt=0,5&hl=en ; https://github.com/MichiganCOG/TASED-Net

Transformers

Literature

Spatio-Temporal Features transformers

mxochicale commented 2 years ago

Classification networks were addressed here: https://github.com/vital-ultrasound/echocardiography/tree/main/source/models and leave segmentations for future work!