batmanlab / BatmanLabWiki

Documents and Wiki of the lab
Apache License 2.0
3 stars 0 forks source link

[Multi-Modal Image+Text] Process the volumetric images from UPMC dataset and try a simple method #37

Open sumedhasingla opened 6 years ago

sumedhasingla commented 6 years ago
sumedhasingla commented 6 years ago

In the first try: We converted 3d image to 2d by taking an average over x, y and z direction. The quality of image obtained in this way is not good. Not a very 3d to 2d conversion.

Example: image

1) Average over middle 20% of the slices. 2) Average over all the slices 3) A single middle slice.

kayhan-batmanghelich commented 6 years ago

OK, so this is not the ITK code, this is just averaging, right?

On Sun, Oct 14, 2018 at 1:30 PM Sumedha Singla notifications@github.com wrote:

In the first try: We converted 3d image to 2d by taking an average over x, y and z direction. The UPMC reports are passed through NLP pipeline to extract 14 disease labels. So that we can run multi labe classification problem on them. The quality of image obtained in this way is very bad. Not a very 3d to 2d conversion.

Example: [image: image] https://user-images.githubusercontent.com/13970739/46919963-45178680-cfb5-11e8-800e-fa839dc55233.png

  1. Average over middle 20% of the slices.
  2. Average over all the slices
  3. A single middle slice.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kayhan-batmanghelich/BatmanLab/issues/37#issuecomment-429645326, or mute the thread https://github.com/notifications/unsubscribe-auth/ALu03Q_NX2DoxI0sTt31DBFmrEcVe43Rks5uk3TSgaJpZM4VRWr_ .

sumedhasingla commented 6 years ago

No this is just averaging. I am posting new comments with those results.

sumedhasingla commented 6 years ago

In second effort we tried sampling few slices 2D slices from 3D CT scan, use multiple slices. There is higher chance of missing the regions with findings in this approach. Not a good approach as well. Some samples are placed at location: /pghbio/dbmi/batmanlab/singla/Image_Text_Project/Data_Image_Slices_ChestXRay_Terms/ Example: p113577_a117962 image

sumedhasingla commented 6 years ago

The subjects in UPMC dataset are not always in same orientation. In third try, we used ITK ITKTwoProjectionRegistration to get 2D projection from 3D CT scan. More details about the method can be found at: http://www.insight-journal.org/browse/publication/784 Git hub link: https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistration It is available a external module in ITK. Example image

kayhan-batmanghelich commented 5 years ago

@sumedhasingla

This method can solve the projection problem, please try it:

image

This is from this paper: EMPHYSEMA QUANTIFICATION ON SIMULATED X-RAYS THROUGH DEEP LEARNING TECHNIQUES