-
Notifications
You must be signed in to change notification settings - Fork 1
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
05. Model for Stain4 #8
Comments
Benchmark Stain4
|
First model trained on Stain4Using the same setup as found in Stain3 (#6 (comment)) I trained on plates BR00116625highexp, BR00116628highexp_FS, and BR00116629highexp. I only have 2 validation plates now, but will have more next week. Main takeaways
One possible explanation that I think may also apply to the Stain3 model is that the training plates look too much alike. The Stain2 model was trained on slightly more dissimilar plates and generalized well to everything from Stain2. However, we have also seen that the model does not generalize to plates that are too different either. Although this might be a possible solution, I think managing this trade-off (i.e. trying different compositions of training plates) is not something I should be looking into because ideally the training plates should play a smaller role in generalization. Next upPossible solutions include:
TableTime!
|
Second model trained on Stain4With slightly updated parameters according to #6 (comment) I now train on the same plates as before, but evaluate on all plates in the cluster. Main takeaways
|
Using a rank based loss functionAs described in Deep Metric Learning to Rank , I use the FastAP loss function which optimizes the rank-based Average Precision measure, using an approximation derived from distance quantization. Main takeaways
ResultsTable Results
|
To test the generalization of the model trained on Stain3 (and tested on Stain2), I will now evaluate it on Stain4. Based on the results, further advancements will be made by training on plates of Stain4 (and then evaluating on Stain2 and Stain3 in turn).
Stain 4 consists of 30 plates which were divided into 5 batches, each with different staining conditions.
Apart from that, standard exposure vs. high exposure and Binning 1 vs. Binning 2 comparisons were also made.
To analyze the relations between the different plates in Stain4, I calculated the correlation between the PC1 loadings of the mean aggregated profiles of every plate. I only included the plates that were similar enough to form a large cluster.
Click here for clusters!
Click here for cells per well per plate!
Only the plates I have downloaded so far are available, but will still give a good indication of this datasetThe text was updated successfully, but these errors were encountered: