日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
推論最適化arXiv:2411.09242

FluidML: 高速かつメモリ効率の良い推論最適化

FluidML: Fast and Memory Efficient Inference Optimization

シェア:XThreadsFacebookLINEはてブBluesky

エッジデバイス上の機械学習モデル推論を高速化・省メモリ化する汎用ランタイム最適化フレームワークFluidMLを提案し、最大25.38%の遅延削減と41.47%のピークメモリ削減を達成した。

著者: Jinjie Liu, Hang Qiu

分類: cs.LG

原文アブストラクト

Machine learning models deployed on edge devices have enabled numerous exciting new applications, such as humanoid robots, AR glasses, and autonomous vehicles. However, the computing resources available on these edge devices are not catching up with the ever-growing number of parameters in these models. As the models become bigger and more complicated, the novel yet sophisticated structure challenges the inference runtime optimization. We present FluidML, a generic runtime memory management and optimization framework that can flexibly transform the model execution blueprint to achieve faster and more memory-efficient inference. Evaluations across different platforms show that FluidML can consistently reduce the end-to-end inference latency by up to 25.38% for popular language models and reduce peak memory usage by up to 41.47%, compared to state-of-the-art approaches. FluidML is of ~30K line of codes, built for general-purpose usage, and will be released as an open-source inference runtime optimization framework to the community.

関連論文

PR本紙発行元 EmplifAI