paper-with-me

Papers

MetaInit: Initializing learning by learning to initialize

2019-12-01 · NeurIPS 2019 12 · Yann N. Dauphin, Samuel Schoenholz

Deep learning models frequently trade handcrafted features for deep features learned with much less human intervention using gradient descent. While this paradigm has been enormously successful, deep networks are often difficult to train and performance can depend crucially on the initial choice of parameters. In this work, we introduce an algorithm called MetaInit as a step towards automating the search for good initializations using meta-learning. Our approach is based on a hypothesis that good initializations make gradient descent easier by starting in regions that look locally linear with minimal second order effects. We formalize this notion via a quantity that we call the gradient quotient, which can be computed with any architecture or dataset. MetaInit minimizes this quantity efficiently by using gradient descent to tune the norms of the initial weight matrices. We conduct experiments on plain and residual networks and show that the algorithm can automatically recover from a class of bad initializations. MetaInit allows us to train networks and achieve performance competitive with the state-of-the-art without batch normalization or residual connections. In particular, we find that this approach outperforms normalization for networks without skip connections on CIFAR-10 and can scale to Resnet-50 models on Imagenet.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Reinitializing weights vs units for maintaining plasticity in neural networks

2025-07-31 · J. Fernando Hernandez-Garcia, Shibhansh Dohare, Jun Luo, Rich S. Sutton arxiv

Loss of plasticity is a phenomenon in which a neural network loses its ability to learn when trained for an extended time on non-stationary data. It is a crucial problem to overcome when designing systems that learn cont…

Exploring Learngene via Stage-wise Weight Sharing for Initializing Variable-sized Models

2024-04-25 · Shi-Yu Xia, Wenxuan Zhu, Xu Yang, Xin Geng

In practice, we usually need to build variable-sized models adapting for diverse resource constraints in different application scenarios, where weight initialization is an important step prior to training. The Learngene …

Category-Aware Transformer Network for Better Human-Object Interaction Detection

2022-04-11 · CVPR 2022 1 · Leizhen Dong, Zhimin Li, Kunlun Xu, Zhijun Zhang 외

Human-Object Interactions (HOI) detection, which aims to localize a human and a relevant object while recognizing their interaction, is crucial for understanding a still image. Recently, transformer-based models have sig…

Human-Object Interaction DetectionObjectobject-detectionObject Detection

BAM! Just Like That: Simple and Efficient Parameter Upcycling for Mixture of Experts

2024-08-15 · Qizhen Zhang, Nikolas Gritsch, Dwaraknath Gnaneshwar, Simon Guo 외

The Mixture of Experts (MoE) framework has become a popular architecture for large language models due to its superior performance over dense models. However, training MoEs from scratch in a large-scale regime is prohibi…

Mixture-of-Experts

I2I: Initializing Adapters with Improvised Knowledge

2023-04-04 · Tejas Srinivasan, Furong Jia, Mohammad Rostami, Jesse Thomason

Adapters present a promising solution to the catastrophic forgetting problem in continual learning. However, training independent Adapter modules for every new task misses an opportunity for cross-task knowledge transfer…

Continual LearningQuestion AnsweringTransfer LearningVisual Question Answering