Be prepared to blog about a series of papers for your own convenience.
This is the first one
DEEP MULTI-SCALE VIDEO PREDICTION BEYOND MEAN SQUARE ERROR
In this paper, I mainly focus on the prediction generated by gan network
First of all, our input includes real pre-frame X, real pre-predicted frame Y, generator G, discriminator D
. When training the discriminator, we package the real X and Y as (X,Y)
. When training the generator, we package X and gaussian distribution Y ‘to get (X,G(X)) and use it as the training of
discriminator in the input
input discriminator
For real images, we define D(X,Y)=1 and
. For real images, we define D(X,G(X))=0
Lbce stands for cross entropy
Generator training
for generating images, let D(X,G(X))=1
Then the stochastic gradient descent method was used for training
Training network
generator, mapped to (m+n)*h*w-> (m+n)*h*w
discriminator, mapping to (m+n)*h*w-> [0, 1]
Experimental results:
data set: UCF101
1 frame and 2 frame prediction
1 frame and 8 frame prediction
Read More:
- In machine learning, the prediction errors in sklearn, such as mean square error, etc
- Remove video with video byte 0, uncaught (in promise) domexception: failed to load because no supported source was f
- Video JS can’t play the prompt( CODE:4 MEDIA_ ERR_ SRC_ NOT_ SUPPORTED) No compatible source was found for this video.
- Lingerror last 2 dimensions of the array must be square
- Python judge perfect square number
- The method of constructing even order magic square (n = 4 * m)
- Square root of X (implementation of binary search)
- Reading and saving opencv Python video
- Opencv detection yolov4 target detection video stream error
- After Java application is deployed in Linux environment, Chinese is displayed as square solution
- Python’s direct method for solving linear equations (5) — square root method for solving linear equations
- To solve the problem of increasing video memory when training network (torch)
- Implement Ogre video texture with VMR9
- Easywasmlayer reports an error uncaught (in promise) domexception when playing a video
- Video download problem of blob type URL
- The video cannot be played because you have disabled the cookie
- pygame.error: video system not initialized
- Camtasia error :video codec open failed
- Camtasia error: video codec open failed
- Invalidstorage.notfound when uploading video in alicloud VOD