paper-with-me

Papers

OrthoReg: Robust Network Pruning Using Orthonormality Regularization

2020-09-10 · Ekdeep Singh Lubana, Puja Trivedi, Conrad Hougen, Robert P. Dick, Alfred O. Hero

Network pruning in Convolutional Neural Networks (CNNs) has been extensively investigated in recent years. To determine the impact of pruning a group of filters on a network's accuracy, state-of-the-art pruning methods consistently assume filters of a CNN are independent. This allows the importance of a group of filters to be estimated as the sum of importances of individual filters. However, overparameterization in modern networks results in highly correlated filters that invalidate this assumption, thereby resulting in incorrect importance estimates. To address this issue, we propose OrthoReg, a principled regularization strategy that enforces orthonormality on a network's filters to reduce inter-filter correlation, thereby allowing reliable, efficient determination of group importance estimates, improved trainability of pruned networks, and efficient, simultaneous pruning of large groups of filters. When used for iterative pruning on VGG-13, MobileNet-V1, and ResNet-34, OrthoReg consistently outperforms five baseline techniques, including the state-of-the-art, on CIFAR-100 and Tiny-ImageNet. For the recently proposed Early-Bird Ticket hypothesis, which claims networks become amenable to pruning early-on in training and can be pruned after a few epochs to minimize training expenditure, we find OrthoReg significantly outperforms prior work. Code available at https://github.com/EkdeepSLubana/OrthoReg.

📄 PDF Abstract BibTeX arXiv:2009.05014

Code (1)

EkdeepSLubana/OrthoReg 공식 구현 pytorch

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

OrthoReg: Orthogonal Regularization for Hybrid Symbolic-Neural Dynamical Systems

2026-06-17 · Till Richter, Niki Kilbertus arxiv

Dynamical systems are fundamental to modeling the natural world, yet modeling them involves a persistent trade-off: manually prescribed mechanistic models are interpretable by design but often overly simplistic and missp…

OrthoReg: Improving Graph-regularized MLPs via Orthogonality Regularization

2023-01-31 · Hengrui Zhang, Shen Wang, Vassilis N. Ioannidis, Soji Adeshina 외

Graph Neural Networks (GNNs) are currently dominating in modeling graph-structure data, while their high reliance on graph structure for inference significantly impedes them from widespread applications. By contrast, Gra…

Node Classification

Understanding and Enforcing Weight Disentanglement in Task Arithmetic

2026-04-18 · Shangge Liu, Yuehan Yin, Lei Wang, Qi Fan 외 arxiv

Task arithmetic provides an efficient, training-free way to edit pre-trained models, yet lacks a fundamental theoretical explanation for its success. The existing concept of ``weight disentanglement" describes the ideal …

Regularizing CNNs with Locally Constrained Decorrelations

2016-11-07 · Pau Rodríguez, Jordi Gonzàlez, Guillem Cucurull, Josep M. Gonfaus 외

Regularization is key for deep learning since it allows training more complex models while keeping lower levels of overfitting. However, the most prevalent regularizations do not leverage all the capacity of the models s…

Group Orthogonalization Regularization For Vision Models Adaptation and Robustness

2023-06-16 · Yoav Kurtz, Noga Bar, Raja Giryes

As neural networks become deeper, the redundancy within their parameters increases. This phenomenon has led to several methods that attempt to reduce the correlation between convolutional filters. We propose a computatio…