Skip to main content
QUICK REVIEW

[論文レビュー] Properly Learning Poisson Binomial Distributions in Almost Polynomial Time

Ilias Diakonikolas, Daniel M. Kane|arXiv (Cornell University)|Nov 12, 2015
Machine Learning and Algorithms参考文献 54被引用数 7
ひとこと要約

本稿では、ほぼサンプル最適なアルゴリズムを提示する。Poisson二項分布(PBD)の適切な学習をほぼ多項式時間で行い、全変動距離において誤差保証を$\epsilon$に達成する。著者らは、任意のPBDが$O(\log(1/\epsilon))$個の異なるパラメータを持つPBDに$\epsilon$-近似可能であるという、新しい構造的特徴付けを導入した。これにより、学習問題は少数の低次多項式系の解法に還元され、$ (1/\epsilon)^{O(\log\log(1/\epsilon))} $ の実行時間が達成可能となり、従来の手法に比べ顕著な改善が得られた。

ABSTRACT

We give an algorithm for properly learning Poisson binomial distributions. A Poisson binomial distribution (PBD) of order $n$ is the discrete probability distribution of the sum of $n$ mutually independent Bernoulli random variables. Given $\widetilde{O}(1/ε^2)$ samples from an unknown PBD $\mathbf{p}$, our algorithm runs in time $(1/ε)^{O(\log \log (1/ε))}$, and outputs a hypothesis PBD that is $ε$-close to $\mathbf{p}$ in total variation distance. The previously best known running time for properly learning PBDs was $(1/ε)^{O(\log(1/ε))}$. As one of our main contributions, we provide a novel structural characterization of PBDs. We prove that, for all $ε>0,$ there exists an explicit collection $\cal{M}$ of $(1/ε)^{O(\log \log (1/ε))}$ vectors of multiplicities, such that for any PBD $\mathbf{p}$ there exists a PBD $\mathbf{q}$ with $O(\log(1/ε))$ distinct parameters whose multiplicities are given by some element of ${\cal M}$, such that $\mathbf{q}$ is $ε$-close to $\mathbf{p}$. Our proof combines tools from Fourier analysis and algebraic geometry. Our approach to the proper learning problem is as follows: Starting with an accurate non-proper hypothesis, we fit a PBD to this hypothesis. More specifically, we essentially start with the hypothesis computed by the computationally efficient non-proper learning algorithm in our recent work~\cite{DKS15}. Our aforementioned structural characterization allows us to reduce the corresponding fitting problem to a collection of $(1/ε)^{O(\log \log(1/ε))}$ systems of low-degree polynomial inequalities. We show that each such system can be solved in time $(1/ε)^{O(\log \log(1/ε))}$, which yields the overall running time of our algorithm.

研究の動機と目的

  • Poisson二項分布(PBD)の計算的に効率的な適切な学習アルゴリズムの開発。ここで「適切」とは、仮説がPBD族に属することを意味する。
  • 従来の手法が$\epsilon$-カバーの列挙に依存していた計算上のボトルネックを克服すること。このアプローチは$(1/\epsilon)^{O(\log(1/\epsilon))}$の時間を要していた。
  • 任意のPBDが$\epsilon$-近似可能であるようなPBDの新しい構造的特徴付けを確立すること。このPBDは、$O(\log(1/\epsilon))$個の異なるパラメータのみを有する。
  • 適切な学習問題を、少数の低次多項式不等式系の解法に還元すること。これにより、計算が高速化される。
  • サンプル複雑度がほぼ最適であることを示すこと。既知の下界と対数因子を除いて一致する。

提案手法

  • 新規な構造的特徴付けの導入:任意のPBDは、$O(\log(1/\epsilon))$個の異なるパラメータを持つPBDに$\epsilon$-近似可能であり、これらのパラメータの重複度は、サイズ$(1/\epsilon)^{O(\log\log(1/\epsilon))}$の明示的な集合$\mathcal{M}$に属する。
  • [DKS15b]の計算的に効率的な非適切な学習アルゴリズムを用い、$O(1/\epsilon^2)$個のサンプルで初期仮説を取得する。
  • 適切な学習問題を、モーメントマッチング制約から導出された低次多項式不等式系の解法に還元する。この解法により、非適切な仮説に近いPBDを適合させる。
  • 各候補の重複度ベクトル$m \in \mathcal{M}$に対して、パラメータが$m$と一致するPBDが、真の分布に$\epsilon$-近いことを表す多項式不等式系$\mathcal{P}_m$を構築する。
  • 各$\mathcal{P}_m$に対して、精度$\epsilon/(2k)$で多項式系ソルバー(定理10)を適用する。ここで$k$は非ゼロ重複度の総和である。
  • 最初に見つかった有効なPBD解を出力する。この解は、真の分布に$\epsilon$-近いことが保証される。

実験結果

リサーチクエスチョン

  • RQ1$(1/\epsilon)^{O(\log(1/\epsilon))}$の実行時間(既知の最良の境界)を著しく下回る、Poisson二項分布の適切な学習アルゴリズムを設計可能か?
  • RQ2PBDの構造的特徴付けが、パラメータ数を$O(\log(1/\epsilon))$にまで削減することで、学習の高速化を実現可能か?
  • RQ3計算的に非現実的とされる$\epsilon$-カバー列挙を避けるために、代数幾何学と多項式最適化を用いることは可能か?
  • RQ4新しい構造的洞察が、ほぼ最適なサンプル複雑度と非指数的実行時間を持つ適切な学習アルゴリズムの実現を可能にするか?
  • RQ5提案手法は、整数値をとる独立な確率変数の和やPoisson多項分布などの他の離散分布族に一般化可能か?

主な発見

  • アルゴリズムの実行時間は$ (1/\epsilon)^{O(\log\log(1/\epsilon))} $であり、従来の最良境界$(1/\epsilon)^{O(\log(1/\epsilon))}$に比べ、超多項式的な改善が達成された。
  • サンプル複雑度は$ \widetilde{O}(1/\epsilon^2) $であり、既知の下界と対数因子を除いて一致するため、ほぼ最適であることが示された。
  • 著者らは、すべてのPBDが$O(\log(1/\epsilon))$個の異なるパラメータを持つPBDに$\epsilon$-近似可能であり、その重複度がサイズ$(1/\epsilon)^{O(\log\log(1/\epsilon))}$の集合からとられることを示した、新しい構造的特徴付けを確立した。
  • ある$m \in \mathcal{M}$に対して、対応する系$\mathcal{P}_m$が解を有し、その解が$\epsilon$-近いPBDを生成することを示すことにより、アルゴリズムの正しさが保証された。
  • アルゴリズムは、高確率で真の分布と全変動距離で$\epsilon$-近い適切な仮説(PBD)を出力する。
  • 構造的結果を導出および多項式系を効率的に解くために、フーリエ解析と代数幾何学のツールを活用した。

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

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

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

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