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

Experimenting on DCE-MRI simulated phantom with added noise #16

Open
anudeepk17 opened this issue Nov 27, 2023 · 1 comment
Open

Experimenting on DCE-MRI simulated phantom with added noise #16

anudeepk17 opened this issue Nov 27, 2023 · 1 comment

Comments

@anudeepk17
Copy link

I was experimenting with a simulated 4D phantom of ellipse with 4th dimension being time. I generated a 3D ellipse with smaller ellipsed and changed signal intensity over time and concatenated it to make a 4D MRI. I added noise to it and ran the three stages. When the noise was high, the model performed fine. When I added less noise, the first stage was good. But the third stage and denoising gave empty image. I have added the results here. Can you guide me in debugging why this could be happening?

First stage:
image
But the third stage:
image

Whereas when I added high noise, the third stage looked like :
image

Thank you in advance for your time.

@tiangexiang
Copy link
Collaborator

Hi, thanks for your interest, and sorry for the late reply. There are two things that you can check quickly:

  1. Did you load Stage1 trained noise model into Stage3? See: Need for Stage 1 Model in Stage 3 training #17
  2. Can you double-check the value scale of the noise? and make sure the added noise is all within the range of the data itself. (e.g. -1 to 1)

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

No branches or pull requests

2 participants