この論文は、オブジェクトランドマーク検出器の教師なし学習を容易にする方法を提案します。以前の方法と同様に、このアプローチは、ターゲットオブジェクトカテゴリの注釈付きランドマークを必要としない、または使用しないという意味で、完全に監視されていません。ただし、以前の作品とは反対に、特定のオブジェクトカテゴリの構造化された表現を完全に監視された方法で既に学習したランドマーク検出器が利用可能であると想定しています。この設定では、主なアイデアは、特定の事前トレーニング済みネットワークを完全に監視なしの方法でターゲットオブジェクトカテゴリに適合させることになります。この目的のために、我々の方法は、凍結されたままでトレーニング中に更新されないコアとして事前トレーニングされたネットワークを使用し、教師なしの方法で、ターゲットカテゴリへの適応を実行する投影行列のみを学習します。教師ありの方法で学習した既存の構造化表現に基づいて、この方法で解決される最適化問題は、教師なし学習の場合に重要であると思われる学習するパラメーターが大幅に少なくなるため、はるかに制約されます。私たちの方法は、ゼロから訓練された完全に教師なしの技術や、微調整に基づく強力なベースラインを超え、いくつかのデータセットで最新の結果を生成することを示しています。コードはhttps://github.com/ESanchezLozano/SAIC-Unsupervised-landmark-detection-NeurIPS2019にあります。
This paper proposes a method to ease the unsupervised learning of object landmark detectors. Similarly to previous methods, our approach is fully unsupervised in a sense that it does not require or make any use of annotated landmarks for the target object category. Contrary to previous works, we do however assume that a landmark detector, which has already learned a structured representation for a given object category in a fully supervised manner, is available. Under this setting, our main idea boils down to adapting the given pre-trained network to the target object categories in a fully unsupervised manner. To this end, our method uses the pre-trained network as a core which remains frozen and does not get updated during training, and learns, in an unsupervised manner, only a projection matrix to perform the adaptation to the target categories. By building upon an existing structured representation learned in a supervised manner, the optimization problem solved by our method is much more constrained with significantly less parameters to learn which seems to be important for the case of unsupervised learning. We show that our method surpasses fully unsupervised techniques trained from scratch as well as a strong baseline based on fine-tuning, and produces state-of-the-art results on several datasets. Code can be found at https://github.com/ESanchezLozano/SAIC-Unsupervised-landmark-detection-NeurIPS2019 .