DCAICVDec 12, 2025

Parallax: Runtime Parallelization for Operator Fallbacks in Heterogeneous Edge Systems

arXiv:2512.11532v1h-index: 1
Originality Incremental advance
AI Analysis

This addresses latency and memory issues for real-time DNN inference on mobile devices, offering incremental improvements over existing frameworks.

The paper tackles the problem of inefficient CPU fallbacks for unsupported DNN operators on edge devices, resulting in up to 46% latency reduction, 26.5% average memory overhead, and up to 30% energy savings compared to state-of-the-art frameworks.

The growing demand for real-time DNN applications on edge devices necessitates faster inference of increasingly complex models. Although many devices include specialized accelerators (e.g., mobile GPUs), dynamic control-flow operators and unsupported kernels often fall back to CPU execution. Existing frameworks handle these fallbacks poorly, leaving CPU cores idle and causing high latency and memory spikes. We introduce Parallax, a framework that accelerates mobile DNN inference without model refactoring or custom operator implementations. Parallax first partitions the computation DAG to expose parallelism, then employs branch-aware memory management with dedicated arenas and buffer reuse to reduce runtime footprint. An adaptive scheduler executes branches according to device memory constraints, meanwhile, fine-grained subgraph control enables heterogeneous inference of dynamic models. By evaluating on five representative DNNs across three different mobile devices, Parallax achieves up to 46% latency reduction, maintains controlled memory overhead (26.5% on average), and delivers up to 30% energy savings compared with state-of-the-art frameworks, offering improvements aligned with the responsiveness demands of real-time mobile inference.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes