BriefGPT.xyz
Oct, 2022
理解卷积滤波器的协方差结构
Understanding the Covariance Structure of Convolutional Filters
HTML
PDF
Asher Trockman, Devin Willmott, J. Zico Kolter
TL;DR
通过研究学习卷积核的协方差,提出了一种针对卷积滤波器的学习自由的多元初始化方案,该方案的性能优于传统的随机初始化方法,并且在某些情况下,即使不训练深度卷积滤波器,也可以提高性能。
Abstract
neural network
weights are typically initialized at random from univariate distributions, controlling just the variance of individual weights even in highly-structured operations like convolutions. Recent ViT-inspired
c
→