paper-with-me

홈 › Papers

MetaLDC: Meta Learning of Low-Dimensional Computing Classifiers for Fast On-Device Adaption

2023-02-23 · Yejia Liu, Shijin Duan, Xiaolin Xu, Shaolei Ren

Fast model updates for unseen tasks on intelligent edge devices are crucial but also challenging due to the limited computational power. In this paper,we propose MetaLDC, which meta-trains braininspired ultra-efficient low-dimensional computing classifiers to enable fast adaptation on tiny devices with minimal computational costs. Concretely, during the meta-training stage, MetaLDC meta trains a representation offline by explicitly taking into account that the final (binary) class layer will be fine-tuned for fast adaptation for unseen tasks on tiny devices; during the meta-testing stage, MetaLDC uses closed-form gradients of the loss function to enable fast adaptation of the class layer. Unlike traditional neural networks, MetaLDC is designed based on the emerging LDC framework to enable ultra-efficient on-device inference. Our experiments have demonstrated that compared to SOTA baselines, MetaLDC achieves higher accuracy, robustness against random bit errors, as well as cost-efficient hardware computation.

📄 PDF Abstract BibTeX arXiv:2302.12347

Code (2)

codelion/adaptive-classifier pytorch
sjduan/LeHDC pytorch

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Reservoir computing approaches for representation and classification of multivariate time series

2018-03-21 · Filippo Maria Bianchi, Simone Scardapane, Sigurd Løkse, Robert Jenssen

Classification of multivariate time series (MTS) has been tackled with a large variety of methodologies and applied to a wide range of scenarios. Reservoir Computing (RC) provides efficient tools to generate a vectorial,…

Dimensionality ReductionGeneral ClassificationTime SeriesTime Series Analysis

HEAL: Brain-inspired Hyperdimensional Efficient Active Learning

2024-02-17 · Yang Ni, Zhuowen Zou, Wenjun Huang, Hanning Chen 외

Drawing inspiration from the outstanding learning capability of our human brains, Hyperdimensional Computing (HDC) emerges as a novel computing paradigm, and it leverages high-dimensional vector presentation and operatio…

Active LearningDiversity

HyperEmbed: Tradeoffs Between Resources and Performance in NLP Tasks with Hyperdimensional Computing enabled Embedding of n-gram Statistics

2020-03-03 · Pedro Alonso, Kumar Shridhar, Denis Kleyko, Evgeny Osipov 외

Recent advances in Deep Learning have led to a significant performance increase on several NLP tasks, however, the models become more and more computationally demanding. Therefore, this paper tackles the domain of comput…

EnHDC: Ensemble Learning for Brain-Inspired Hyperdimensional Computing

2022-03-25 · Ruixuan Wang, Dongning Ma, Xun Jiao

Ensemble learning is a classical learning method utilizing a group of weak learners to form a strong learner, which aims to increase the accuracy of the model. Recently, brain-inspired hyperdimensional computing (HDC) be…

Activity RecognitionEnsemble LearningHuman Activity Recognition

Adversarial Attacks on Brain-Inspired Hyperdimensional Computing-Based Classifiers

2020-06-10 · Fangfang Yang, Shaolei Ren

Being an emerging class of in-memory computing architecture, brain-inspired hyperdimensional computing (HDC) mimics brain cognition and leverages random hypervectors (i.e., vectors with a dimensionality of thousands or e…

General Classification