paper-with-me

Papers

Convolutional Network Fabric Pruning With Label Noise

2022-02-15 · Ilias Benjelloun, Bart Lamiroy, Efoevi Koudou

This paper presents an iterative pruning strategy for Convolutional Network Fabrics (CNF) in presence of noisy training and testing data. With the continuous increase in size of neural network models, various authors have developed pruning approaches to build more compact network structures requiring less resources, while preserving performance. As we show in this paper, because of their intrinsic structure and function, Convolutional Network Fabrics are ideal candidates for pruning. We present a series of pruning strategies that can significantly reduce both the final network size and required training time by pruning either entire convolutional filters or individual weights, so that the grid remains visually understandable but that overall execution quality stays within controllable boundaries. Our approach can be iteratively applied during training so that the network complexity decreases rapidly, saving computational time. The paper addresses both data-dependent and dataindependent strategies, and also experimentally establishes the most efficient approaches when training or testing data contain annotation errors.

📄 PDF Abstract BibTeX arXiv:2202.07268

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Can network pruning benefit deep learning under label noise?

2021-09-29 · Zheng He, Quanzhi Zhu, Zengchang Qin

Network pruning is a widely-used technique to reduce the computational cost of over-parameterized neural networks. Conventional wisdom also regards pruning as a way to improve generalization: by zeroing out parameters, p…

Deep LearningNetwork Pruning

Robust Data Pruning under Label Noise via Maximizing Re-labeling Accuracy

2023-11-02 · NeurIPS 2023 11

Data pruning, which aims to downsize a large training set into a small informative subset, is crucial for reducing the enormous computational costs of modern deep learning. Though large-scale data collections invariably …

Convolutional Neural Fabrics

2016-06-08 · NeurIPS 2016 12 · Shreyas Saxena, Jakob Verbeek

Despite the success of CNNs, selecting the optimal architecture for a given task remains an open problem. Instead of aiming to select a single optimal architecture, we propose a "fabric" that embeds an exponentially larg…

image-classificationImage ClassificationSemantic Segmentation

Federated Learning Client Pruning for Noisy Labels

2024-11-11 · Mahdi Morafah, Hojin Chang, Chen Chen, Bill Lin

Federated Learning (FL) enables collaborative model training across decentralized edge devices while preserving data privacy. However, existing FL methods often assume clean annotated datasets, impractical for resource-c…

Federated Learning

Accelerating Convolutional Neural Network Pruning via Spatial Aura Entropy

2023-12-08 · Bogdan Musat, Razvan Andonie

In recent years, pruning has emerged as a popular technique to reduce the computational complexity and memory footprint of Convolutional Neural Network (CNN) models. Mutual Information (MI) has been widely used as a crit…

Computational EfficiencyNetwork Pruning