Skip to content

[GATech]Fast MRI standardize input #338

Answered by mmuckley
radu-diaconescu13 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @radu-diaconescu13, I will try to answer your questions.

  1. I think your understanding is correct, except I don't think we normalize the target image at all.
  2. Dividing by the max value is also acceptable. There are actually a number of ways to normalize, and I've played with quite a few. The method in the repository gives pretty good performance, as well as stable training, which is probably why they settled on it 6 years ago.
  3. Image normalization functions differently from layer normalizations. Layer normalizations largely help with optimization, while data normalizations help remove biases and covariances that are well-structured, which helps train the neural network. For example, in …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@radu-diaconescu13
Comment options

@mmuckley
Comment options

@radu-diaconescu13
Comment options

Answer selected by radu-diaconescu13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants