paper-with-me

홈 › Papers

LoGAH: Predicting 774-Million-Parameter Transformers using Graph HyperNetworks with 1/100 Parameters

2024-05-25 · Xinyu Zhou, Boris Knyazev, Alexia Jolicoeur-Martineau, Jie Fu

A good initialization of deep learning models is essential since it can help them converge better and faster. However, pretraining large models is unaffordable for many researchers, which makes a desired prediction for initial parameters more necessary nowadays. Graph HyperNetworks (GHNs), one approach to predicting model parameters, have recently shown strong performance in initializing large vision models. Unfortunately, predicting parameters of very wide networks relies on copying small chunks of parameters multiple times and requires an extremely large number of parameters to support full prediction, which greatly hinders its adoption in practice. To address this limitation, we propose LoGAH (Low-rank GrAph Hypernetworks), a GHN with a low-rank parameter decoder that expands to significantly wider networks without requiring as excessive increase of parameters as in previous attempts. LoGAH allows us to predict the parameters of 774-million large neural networks in a memory-efficient manner. We show that vision and language models (i.e., ViT and GPT-2) initialized with LoGAH achieve better performance than those initialized randomly or using existing hypernetworks. Furthermore, we show promising transfer learning results w.r.t. training LoGAH on small datasets and using the predicted parameters to initialize for larger tasks. We provide the codes in https://github.com/Blackzxy/LoGAH .

📄 PDF Abstract BibTeX arXiv:2405.16287

Code (1)

blackzxy/logah 공식 구현 pytorch

Tasks

DecoderTransfer Learning

Similar Papers 제목 키워드 기반

Back to MLP: A Simple Baseline for Human Motion Prediction

2022-07-04 · Wen Guo, Yuming Du, Xi Shen, Vincent Lepetit 외

This paper tackles the problem of human motion prediction, consisting in forecasting future body poses from historically observed sequences. State-of-the-art approaches provide good results, however, they rely on deep le…

Human motion predictionHuman Pose Forecastingmotion predictionMulti-Person Pose forecasting

An End-to-End OCR Framework for Robust Arabic-Handwriting Recognition using a Novel Transformers-based Model and an Innovative 270 Million-Words Multi-Font Corpus of Classical Arabic with Diacritics

2022-08-20 · Aly Mostafa, Omar Mohamed, Ali Ashraf, Ahmed Elbehery 외

This research is the second phase in a series of investigations on developing an Optical Character Recognition (OCR) of Arabic historical documents and examining how different modeling procedures interact with the proble…

DecoderHandwriting RecognitionImage EnhancementOptical Character Recognition+1

MEGABYTE: Predicting Million-byte Sequences with Multiscale Transformers

2023-05-12 · NeurIPS 2023 11 · Lili Yu, Dániel Simig, Colin Flaherty, Armen Aghajanyan 외

Autoregressive transformers are spectacular models for short sequences but scale poorly to long sequences such as high-resolution images, podcasts, code, or books. We proposed Megabyte, a multi-scale decoder architecture…

DecoderDensity EstimationLanguage ModelingLanguage Modelling

GHN-Q: Parameter Prediction for Unseen Quantized Convolutional Architectures via Graph Hypernetworks

2022-08-26 · Stone Yun, Alexander Wong

Deep convolutional neural network (CNN) training via iterative optimization has had incredible success in finding optimal parameters. However, modern CNN architectures often contain millions of parameters. Thus, any give…

Adversarial RobustnessParameter PredictionQuantization

Graph Neural Networks for Learning Equivariant Representations of Neural Networks

2024-03-18 · Miltiadis Kofinas, Boris Knyazev, Yan Zhang, Yunlu Chen 외

Neural networks that process the parameters of other neural networks find applications in domains as diverse as classifying implicit neural representations, generating neural network weights, and predicting generalizatio…