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

Query Strategies for 3D model #111

Open
jonaskordt opened this issue Feb 24, 2022 · 0 comments
Open

Query Strategies for 3D model #111

jonaskordt opened this issue Feb 24, 2022 · 0 comments
Labels
paused This is paused for now

Comments

@jonaskordt
Copy link
Collaborator

jonaskordt commented Feb 24, 2022

Query strategies are currently not working for 3D models.

Random:

  • Samples a random scan without a slice, which results in labeling slice 0 of that scan
  • Could be easily fixed by checking which slices of that scan are unlabeled and sampling a random one of those

Uncertainty:

  • Breaks when using a 3D model because the predictions have an additional dimension
  • Could be fixed by splitting the predictions along the slice dimension and adjusting the corresponding case_id to contain the correct slice number

Interpolation:

  • Same as uncertainty because it (currently) uses uncertainty sampling to select the interpolation blocks

Representativeness:

  • The feature vectors used to rank representativeness have an additional spatial dimension
  • They could be split along this dimension and each slice could be assigned the closest feature-vector-slice
  • This would result in multiple neighboring slices getting the same value, which would be fine, since neighboring slices are mostly pretty similar
@jonaskordt jonaskordt self-assigned this Feb 24, 2022
@jonaskordt jonaskordt added this to the Feature Freeze milestone Feb 24, 2022
@jonaskordt jonaskordt changed the title Interpolation Strategy for 3D model Query Strategies for 3D model Feb 24, 2022
@jonaskordt jonaskordt removed this from the Feature Freeze milestone Feb 24, 2022
@jonaskordt jonaskordt added the wontfix This will not be worked on for now label Feb 24, 2022
@jonaskordt jonaskordt removed their assignment Feb 24, 2022
@jonaskordt jonaskordt added paused This is paused for now and removed wontfix This will not be worked on for now labels Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paused This is paused for now
Projects
None yet
Development

No branches or pull requests

1 participant