vix.ing · top · new · best · stats

LiCo-Net: Linearized Convolution Network for Hardware-efficient Keyword Spotting

2022/11/09 by Haichuan Yang, Zhaojun Yang, Yang, Haichuan +23 · 2 citations
Computer Science · Engineering · #Artificial Intelligence (cs.AI) #Audio and Speech Processing (eess.AS) #FOS: Computer and information sciences #FOS: Electrical engineering #Machine Learning (cs.LG) #cs.AI #cs.LG #eess.AS #electronic engineering #information engineering

paper · pdf · doi:10.48550/arxiv.2211.04635

arxiv created 2022/11/09 · arxiv updated 2022/11/10

Abstract

This paper proposes a hardware-efficient architecture, Linearized Convolution Network (LiCo-Net) for keyword spotting. It is optimized specifically for low-power processor units like microcontrollers. ML operators exhibit heterogeneous efficiency profiles on power-efficient hardware. Given the exact theoretical computation cost, int8 operators are more computation-effective than float operators, and linear layers are often more efficient than other layers. The proposed LiCo-Net is a dual-phase system that uses the efficient int8 linear operators at the inference phase and applies streaming convolutions at the training phase to maintain a high model capacity. The experimental results show that LiCo-Net outperforms single-value decomposition filter (SVDF) on hardware efficiency with on-par detection performance. Compared to SVDF, LiCo-Net reduces cycles by 40% on HiFi4 DSP.

Cited by

Related