论文标题
很少有没有标签的镜头学习
Few Shot Learning With No Labels
论文作者
论文摘要
很少有学习者旨在仅在少量培训样本的情况下识别新类别。核心挑战是避免过度适应有限的数据,同时确保对新课程的良好概括。现有文献通过简单地将标签要求从新颖的类转换为基础类,从而利用大量带注释的数据。由于数据注释耗时且昂贵,因此进一步减少标签要求是一个重要目标。为此,我们的论文提出了一个更具挑战性的几次设置,在培训或测试过程中不允许使用标签。通过利用自学图像表示图像表示和图像相似性的分类,我们可以在使用\ textbf {Zero}标签的同时获得竞争性基线,该标签的标签至少比最终的标签少。我们希望这项工作是开发几个射击学习方法的一步,这些方法根本不取决于注释的数据。我们的代码将公开发布。
Few-shot learners aim to recognize new categories given only a small number of training samples. The core challenge is to avoid overfitting to the limited data while ensuring good generalization to novel classes. Existing literature makes use of vast amounts of annotated data by simply shifting the label requirement from novel classes to base classes. Since data annotation is time-consuming and costly, reducing the label requirement even further is an important goal. To that end, our paper presents a more challenging few-shot setting where no label access is allowed during training or testing. By leveraging self-supervision for learning image representations and image similarity for classification at test time, we achieve competitive baselines while using \textbf{zero} labels, which is at least fewer labels than state-of-the-art. We hope that this work is a step towards developing few-shot learning methods which do not depend on annotated data at all. Our code will be publicly released.