LGNov 5, 2025

DecoHD: Decomposed Hyperdimensional Classification under Extreme Memory Budgets

arXiv:2511.03911v12 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses memory constraints for deploying HDC in resource-limited hardware, offering an incremental improvement over prior decomposition methods.

The paper tackles the problem of reducing memory usage in hyperdimensional computing (HDC) for classification tasks, introducing DecoHD, a decomposed HDC method that achieves extreme memory savings with only minor accuracy degradation, such as staying within 0.1-0.15% of a baseline on average and delivering up to 277x energy gains over a CPU.

Decomposition is a proven way to shrink deep networks without changing I/O. We bring this idea to hyperdimensional computing (HDC), where footprint cuts usually shrink the feature axis and erode concentration and robustness. Prior HDC decompositions decode via fixed atomic hypervectors, which are ill-suited for compressing learned class prototypes. We introduce DecoHD, which learns directly in a decomposed HDC parameterization: a small, shared set of per-layer channels with multiplicative binding across layers and bundling at the end, yielding a large representational space from compact factors. DecoHD compresses along the class axis via a lightweight bundling head while preserving native bind-bundle-score; training is end-to-end, and inference remains pure HDC, aligning with in/near-memory accelerators. In evaluation, DecoHD attains extreme memory savings with only minor accuracy degradation under tight deployment budgets. On average it stays within about 0.1-0.15% of a strong non-reduced HDC baseline (worst case 5.7%), is more robust to random bit-flip noise, reaches its accuracy plateau with up to ~97% fewer trainable parameters, and -- in hardware -- delivers roughly 277x/35x energy/speed gains over a CPU (AMD Ryzen 9 9950X), 13.5x/3.7x over a GPU (NVIDIA RTX 4090), and 2.0x/2.4x over a baseline HDC ASIC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes