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

Prediction images don't change. #30

Closed
leelew opened this issue Dec 14, 2021 · 4 comments
Closed

Prediction images don't change. #30

leelew opened this issue Dec 14, 2021 · 4 comments

Comments

@leelew
Copy link

leelew commented Dec 14, 2021

Hi,

I ultilized predRNN and your traininig strategy (i.e., combine reverse schedule sampling and schedule sampling) to give a soil moisture forecasting. We ultilized 7 days soil moisture to predict it on future 7 days. However, I found the prediction images can't capture the evolution of soil moisture during forecasting steps, and give the same pattern of soil moisture on step 8 (see attached figure).

Can you give me some suggestions?
Thanks a lot !

Lu

fee08917879e8bf9e882655329e5c93

@leelew
Copy link
Author

leelew commented Dec 14, 2021

Actually, I think this is caused by that input X(t) have more information than h(t-1), c(t-1), thus the model tend to forecast a similar image with X(t) (i.e., true image of previous timestep). When we turn train mode to inference mode, the forecasting steps doesn't have corresponding true images from previous timesteps, thus they tend to forecast a similar images as prediction image of previous timestep. [This is define as difficulty in learning long-term dynamic problem in your paper].

Can you give me some suggestion?
Thanks!

@wuhaixu2016
Copy link
Collaborator

Hi, thanks for your interest.
(1) I think your case is quite difficult for prediction since the inputs show an accumulation trend (right-top) while the future tends to dissipate.
(2) To emphasis the motion, I think predicting the change between two adjacent frames might be helpful, that is X_{t}-X_{t-1}.
(3) Since this problem is quite challenging, maybe you can change the schedule sampling strategy as the input mask start from a high value, such as 0.8. This will not bring too much difficulty for prediction and still force the model to learn the long-term dependecies.

@leelew
Copy link
Author

leelew commented Jan 7, 2022

Thanks for your insightful suggestion!

@lsteffenel
Copy link

Hello, I'm facing the same problem (I'm using meteorological images), but I could not understand exactly which parameters to change.
I'm using the "moving mnist" predrnn_v2_mnist_train.sh as starting point, can you give me some hints on which parameters to change (and which values)?
Thank you!

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

3 participants