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

Allow model ensemble? #77

Open
che85 opened this issue Sep 9, 2024 · 3 comments
Open

Allow model ensemble? #77

che85 opened this issue Sep 9, 2024 · 3 comments

Comments

@che85
Copy link
Contributor

che85 commented Sep 9, 2024

@diazandr3s Do you think there is a way to bring model ensemble into this module? I just trained on some data which provided great results during the testing phase using model ensemble that usually runs in the end after finishing 5-fold training with Auto3DSeg.

Screenshot 2024-09-09 at 10 59 36 AM

When running on the same data, but choosing to run with the seemingly best model (when looking at the Tensorboard graphs), it turns out to not be as good as the same data segmented with model ensemble.

for reference: https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/docs/ensemble.md

I am unsure how much of the original training information it would need since it's requesting the work_dir to make all these ranking decisions.

Is there a better way of combining all models into the best one to just use the current module as is?

@che85
Copy link
Contributor Author

che85 commented Sep 9, 2024

For reference, I started a discussion asking for combining all best ranked models into one: Project-MONAI/MONAI#8074

@che85
Copy link
Contributor Author

che85 commented Sep 10, 2024

Comment by @diazandr3s : Project-MONAI/tutorials#1713 (reply in thread)

@diazandr3s
Copy link
Collaborator

Hi @che85,

Thanks for your question! You raise a valid point.
We initially used ensemble models, but they significantly increased inference time. That's why we switched to a single model.
However, if users are okay with longer inference times, I don't see any blockers to reintroducing this feature.

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

2 participants