中文
相关论文

相关论文: RANP: Resource Aware Neuron Pruning at Initializat…

200 篇论文

A well-trained Convolutional Neural Network can easily be pruned without significant loss of performance. This is because of unnecessary overlap in the features captured by the network's filters. Innovations in network architecture such as…

计算机视觉与模式识别 · 计算机科学 2019-02-26 Aaditya Prakash , James Storer , Dinei Florencio , Cha Zhang

Structural pruning has become an integral part of neural network optimization, used to achieve architectural configurations which can be deployed and run more efficiently on embedded devices. Previous results showed that pruning is possible…

机器学习 · 计算机科学 2023-12-11 Bogdan Musat , Razvan Andonie

As we push the boundaries of performance in various vision tasks, the models grow in size correspondingly. To keep up with this growth, we need very aggressive pruning techniques for efficient inference and deployment on edge devices.…

计算机视觉与模式识别 · 计算机科学 2024-06-19 Xinglong Sun , Barath Lakshmanan , Maying Shen , Shiyi Lan , Jingde Chen , Jose Alvarez

Neural networks achieve state-of-the-art performance in image classification, speech recognition, scientific analysis and many more application areas. Due to the high computational complexity and memory footprint of neural networks, various…

硬件体系结构 · 计算机科学 2025-04-21 Benjamin Ramhorst , Vladimir Loncar , George A. Constantinides

Channel pruning is a powerful technique to reduce the computational overhead of deep neural networks, enabling efficient deployment on resource-constrained devices. However, existing pruning methods often rely on local heuristics or…

人工智能 · 计算机科学 2025-06-16 Zifan Liu , Yuan Cao , Yanwei Yu , Heng Qi , Jie Gui

DNN pruning reduces memory footprint and computational work of DNN-based solutions to improve performance and energy-efficiency. An effective pruning scheme should be able to systematically remove connections and/or neurons that are…

机器学习 · 计算机科学 2019-06-07 Marc Riera , Jose-Maria Arnau , Antonio Gonzalez

Channel pruning is one of the predominant approaches for accelerating deep neural networks. Most existing pruning methods either train from scratch with a sparsity inducing term such as group lasso, or prune redundant channels in a…

机器学习 · 计算机科学 2020-05-25 Ashish Khetan , Zohar Karnin

How much can pruning algorithms teach us about the fundamentals of learning representations in neural networks? And how much can these fundamentals help while devising new pruning techniques? A lot, it turns out. Neural network pruning has…

神经与进化计算 · 计算机科学 2017-11-28 Aditya Sharma , Nikolas Wolfe , Bhiksha Raj

Convolutional neural network (CNN) is widely used in computer vision applications. In the networks that deal with images, CNNs are the most time-consuming layer of the networks. Usually, the solution to address the computation cost is to…

计算机视觉与模式识别 · 计算机科学 2019-11-26 Meisam Rakhshanfar

Convolutional Neural Networks (CNN) are widely used in many computer vision tasks. Yet, their increasing size and complexity pose significant challenges for efficient deployment on resource-constrained platforms. Hence, network pruning has…

计算机视觉与模式识别 · 计算机科学 2025-07-30 Maxim Henry , Adrien Deliège , Anthony Cioppa , Marc Van Droogenbroeck

Pruning neural networks, i.e., removing some of their parameters whilst retaining their accuracy, is one of the main ways to reduce the latency of a machine learning pipeline, especially in resource- and/or bandwidth-constrained scenarios.…

机器学习 · 计算机科学 2025-03-28 Carla Fabiana Chiasserini , Francesco Malandrino , Nuria Molner , Zhiqiang Zhao

Deep neural networks (DNNs) are nowadays witnessing a major success in solving many pattern recognition tasks including skeleton-based classification. The deployment of DNNs on edge-devices, endowed with limited time and memory resources,…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Hichem Sahbi

Channel (or 3D filter) pruning serves as an effective way to accelerate the inference of neural networks. There has been a flurry of algorithms that try to solve this practical problem, each being claimed effective in some ways. Yet, a…

计算机视觉与模式识别 · 计算机科学 2022-05-12 Yawei Li , Kamil Adamczewski , Wen Li , Shuhang Gu , Radu Timofte , Luc Van Gool

Neural Radiance Fields (NeRF) have become a popular 3D reconstruction approach in recent years. While they produce high-quality results, they also demand lengthy training times, often spanning days. This paper studies neural pruning as a…

计算机视觉与模式识别 · 计算机科学 2025-04-09 Tianqi Ding , Dawei Xiang , Pablo Rivas , Liang Dong

Convolutional neural networks have shown tremendous performance capabilities in computer vision tasks, but their excessive amounts of weight storage and arithmetic operations prevent them from being adopted in embedded environments. One of…

神经与进化计算 · 计算机科学 2020-09-08 Hyeong-Ju Kang

The leap in performance in state-of-the-art computer vision methods is attributed to the development of deep neural networks. However it often comes at a computational price which may hinder their deployment. To alleviate this limitation,…

计算机视觉与模式识别 · 计算机科学 2022-07-12 Edouard Yvinec , Arnaud Dapogny , Matthieu Cord , Kevin Bailly

The remarkable performance of modern deep neural networks (DNNs) is largely driven by their massive scale, often comprising tens to hundreds of millions-or even billions-of parameters. However, such a scale incurs substantial storage and…

机器学习 · 计算机科学 2026-05-01 Mingyuan Wang , Yangzi Guo , Sida Liu , Yuhang Liu

Spiking Neural Networks (SNNs) have gained significant attention due to the energy-efficient and multiplication-free characteristics. Despite these advantages, deploying large-scale SNNs on edge hardware is challenging due to limited…

神经与进化计算 · 计算机科学 2024-11-22 Shuo Chen , Boxiao Liu , Zeshi Liu , Haihang You

Deep Neural Networks (DNNs) on hardware is facing excessive computation cost due to the massive number of parameters. A typical training pipeline to mitigate over-parameterization is to pre-define a DNN structure first with redundant…

神经与进化计算 · 计算机科学 2019-12-19 Xiaocong Du , Zheng Li , Yufei Ma , Yu Cao

Filter pruning has gained widespread adoption for the purpose of compressing and speeding up convolutional neural networks (CNNs). However, existing approaches are still far from practical applications due to biased filter selection and…

计算机视觉与模式识别 · 计算机科学 2024-06-13 Xiaolong Tang , Shuo Ye , Yufeng Shi , Tianheng Hu , Qinmu Peng , Xinge You