paper-with-me

Papers

Merging and Evolution: Improving Convolutional Neural Networks for Mobile Applications

2018-03-24 · Zheng Qin, Zhaoning Zhang, Shiqing Zhang, Hao Yu, Yuxing Peng

Compact neural networks are inclined to exploit "sparsely-connected" convolutions such as depthwise convolution and group convolution for employment in mobile applications. Compared with standard "fully-connected" convolutions, these convolutions are more computationally economical. However, "sparsely-connected" convolutions block the inter-group information exchange, which induces severe performance degradation. To address this issue, we present two novel operations named merging and evolution to leverage the inter-group information. Our key idea is encoding the inter-group information with a narrow feature map, then combining the generated features with the original network for better representation. Taking advantage of the proposed operations, we then introduce the Merging-and-Evolution (ME) module, an architectural unit specifically designed for compact networks. Finally, we propose a family of compact neural networks called MENet based on ME modules. Extensive experiments on ILSVRC 2012 dataset and PASCAL VOC 2007 dataset demonstrate that MENet consistently outperforms other state-of-the-art compact networks under different computational budgets. For instance, under the computational budget of 140 MFLOPs, MENet surpasses ShuffleNet by 1% and MobileNet by 1.95% on ILSVRC 2012 top-1 accuracy, while by 2.3% and 4.1% on PASCAL VOC 2007 mAP, respectively.

📄 PDF Abstract BibTeX arXiv:1803.09127

Code (2)

clavichord93/MENet 공식 구현 pytorch
osmr/imgclsmob mxnet

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
MobileNetV1 MobileNet is a type of convolutional neural network designed for mobile and embedded vision applications. They are based on a streamlined architecture that uses depthwise…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Residual Connection 설명 없음
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Survey on Deep Neural Networks in Speech and Vision Systems

2019-08-16 · Mahbubul Alam, Manar D. Samad, Lasitha Vidyaratne, Alexander Glandon 외

This survey presents a review of state-of-the-art deep neural network architectures, algorithms, and systems in vision and speech applications. Recent advances in deep artificial neural network algorithms and architectur…

Cloud ComputingSurvey

Efficient CNN-based Super Resolution Algorithms for mmWave Mobile Radar Imaging

2023-05-03 · Christos Vasileiou, Josiah W. Smith, Shiva Thiagarajan, Matthew Nigh 외

In this paper, we introduce an innovative super resolution approach to emerging modes of near-field synthetic aperture radar (SAR) imaging. Recent research extends convolutional neural network (CNN) architectures from th…

Image Super-ResolutionSuper-Resolution

Resource-efficient Generative Mobile Edge Networks in 6G Era: Fundamentals, Framework and Case Study

2023-12-19 · Bingkun Lai, Jinbo Wen, Jiawen Kang, Hongyang Du 외

As the next-generation wireless communication system, Sixth-Generation (6G) technologies are emerging, enabling various mobile edge networks that can revolutionize wireless communication and connectivity. By integrating …

A Revolution of Personalized Healthcare: Enabling Human Digital Twin with Mobile AIGC

2023-07-22 · Jiayuan Chen, Changyan Yi, Hongyang Du, Dusit Niyato 외

Mobile Artificial Intelligence-Generated Content (AIGC) technology refers to the adoption of AI algorithms deployed at mobile edge networks to automate the information creation process while fulfilling the requirements o…

Towards Evolutional Compression

2017-07-25 · Yunhe Wang, Chang Xu, Jiayan Qiu, Chao Xu 외

Compressing convolutional neural networks (CNNs) is essential for transferring the success of CNNs to a wide variety of applications to mobile devices. In contrast to directly recognizing subtle weights or filters as red…