-
Notifications
You must be signed in to change notification settings - Fork 3
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
Does phase input need to be normalized with dataset statistics? #17
Comments
@ziw-liu , @Soorya19Pradeep , @ieivanov Great question! The typical dynamic range of phase (in radians) is (-0.5, 1.25)*wavelength. Interestingly, the exact dynamic range depends on two aspects of the specimen:
Let's consider two extremes:
This difference in dynamic range does encode for confluence. For The reason we decided to normalize phase (and other quantitative label-free channels) in the previous experiments was different - we were normalizing dynamic ranges across different channels (phase, retardance, orientation, dop). These computational experiments led to Table 2 of the paper. |
Yes it makes sense that we scale multiple input channels to similar orders of magnitude for numerical stability. But I guess in this case the scaling factors can be fixed and not necessarily bootstrapped for each dataset? |
Phase still needs to be normalized due to mehta-lab/waveorder#151. |
FOV-level normalization of phase seems to be working well in training and inference. |
When deploying on a microscope system for online inference, we may not have access to dataset-level summary statistics for normalization.
During a discussion with @ieivanov and @Soorya19Pradeep, the necessity of normalizing phase input came under question. If deconvolution already guarantees zero mean for background, and the exact values of foreground pixels carry physical meaning (relative phase delay), further subtraction and scaling seems redundant for thin samples such as monolayer cell cultures. The remaining small variations can be adjusted by augmentation during model training.
@mattersoflight may have more input on whether there is empirical evidence that normalization for phase is still necessary at inference time.
The text was updated successfully, but these errors were encountered: