paper-with-me

홈 › Papers

MSE-Optimal Neural Network Initialization via Layer Fusion

2020-01-28 · Ramina Ghods, Andrew S. Lan, Tom Goldstein, Christoph Studer

Deep neural networks achieve state-of-the-art performance for a range of classification and inference tasks. However, the use of stochastic gradient descent combined with the nonconvexity of the underlying optimization problems renders parameter learning susceptible to initialization. To address this issue, a variety of methods that rely on random parameter initialization or knowledge distillation have been proposed in the past. In this paper, we propose FuseInit, a novel method to initialize shallower networks by fusing neighboring layers of deeper networks that are trained with random initialization. We develop theoretical results and efficient algorithms for mean-square error (MSE)-optimal fusion of neighboring dense-dense, convolutional-dense, and convolutional-convolutional layers. We show experiments for a range of classification and regression datasets, which suggest that deeper neural networks are less sensitive to initialization and shallower networks can perform better (sometimes as well as their deeper counterparts) if initialized with FuseInit.

📄 PDF Abstract BibTeX arXiv:2001.10509

Code (1)

raminaghods/FuseInit

Tasks

General ClassificationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Beyond the Final Layer: Hierarchical Query Fusion Transformer with Agent-Interpolation Initialization for 3D Instance Segmentation

2025-02-06 · Jiahao Lu, Jiacheng Deng, Tianzhu Zhang

3D instance segmentation aims to predict a set of object instances in a scene and represent them as binary foreground masks with corresponding semantic labels. Currently, transformer-based methods are gaining increasing …

3D Instance SegmentationDecoderInstance SegmentationSemantic Segmentation

HBridge: H-Shape Bridging of Heterogeneous Experts for Unified Multimodal Understanding and Generation

2025-11-25 · Xiang Wang, Zhifei Zhang, He Zhang, Zhe Lin 외 arxiv

Recent unified models integrate understanding experts (e.g., LLMs) with generative experts (e.g., diffusion models), achieving strong multimodal performance. However, recent advanced methods such as BAGEL and LMFusion fo…

multimodal generation

Dataset-Free Weight-Initialization on Restricted Boltzmann Machine

2024-09-12 · Muneki Yasuda, Ryosuke Maeno, Chako Takahashi

In feed-forward neural networks, dataset-free weight-initialization methods such as LeCun, Xavier (or Glorot), and He initializations have been developed. These methods randomly determine the initial values of weight par…

DeepMLF: Multimodal language model with learnable tokens for deep fusion in sentiment analysis

2025-04-15 · Efthymios Georgiou, Vassilis Katsouros, Yannis Avrithis, Alexandros Potamianos

While multimodal fusion has been extensively studied in Multimodal Sentiment Analysis (MSA), the role of fusion depth and multimodal capacity allocation remains underexplored. In this work, we position fusion depth, scal…

DecoderLanguage ModelingLanguage ModellingMultimodal Sentiment Analysis+1

Multilevel Initialization for Layer-Parallel Deep Neural Network Training

2019-12-19 · Eric C. Cyr, Stefanie Günther, Jacob B. Schroder

This paper investigates multilevel initialization strategies for training very deep neural networks with a layer-parallel multigrid solver. The scheme is based on the continuous interpretation of the training problem as …