paper-with-me

홈 › Papers

Implicit Feature Decoupling with Depthwise Quantization

2022-03-15 · CVPR 2022 1 · Iordanis Fostiropoulos, Barry Boehm

Quantization has been applied to multiple domains in Deep Neural Networks (DNNs). We propose Depthwise Quantization (DQ) where $\textit{quantization}$ is applied to a decomposed sub-tensor along the $\textit{feature axis}$ of weak statistical dependence. The feature decomposition leads to an exponential increase in $\textit{representation capacity}$ with a linear increase in memory and parameter cost. In addition, DQ can be directly applied to existing encoder-decoder frameworks without modification of the DNN architecture. We use DQ in the context of Hierarchical Auto-Encoder and train end-to-end on an image feature representation. We provide an analysis on cross-correlation between spatial and channel features and we propose a decomposition of the image feature representation along the channel axis. The improved performance of the depthwise operator is due to the increased representation capacity from implicit feature decoupling. We evaluate DQ on the likelihood estimation task, where it outperforms the previous state-of-the-art on CIFAR-10, ImageNet-32 and ImageNet-64. We progressively train with increasing image size a single hierarchical model that uses 69% less parameters and has a faster convergence than the previous works.

📄 PDF Abstract BibTeX arXiv:2203.08080

Code (1)

fostiropoulos/depthwise-quantization 공식 구현 pytorch

Tasks

DecoderQuantization

Similar Papers 제목 키워드 기반

Network Decoupling: From Regular to Depthwise Separable Convolutions

2018-08-16 · Jianbo Guo, Yuxi Li, Weiyao Lin, Yurong Chen 외

Depthwise separable convolution has shown great efficiency in network design, but requires time-consuming training procedure with full training-set available. This paper first analyzes the mathematical relationship betwe…

object-detectionObject Detection

PROM: Prioritize Reduction of Multiplications Over Lower Bit-Widths for Efficient CNNs

2025-05-06 · Lukas Meiner, Jens Mehnert, Alexandru Paul Condurache

Convolutional neural networks (CNNs) are crucial for computer vision tasks on resource-constrained devices. Quantization effectively compresses these models, reducing storage size and energy cost. However, in modern dept…

Quantization

DQ-Data2vec: Decoupling Quantization for Multilingual Speech Recognition

2025-01-23 · Qijie Shao, Linhao Dong, Kun Wei, Sining Sun 외

Data2vec is a self-supervised learning (SSL) approach that employs a teacher-student architecture for contextual representation learning via masked prediction, demonstrating remarkable performance in monolingual ASR. Pre…

QuantizationRepresentation LearningSelf-Supervised Learningspeech-recognition+1

High-Throughput Blind Co-Channel Interference Cancellation for Edge Devices Using Depthwise Separable Convolutions, Quantization, and Pruning

2024-11-19 · Mostafa Naseri, Eli de Poorter, Ingrid Moerman, H. Vincent Poor 외

Co-channel interference cancellation (CCI) is the process used to reduce interference from other signals using the same frequency channel, thereby enhancing the performance of wireless communication systems. An improveme…

blind source separationComputational EfficiencyQuantization

Do All MobileNets Quantize Poorly? Gaining Insights into the Effect of Quantization on Depthwise Separable Convolutional Networks Through the Eyes of Multi-scale Distributional Dynamics

2021-04-24 · Stone Yun, Alexander Wong

As the "Mobile AI" revolution continues to grow, so does the need to understand the behaviour of edge-deployed deep neural networks. In particular, MobileNets are the go-to family of deep convolutional neural networks (C…

AllQuantization