この論文では、深い畳み込みニューラルネットワーク(CNN)を使用した画像分類について説明します。次の質問に焦点を当てます。候補CNNモデルのセットが与えられた場合、現在のタスクに最適な一般化プロパティを持つ適切なモデルを選択するにはどうすればよいですか?現在のモデル選択方法はすべて、クロスエントロピー損失、分類エラー率、負の対数尤度など、事前に指定されたパフォーマンスメトリックを計算するために、ラベル付けされたデータのバッチにアクセスする必要があります。多くの実際的なケースでは、ラベル付け自体が時間と費用のかかる作業であるため、ラベルは時間内に利用できません。この目的のために、ラベルのないデータのみを使用したCNNモデル選択へのアプローチを提案します。この方法は、一貫した相対信頼度と呼ばれる原則に基づいて開発されています。ベンチマークデータセットの実験結果は、私たちの方法の有効性と効率を示しています。
In this paper, we are concerned with image classification with deep convolutional neural networks (CNNs). We focus on the following question: given a set of candidate CNN models, how to select the right one with the best generalization property for the current task? Current model selection methods all require access to a batch of labeled data for computing a pre-specified performance metric, such as the cross-entropy loss, the classification error rate and the negative log-likelihood. In many practical cases, labels are not available in time as labeling itself is a time-consuming and expensive task. To this end, we propose an approach to CNN model selection using only unlabeled data. We develop this method based on a principle termed consistent relative confidence. Experimental results on benchmark datasets demonstrate the effectiveness and efficiency of our method.