Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MONAI Geometric Workflow #7816

Open
vikashg opened this issue May 31, 2024 · 3 comments
Open

MONAI Geometric Workflow #7816

vikashg opened this issue May 31, 2024 · 3 comments
Assignees

Comments

@vikashg
Copy link

vikashg commented May 31, 2024

Is your feature request related to a problem? Please describe.
An end to end use case for MONAI Geometric workflows
Describe the solution you'd like
If we are considering a pipeline which will have the most impact on the MONAI Community and will draw more attention to the work we are doing, it will be adding a detection pipeline. The way I envision it is that we can make a big claim in the next release that
"MONAI now supports Detection workflows".
Some of the use cases for detection are

  • Device Detection in chest X-rays
  • Lung Nodule detection in chest X-rays
  • Fracture detection

These use cases are generally 2D in nature and just by the default nature of the annotation tools being used and the public dataset available, two things happen

  1. These image data is generally in JPEG format
  2. The annotations are by default recorded in image space at subpixel accuracy. This means that the World Coordinate System and the Image Index system share the same default origin (0, 0) and image spacing (1, 1). Further, the annotation might be recorded as (12.32, 24.67) instead of (12, 24). The annotation do not generally snap to the closest index.

Additional context
We should develop a pipeline based on Microsoft coco object detection dataset. We should have no problems building this out on MONAI frameworks as we can load JPEG images using our LoadImage function. Once we build the pipeline we can replace the JPEG image with our medical JPEG images.

@vikashg
Copy link
Author

vikashg commented Jun 7, 2024

@vikashg
Copy link
Author

vikashg commented Jun 7, 2024

@25benjaminli
Copy link

Interestingly, MONAI has a tutorial for 3D detection but I'm hesitant to say whether it has 2D support. In any case, I was able to achieve moderate accuracy and performance by modifying the Luna16 dataset processing and 3D RetinaNet for a different medical detection task, and I believe the pipeline could be modified similarly for 2D images.

However, it was certainly a bit of a headache manually changing all the dataset processing, transforms, etc. It would be nice to have a more unified pipeline that follows the COCO format, as you mentioned, since it's not only standardized but also easier to work with. Also, adding options for more models would certainly improve MONAI's reach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants