paper-with-me

홈 › Papers

PRANC: Pseudo RAndom Networks for Compacting deep models

2022-06-16 · ICCV 2023 1 · Parsa Nooralinejad, Ali Abbasi, Soroush Abbasi Koohpayegani, Kossar Pourahmadi Meibodi, Rana Muhammad Shahroz Khan, Soheil Kolouri, Hamed Pirsiavash

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 associated implicit neural networks. PRANC outperforms baselines with a large margin on image classification when compressing a deep model almost $100$ times. Moreover, we show that PRANC enables memory-efficient inference by generating layer-wise weights on the fly. The source code of PRANC is here: \url{https://github.com/UCDvision/PRANC}

📄 PDF Abstract BibTeX arXiv:2206.08464

Code (2)

ucdvision/pranc 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

PRANCE: Joint Token-Optimization and Structural Channel-Pruning for Adaptive ViT Inference

2024-07-06 · Ye Li, Chen Tang, Yuan Meng, Jiajun Fan 외

We introduce PRANCE, a Vision Transformer compression framework that jointly optimizes the activated channels and reduces tokens, based on the characteristics of inputs. Specifically, PRANCE~ leverages adaptive token opt…

Combinatorial OptimizationDecision Making

Compacting Deep Neural Networks for Internet of Things: Methods and Applications

2021-03-20 · Ke Zhang, Hanbo Ying, Hong-Ning Dai, Lin Li 외

Deep Neural Networks (DNNs) have shown great success in completing complex tasks. However, DNNs inevitably bring high computational cost and storage consumption due to the complexity of hierarchical structures, thereby h…

DiversityKnowledge DistillationModel Compression

Random Features for Compositional Kernels

2017-03-22 · Amit Daniely, Roy Frostig, Vineet Gupta, Yoram Singer

We describe and analyze a simple random feature scheme (RFS) from prescribed compositional kernels. The compositional kernels we use are inspired by the structure of convolutional neural networks and kernels. The resulti…

Diversity

Pseudorandom Error-Correcting Codes

2024-02-14 · Miranda Christ, Sam Gunn

We construct pseudorandom error-correcting codes (or simply pseudorandom codes), which are error-correcting codes with the property that any polynomial number of codewords are pseudorandom to any computationally-bounded …

A new neural-network-based model for measuring the strength of a pseudorandom binary sequence

2019-10-09 · Ahmed Alamer, Ben Soh

Maximum order complexity is an important tool for measuring the nonlinearity of a pseudorandom sequence. There is a lack of tools for predicting the strength of a pseudorandom binary sequence in an effective and efficien…