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

The correct way to prompt for 0-shot video classification #120

Open
Eugleo opened this issue May 4, 2024 · 2 comments
Open

The correct way to prompt for 0-shot video classification #120

Eugleo opened this issue May 4, 2024 · 2 comments

Comments

@Eugleo
Copy link

Eugleo commented May 4, 2024

Thanks for your great work! This is more of a question than a bug report. Say I have a short clip (8s) of a door being opened and another one where the door is being closed. What would you say would be a good way to describe these scenes in way that the cosine similarities between the videos and the descriptions could be used to classify the videos as either closing or opening without any additional fine-tuning?

I tried my hand at this but found it's pretty hard to come up with a good prompt. I thought maybe you would have better intuitions for this.

@Andy1621
Copy link
Collaborator

Andy1621 commented May 7, 2024

How about directly testing their similarity? Besides, your project is like PAXION and you can refer it for some motivation.

@Eugleo
Copy link
Author

Eugleo commented May 7, 2024

Good pointer, thanks. I was mostly asking for specific prompting tips, however; I did run a few experiments but it seems I have to be missing some larger pattern — I didn't find a description that would work well consistently.

EDIT: Looking at PAXION, maybe the model just can't tell the difference in the first place.

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

2 participants