SmartRAG Brings Graph-Based AI Assistants to Mobile Devices

Zhihan Jiang, Meng Li, Shenghao Liu, Keran Li, Ruiben Zhou, Xianjun Deng, Shuai Wang, Haipeng Dai· July 17, 2026 View original

Summary

SmartRAG is an on-device framework for mobile AI assistants that combines a continually learning named-entity recognizer and a provenance-preserving knowledge graph. It achieves multi-hop reasoning competitive with much larger models while running entirely on smartphones, addressing privacy, latency, and offline availability needs.

Deploying powerful large language models (LLMs) as personal assistants directly on mobile devices presents a significant challenge. The need for privacy, low latency, and offline functionality clashes with the high computational demands of large models and the limited hardware resources of edge devices. Traditional model compression alone cannot fully resolve this tension. Researchers introduce SmartRAG, a novel, fully on-device framework that tackles this by decomposing mobile intelligence into four coordinated modules: Perception, Memory, Focus, and Thinking. A key component is EvoNER, a named-entity recognizer that continuously learns and expands its label inventory through teacher-distilled updates, allowing the system to absorb new entity types without retraining the core LLM. Extracted knowledge is stored in MRGraph, a three-layer knowledge graph that preserves provenance. This knowledge is retrieved via a hybrid pipeline combining graph traversal, lexical matching, and semantic search. The on-device LLM is strategically invoked only for high-value tasks like labeling, planning, and answer synthesis, keeping inference costs manageable. SmartRAG, using a quantized 1.7B-parameter LLM, demonstrates multi-hop reasoning performance comparable to models 18 times larger, all while operating efficiently on standard smartphones.

Why it matters

This breakthrough enables the deployment of sophisticated, privacy-preserving AI assistants directly on mobile devices, opening new possibilities for personalized, low-latency, and offline intelligent applications without relying on cloud infrastructure.

How to implement this in your domain

  1. 1Evaluate on-device AI: Investigate the feasibility of deploying SmartRAG-like architectures for privacy-sensitive or latency-critical mobile applications.
  2. 2Prioritize knowledge graphs: Consider integrating knowledge graphs for efficient, structured information retrieval in edge AI solutions.
  3. 3Implement incremental learning: Explore techniques like teacher-distilled updates for named-entity recognition to enable continuous, on-device model improvement.
  4. 4Optimize LLM usage: Design mobile AI systems to invoke LLMs only for high-value semantic operations to manage computational costs effectively.

Who benefits

Mobile TechnologyConsumer ElectronicsHealthcareRetailAutomotive

Key takeaways

  • SmartRAG enables powerful, privacy-preserving AI assistants to run entirely on mobile devices.
  • It uses a modular architecture with a continually learning named-entity recognizer and a knowledge graph.
  • The framework achieves multi-hop reasoning performance comparable to much larger cloud-based models.
  • It addresses key challenges of privacy, low latency, and offline availability for edge AI.

Original post by Zhihan Jiang, Meng Li, Shenghao Liu, Keran Li, Ruiben Zhou, Xianjun Deng, Shuai Wang, Haipeng Dai

"arXiv:2607.14661v1 Announce Type: new Abstract: Deploying large language models (LLMs) as personal assistants on mobile devices demands privacy, low latency, and offline availability, yet the computational cost of giant models clashes with strict edge-hardware budgets. We argue t…"

View on X

Originally posted by Zhihan Jiang, Meng Li, Shenghao Liu, Keran Li, Ruiben Zhou, Xianjun Deng, Shuai Wang, Haipeng Dai on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses