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

About pure background images with false positive prompts #19

Open
zzzyzh opened this issue Sep 2, 2023 · 1 comment
Open

About pure background images with false positive prompts #19

zzzyzh opened this issue Sep 2, 2023 · 1 comment

Comments

@zzzyzh
Copy link

zzzyzh commented Sep 2, 2023

Hi,
Thank you for your excellent work at first!
I have two questions:

  1. What is your strategy for generating plain background images with false positive hints, and does picking a different background image have any effect?
  2. Since there are false positives, do you randomly select 40 points from the false positives when selecting the points, and why does this help to improve the robustness of the model

Your excellent will be a great help to my research!

@peterant330
Copy link
Collaborator

Hi, Thank you for your excellent work at first! I have two questions:

  1. What is your strategy for generating plain background images with false positive hints, and does picking a different background image have any effect?
  2. Since there are false positives, do you randomly select 40 points from the false positives when selecting the points, and why does this help to improve the robustness of the model

Your excellent will be a great help to my research!

Hi,

I am not sure if I understand your question. For image with pure background, we randomly sample points from the background and use it as prompts during the training phase. And the training process forces the generated background to be blank in spite of the prompts used. For images with foreground, we use both foreground and background points as prompts. The idea is that the attention mechanism can learn to focus on correct prompts from the noisy prompt set so it can help the model be robust towards noisy prompts.

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