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

Pointing Data Usage Issue #13

Closed
youthhoo opened this issue Jan 2, 2025 · 1 comment
Closed

Pointing Data Usage Issue #13

youthhoo opened this issue Jan 2, 2025 · 1 comment

Comments

@youthhoo
Copy link

youthhoo commented Jan 2, 2025

When I finetuning the pretrained model, I find the pixmo pointing data was divided into four parts, i.e., pixmo_points, pixmo_points_counting, pixmo_points_high_freq and pixmo_points_high_freq_counting. I wonder the reason to do that, and if it can improve the improvement of pointing.

@chrisc36
Copy link
Collaborator

The parts are divided into counting vs. not-counting, and then into (high-frequency vs low-frequency). The high-frequency data was collected through a slightly different pipeline that encourage annotators to focus on high-frequency objects. Counting/non-counting just formats the inputs differently.

In practice, I don't think it would make a big difference to merge all these parts into one big pointing dataset. It is just that way in the code due to how the data was collected, and to conveniently have both pointing and counting examples built from each point annotation.

The exception is that using these splits effectively up-samples the high-frequency data bit because smaller datasets are upsampled slightly, and the high-frequency dataset is small, although this is not something we have actually ablated.

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