arXiv reaDer
AutoMTL: 効率的なマルチタスク学習を自動化するためのプログラミング フレームワーク
AutoMTL: A Programming Framework for Automating Efficient Multi-Task Learning
マルチタスク学習 (MTL) は、タスク間でパラメーターを共有することにより、一連のタスクを共同で学習します。これは、多くのコンピューター ビジョン タスクのタスク精度を向上させながら、ストレージ コストを削減するための有望なアプローチです。 MTL を効果的に採用するには、2 つの主な課題に直面します。最初の課題は、メモリ効率とタスク精度の両方を最適化するために、タスク間で共有するパラメーターを決定することです。 2 番目の課題は、時間のかかる手動での再実装やドメインの専門知識を必要とせずに、MTL アルゴリズムを任意の CNN バックボーンに自動的に適用することです。このホワイト ペーパーでは、ビジョン タスク用の効率的な MTL モデル開発を自動化する最初のプログラミング フレームワーク AutoMTL を開発することによって、この課題に対処します。 AutoMTL は、任意のバックボーン畳み込みニューラル ネットワーク (CNN) と学習する一連のタスクを入力として受け取り、高精度と小さなメモリ フットプリントを同時に実現するマルチタスク モデルを自動的に生成します。 3 つの一般的な MTL ベンチマーク (CityScapes、NYUv2、Tiny-Taskonomy) での実験では、最先端のアプローチに対する AutoMTL の有効性と、CNN 全体での AutoMTL の一般化可能性が実証されています。 AutoMTL はオープンソースであり、https://github.com/zhanglijun95/AutoMTL で入手できます。
Multi-task learning (MTL) jointly learns a set of tasks by sharing parameters among tasks. It is a promising approach for reducing storage costs while improving task accuracy for many computer vision tasks. The effective adoption of MTL faces two main challenges. The first challenge is to determine what parameters to share across tasks to optimize for both memory efficiency and task accuracy. The second challenge is to automatically apply MTL algorithms to an arbitrary CNN backbone without requiring time-consuming manual re-implementation and significant domain expertise. This paper addresses the challenges by developing the first programming framework AutoMTL that automates efficient MTL model development for vision tasks. AutoMTL takes as inputs an arbitrary backbone convolutional neural network (CNN) and a set of tasks to learn, and automatically produces a multi-task model that achieves high accuracy and small memory footprint simultaneously. Experiments on three popular MTL benchmarks (CityScapes, NYUv2, Tiny-Taskonomy) demonstrate the effectiveness of AutoMTL over state-of-the-art approaches as well as the generalizability of AutoMTL across CNNs. AutoMTL is open-sourced and available at https://github.com/zhanglijun95/AutoMTL.
updated: Thu Sep 15 2022 19:08:39 GMT+0000 (UTC)
published: Mon Oct 25 2021 16:13:39 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト