paper-with-me

Papers

PRISM: Distributed Inference for Foundation Models at Edge

2025-07-16 · Muhammad Azlan Qazi, Alexandros Iosifidis, Qi Zhang arxiv

Foundation models (FMs) have achieved remarkable success across a wide range of applications, from image classification to natural langurage processing, but pose significant challenges for deployment at edge. This has sparked growing interest in developing practical and efficient strategies for bringing foundation models to edge environments. In this work, we propose PRISM, a communication-efficient and compute-aware strategy for distributed Transformer inference on edge devices. Our method leverages a Segment Means representation to approximate intermediate output features, drastically reducing inter-device communication. Additionally, we restructure the self-attention mechanism to eliminate redundant computations caused by per-device Key/Value calculation in position-wise partitioning and design a partition-aware causal masking scheme tailored for autoregressive models. We evaluate PRISM on ViT, BERT, and GPT-2 across diverse datasets, namely CIFAR-10, CIFAR-100, ImageNet-1k, GLUE, and CBT. Our results demonstrate substantial reductions in communication overhead (up to 99.2% for BERT at compression rate CR = 128) and per-device computation (51.24% for BERT at the same setting), with only minor accuracy degradation. This method offers a scalable and practical solution for deploying foundation models in distributed resource-constrained environments.

📄 PDF Abstract BibTeX arXiv:2507.12145

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Profiling-Driven Adaptive Distributed Transformer Inference on Embedded Edge Deployment

2026-05-25 · Muhammad Azlan Qazi, Alexandros Iosifidis, Qi Zhang arxiv

Distributing Transformer inference across embedded edge devices can alleviate individual memory and compute constraints, yet practical benefits on real hardware remain unclear: prior work relies largely on simulations th…

PRISM: PRIor from corpus Statistics for topic Modeling

2026-03-31 · Tal Ishon, Yoav Goldberg, Uri Shaham arxiv

Topic modeling seeks to uncover latent semantic structure in text, with LDA providing a foundational probabilistic framework. While recent methods often incorporate external knowledge (e.g., pre-trained embeddings), such…

PRISM-SLAM: Probabilistic Ray-Grounded Inference for Scale-aware Metric SLAM

2026-05-19 · Eunsoo Im, Gyeonggwan Lee, Seunghwan Hong, Junghun Suh arxiv

Monocular SLAM historically suffers from scale ambiguity and tracking failure in dynamic environments. While recent vision foundation models (VFMs) provide remarkable zero-shot depth priors, naively integrating these det…

Semantic Segmentation

LatencyPrism: Online Non-intrusive Latency Sculpting for SLO-Guaranteed LLM Inference

2026-01-14 · Yin Du, Jiayi Ren, Xiayu Sun, Tianyao Zhou 외 arxiv

LLM inference latency critically determines user experience and operational costs, directly impacting throughput under SLO constraints. Even brief latency spikes degrade service quality despite acceptable average perform…

PRISM: Privacy-Aware Routing for Adaptive Cloud-Edge LLM Inference via Semantic Sketch Collaboration

2025-11-27 · Junfei Zhan, Haoxun Shen, Zheng Lin, Tengjiao He arxiv

Large Language Models (LLMs) demonstrate impressive capabilities in natural language understanding and generation, but incur high communication overhead and privacy risks in cloud deployments, while facing compute and me…

Natural Language Understanding