Coder Social home page Coder Social logo

Comments (4)

leelew avatar leelew commented on June 26, 2024

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!

from predrnn-pytorch.

wuhaixu2016 avatar wuhaixu2016 commented on June 26, 2024

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.

from predrnn-pytorch.

leelew avatar leelew commented on June 26, 2024

Thanks for your insightful suggestion!

from predrnn-pytorch.

lsteffenel avatar lsteffenel commented on June 26, 2024

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!

from predrnn-pytorch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.