paper-with-me

홈 › Papers

Reducing Inference Latency with Concurrent Architectures for Image Recognition

2020-11-13 · Ramyad Hadidi, Jiashen Cao, Michael S. Ryoo, Hyesoon Kim

Satisfying the high computation demand of modern deep learning architectures is challenging for achieving low inference latency. The current approaches in decreasing latency only increase parallelism within a layer. This is because architectures typically capture a single-chain dependency pattern that prevents efficient distribution with a higher concurrency (i.e., simultaneous execution of one inference among devices). Such single-chain dependencies are so widespread that even implicitly biases recent neural architecture search (NAS) studies. In this visionary paper, we draw attention to an entirely new space of NAS that relaxes the single-chain dependency to provide higher concurrency and distribution opportunities. To quantitatively compare these architectures, we propose a score that encapsulates crucial metrics such as communication, concurrency, and load balancing. Additionally, we propose a new generator and transformation block that consistently deliver superior architectures compared to current state-of-the-art methods. Finally, our preliminary results show that these new architectures reduce the inference latency and deserve more attention.

📄 PDF Abstract BibTeX arXiv:2011.07092

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

CQIL: Inference Latency Optimization with Concurrent Computation of Quasi-Independent Layers

2024-04-10 · Longwei Zou, Qingyang Wang, Han Zhao, Jiangang Kong 외

The fast-growing large scale language models are delivering unprecedented performance on almost all natural language processing tasks. However, the effectiveness of large language models are reliant on an exponentially i…

Quantization

Twill: Scheduling Compound AI Systems on Heterogeneous Mobile Edge Platforms

2025-07-01 · Zain Taufique, Aman Vyas, Antonio Miele, Pasi Liljeberg 외 arxiv

Compound AI (cAI) systems chain multiple AI models to solve complex problems. cAI systems are typically composed of deep neural networks (DNNs), transformers, and large language models (LLMs), exhibiting a high degree of…

Collage Inference: Achieving low tail latency during distributed image classification using coded redundancy models

2019-06-05 · Krishna Narra, Zhifeng Lin, Ganesh Ananthanarayanan, Salman Avestimehr 외

Reducing the latency variance in machine learning inference is a key requirement in many applications. Variance is harder to control in a cloud deployment in the presence of stragglers. In spite of this challenge, infere…

BIG-bench Machine LearningGeneral Classificationimage-classificationImage Classification

FLARE: Diffusion for Hybrid Language Model

2026-06-01 · Yuchen Zhu, Jing Shi, Chongjian Ge, Hao Tan 외 arxiv

Autoregressive (AR) large language models (LLMs) have achieved broad practical success, but sequential decoding remains a key bottleneck for low-latency deployment. Recent efficient-inference work has progressed along tw…

ColBERT-serve: Efficient Multi-Stage Memory-Mapped Scoring

2025-04-21 · Kaili Huang, Thejas Venkatesh, Uma Dingankar, Antonio Mallia 외

We study serving retrieval models, specifically late interaction models like ColBERT, to many concurrent users at once and under a small budget, in which the index may not fit in memory. We present ColBERT-serve, a novel…

Retrieval