LanguageGroundedSemseg icon indicating copy to clipboard operation
LanguageGroundedSemseg copied to clipboard

How to understand alpha in eqn.5?

Open Pixie8888 opened this issue 1 year ago • 0 comments

Hi,

Thanks for releasing code. I have a question about alpha in eqn.5. Based on my understanding, the more frequently appearing class will get higher alpha. Then it has higher weight in the focal loss. Is this contradictory to what the paper trying to do? I thought less frequently appearing class would get higher alpha, so that model pay more attention to them during optimization.

I also have a question for fine-tuning. Do you train a new classifier in the fine-tuning or using class name feature as the classifier?

Pixie8888 avatar Sep 25 '23 08:09 Pixie8888