valeoai / ConfidNet

Addressing Failure Prediction by Learning Model Confidence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OOD for?

GloryyrolG opened this issue · comments

Hi @chcorbi @nicothome @AB-H et al.,

Thanks for your great work. May I ask what OOD is here? Out-of-distribution?

class OODConfidLearner(AbstractLeaner):

Hi @GloryyrolG

OOD refers indeed to out-of-distribution. OODConfidLearner was an older test to evaluate joint training of the main task and the auxiliary confidence learning task. It is now deprecated.