Skip to main content
QUICK REVIEW

[論文レビュー] Neural Networks and Polynomial Regression. Demystifying the Overparametrization Phenomena

Matt Emschwiller, David Gamarnik|arXiv (Cornell University)|Mar 23, 2020
Tensor decomposition and applications参考文献 24被引用数 7
ひとこと要約

この論文は、データ次元と所望の精度にのみ依存する閾値を超えるサンプルサイズを持つ場合、任意の訓練データを補間するモデルは、ネットワーク幅に依存せず一般化が良好であることを示すことにより、過パラメータ化されたニューラルネットワークの一般化の新しい説明を提示する。主な洞察は、教師および生徒ネットワークの両方が、低次の多項式(テンソル)回帰モデルで近似可能であり、一般化は隠れユニット数ではなく回帰係数の複雑さに依存することを示している。

ABSTRACT

In the context of neural network models, overparametrization refers to the phenomena whereby these models appear to generalize well on the unseen data, even though the number of parameters significantly exceeds the sample sizes, and the model perfectly fits the in-training data. A conventional explanation of this phenomena is based on self-regularization properties of algorithms used to train the data. In this paper we prove a series of results which provide a somewhat diverging explanation. Adopting a teacher/student model where the teacher network is used to generate the predictions and student network is trained on the observed labeled data, and then tested on out-of-sample data, we show that any student network interpolating the data generated by a teacher network generalizes well, provided that the sample size is at least an explicit quantity controlled by data dimension and approximation guarantee alone, regardless of the number of internal nodes of either teacher or student network. Our claim is based on approximating both teacher and student networks by polynomial (tensor) regression models with degree depending on the desired accuracy and network depth only. Such a parametrization notably does not depend on the number of internal nodes. Thus a message implied by our results is that parametrizing wide neural networks by the number of hidden nodes is misleading, and a more fitting measure of parametrization complexity is the number of regression coefficients associated with tensorized data. In particular, this somewhat reconciles the generalization ability of neural networks with more classical statistical notions of data complexity and generalization bounds. Our empirical results on MNIST and Fashion-MNIST datasets indeed confirm that tensorized regression achieves a good out-of-sample performance, even when the degree of the tensor is at most two.

研究の動機と目的

  • 過パラメータ化されたニューラルネットワークにおける一般化の主流の自己正則化説明に挑戦すること。
  • 補間されたニューラルネットワークにおける一般化がモデル幅ではなく、データ次元と近似精度に依存することを確立すること。
  • 多項式(テンソル)回帰が隠れユニット数よりもモデル複雑度のより正確な測度を提供することを示すこと。
  • テンソル化回帰を介して、ニューラルネットワークの一般化を古典的統計的一般化境界の概念と調和させること。
  • MNISTおよびFashion-MNIST上で、低次のテンソル化回帰が強い汎化性能を達成することを実験的に検証すること。

提案手法

  • 教師がラベルを生成し、生徒がそれらを補間するように学習する教師/生徒フレームワークを採用する。
  • ネットワークの深さと所望の精度にのみ依存する次数の多項式回帰モデルを用いて、教師および生徒ネットワークを近似する。
  • 一般化性能を決定するのは隠れユニット数ではなく、テンソル化モデル内の回帰係数の数であることを示す。
  • 多項式回帰設定における設計行列の条件数の分析を通じて、一般化境界を確立する。
  • 直交多項式展開と行列分解技術を用いて、回帰設計の安定性および可逆性を制御する。
  • 高確率で、サンプルサイズがデータ次元とターゲット誤差にのみ依存する閾値を超える場合、任意の補間型生徒ネットワークが有界な一般化誤差を達成することを証明する。

実験結果

リサーチクエスチョン

  • RQ1過パラメータ化されたニューラルネットワークにおける一般化は、アルゴリズム的自己正則化に依存せずに説明可能か?
  • RQ2パrameter数(例:隠れユニット数)が一般化を決定する真の要因なのか、それともより根本的な複雑度測度が存在するのか?
  • RQ3多項式(テンソル)回帰モデルは、ニューラルネットワークの一般化行動を説明できるほど正確に近似可能か?
  • RQ4任意の補間型ニューラルネットワークが、モデル幅に依存せずに良好に一般化するための最小サンプルサイズは何か?
  • RQ5低次のテンソル化回帰は、MNISTやFashion-MNISTなどの実世界データセットで強い汎化性能を達成するか?

主な発見

  • 任意の訓練データを補間する生徒ネットワークは、サンプルサイズが $ N^* = d^{O\big((L/\nu)^L\big)} $ を超える場合、一般化が良好になる。ここで $ d $ はデータ次元、$ L $ はネットワークの深さ、$ \nu $ は一般化誤差の目標値を制御する。
  • ReLUネットワークでは必要なサンプルサイズが $ d^{O\big((L/\nu)^L\big)} $ のスケールで増加するが、シグモイドネットワークでは $ d^{O\big(\text{polylog}(L/\nu)\big)} $ のスケールで増加し、データ効率に顕著な差が生じる。
  • 一般化誤差は、教師または生徒ネットワークの隠れユニット数にかかわらず $ \nu $ で有界であり、これは幅が一般化の駆動要因でないことを示唆している。
  • 実験的結果により、次数が2以下のテンソル化回帰がMNISTおよびFashion-MNISTで強い汎化性能を達成することが確認され、理論的主張を支持する。
  • 生徒ネットワークの出力重みの $ \ell_1 $-ノルムは、ある $ \beta > 0 $ に対して $ d^{\beta} \|a^*\nolimits_{\ell_1}\| $ で有界であることが示され、モデル複雑度が幅ではなくデータ次元によって制御されることを示している。
  • 高確率 $ 1 - \exp(-cN^{1/3}) $ で、生徒ネットワークの重みノルムは教師のものに対して有界に保たれ、一般化が保証される。

より良い研究を、今すぐ始めましょう

論文の読解から最終レビューまで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。