English

StreamingRAG: Real-time Contextual Retrieval and Generation Framework

Computer Vision and Pattern Recognition 2025-01-27 v1

Abstract

Extracting real-time insights from multi-modal data streams from various domains such as healthcare, intelligent transportation, and satellite remote sensing remains a challenge. High computational demands and limited knowledge scope restrict the applicability of Multi-Modal Large Language Models (MM-LLMs) on these data streams. Traditional Retrieval-Augmented Generation (RAG) systems address knowledge limitations of these models, but suffer from slow preprocessing, making them unsuitable for real-time analysis. We propose StreamingRAG, a novel RAG framework designed for streaming data. StreamingRAG constructs evolving knowledge graphs capturing scene-object-entity relationships in real-time. The knowledge graph achieves temporal-aware scene representations using MM-LLMs and enables timely responses for specific events or user queries. StreamingRAG addresses limitations in existing methods, achieving significant improvements in real-time analysis (5-6x faster throughput), contextual accuracy (through a temporal knowledge graph), and reduced resource consumption (using lightweight models by 2-3x).

Keywords

Cite

@article{arxiv.2501.14101,
  title  = {StreamingRAG: Real-time Contextual Retrieval and Generation Framework},
  author = {Murugan Sankaradas and Ravi K. Rajendran and Srimat T. Chakradhar},
  journal= {arXiv preprint arXiv:2501.14101},
  year   = {2025}
}

Comments

Accepted and Presented at AI4Sys, HPDC 2024

R2 v1 2026-06-28T21:15:31.406Z