paper-with-me

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 that overlook hardware-specific communication overheads. We present a hardware prototype study on NVIDIA Jetson Orin Nano devices connected over WiFi. Our key finding is that the dominant bottleneck is not just network bandwidth but also the CPU-GPU staging during communication. Because Jetson's integrated GPU architecture lacks the PCIe/NVLink pathway that NCCL requires, all inter-device data communication should be routed through GLOO and staged in CPU memory; an overhead that scales with communication data volume and makes full-tensor exchange slower than single-device inference across the batch sizes for medium sized models such as ViT. We therefore evaluate Prism by combining Segment Means compression with lightweight offline profiling to adaptively select between local and distributed execution at runtime. Experiments show that this strategy reduces latency by 65%-77% and energy consumption by 34%-52% relative to full-tensor exchange in static distributed execution setup, demonstrating that profiling-driven adaptation is essential for practical distributed Transformer inference on embedded hardware.

📄 PDF Abstract BibTeX arXiv:2605.25682

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Orchestration for Inference of Large Foundation Models at the Edge

2025-03-19 · Fernando Koch, Aladin Djuhera, Alecio Binotto

Large Foundation Models (LFMs), including multi-modal and generative AI models, promise to unlock new capabilities for next-generation Edge AI applications. However, performing inference with LFMs in resource-constrained…

Edge-computing

Rethinking Spatio-Temporal Anomaly Detection: A Vision for Causality-Driven Cybersecurity

2025-07-10 · Arun Vignesh Malarkkan, Haoyue Bai, Xinyuan Wang, Anjali Kaushik 외 arxiv

As cyber-physical systems grow increasingly interconnected and spatially distributed, ensuring their resilience against evolving cyberattacks has become a critical priority. Spatio-Temporal Anomaly detection plays an imp…

Anomaly DetectionGraph Learning

Real-Time Inference for Distributed Multimodal Systems under Communication Delay Uncertainty

2025-11-20 · Victor Croisfelt, João Henrique Inacio de Souza, Shashi Raj Pandey, Beatriz Soret 외 arxiv

Connected cyber-physical systems perform inference based on real-time inputs from multiple data streams. Uncertain communication delays across data streams challenge the temporal flow of the inference process. State-of-t…

audio-visual event localization

EnergyLens: Predictive Energy-Aware Exploration for Multi-GPU LLM Inference Optimization

2026-05-14 · Zhiye Song, Kyungmi Lee, Eun Kyung Lee, Xin Zhang 외 arxiv

We present EnergyLens, an end-to-end framework for energy-aware large language model (LLM) inference optimization. As LLMs scale, predicting and reducing their energy footprint has become critical for sustainability and …

Context-Aware Personality Inference in Dyadic Scenarios: Introducing the UDIVA Dataset

2020-12-28 · Cristina Palmero, Javier Selva, Sorina Smeureanu, Julio C. S. Jacques Junior 외

This paper introduces UDIVA, a new non-acted dataset of face-to-face dyadic interactions, where interlocutors perform competitive and collaborative tasks with different behavior elicitation and cognitive workload. The da…