paper-with-me

Papers

Feature Flow Regularization: Improving Structured Sparsity in Deep Neural Networks

2021-06-05 · Yue Wu, Yuan Lan, Luchan Zhang, Yang Xiang

Pruning is a model compression method that removes redundant parameters in deep neural networks (DNNs) while maintaining accuracy. Most available filter pruning methods require complex treatments such as iterative pruning, features statistics/ranking, or additional optimization designs in the training process. In this paper, we propose a simple and effective regularization strategy from a new perspective of evolution of features, which we call feature flow regularization (FFR), for improving structured sparsity and filter pruning in DNNs. Specifically, FFR imposes controls on the gradient and curvature of feature flow along the neural network, which implicitly increases the sparsity of the parameters. The principle behind FFR is that coherent and smooth evolution of features will lead to an efficient network that avoids redundant parameters. The high structured sparsity obtained from FFR enables us to prune filters effectively. Experiments with VGGNets, ResNets on CIFAR-10/100, and Tiny ImageNet datasets demonstrate that FFR can significantly improve both unstructured and structured sparsity. Our pruning results in terms of reduction of parameters and FLOPs are comparable to or even better than those of state-of-the-art pruning methods.

📄 PDF Abstract BibTeX arXiv:2106.02914

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Dense Optical Flow Estimation Using Sparse Regularizers from Reduced Measurements

2024-01-12 · Muhammad Wasim Nawaz, Abdesselam Bouzerdoum, Muhammad Mahboob Ur Rahman, GHULAM ABBAS 외

Optical flow is the pattern of apparent motion of objects in a scene. The computation of optical flow is a critical component in numerous computer vision tasks such as object detection, visual object tracking, and activi…

Activity RecognitionMotion Estimationobject-detectionObject Detection+3

Supervised Feature Selection in Graphs with Path Coding Penalties and Network Flows

2012-04-20 · Julien Mairal, Bin Yu

We consider supervised learning problems where the features are embedded in a graph, such as gene expressions in a gene network. In this context, it is of much interest to automatically select a subgraph with few connect…

feature selection

Moreau-Yosida Regularization for Grouped Tree Structure Learning

2010-12-01 · NeurIPS 2010 12 · Jun Liu, Jieping Ye

We consider the tree structured group Lasso where the structure over the features can be represented as a tree with leaf nodes as features and internal nodes as clusters of the features. The structured regularization wit…

Differentiable Sparsity via $D$-Gating: Simple and Versatile Structured Penalization

2025-09-28 · Chris Kolb, Laetitia Frost, Bernd Bischl, David Rügamer arxiv

Structured sparsity regularization offers a principled way to compact neural networks, but its non-differentiability breaks compatibility with conventional stochastic gradient descent and requires either specialized opti…

OICSR: Out-In-Channel Sparsity Regularization for Compact Deep Neural Networks

2019-05-28 · CVPR 2019 6 · Jiashi Li, Qi Qi, Jingyu Wang, Ce Ge 외

Channel pruning can significantly accelerate and compress deep neural networks. Many channel pruning works utilize structured sparsity regularization to zero out all the weights in some channels and automatically obtain …