paper-with-me

홈 › Papers

Improving the Energy Efficiency and Robustness of tinyML Computer Vision using Log-Gradient Input Images

2022-03-04 · Qianyun Lu, Boris Murmann

This paper studies the merits of applying log-gradient input images to convolutional neural networks (CNNs) for tinyML computer vision (CV). We show that log gradients enable: (i) aggressive 1.5-bit quantization of first-layer inputs, (ii) potential CNN resource reductions, and (iii) inherent robustness to illumination changes (1.7% accuracy loss across 1/32...8 brightness variation vs. up to 10% for JPEG). We establish these results using the PASCAL RAW image data set and through a combination of experiments using neural architecture search and a fixed three-layer network. The latter reveal that training on log-gradient images leads to higher filter similarity, making the CNN more prunable. The combined benefits of aggressive first-layer quantization, CNN resource reductions, and operation without tight exposure control and image signal processing (ISP) are helpful for pushing tinyML CV toward its ultimate efficiency limits.

📄 PDF Abstract BibTeX arXiv:2203.02571

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchQuantization

Similar Papers 제목 키워드 기반

On The Dynamic Ensemble Selection for TinyML-based Systems -- a Preliminary Study

2025-09-22 · Tobiasz Puslecki, Krzysztof Walkowiak arxiv

The recent progress in TinyML technologies triggers the need to address the challenge of balancing inference time and classification quality. TinyML systems are defined by specific constraints in computation, memory and …

TinyMetaFed: Efficient Federated Meta-Learning for TinyML

2023-07-13 · Haoyu Ren, Xue Li, Darko Anicic, Thomas A. Runkler

The field of Tiny Machine Learning (TinyML) has made substantial advancements in democratizing machine learning on low-footprint devices, such as microcontrollers. The prevalence of these miniature devices raises the que…

Computational EfficiencyFew-Shot LearningMeta-Learning

Energy-Aware FPGA Implementation of Spiking Neural Network with LIF Neurons

2024-11-03 · Asmer Hamid Ali, Mozhgan Navardi, Tinoosh Mohsenin

Tiny Machine Learning (TinyML) has become a growing field in on-device processing for Internet of Things (IoT) applications, capitalizing on AI algorithms that are optimized for their low complexity and energy efficiency…

Collision Avoidance

Designing Object Detection Models for TinyML: Foundations, Comparative Analysis, Challenges, and Emerging Solutions

2025-08-11 · Christophe EL Zeinaty, Wassim Hamidouche, Glenn Herrou, Daniel Menard arxiv

Object detection (OD) has become vital for numerous computer vision applications, but deploying it on resource-constrained IoT devices presents a significant challenge. These devices, often powered by energy-efficient mi…

Neural Architecture SearchKnowledge DistillationObject Detection

Fast Data Aware Neural Architecture Search via Supernet Accelerated Evaluation

2025-02-18 · Emil Njor, Colby Banbury, Xenofon Fafoutis

Tiny machine learning (TinyML) promises to revolutionize fields such as healthcare, environmental monitoring, and industrial maintenance by running machine learning models on low-power embedded systems. However, the comp…

AutoMLNeural Architecture Search