Source-linked AI summary
Diffusion Language Models for Mobile Edge Agentic AI: Foundations, Applications, and Challenges
Chenqi Li, Minghui Min, Dusit Niyato, Wei Ni
TL;DR
Mobile edge agents require generative models that fit strict latency, memory, energy, bandwidth, privacy, and reliability constraints, while autoregressive decoding remains sequential. This survey synthesizes DLM foundations, efficiency methods, deployment architectures, applications, evaluation, and challenges, concluding that DLMs complement rather than replace autoregressive LLMs for structured, constraint-aware, and latency-adaptive tasks.
Problem
Mobile edge agentic AI needs generative intelligence under strict resource and communication constraints, while conventional autoregressive LLMs impose substantial computational, memory, and sequential-decoding costs.
Method
The survey connects DLM properties with edge requirements and reviews foundations, resource-efficient training and inference, deployment, communication-aware serving, applications, evaluation, and open challenges.
Results
Diffusion-based LLMs have begun to approach autoregressive LLMs on general reasoning and code benchmarks while showing particular advantages in planning-oriented and faster-than-autoregressive inference settings.
Takeaways & Limitations
DLMs are suitable complements to autoregressive LLMs for structured, constraint-aware, and latency-adaptive mobile-edge tasks.
Takeaways & Limitations
DLM-based edge intelligence still faces challenges in long-context state management, hardware-efficient inference, distributed collaboration, safety, multimodal grounding, and reproducibility.
Abstract
from arXiv · showhide
Diffusion language models (DLMs) offer a non-autoregressive alternative for mobile edge agentic artificial intelligence (AI) by refining tokens through iterative denoising rather than left-to-right decoding. Compared with autoregressive Transformer-based large language models (LLMs), DLMs can update multiple uncertain tokens in parallel and exploit bidirectional context throughout the generation process, enabling more flexible quality-latency trade-offs beyond fixed sequential decoding. These properties are particularly attractive for edge agents, where partial refinement, early exit, and constraint-guided correction can reduce response delay and communication overhead while improving robustness under noisy, incomplete, or dynamic contexts. This survey reviews DLM foundations and analyzes their suitability for edge settings under latency, memory, energy, bandwidth, privacy, and reliability constraints. We cover resource-efficient architectures, training and inference acceleration, compression, edge/cloud deployment, communication-aware serving, Internet of Things (IoT)/wireless applications, and evaluation of DLM-based agents. We further discuss open issues in long-context state management, split inference, trustworthy execution, multimodal grounding, and reproducible benchmarking. The goal is to connect DLM modeling properties, including bidirectionality, parallel refinement, controllability, and quality-latency elasticity, with system-level requirements of future mobile edge intelligence.
1 Introduction
Mobile edge agents need generative intelligence despite stringent computation, memory, energy, and bandwidth constraints. This survey positions DLMs as an edge-oriented alternative and organizes foundations, deployment, applications, evaluation, and open challenges around those requirements.
- Motivation: Resource-constrained IoT environments limit conventional LLM deployment because autoregressive decoding is sequential and difficult to parallelize.The introduction also highlights substantial model scale and stringent computational, energy, and network-bandwidth constraints.
- Evidence: Diffusion-based LLMs have begun to approach autoregressive LLMs on general reasoning and code benchmarks while showing advantages in planning-oriented and faster-than-autoregressive settings.The evidence is summarized from reported results in the literature rather than a unified benchmark.
- Why DLMs for the edge: DLMs iteratively denoise multiple tokens with bidirectional context, enabling flexible compute-quality trade-offs, controllable generation, and distributed inference.These properties are presented as relevant to cloud-edge-device hierarchies and decentralized IoT systems.
- Survey scope: The survey connects DLM modeling properties with latency, memory, energy, bandwidth, privacy, and reliability requirements for mobile edge agentic AI.Its contributions include an edge-oriented framing, a unified review of foundations and efficiency techniques, and a system-level deployment perspective.
- Survey scope: It further covers IoT and wireless applications, structure-aware evaluation, communication-computation co-optimization, and open challenges toward DLM-native edge intelligence.The roadmap spans foundations, resource efficiency, deployment, communication-aware serving, applications, evaluation, and research challenges.
2 Background: Diffusion Language Models
Autoregressive models generate tokens left to right, whereas masked language modeling established bidirectional reconstruction from surrounding context. These foundations motivate diffusion language models and their iterative refinement paradigm for edge agents.
- Autoregressive models: Autoregressive models factorize sequence probability through next-token prediction, with each token conditioned on preceding tokens.The factorization supports data compression, pattern extrapolation, and in-context learning.
- Autoregressive models: GPT-3 and GPT-4 exemplify closed-source scaling, while Llama models represent open-source autoregressive Transformers optimized with mechanisms such as grouped-query attention.These model families serve as representative cloud references and efficient open alternatives for mobile edge agents.
- Extensions: Autoregressive modeling has also been extended to time-series and visual generation for forecasting, spatiotemporal reasoning, and other structured outputs.Time-LLM maps time-series data into textual prototypes for frozen language models, while visual generation includes raster-scan autoregressive approaches.
- Masked language models: Masked language models reconstruct masked tokens using both left and right context, providing bidirectional semantic representations for edge-agent perception.This contextual reconstruction can support robust decision-making under limited computation, memory, and bandwidth.
- Masked language models: BERT and RoBERTa established transferable masked-pretraining representations, while masked prediction also supports topic discovery and sensor-data completion.These capabilities make masked language modeling a precursor to DLMs based on bidirectional reconstruction and iterative refinement.
2.2 Diffusion Models
Diffusion models generate data by corrupting it toward a simple prior and learning a reverse denoising process; language variants adapt this framework to discrete token spaces. DLMs thereby support iterative, bidirectional, and parallel sequence refinement with controllable generation.
- Diffusion-model foundations: Diffusion models gradually corrupt data toward a simple prior and synthesize outputs by learning the reverse denoising trajectory.Continuous models use forward Gaussian noising and reverse-time denoising, while neural networks estimate the score function needed for reverse generation.
- Diffusion-model foundations: Continuous diffusion uses stochastic differential equations for forward corruption and reverse-time evolution, with drift, diffusion, and score-function terms defining the process.Latent diffusion reduces score-estimation cost by operating in a lower-dimensional autoencoder latent space.
- Discrete diffusion: Discrete diffusion replaces Gaussian noise with categorical transition matrices, including absorbing [MASK] states that support iterative token denoising.This connects diffusion models with masked language modeling and provides a theoretical basis for modern DLMs.
- DLM generation: DLMs synthesize language by iteratively reconstructing corrupted sequences rather than generating strictly left to right, enabling parallel refinement, bidirectional context, controllability, and quality-latency adaptation.Representative pipelines include continuous embedding diffusion, discrete state-space diffusion, and masked diffusion with maximum likelihood.
- DLM training: Masked diffusion trains on masked positions by computing cross-entropy over corrupted tokens, yielding a structured approximate maximum-likelihood objective.The masked objective upper-bounds the induced model’s negative log-likelihood, while complementary work expresses training as a schedule-weighted average of masked-language-modeling losses.
- Generation and multimodality: DLM generation contrasts with autoregressive left-to-right decoding by refining masked tokens iteratively, while multimodal diffusion models extend related mechanisms to visual-textual understanding and generation.The survey highlights representative multimodal directions as relevant to processing instructions, observations, UI states, sensor streams, and action representations at the edge.
2.4 Implications for Mobile Edge System Design
DLM properties map onto mobile-edge requirements through elastic computation, parallel decoding, and controllable execution. These mechanisms address resource variability, memory-bandwidth bottlenecks, and safety constraints in edge-agent operation.
- System-level design: DLMs provide compute-quality elasticity, memory-bandwidth efficiency, and deterministic, safe on-device execution for mobile edge agents.The survey frames these as three complementary system-design dimensions.
- Compute-quality elasticity: Edge agents can adjust diffusion sampling depth or stop early as energy conditions change, allocating more denoising to complex reasoning and less under battery constraints.This design exploits the compute-quality trade-off associated with diffusion sampling.
- Memory-bandwidth efficiency: Parallel reverse-diffusion prediction improves accelerator utilization and reduces perception-to-action latency on devices constrained more by memory bandwidth than raw FLOPs.The contrast is with serial autoregressive generation and its pervasive KV-cache memory-access overhead.
- Deterministic and safe execution: Controllable DLM generation can enforce predefined syntactic structures and security boundaries during action generation, supporting robust and safer on-device execution.The cited approaches include both gradient-based and gradient-free control.
- Mechanism-to-requirement mapping: The survey maps DLM denoising dynamics to concrete edge-agent functions rather than treating non-autoregressive decoding as only a modeling change.Table 6 summarizes the mechanism-to-requirement mapping from the edge-agent perspective.
2.5 Lessons Learned
DLMs offer advantages for structured, global, and constraint-aware edge generation, but practical benefits remain conditional on stable sampling, cache compatibility, and hardware-aware parallel decoding.
- Lessons learned: DLMs better support infilling, structured generation, global planning, and constraint-aware action synthesis, while autoregressive models remain preferable for open-ended long-form generation.The practical gains of DLMs depend on stable sampling, cache compatibility, and hardware-aware parallel decoding.
3 Resource-Efficient Diffusion Language Models
Resource-efficient DLM research targets the latency, memory, and energy costs of iterative generation through efficient architectures, training strategies, acceleration, and compression. The section emphasizes balancing denoising depth, generation quality, and deployment cost rather than optimizing parameter count alone.
- Efficient architectures and inference: Efficient DLM inference is organized around lightweight architectures, hybrid decoding, sparse activation, and acceleration techniques for resource-constrained edge devices.The reviewed directions include lightweight diffusion Transformers, block or hybrid autoregressive-diffusion models, sparse MoE designs, parallel decoding, and few-step diffusion.
- Efficient architectures and inference: Lightweight diffusion Transformers reduce backbone cost, while block and hybrid designs address the mismatch between parallel diffusion and flexible-length language generation.These approaches trade sequential flexibility against parallel decoding efficiency and variable-length generation requirements.
- Efficient architectures and inference: Sparse and MoE diffusion models activate only subsets of parameters across timesteps, token groups, or expert routes instead of using persistent dense capacity.This targets computation wasted by static dense networks when diffusion timesteps differ in task complexity.
- Training and adaptation: Resource-efficient training combines autoregressive-to-diffusion adaptation, parameter-efficient fine-tuning, and federated diffusion for scalable deployment.These strategies respectively reuse pretrained knowledge, reduce updated parameters, and coordinate learning across distributed privacy-sensitive data sources.
- Inference acceleration: 10x to 50x wall-clock acceleration is reported for DDIM generation, while progressive distillation reduces samplers from up to 8192 steps to as few as 4 with limited perceptual degradation.These results illustrate the potential of deterministic sampling and step reduction, although the reported settings come from diffusion-model studies.
- Lessons learned: Efficient DLMs must balance denoising depth, memory footprint, and generation quality because lightweight blocks, sparse routing, compression, and adaptive decoding can introduce semantic drift or hardware complexity.The section recommends evaluating quality under fixed latency, energy, memory-bandwidth, and device conditions.
4 DLM-Native Edge and IoT Agent Deployment
DLM-native edge deployment extends device-only, edge-assisted, and cloud-edge collaboration patterns to iterative token refinement and agent execution. The section argues that these systems must adapt deployment boundaries to token blocks, denoising rounds, reasoning states, long-context memory, and action-related outputs.
- Deployment modes: Direct studies of DLM deployment in edge and IoT systems remain scarce, so existing diffusion deployment schemes serve mainly as adaptation references.The section uses device-only, split, and collaborative diffusion systems as practical directions rather than mature DLM-specific solutions.
- Deployment modes: Device-only inference reduces network dependence, while edge-assisted and cloud-edge collaboration distribute computation across local, edge, and cloud resources.The three-tier hierarchy can assign high-capacity generation to the cloud, low-latency previews or caching to the edge, and interaction or personalization to devices.
- Split and collaborative inference: DLM edge-assisted inference should split denoising stages, token blocks, or reasoning states according to agent objectives rather than offload computation as a single binary decision.Relevant objectives include time-to-first-action, context reuse, safe final decoding, and personalized refinement.
- Split and collaborative inference: Collaborative denoising can run compute-intensive early stages at the edge and send compact latent representations to devices, reducing device energy use and avoiding full-data offloading.Sharing intermediate activations instead of raw prompts, conditions, or final outputs can also support privacy.
- Distributed inference: Pipeline inference overlaps computation and communication, while distributed systems can reuse similar adjacent-timestep activations and dynamically switch among parallelism modes.Relevant mechanisms include patch- or sequence-level parallelism, stale-activation reuse, data or pipeline parallelism, and serial execution.
- Lessons learned: Visual-diffusion deployment schemes cannot be directly reused for DLMs because discrete token dynamics, masked-token refinement, KV caches, long-context memory, reasoning trajectories, and tool calls create different requirements.Future systems therefore need DLM-specific state management and secure device-edge-cloud handling for privacy-sensitive prompts.
- Lessons learned: Practical deployment should choose device-only, edge-assisted, or cloud-edge collaboration according to privacy, latency, energy, and bandwidth constraints.A suggested design keeps private prompts and final actions on-device while adapting intermediate refinement to network conditions, token uncertainty, task risk, and interaction latency.
5 Adaptive DLM Agent Serving under Communication Constraints
Adaptive DLM serving treats denoising depth, execution placement, communication, energy, privacy, and interaction latency as coupled runtime decisions. The section presents closed-loop serving and adaptive splitting as mechanisms for selectively refining uncertain or risky tokens under changing edge conditions.
- Communication-aware serving: Communication-aware DLM serving adapts denoising depth, split execution, privacy exposure, and interaction latency rather than treating communication efficiency as the sole objective.The focus is agent-level serving under limited device resources and stochastic wireless conditions.
- Partitioning and collaboration: DLM partitioning should place token blocks, denoising rounds, reasoning states, and tool or action boundaries across devices, edge servers, and cloud resources.Partitioning determines computation placement, while collaborative generation coordinates exchanged partial denoising results and intermediate states.
- Partitioning and collaboration: Collaborative generation can reduce wireless traffic by combining cloud-side semantic planning with edge-side refinement and lightweight on-device previews before high-fidelity cloud generation.This is especially relevant when prompts evolve over multiple rounds and cloud refinement can wait until a prompt is finalized.
- Adaptive serving: DLM serving complexity scales with denoising rounds T and sequence length N, and iterative generation is described as fundamentally memory-bound rather than purely compute-bound.Repeated memory accesses make adaptive scheduling and cache reuse important for mobile deployment.
- Adaptive serving: The agent-aware serving loop combines runtime observation, policy control, serving decisions, tiered execution, and feedback evaluation to adapt denoising depth, early exit, routing, and cache reuse.The decisions respond to token confidence, resource and channel status, privacy requirements, and agent-level objectives.
- Adaptive denoising: ETE reduces decoding rounds without compromising fidelity by exploring high-information tokens and exploiting the resulting confidence cascades.Semantic-aware truncation can also halt computation when token uncertainty falls below task-specific thresholds.
- Energy-aware collaboration: Energy-aware split diffusion can offload reverse denoising while retaining lightweight local processing, with split points repositioned according to battery, transmission, privacy, latency, and quality requirements.The section frames offloading as a multi-objective optimization rather than a binary choice.
- Lessons learned: Adaptive serving must jointly manage offloading, denoising depth, interaction latency, energy use, and privacy because fixed split points are fragile under changing channels, mobility, contention, packet loss, and heterogeneous hardware.Future systems should selectively refine uncertain or risky tokens and retain permission-critical steps locally.
6 Applications and Emerging Use Cases in IoT and Wireless Systems
DLM applications extend diffusion-style refinement from continuous wireless and IoT variables to discrete semantic, executable, and action-oriented representations. Emerging examples span semantic agent control, robotics, autonomous driving, and aerial design, while direct IoT and wireless evidence remains limited.
- From continuous to discrete diffusion: Direct DLM applications in IoT and wireless systems remain limited, so continuous diffusion models provide the main precedents for wireless intelligence.These precedents cover continuous signal modeling, resource optimization, trajectory generation, and network control.
- From continuous to discrete diffusion: DLMs extend diffusion refinement from continuous signals and resource variables to discrete semantic and executable representations.This transition supports command repair, structured tool generation, semantic coordination, protocol configuration, and intent translation.
- Semantic agentic intelligence: Token-level modeling is relevant to instruction repair, action-token synthesis, protocol configuration, executable plan generation, and agent-level decision making in intent-driven edge environments.The applications use a shared token-denoising interface for semantic control and executable outputs.
- Robotics and embodied agents: LLaDA-VLA adapts masked diffusion to robotic manipulation through localized action-token classification and hierarchical action-structured decoding.The reported setting includes both simulation and real-robot tasks.
- Vehicular and autonomous systems: ReflectDrive discretizes driving space into an action codebook and regenerates unsafe trajectory tokens through gradient-free inpainting.This combines trajectory-level semantic planning with safety-aware correction in autonomous driving.
- Aerial and UAV systems: A hierarchical diffusion framework combines a Riemannian DLM with masked diffusion to sample discrete aircraft topologies and continuous parameters under simulation-based inference.The evidence is preliminary for UAV and aerial edge systems because the application concerns aircraft design rather than real-time networking.
7 Evaluation Metrics, Benchmarks, and Frameworks
DLM evaluation must extend beyond static language capability to generation dynamics, interaction reliability, deployment efficiency, and safety. The survey proposes structure-aware, layered reporting that makes latency, energy, cache behavior, and hardware conditions explicit.
- Structure-Aware Evaluation with Emphasis on DLMs: DLM reports should include denoising-step efficiency, mask-schedule sensitivity, parallel decoding gain, early-exit quality, cache compatibility, and quality-latency-energy trade-offs.
- Structure-Aware Evaluation with Emphasis on DLMs: DiffusionGemma exhibits task- and granularity-dependent commitment order, large commit batches, remasking events, and entropy-based commitment behavior.
- Mobile edge evaluation must jointly measure capability, generation behavior, interaction, deployment, and safety rather than isolated accuracy.
- Benchmark reports should specify denoising steps, mask schedule, output and prompt lengths, batch size, cache strategy, quantization, runtime, accelerator, and power measurement.
- A five-layer framework covers backbone capability, generation dynamics, mobile interaction, edge deployment, and safety and reliability as a practical checklist.
- Lessons Learned: High benchmark scores do not establish deployability unless latency, memory, energy, communication, cache behavior, tool execution, and real-hardware measurements are reported.
8 Open Challenges and Future Directions
Open challenges concern making DLMs efficient, distributable, private, multimodal, and reliably evaluable on constrained mobile-edge systems. Future directions include selective refinement, adaptive partitioning, secure execution, real-device validation, and joint benchmarks.
- Iterative denoising can repeatedly access memory and offset parallelism, making denoising depth, token updates, mask schedules, caching, and hardware operators joint optimization targets.
- Long-Context State Management: Long-context agents face full-sequence refinement, repeated remasking, and multi-step updates, motivating stable-token identification and selective remasking.
- Distributed Collaboration: Distributed DLMs must assign denoising steps, token blocks, or expert modules across device, edge, and cloud according to bandwidth and channel conditions.
- Privacy, Security, and Trustworthy Edge DLM Agents: Noising and intermediate denoising states may obscure raw prompts, but token distributions, latent states, reasoning traces, and tool-call intentions can still leak sensitive information.
- Multimodal and Physical-World DLM Agents: Multimodal edge agents must support camera, speech, sensor, wireless, map, UI, and executable-action inputs while meeting latency, robustness, safety, closed-loop, and real-device requirements.
- Reproducible Benchmarking: Future benchmarks should jointly report denoising dynamics, remasking stability, parallel gain, cache behavior, energy, communication overhead, and closed-loop task success.
9 Conclusion
The conclusion presents DLMs as a complementary paradigm for mobile edge agents, offering controllable and latency-adaptive generation while retaining substantial deployment and evaluation challenges.
- DLMs provide parallel token refinement, adaptive denoising, constrained generation, and privacy-aware split execution as new control dimensions for mobile edge agents.
- The survey recommends complementing rather than replacing autoregressive LLMs because DLMs suit structured, constraint-aware, and latency-adaptive tasks but face unresolved deployment challenges.
Declarations
The authors report funding from the National Natural Science Foundation of China and declare no relevant competing interests.
- This work was supported by the National Natural Science Foundation of China under Grants 62571529 and U25A20388.
- The authors declare no competing interests relevant to the article's content.