difftopk icon indicating copy to clipboard operation
difftopk copied to clipboard

Differentiable Top-k Classification Learning

Results 5 difftopk issues
Sort by recently updated
recently updated
newest added

how to integrate this into a more general cv tasks like detection and instance segmentation?

Hi, is it possible to use top-k entropy loss for multi-label classification problem? Which each of the gt_label can be the top-K?

Great job! This is the first time I've seen a differentiable top-k selection in an engineering project so well-implemented. But I have a question for the author: What are the...