论文标题
在粗粒度的监督下进行细粒类别发现,并通过分层加权自对比性学习
Fine-grained Category Discovery under Coarse-grained supervision with Hierarchical Weighted Self-contrastive Learning
论文作者
论文摘要
新颖的类别发现旨在调整经过已知类别训练的模型对新型类别。先前的作品仅着眼于已知和新颖类别具有相同粒度的情况。在本文中,我们研究了一个新的实践场景,称为粗粒监督(FCDC),称为细粒类别发现。 FCDC的目的是发现只有粗粒标记的数据的细粒类别,这些数据可以使模型适应来自已知粒度的类别,并降低了显着的标记成本。这也是一项具有挑战性的任务,因为对粗粒类别的监督培训倾向于集中在阶层间距离上(粗粒级别的距离之间的距离),但忽略了阶层内距离(细颗粒子类之间的距离),这对于分离细粒类别至关重要。考虑到大多数当前方法无法将知识从粗粒水平转移到细粒度的水平,我们通过构建一个新颖的加权自对比度模块并将其与监督的学习方式结合在一起,提出了一个分层加权的自对比度网络。公共数据集上的广泛实验既显示了我们模型的有效性和效率,否则比较了方法。代码和数据可在https://github.com/lackel/hierarchical_weighted_scl上获得。
Novel category discovery aims at adapting models trained on known categories to novel categories. Previous works only focus on the scenario where known and novel categories are of the same granularity. In this paper, we investigate a new practical scenario called Fine-grained Category Discovery under Coarse-grained supervision (FCDC). FCDC aims at discovering fine-grained categories with only coarse-grained labeled data, which can adapt models to categories of different granularity from known ones and reduce significant labeling cost. It is also a challenging task since supervised training on coarse-grained categories tends to focus on inter-class distance (distance between coarse-grained classes) but ignore intra-class distance (distance between fine-grained sub-classes) which is essential for separating fine-grained categories. Considering most current methods cannot transfer knowledge from coarse-grained level to fine-grained level, we propose a hierarchical weighted self-contrastive network by building a novel weighted self-contrastive module and combining it with supervised learning in a hierarchical manner. Extensive experiments on public datasets show both effectiveness and efficiency of our model over compared methods. Code and data are available at https://github.com/Lackel/Hierarchical_Weighted_SCL.