ReFreeKV: Adaptive KV Cache Compression Technique
Key point
ReFreeKV, a threshold-free KV Cache compression technique that automatically adjusts the compression budget based on input data, is proposed.
Details
Existing KV Cache Pruning techniques had the limitation of requiring predefined thresholds based on input domain or length for optimal performance. This caused performance degradation when the nature of the input data varied.
The newly proposed ReFreeKV removes this constraint and adopts a 'Threshold-free' approach that adaptively allocates the budget according to the input. This allows it to efficiently reduce memory usage while maintaining performance similar to using the full cache.
Key Features and Results:
- Adaptive Budget Allocation: Determines the optimal compression ratio on its own, regardless of the input's complexity and length.
- Extensive Validation: Demonstrated effectiveness across 13 diverse datasets, independent of context length, task type, and model size.
- Efficiency: Minimizes degradation in the model's inference performance while reducing memory consumption.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.