Papers for

data storage teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Semantic communication improves storage use with reusable knowledge bases

Storage-Scalable Progressive Semantic Communication via Knowledge-Base Reuse

Abstract: Existing knowledge-base-assisted semantic communication schemes commonly adopt either single knowledge-base quantization (SKBQ) or multi-knowledge-base residual quantization (MKBQ). SKBQ incurs limited storage overhead but has restricted quantization capacity, whereas MKBQ supports progressive refinement by assigning an independent knowledge base (KB) to each stage, causing the KB storage to grow linearly with the transmission depth. To address this problem, we propose storage-scalable knowledge-base reuse quantization (SSKBQ), which reuses a compact set of KBs across multiple residual refinement stages and thereby decouples the number of transmission stages from the number of maintained KBs. A stage-aware residual supervision mechanism is further introduced to regularize intermediate quantized representations and encourage progressive refinement. Experimental results demonstrate that KB reuse provides an effective solution to the storage scalability problem while maintaining competitive progressive reconstruction performance.

Wed 9 SeptMachine LearningNetworking and Internet Architecture
The gist
Sending information in a way that focuses on meaning, called semantic communication, can use special sets of knowledge called knowledge bases (KBs). Usually, systems either use one KB but with limited detail or multiple KBs which use a lot of storage. The authors propose a method that reuses a small set of KBs across several stages of refining communication, so storage needs don’t grow as more stages are added. They also add a technique to guide these stages to improve the quality of the information step by step. Their tests show this approach keeps good performance while using less storage space.
Open 2609.10112v1