-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Improving generation process of counterfactual
Right now, Image are generated using a randomly sample latent code or reference image.
Is this the expected way to proceed? Could we imagine a smarter generation?
Why does that matter?
Because our pipeline depends on the quality of the counterfactual generated
Idea of features:
- We could generate the subspace of the mapping networks or of the style encoder.
And then check for the image generated when selecting different latent code into that embedding space and see how much does that differ. - We could implement another marimo interface for efficient visualization.
Assessing the efficiency of the pipeline
- We could try to have a specific use case where we know exactly what does a perturbation and try to see if the mask retrieve that specific modification.
- We could use the classic pipeline of assessing the most important cell profiler features that should differentiate two perturbation. And try to see if we can better interpret them using the mask retrieved.
- We could try using the python cell profiler on mask itself (can this even work ?) and try to see if the embedding retrieve can help explain what the mask should point as specific organels in cells or else.
- Other information would be interesting: Can we assess the batch effect of real images vs counterfactual image. Maybe counterfactual average in some ways the batch effect, or maybe batch effect is till present (which might no be such a bad a news in a sense that counterfactual cell would really be close in the feature space of real image, hence displaying batch effect as well (put is simply: at least, only biology is transferred and batch effect remain preserved, good news because the stargan transfer biology!).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested