paper-with-me

Papers

HDCC: A Hyperdimensional Computing compiler for classification on embedded systems and high-performance computing

2023-04-24 · Pere Vergés, Mike Heddes, Igor Nunes, Tony Givargis, Alexandru Nicolau

Hyperdimensional Computing (HDC) is a bio-inspired computing framework that has gained increasing attention, especially as a more efficient approach to machine learning (ML). This work introduces the \name{} compiler, the first open-source compiler that translates high-level descriptions of HDC classification methods into optimized C code. The code generated by the proposed compiler has three main features for embedded systems and High-Performance Computing: (1) it is self-contained and has no library or platform dependencies; (2) it supports multithreading and single instruction multiple data (SIMD) instructions using C intrinsics; (3) it is optimized for maximum performance and minimal memory usage. \name{} is designed like a modern compiler, featuring an intuitive and descriptive input language, an intermediate representation (IR), and a retargetable backend. This makes \name{} a valuable tool for research and applications exploring HDC for classification tasks on embedded systems and High-Performance Computing. To substantiate these claims, we conducted experiments with HDCC on several of the most popular datasets in the HDC literature. The experiments were run on four different machines, including different hyperparameter configurations, and the results were compared to a popular prototyping library built on PyTorch. The results show a training and inference speedup of up to 132x, averaging 25x across all datasets and machines. Regarding memory usage, using 10240-dimensional hypervectors, the average reduction was 5x, reaching up to 14x. When considering vectors of 64 dimensions, the average reduction was 85x, with a maximum of 158x less memory utilization.

📄 PDF Abstract BibTeX arXiv:2304.12398

Code (1)

adam-vandervorst/pybhv pytorch

Tasks

C++ codeDescriptive

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Compiler-Driven Approximation Tuning for Hyperdimensional Computing

2026-06-25 · Xavier Routh, Abdul Rafae Noor, Akash Kothari, Zheyu Li 외 arxiv

As Moore's law reaches its physical and economic limits, domain-specific approaches are increasingly employed to accelerate machine learning workloads. Hyperdimensional Computing (HDC) represents one such emerging paradi…

Brain-Inspired Hyperdimensional Computing: How Thermal-Friendly for Edge Computing?

2022-04-05 · Paul R. Genssler, Austin Vas, Hussam Amrouch

Brain-inspired hyperdimensional computing (HDC) is an emerging machine learning (ML) methods. It is based on large vectors of binary or bipolar symbols and a few simple mathematical operations. The promise of HDC is a hi…

CPUEdge-computing

An Extension to Basis-Hypervectors for Learning from Circular Data in Hyperdimensional Computing

2022-05-16 · Igor Nunes, Mike Heddes, Tony Givargis, Alexandru Nicolau

Hyperdimensional Computing (HDC) is a computation framework based on properties of high-dimensional random spaces. It is particularly useful for machine learning in resource-constrained environments, such as embedded sys…

BIG-bench Machine Learning

Real-time Hyper-Dimensional Reconfiguration at the Edge using Hardware Accelerators

2022-06-10 · Indhumathi Kandaswamy, Saurabh Farkya, Zachary Daniels, Gooitzen van der Wal 외

In this paper we present Hyper-Dimensional Reconfigurable Analytics at the Tactical Edge (HyDRATE) using low-SWaP embedded hardware that can perform real-time reconfiguration at the edge leveraging non-MAC (free of float…

Few-Shot LearningQuantization

In-memory hyperdimensional computing

2019-06-04 · Geethan Karunaratne, Manuel Le Gallo, Giovanni Cherubini, Luca Benini 외

Hyperdimensional computing (HDC) is an emerging computational framework that takes inspiration from attributes of neuronal circuits such as hyperdimensionality, fully distributed holographic representation, and (pseudo)r…

AttributeClassificationGeneral ClassificationGesture Recognition+3