Skip to content

NEXUS: Speeding Up the Next Wave of AI Workloads, GNN and SSM Optimization on NPUs

Sep 2026 · ACM Transactions on Embedded Computing Systems · 0 citations · 5 references

Abstract

The rise of on-device AI has transformed modern client PCs into powerful platforms for executing diverse AI workloads locally, enabling low-latency, energy-efficient, and privacy-preserving applications. Traditional on-device AI applications have predominantly focused on computer vision tasks such as image classification, segmentation, and object detection, enabled by Convolutional Neural Networks (CNNs) and widely explored on edge devices. However, the recent surge in Generative AI and Large Language Models (LLMs) has expanded the application landscape to include personal assistants, contextual search, knowledge graph reasoning, and real-time transcription. To support these emerging workloads, the community has largely adopted transformer-based architectures due to their versatility and strong modeling capabilities across modalities. Despite their success, transformers exhibit quadratic complexity in sequence length, making them inefficient for long-context tasks. As a result, State Space Models (SSMs) have gained traction as efficient alternatives, offering linear or near-linear scaling with competitive accuracy for applications such as transcription, translation, and long-sequence language modeling. Meanwhile, Graph Neural Networks (GNNs) have emerged as state-of-the-art models for tasks involving structured and relational data, including knowledge graph reasoning, personalized recommendations, and event-driven visual analytics, achieving superior performance compared to transformers in certain domains. While CNN and transformer workloads are already well-supported on edge platforms, the enablement and optimization of newer model classes remain underexplored. To address this, we present NEXUS, a unified framework that establishes a systematic methodology for accelerating emerging AI workloads on commercial-off-the-shelf (COTS) Neural Processing Units (NPUs). NEXUS introduces a general systematic three-step approach: (1) Enablement, which adapts model execution to NPUs’ static input shapes, partitioned compute, and memory constraints; (2) Optimization, which remaps control-heavy and sequential operations to hardware-efficient regular data-parallel kernels such as matrix multiplications; and (3) Quality-Efficiency Tradeoffs, which apply quantization and approximations to improve performance and energy efficiency with minimal accuracy loss. While this work focuses on Graph Neural Networks (GNNs) and State Space Models (SSMs) as representative case studies, the NEXUS methodology is model-agnostic and can be readily extended to future emerging workloads and NPU platforms. Experimental evaluations on Intel® Core™ Ultra Series 1 and 2 AI PCs demonstrate that NEXUS achieves up to 10.8 × speedup and 8.6 × energy efficiency improvement for GNNs over CPU baselines, and up to 3.8 × latency reduction for SSMs. Individual techniques like CumBA, ReduBA, ActiBA, and QuBA contribute 2.7 ×, 1.2 ×, 3.7 ×, and 1.7 × reductions, respectively, all while maintaining model accuracy within 1.5% of full-precision baselines. Our code implementation is available at https://github.com/arghadippurdue/NEXUS.

Read PDF

Similar papers

#computer vision Review Sep 2017

Agile Software Development Methods: Review and Analysis

This publication proposes a definition and a classification of agile software development approaches and analyses ten software development methods that can be characterized as being "agile" against the defined criterion.

P. Abrahamsson, O. Salo, Jussi Ronkainen et al. · 727 citations · ⚡54
#computer vision Jun 2008

The impact of agile practices on communication in software development

The study shows that agile practices improve both informal and formal communication, but indicates that, in larger development situations involving multiple external stakeholders, a mismatch of adequate communication mechanisms can sometimes even hinder the communication.

M. Pikkarainen, Jukka Haikara, O. Salo et al. · 401 citations · ⚡48
#machine learning Review Open access Oct 2014

Software development in startup companies: A systematic mapping study

The results indicate that software engineering work practices are chosen opportunistically, adapted and configured to provide value under the constrains imposed by the startup context.

Nicolò Paternoster, Carmine Giardino, M. Unterkalmsteiner et al. · 394 citations · ⚡54

Related blog posts

GPT-Lab Sep 17, 2026

Beyond Prompt Engineering: The Role of Tacit Knowledge in Software Engineering

AI is making software generation faster, but speed does not remove the need for expertise. As more work is delegated to AI, tacit knowledge may become one of the most important human advantages in software engineering. The post Beyond Prompt Engineering: The Role of Tacit Knowledge in Software Engineering appeared first on GPT-Lab.

Microsoft Research Blog Jul 30, 2026

Echoverse: Deep, evolving environments for computer-use agents

Computer-use AI agents struggle with multi-step workflows like email and customer support. Echoverse trains agents in realistic environments rather than simply providing more training tasks, helping them improve as the tasks, tests, and environments evolve. The post Echoverse: Deep, evolving environments for computer-use agents appeared first on Microsoft Research.

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.