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

Provide example implementations for some standard active learning strategies #8

Closed
SachidanandAlle opened this issue Apr 13, 2021 · 2 comments
Assignees
Labels
backlog Items to be decided in the future when/if to implement

Comments

@SachidanandAlle
Copy link
Collaborator

SachidanandAlle commented Apr 13, 2021

Implement DeepGrow inference by implementing the MONAILabelApp API
Present proposal tomorrow:

  • Training is continuous - async
  • Batch inference is required for image selection (TTA, Loss Prediction) - async
  • Labels generated when trained model is available
@diazandr3s
Copy link
Collaborator

Let's start by using simple random sampling as an active learning technique

@aihsani aihsani added the backlog Items to be decided in the future when/if to implement label Apr 29, 2021
@aihsani aihsani changed the title Provide implementations for some standard active learning strategies Provide example implementations for some standard active learning strategies Apr 29, 2021
@SachidanandAlle SachidanandAlle added this to To Do in MONAILabel-v0.1.0 via automation May 19, 2021
@SachidanandAlle
Copy link
Collaborator Author

Closing this.. as we are only using random as standard strategy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Items to be decided in the future when/if to implement
Projects
No open projects
Development

No branches or pull requests

3 participants