Skip to content

[Question] Why can the image VL model understand the video with repeated content twice? #4

@serend1p1ty

Description

@serend1p1ty

Nice work!

According to my understanding, you pass a video in ImageGrid format to Image VL model.

For example.

Fast path.

Frame-1, Frame-2, Frame-3, Frame-4, Frame-5

Slow path.

Frame-2, Frame-4

Then you concat them, got

Frame-1, Frame-2, Frame-3, Frame-4, Frame-5, Frame-2, Frame-4

Finally, you feed these tokens to VL model to get result.

Why can the model understand a video where the content is repeated twice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions