Towards Vector Optimization on Low-Dimensional Vector Symbolic Architecture
Shijin Duan, Yejia Liu, Gaowen Liu, Ramana Rao Kompella, Shaolei Ren,, Xiaolin Xu

TL;DR
This paper explores low-dimensional vector optimization in Vector Symbolic Architecture, employing gradient-based methods, batch normalization, and knowledge distillation to improve accuracy and efficiency in machine learning applications.
Contribution
It introduces a novel LDC optimization approach for VSA that reduces vector dimensions by ~100 times while maintaining accuracy, highlighting the roles of BN and KD.
Findings
LDC significantly reduces vector dimensions with maintained accuracy
Batch normalization improves training stability without extra inference cost
Knowledge distillation enhances inference confidence
Abstract
Vector Symbolic Architecture (VSA) is emerging in machine learning due to its efficiency, but they are hindered by issues of hyperdimensionality and accuracy. As a promising mitigation, the Low-Dimensional Computing (LDC) method significantly reduces the vector dimension by ~100 times while maintaining accuracy, by employing a gradient-based optimization. Despite its potential, LDC optimization for VSA is still underexplored. Our investigation into vector updates underscores the importance of stable, adaptive dynamics in LDC training. We also reveal the overlooked yet critical roles of batch normalization (BN) and knowledge distillation (KD) in standard approaches. Besides the accuracy boost, BN does not add computational overhead during inference, and KD significantly enhances inference confidence. Through extensive experiments and ablation studies across multiple benchmarks, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEmbedded Systems Design Techniques · Metaheuristic Optimization Algorithms Research · Neural Networks and Applications
MethodsKnowledge Distillation · Batch Normalization
