ゼロショット学習(ZSL)は、異なるオブジェクト間で属性の情報を共有することにより、他の見られたオブジェクト(トレーニングクラス)が与えられたときに、見えないオブジェクト(テストクラス)を認識することを目的としています。属性はオブジェクトに対して人為的に注釈が付けられ、最近のZSLタスクでも同様に扱われます。ただし、予測可能性または識別可能性が低い一部の下位属性は、ZSLシステムのパフォーマンスに悪影響を及ぼす可能性があります。このホワイトペーパーでは、最初にZSLタスクの一般化エラーを導出します。理論的分析により、キー属性のサブセットを選択すると、すべての属性を利用する元のZSLモデルの一般化パフォーマンスが向上することが確認されます。残念ながら、以前の属性選択方法は、表示されたデータに基づいて行われ、選択された属性は、ZSLタスクのトレーニング段階では利用できない未表示のデータに対する一般化機能が不十分です。疑似関連性フィードバックからの学習に触発されて、このペーパーでは、見えないデータを模倣するために、属性に基づく生成モデルによって生成された疑似データである、すぐに使用可能なデータを紹介します。その後、すぐに使用可能なデータに基づいてキー属性を繰り返し選択する反復属性選択(IAS)戦略を提示します。生成されたすぐに使用可能なデータの分布はテストデータに似ているため、IASによって選択されたキー属性をテストデータに効果的に一般化できます。広範な実験により、IASは既存の属性ベースのZSLメソッドを大幅に改善し、最先端のパフォーマンスを実現できることが実証されています。
Zero-shot learning (ZSL) aims to recognize unseen objects (test classes) given some other seen objects (training classes), by sharing information of attributes between different objects. Attributes are artificially annotated for objects and treated equally in recent ZSL tasks. However, some inferior attributes with poor predictability or poor discriminability may have negative impacts on the ZSL system performance. This paper first derives a generalization error bound for ZSL tasks. Our theoretical analysis verifies that selecting the subset of key attributes can improve the generalization performance of the original ZSL model, which utilizes all the attributes. Unfortunately, previous attribute selection methods are conducted based on the seen data, and their selected attributes have poor generalization capability to the unseen data, which is unavailable in the training stage of ZSL tasks. Inspired by learning from pseudo relevance feedback, this paper introduces the out-of-the-box data, which is pseudo data generated by an attribute-guided generative model, to mimic the unseen data. After that, we present an iterative attribute selection (IAS) strategy which iteratively selects key attributes based on the out-of-the-box data. Since the distribution of the generated out-of-the-box data is similar to the test data, the key attributes selected by IAS can be effectively generalized to test data. Extensive experiments demonstrate that IAS can significantly improve existing attribute-based ZSL methods and achieve state-of-the-art performance.