Response to Reviewer dwg3 (Part 2)
**Q2: The paper only considers Gaussian mixture-of-experts models. What are the difficulties in generalizing the results to MoE methods without Gaussian assumption?**
Thanks for your question. We would like to clarify that the proof technique in the paper can be extended to other types of models. The reason that we consider only top-K sparse softmax Gaussian MoE is because it is the most popular one in practice. Per your suggestion, we have generalized the results of the paper to the other settings of MoE when $f$ belongs to the family of location-scale distributions $\mathcal{F}:=\{f(Y|h_1(X,a,b),\sigma):(a,b,\sigma)\in\Theta\}$, where the expert function $h_1(X,a,b):=a^{\top}X+b$ stands for the location, $\sigma$ denotes the scale and $\Theta$ is a compact subset of $\mathbb{R}^d\times\mathbb{R}\times\mathbb{R}_+$. Due to the space limit, we will summarize our findings here, and leave further details, including rigorous proofs, in Appendix E of the current manuscript.
Firstly, we characterize the family $\mathcal{F}$ based on the following notion of strong identifiability:
**Definition 1 (Strong Identifiability).** We say that the family $\mathcal{F}$ is strongly identifiable if $f(Y|h_1(X,a,b),\sigma)$ is twice differentiable w.r.t its parameters and the following assumption holds true:
For any $k\geq 1$ and $k$ pairwise different tuples $(a_1,b_1,\sigma_1),\ldots,(a_k,b_k,\sigma_k)\in\Theta$, if there exist real coefficients
$\alpha^{(i)}_{\ell_1,\ell_2}$, for $i\in[k*]$ and $0\leq \ell_1+\ell_2\leq 2$, such that
$$
\sum_{i=1}^{k}\sum_{\ell_1+\ell_2=0}^{2} \alpha^{(i)}_{\ell_1,\ell_2}\cdot\dfrac{\partial^{\ell_1+\ell_2}f}{\partial h_1^{\ell_1}\partial \sigma^{\ell_2}}(Y|(a_i)^{\top}X+b_i,\sigma_i)=0,
$$
for almost surely $(X,Y)$, then we obtain that $\alpha^{(i)}_{\ell_1,\ell_2}=0$ for any $i\in[k*]$ and $0\leq \ell_1+\ell_2\leq 2$.
**Example.** The families of Student's t-distributions and Laplace distributions are strongly identifiable, while the family of location-scale Gaussian distributions is not. Therefore, it suggests that the location-scale Gaussian distribution is weakly identifiable.
Since the convergence rates of maximum likelihood estimation when $\mathcal{F}$ is a family of Gaussian distributions, which is not strongly identifiable, have already been studied, we focus on the scenario when $\mathcal{F}$ is strongly identifiable. Under that assumption, the density $f(Y|h_1,\sigma)$ is twice differentiable w.r.t its parameters, thus, it is also Lipschitz continuous. As a consequence, the density estimation rates under both the exact-specified and over-specified in Theorem 1 and Theorem 3 still hold true. Therefore, we consider only the parameter estimation problem in the sequel.
**Parameter estimation under the strongly identifiable MoE:** In high level, we need to establish the Total Variation lower bound
$$E_X[V(g_{G}(\cdot|X),g_{G*}(\cdot|X))]\gtrsim \mathcal{D}(G,G*),$$
for any $G\in\mathcal{O}_k(\Omega)$.
Then, this bound together with the density estimation rate in Theorem 1 (resp. Theorem 3) leads to the parameter estimation rates in Theorem 2 (resp. Theorem 4). Here, the key step is to decompose the difference between the density $g_{\widehat{G}_n}(Y|X)$
and the true density $g_{G*}(Y|X)$ into a combination of linearly independent terms using Taylor expansions. Therefore, we have to involve the above notion of strong identifiability, and separate our convergence analysis based on that notion.
**Under the exact-specified settings**, we demonstrate in Theorem 5 that the rates for estimating true parameters
$\exp(\beta^{\ast}_{0i})$,
$\beta^{\ast}_{1i}$ , $a^{\ast}_i$, $b^{\ast}_i$, $\sigma^{\ast}_i$ are of order $O(n^{-1/2})$, which match those in Theorem 2.
**Under the over-specified settings**, we show in Theorem 6 that
the rates for estimating true parameters $\beta^{\ast}_{1i},a^{\ast}_i,b^{\ast}_i,\sigma^{\ast}_i$, which are fitted by more than one component, are of order $\widetilde{\mathcal{O}}(n^{-1/4})$. Notably, these rates are no longer determined by the solvability of the system of polynomial equations in Eq. (7). Thus, they are significantly faster than those in Theorem 4. The main reason for this improvement is when $\mathcal{F}$ is strongly identifiable, the interaction among expert parameters via the second partial differential equation in Eq. (6) does not occur.
Finally, we would like to emphasize that we consider only Gaussian MoE models in our original manuscript since Gaussian is the most challenging distributions. In particular, as the family of location-scale Gaussian distributions does not satisfy the strong identifiability conditions, we encounter an interaction among parameters via the PDE in Eq. (6), which subsequently leads to the complex system of polynomial equations in Eq. (7). As a result, the convergence analysis for the Gaussian MoE models are much more challenging than that for the strongly identifiable MoE models.