Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
80 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
7 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Joint Channel and Weight Pruning for Model Acceleration on Moblie Devices (2110.08013v2)

Published 15 Oct 2021 in cs.CV

Abstract: For practical deep neural network design on mobile devices, it is essential to consider the constraints incurred by the computational resources and the inference latency in various applications. Among deep network acceleration related approaches, pruning is a widely adopted practice to balance the computational resource consumption and the accuracy, where unimportant connections can be removed either channel-wisely or randomly with a minimal impact on model accuracy. The channel pruning instantly results in a significant latency reduction, while the random weight pruning is more flexible to balance the latency and accuracy. In this paper, we present a unified framework with Joint Channel pruning and Weight pruning (JCW), and achieves a better Pareto-frontier between the latency and accuracy than previous model compression approaches. To fully optimize the trade-off between the latency and accuracy, we develop a tailored multi-objective evolutionary algorithm in the JCW framework, which enables one single search to obtain the optimal candidate architectures for various deployment requirements. Extensive experiments demonstrate that the JCW achieves a better trade-off between the latency and accuracy against various state-of-the-art pruning methods on the ImageNet classification dataset. Our codes are available at https://github.com/jcw-anonymous/JCW.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (7)
  1. Tianli Zhao (5 papers)
  2. Xi Sheryl Zhang (12 papers)
  3. Wentao Zhu (73 papers)
  4. Jiaxing Wang (16 papers)
  5. Sen Yang (191 papers)
  6. Ji Liu (285 papers)
  7. Jian Cheng (127 papers)
Citations (2)
Github Logo Streamline Icon: https://streamlinehq.com

GitHub