異種のタスク間の転送可能性を調査すると、固有の相互接続が明らかになり、その結果、あるタスクから別のタスクへの知識の転送が可能になり、後者のトレーニングの労力が軽減されます。この論文では、特に視覚タスクを処理する深いネットワークの転送可能性を推定するための、恥ずかしいほどシンプルでありながら非常に効果的なアプローチを提案します。監督として多数の注釈に依存しているため計算が面倒であるタスクノノミーの独創的な作業とは異なり、提案されたアプローチは人間の注釈を必要とせず、ネットワークのアーキテクチャに制約を課しません。これは、具体的には、深いネットワークをモデル空間に投影することで実現されます。各ネットワークはポイントとして扱われ、2つのポイント間の距離は、生成された属性マップの偏差によって測定されます。提案されたアプローチは、タスクノノミーよりも数倍高速であり、一方、タスクノノミーによって得られたものと非常に類似したタスクごとのトポロジ構造を保持します。コードはhttps://github.com/zju-vipa/TransferbilityFromAttributionMapsで入手できます。
Exploring the transferability between heterogeneous tasks sheds light on their intrinsic interconnections, and consequently enables knowledge transfer from one task to another so as to reduce the training effort of the latter. In this paper, we propose an embarrassingly simple yet very efficacious approach to estimating the transferability of deep networks, especially those handling vision tasks. Unlike the seminal work of taskonomy that relies on a large number of annotations as supervision and is thus computationally cumbersome, the proposed approach requires no human annotations and imposes no constraints on the architectures of the networks. This is achieved, specifically, via projecting deep networks into a model space, wherein each network is treated as a point and the distances between two points are measured by deviations of their produced attribution maps. The proposed approach is several-magnitude times faster than taskonomy, and meanwhile preserves a task-wise topological structure highly similar to the one obtained by taskonomy. Code is available at https://github.com/zju-vipa/TransferbilityFromAttributionMaps.