Low-Latency Edge AI

The design and development of low latency AI systems for resource constrained environment

AI accelerators at the edge are scarce and shared across many tenants, yet applications still need predictable, low-latency inference. My research builds analytical performance models and serving systems that let edge clusters share accelerators efficiently while meeting per-tenant latency, accuracy, and energy targets.


Performance Models for Shared Accelerators

Sharing an accelerator across tenants requires predicting how they interfere with each other. Ibis (Liang et al., 2023) develops analytic queueing models that capture how DNN inference workloads behave under contention on shared edge accelerators such as GPUs and edge TPUs. It uses these models to drive cluster resource management that limits interference between co-located tenants.

This queueing-based approach also extends to collaborative CPU-accelerator execution for memory-constrained edge TPUs (SwapLess (Ng et al., 2026)), which won the Best Paper Award at IEEE DCOSS-IoT 2026 and anchors the model-sharing systems in Foundation Model Systems.

Ibis models each application's CPU processing as a separate queue feeding a single shared GPU/TPU queue, capturing performance interference between co-located tenants.

Hardware-Accelerated Communication

Serving latency isn’t only a compute problem. The network path between model-serving components affects serving latency as much as compute does. Our study on understanding the benefits of hardware-accelerated communication (Hanafy et al., 2023) shows that offloaded inference requests pass through multi-stage pipelines that span multiple compute nodes and proxies within an edge facility, where RDMA and GPUDirect RDMA can cut the latency these hops add.

Requests offloaded from clients traverse a frontend gateway into an edge cluster, where the internal network fabric can be accelerated with RDMA or GPUDirect RDMA.

Adaptive Inference

Dělen (Liang et al., 2023) tackles multi-tenant sharing through multi-exit DNNs, which can return a faster, less accurate result from an intermediate layer instead of always running the full model. Dělen gives each application a simple API to declare a runtime bound on the latency, accuracy, or energy of its inference requests, and it picks the exit point and resource allocation that satisfies that bound.

Meeting these bounds depends on knowing what a given device can actually achieve. Our study of energy-efficient edge inference (Hanafy et al., 2021) characterizes latency-accuracy-energy tradeoffs across dozens of pretrained models on edge accelerators, the kind of device profile that Dělen’s adaptation policies draw on.

Dělen's conditional runtime execution framework, resource manager, and profiling engine work together to pick an exit point and resource share for each request.

Energy Efficiency

Fairly sharing an accelerator means accounting for energy as well as time. Energy Time Fairness (Liang et al., 2023) shows that classical fair-share schedulers equalize time slices across tenants but can let some applications consume far more than their share of energy, because GPU workloads vary widely in power draw depending on model size. ETF instead schedules for a configurable balance between time-fairness and energy-fairness, so that sharing an accelerator does not quietly favor one axis over the other.

Energy efficiency at the edge also depends on where power comes from. FM-CAC (Yang et al., 2026) approaches this from the AI side. A time-series foundation model forecasts grid carbon intensity, and that forecast drives when a battery-buffered device draws energy from the grid rather than its own battery. The forecast also selects the software pipeline variant and the hardware operating point at each moment, which trades energy savings against accuracy in the same way that CarbonEdge trades carbon savings against added latency (see also Grid-Interactive Data Centers).

The ETF scheduler queues each application's kernels and launches them according to a virtual-runtime tree that balances energy and time fairness.

References

2026

  1. DCOSS-IoT
    DCOSS-IoT26.jpg
    🏆 Collaborative Processing for Multi-Tenant Inference on Memory-Constrained Edge TPUs
    Nathan Ng, Walid A. Hanafy, Prashanthi Kadambi, and 5 more authors
    In 2026 22nd International Conference on Distributed Computing in Smart Systems and the Internet of Things (DCOSS-IoT), Sep 2026
  2. ISLPED
    FM-CAC-ISPLED26.jpg
    FM-CAC: Carbon-Aware Control for Battery-Buffered Edge AI via Time-Series Foundation Models
    Kang Yang, Walid A. Hanafy, Prashant Shenoy, and 1 more author
    In 2026 IEEE/ACM International Symposium on Low Power Electronics and Design (ISLPED), Sep 2026

2023

  1. TAAS
    ibis_queueing.jpg
    Model-driven Cluster Resource Management for AI Workloads in Edge Clouds
    Qianlin Liang, Walid A. Hanafy, Ahmed Ali-Eldin, and 1 more author
    ACM Transactions on Autonomous and Adaptive Systems, Sep 2023
  2. IWQoS
    IWQoS-Understanding.jpg
    Understanding the Benefits of Hardware-Accelerated Communication in Model-Serving Applications
    Walid A. Hanafy, Limin Wang, Hyunseok Chang, and 3 more authors
    In 2023 IEEE/ACM 31st International Symposium on Quality of Service (IWQoS), Sep 2023
  3. IoTDI
    delen.jpg
    Dělen: Enabling Flexible and Adaptive Model-serving for Multi-tenant Edge AI
    Qianlin Liang, Walid A. Hanafy, Noman Bashir, and 3 more authors
    In Proceedings of IEEE/ACM Eighth International Conference on Internet-of-Things Design and Implementation (IoTDI), San Antonio, May 2023
  4. SEC
    etf_architecture.jpg
    Energy Time Fairness: Balancing Fair Allocation of Energy and Time for GPU Workloads
    Qianlin Liang, Walid A. Hanafy, Noman Bashir, and 2 more authors
    In Proceedings of the 8th ACM/IEEE Symposium on Edge Computing (SEC), Dec 2023

2021

  1. WEEE
    Design Considerations for Energy-Efficient Inference on Edge Devices
    Walid A. Hanafy, Tergel Molom-Ochir, and Rohan Shenoy
    In Proceedings of International Workshop on Energy-Efficient Learning at the Edge, Virtual Event, Italy, Dec 2021