paper-with-me

Papers

Sparsified Model Zoo Twins: Investigating Populations of Sparsified Neural Network Models

2023-04-26 · Dominik Honegger, Konstantin Schürholt, Damian Borth

With growing size of Neural Networks (NNs), model sparsification to reduce the computational cost and memory demand for model inference has become of vital interest for both research and production. While many sparsification methods have been proposed and successfully applied on individual models, to the best of our knowledge their behavior and robustness has not yet been studied on large populations of models. With this paper, we address that gap by applying two popular sparsification methods on populations of models (so called model zoos) to create sparsified versions of the original zoos. We investigate the performance of these two methods for each zoo, compare sparsification layer-wise, and analyse agreement between original and sparsified populations. We find both methods to be very robust with magnitude pruning able outperform variational dropout with the exception of high sparsification ratios above 80%. Further, we find sparsified models agree to a high degree with their original non-sparsified counterpart, and that the performance of original and sparsified model is highly correlated. Finally, all models of the model zoos and their sparsified model twins are publicly available: modelzoos.cc.

📄 PDF Abstract BibTeX arXiv:2304.13718

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Variational Dropout Variational Dropout is a regularization technique based on dropout, but uses a variational inference grounded approach. In…

Similar Papers 제목 키워드 기반

Accelerated Sparsified SGD with Error Feedback

2019-05-29 · Tomoya Murata, Taiji Suzuki

A stochastic gradient method for synchronous distributed optimization is studied. For reducing communication cost, we particularly focus on utilization of compression of communicated gradients. Several work has shown tha…

Distributed Optimization

Model Zoos: A Dataset of Diverse Populations of Neural Network Models

2022-09-29 · Konstantin Schürholt, Diyar Taskiran, Boris Knyazev, Xavier Giró-i-Nieto 외

In the last years, neural networks (NN) have evolved from laboratory environments to the state-of-the-art for many real-world problems. It was shown that NN models (i.e., their weights and biases) evolve on unique trajec…

ClassificationFriction

Lasso Inference for High-Dimensional Time Series

2020-07-21 · Robert Adamek, Stephan Smeekes, Ines Wilms

In this paper we develop valid inference for high-dimensional time series. We extend the desparsified lasso to a time series setting under Near-Epoch Dependence (NED) assumptions allowing for non-Gaussian, serially corre…

Time SeriesTime Series AnalysisvalidVocal Bursts Intensity Prediction

Efficient Covariance Estimation for Sparsified Functional Data

2025-11-23 · Sijie Zheng, Fandong Meng, Jie Zhou arxiv

Motivated by recent work involving the analysis of leveraging spatial correlations in sparsified mean estimation, we present a novel procedure for constructing covariance estimator. The proposed Random-knots (Random-knot…

One-Pass Sparsified Gaussian Mixtures

2019-03-10 · Eric Kightley, Stephen Becker

We present a one-pass sparsified Gaussian mixture model (SGMM). Given $N$ data points in $P$ dimensions, $X$, the model fits $K$ Gaussian distributions to $X$ and (softly) classifies each point to these clusters. After p…

Clustering