Breadcrumbs: Adversarial Class-Balanced Sampling for Long-tailed Recognition
Breadcrumbs: Adversarial Class-Balanced Sampling for Long-tailed Recognition
复制标题
DOI:
10.1007/978-3-031-20053-3_37
复制
发表时间:
2021-05
期刊:
影响因子:
--
通讯作者:
Bo Liu;Haoxiang Li;Hao Kang;G. Hua;N. Vasconcelos
中科院分区:
文献类型:
--
作者:
Bo Liu;Haoxiang Li;Hao Kang;G. Hua;N. Vasconcelos
The problem of long-tailed recognition, where the number of examples per class is highly unbalanced, is considered. While training with class-balanced sampling has been shown effective for this problem, it is known to over-fit to few-shot classes. It is hypothesized that this is due to the repeated sampling of examples and can be addressed by feature space augmentation. A new feature augmentation strategy, EMANATE, based on back-tracking of features across epochs during training, is proposed. It is shown that, unlike class-balanced sampling, this is an adversarial augmentation strategy. A new sampling procedure, Breadcrumb, is then introduced to implement adversarial class-balanced sampling without extra computation. Experiments on three popular long-tailed recognition datasets show that Breadcrumb training produces classifiers that outperform existing solutions to the problem. Code: https://github.com/BoLiu-SVCL/Breadcrumbs.