PRANC: Pseudo RAndom Networks for Compacting deep models
Parsa Nooralinejad, Ali Abbasi, Soroush Abbasi Koohpayegani, Kossar, Pourahmadi Meibodi, Rana Muhammad Shahroz Khan, Soheil Kolouri, Hamed, Pirsiavash

TL;DR
PRANC introduces a method to reparametrize deep models as linear combinations of random, frozen networks, enabling significant compression and efficient storage, especially useful for edge devices and federated learning.
Contribution
This work presents PRANC, a novel framework that compresses deep models by representing them as linear combinations of random basis networks, facilitating efficient storage and communication.
Findings
PRANC compresses models nearly 100 times more effectively than baselines.
PRANC enables memory-efficient inference by generating weights on the fly.
PRANC outperforms existing methods in image classification tasks.
Abstract
We demonstrate that a deep model can be reparametrized as a linear combination of several randomly initialized and frozen deep models in the weight space. During training, we seek local minima that reside within the subspace spanned by these random models (i.e., `basis' networks). Our framework, PRANC, enables significant compaction of a deep model. The model can be reconstructed using a single scalar `seed,' employed to generate the pseudo-random `basis' networks, together with the learned linear mixture coefficients. In practical applications, PRANC addresses the challenge of efficiently storing and communicating deep models, a common bottleneck in several scenarios, including multi-agent learning, continual learners, federated systems, and edge devices, among others. In this study, we employ PRANC to condense image classification models and compress images by compacting their…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Adversarial Robustness in Machine Learning
MethodsTest
