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

Better Co-training Images and Video Method In imagen-video Paper #17

Open
lxj616 opened this issue Oct 14, 2022 · 0 comments
Open

Better Co-training Images and Video Method In imagen-video Paper #17

lxj616 opened this issue Oct 14, 2022 · 0 comments

Comments

@lxj616
Copy link

lxj616 commented Oct 14, 2022

As you request in README, I'm here to open a issue about "how this is done", you must have seen the paper already

We follow Ho et al. (2022b) in jointly training all the models in the Imagen Video pipeline on images
and videos. During training, individual images are treated as single frame videos. We achieve this
by packing individual independent images into a sequence of the same length as a video, and bypass
the temporal convolution residual blocks by masking out their computation path. Similarly, we
disable cross-frame temporal attention by applying masking to the temporal attention maps. This
strategy allows us to use to train our video models on image-text datasets that are significantly larger
and more diverse than available video-text datasets.

https://imagen.research.google/video/paper.pdf

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

1 participant