paper-with-me

Papers

Talaria: Interactively Optimizing Machine Learning Models for Efficient Inference

2024-04-03 · Fred Hohman, Chaoqun Wang, Jinmook Lee, Jochen Görtler, Dominik Moritz, Jeffrey P Bigham, Zhile Ren, Cecile Foret, Qi Shan, Xiaoyi Zhang

On-device machine learning (ML) moves computation from the cloud to personal devices, protecting user privacy and enabling intelligent user experiences. However, fitting models on devices with limited resources presents a major technical challenge: practitioners need to optimize models and balance hardware metrics such as model size, latency, and power. To help practitioners create efficient ML models, we designed and developed Talaria: a model visualization and optimization system. Talaria enables practitioners to compile models to hardware, interactively visualize model statistics, and simulate optimizations to test the impact on inference metrics. Since its internal deployment two years ago, we have evaluated Talaria using three methodologies: (1) a log analysis highlighting its growth of 800+ practitioners submitting 3,600+ models; (2) a usability survey with 26 users assessing the utility of 20 Talaria features; and (3) a qualitative interview with the 7 most active users about their experience using Talaria.

📄 PDF Abstract BibTeX arXiv:2404.03085

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Your Inference Request Will Become a Black Box: Confidential Inference for Cloud-based Large Language Models

2026-02-27 · Chung-ju Huang, Huiqiang Zhao, Yuanpeng He, Lijian Li 외 arxiv

The increasing reliance on cloud-hosted Large Language Models (LLMs) exposes sensitive client data, such as prompts and responses, to potential privacy breaches by service providers. Existing approaches fail to ensure pr…

Computational Efficiency

Talking with the Theorem Prover to Interactively Solve Natural Language Inference

2021-11-01 · PACLIC 2021 11 · Atsushi Sumita, Yusuke Miyao, Koji Mineshima
Natural Language Inference

Developing Bug-Free Machine Learning Systems With Formal Mathematics

2017-06-26 · ICML 2017 8 · Daniel Selsam, Percy Liang, David L. Dill

Noisy data, non-convex objectives, model misspecification, and numerical instability can all cause undesired behaviors in machine learning systems. As a result, detecting actual implementation errors can be extremely dif…

BIG-bench Machine Learning

Optimizing Latent Space Directions For GAN-based Local Image Editing

2021-11-24 · Ehsan Pajouheshgar, Tong Zhang, Sabine Süsstrunk

Generative Adversarial Network (GAN) based localized image editing can suffer from ambiguity between semantic attributes. We thus present a novel objective function to evaluate the locality of an image edit. By introduci…

DisentanglementGenerative Adversarial Network

Synchronous Bidirectional Inference for Neural Sequence Generation

2019-02-24 · Jiajun Zhang, Long Zhou, Yang Zhao, Cheng-qing Zong

In sequence to sequence generation tasks (e.g. machine translation and abstractive summarization), inference is generally performed in a left-to-right manner to produce the result token by token. The neural approaches, s…

Abstractive Text SummarizationMachine TranslationTranslation