この作業では、オートエンコーダーを使用して深層学習モデルの選択を自動化する方法であるExpertMatcherを紹介します。具体的には、集中化されたサーバーで事前にトレーニングされたエキスパートMLネットワークを使用して、多くのクライアントに分散されているデータソースの推論を実行することに関心があります。 ExpertMatcherは、クライアントのデータ表現に基づいて、中央サーバーで最も関連性の高いモデルを割り当てます。これにより、開発途上国のリソースに制約のあるクライアントは、各MLモデルのパフォーマンスを評価する必要なく、特定のタスクに最も関連するMLモデルを利用できます。この方法は汎用的であり、ローカルクライアントと多数の集中エキスパートモデルが存在するすべてのセットアップで有益です。
In this work we introduce ExpertMatcher, a method for automating deep learning model selection using autoencoders. Specifically, we are interested in performing inference on data sources that are distributed across many clients using pretrained expert ML networks on a centralized server. The ExpertMatcher assigns the most relevant model(s) in the central server given the client's data representation. This allows resource-constrained clients in developing countries to utilize the most relevant ML models for their given task without having to evaluate the performance of each ML model. The method is generic and can be beneficial in any setup where there are local clients and numerous centralized expert ML models.