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

Obtaining segmentation masks for localized representation learning #34

Open
snoiarao opened this issue Feb 25, 2020 · 1 comment
Open
Assignees
Labels
datasets processing Processing module

Comments

@snoiarao
Copy link

snoiarao commented Feb 25, 2020

Incorporating segmentation masks into appearance module will allow learning of localized ciliary patches. Right now, we have segmentation masks on ~20% of entire dataset and appearance module is not targeting cilia regions. With respect to time constraints, unknown segmentation masks can be computed through 1) Rudimentary thresholding using pixel values, optical flow, and/or derivative quantities or 2) learned via supervised NN/ML algorithm trained on existing segmentation masks, optical flow quantities, and/or derivative quantities.

Ideally, we would be able to obtain segmentation masks without supervision through a "refinement" stage that occurs in the larger appearance pipeline. However, I'm simply a novice and do not know how to do that yet; having a full set of segmentation masks as an initial sanity check for the appearance pipeline has worthwhile short term benefits.

Next steps:

  • Create set of segmentation masks via thresholding, optimizing for minimal false positives
  • If ^ are inadequate, train NN to learn segmentation masks

Eventually:

  • modify appearance module to iteratively refine rough thresholded/unsupervised segmentation masks as a byproduct of spatial reconstruction
@snoiarao snoiarao added processing Processing module datasets labels Feb 25, 2020
@snoiarao snoiarao self-assigned this Feb 25, 2020
@Micky774
Copy link
Collaborator

Micky774 commented Apr 6, 2020

This issue should be transformed into a milestone with individual issues created to reflect the different steps as they appear

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

No branches or pull requests

2 participants