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

Explore: Quantify error when the two x-rays are misaligned #18

Open
2 tasks
msrepo opened this issue May 7, 2023 · 5 comments
Open
2 tasks

Explore: Quantify error when the two x-rays are misaligned #18

msrepo opened this issue May 7, 2023 · 5 comments
Assignees

Comments

@msrepo
Copy link
Collaborator

msrepo commented May 7, 2023

Description

See Limitations section of 3D reconstruction of proximal femoral fracture from biplanar radiographs with fractural representative learning

  • second view needs to be precisely 90 degree from the first view or else the error increases(obvious, because the model was only trained on perfectly aligned inputs)
    This is quantified here
    image

they give reasons why it may not always be possible to get perfectly aligned views

Tasks

  • Recreate the above diagram for our benchmarked architectures
  • Train in a more robust way by including these misaligned inputs during training, and see if things improve
@msrepo msrepo self-assigned this May 7, 2023
@msrepo
Copy link
Collaborator Author

msrepo commented May 25, 2023

@msrepo
Copy link
Collaborator Author

msrepo commented May 25, 2023

Can we run a quick experiment to learn the desired robustness via data augmentation?

@msrepo
Copy link
Collaborator Author

msrepo commented May 25, 2023

  • Generate data for perturbation by 1,2.5,5,10 degrees
  • Create csv list for testpaths
  • see Domain shift evaluation workflow for example

@msrepo
Copy link
Collaborator Author

msrepo commented May 25, 2023

upto +/- 10 degree perturbation of lat view
perturbations

@msrepo
Copy link
Collaborator Author

msrepo commented May 25, 2023

Use pandas pivot() to format and work with the perturbation csv
image
image

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

1 participant