frank-xwang / RIDE-LongTailRecognition

[ICLR 2021 Spotlight] Code release for "Long-tailed Recognition by Routing Diverse Distribution-Aware Experts."

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to understand Formula 13 and 14 in your paper?

MRZHANG-1997 opened this issue · comments

Describe the error A clear and concise description of what your question is.
Thank you for your work in long-tailed recognition problem. Your work is excellent, and i want to use RIDE in my research file. However, i was confusion in understanding formula 13 and 14. For example, what do γ means? and How to compute it? as well as what do α means? and How to compute it?

Please have a look at our loss function implementation. You don't need to re-implement it yourself if you just want to use it: https://github.com/frank-xwang/RIDE-LongTailRecognition/blob/main/model/loss.py#L124