paper-with-me

홈 › Papers

Once-for-All Channel Mixers (HYPERTINYPW): Generative Compression for TinyML

2026-03-26 · Yassien Shaalan arxiv

Deploying neural networks on microcontrollers is constrained by kilobytes of flash and SRAM, where 1x1 pointwise (PW) mixers often dominate memory even after INT8 quantization across vision, audio, and wearable sensing. We present HYPER-TINYPW, a compression-as-generation approach that replaces most stored PW weights with generated weights: a shared micro-MLP synthesizes PW kernels once at load time from tiny per-layer codes, caches them, and executes them with standard integer operators. This preserves commodity MCU runtimes and adds only a one-off synthesis cost; steady-state latency and energy match INT8 separable CNN baselines. Enforcing a shared latent basis across layers removes cross-layer redundancy, while keeping PW1 in INT8 stabilizes early, morphology-sensitive mixing. We contribute (i) TinyML-faithful packed-byte accounting covering generator, heads/factorization, codes, kept PW1, and backbone; (ii) a unified evaluation with validation-tuned t* and bootstrap confidence intervals; and (iii) a deployability analysis covering integer-only inference and boot versus lazy synthesis. On three ECG benchmarks (Apnea-ECG, PTB-XL, MIT-BIH), HYPER-TINYPW shifts the macro-F1 versus flash Pareto frontier: at about 225 kB it matches a roughly 1.4 MB CNN while being 6.31x smaller (84.15% fewer bytes), retaining at least 95% of large-model macro-F1. Under 32-64 kB budgets it sustains balanced detection where compact baselines degrade. The mechanism applies broadly to other 1D biosignals, on-device speech, and embedded sensing tasks where per-layer redundancy dominates, indicating a wider role for compression-as-generation in resource-constrained ML systems. Beyond ECG, HYPER-TINYPW transfers to TinyML audio: on Speech Commands it reaches 96.2% test accuracy (98.2% best validation), supporting broader applicability to embedded sensing workloads where repeated linear mixers dominate memory.

📄 PDF Abstract BibTeX arXiv:2603.24916

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GroupedMixer: An Entropy Model with Group-wise Token-Mixers for Learned Image Compression

2024-05-02 · Daxin Li, Yuanchao Bai, Kai Wang, Junjun Jiang 외

Transformer-based entropy models have gained prominence in recent years due to their superior ability to capture long-range dependencies in probability distribution estimation compared to convolution-based methods. Howev…

Image Compression

Generative Compression

2017-03-04 · Shibani Santurkar, David Budden, Nir Shavit

Traditional image and video compression algorithms rely on hand-crafted encoder/decoder pairs (codecs) that lack adaptability and are agnostic to the data being compressed. Here we describe the concept of generative comp…

DecoderVideo Compression

Shaken or Stirred? An Analysis of MetaFormer's Token Mixing for Medical Imaging

2025-10-07 · Ron Keuth, Paul Kaftan, Mattias P. Heinrich arxiv

The generalization of the Transformer architecture via MetaFormer has reshaped our understanding of its success in computer vision. By replacing self-attention with simpler token mixers, MetaFormer provides strong baseli…

Semantic SegmentationImage Classification

MTS-UNMixers: Multivariate Time Series Forecasting via Channel-Time Dual Unmixing

2024-11-26 · Xuanbing Zhu, Dunbin Shen, Zhongwen Rao, Huiyi Ma 외

Multivariate time series data provide a robust framework for future predictions by leveraging information across multiple dimensions, ensuring broad applicability in practical scenarios. However, their high dimensionalit…

MambaMultivariate Time Series ForecastingTime SeriesTime Series Forecasting

Hydra: Bidirectional State Space Models Through Generalized Matrix Mixers

2024-07-13 · Sukjun Hwang, Aakash Lahoti, Tri Dao, Albert Gu

A wide array of sequence models are built on a framework modeled after Transformers, comprising alternating sequence mixer and channel mixer layers. This paper studies a unifying matrix mixer view of sequence mixers that…

MambaState Space Models