Adaptive Compression Boosts Edge RAG Performance and Efficiency

Zlatan Feric, Amir Taherin, Yanzhi Wang, David Kaeli· August 21, 2026 View original

Key takeaways

  • Adaptive context compression significantly improves RAG efficiency on edge devices.
  • Dynamic management of compression rates reduces GPU and SoC energy consumption.
  • Optimal compression can cut energy use by nearly 50% with minimal quality loss.
  • Telemetry-informed policies are crucial for balancing performance, energy, and quality.

Who benefits

IoTAutomotiveRoboticsTelecommunicationsManufacturing

Summary

This paper proposes telemetry-informed adaptive context compression for Retrieval-Augmented Generation (RAG) on edge devices, dynamically managing compression rates. This approach significantly reduces GPU and SoC energy consumption and latency with minimal quality loss, optimizing RAG performance in resource-constrained environments.

Retrieval-Augmented Generation (RAG) systems enhance language model responses by incorporating external information, but this comes with a cost: longer prompts increase computational overhead on edge devices, impacting latency and energy consumption. While context compression can mitigate this by pruning retrieved text, current methods often use fixed compression rates, ignoring dynamic workload variations and the live state of the edge device. Researchers introduce a vision for telemetry-informed adaptive compression for edge-based RAG. This approach dynamically adjusts the compression rate at runtime, guided by workload features and real-time edge device telemetry. Experiments on an NVIDIA Jetson AGX Thor, using Llama and Qwen generators with LLMLingua-2 compression, demonstrated the benefits. The findings show that generation is the dominant factor in RAG's energy and latency budget for larger models. Crucially, intermediate compression rates were found to be optimal, reducing GPU energy by up to 53.2% and SoC energy by up to 48.2% with negligible impact on quality. Overly aggressive compression can degrade quality, while mild compression misses efficiency opportunities. This research advocates for runtime policies that intelligently manage compression to optimize RAG performance on edge devices.

Why it matters

For professionals deploying AI models on edge devices, this research provides a critical strategy to optimize RAG performance, reduce energy consumption, and manage latency, making advanced AI applications more feasible in resource-constrained environments.

How to implement this in your domain

  1. 1Integrate real-time telemetry collection from edge devices to monitor resource utilization during RAG inference.
  2. 2Develop or adopt dynamic context compression algorithms that can adjust compression rates based on telemetry data.
  3. 3Benchmark different compression strategies and their impact on model quality and energy efficiency for specific edge RAG workloads.
  4. 4Implement runtime policies that automatically adapt compression levels to optimize for latency, energy, or quality targets.

Original post by Zlatan Feric, Amir Taherin, Yanzhi Wang, David Kaeli

"arXiv:2608.19535v1 Announce Type: new Abstract: Retrieval-augmented generation (RAG) improves language-model responses by grounding generation in external passages, which comes with overhead: retrieved context lengthens the prompt, increasing prefill work, KV-cache footprint, mem…"

View on X

Originally posted by Zlatan Feric, Amir Taherin, Yanzhi Wang, David Kaeli on X · view source

Want to go deeper?

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

Explore courses