Summary
In this works, the authors utilize the Jacobian regularization to consider the hyperparameter selection for Gaussian kernels in kernel ridge regresssion (KRR). The proposed method is efficient as a hyperparameter tuning method and is verfied with efficacy on the presented experiments, which are rather simple.
Questions
### Major aspects:
1. In sec. 1, as far as the reviewer can see, the motivation of using this technique is simply bacause it gives some potentials in improving the generalization in neural networks, and then briefly mentions the special case of the linear ridge penalty. Then the authors claim that it motivates to apply this techinque to select the bandwidth in KRR. The reviewer finds it still unclear why it directly motivates to the selection of the bandwidth in KRR. Before this motivation, the reviewer would expect more explanations that can clearly connect the Jacobian regularization to Gaussian kernel and also the particular optimization problem of KRR, either in explanatory context or some empirical illustration.
2. In definition 2.1, the $l_{max}$ is the maximal distance between two training observations. Are there some assumptions on the training data distribution? In proposition 2.5, it requires $l_{max}$ to compute the $j_b(\sigma)$. What would be the computational cost here to get the $l_{max}$ in practice, as it seems that paired-wise distances of two samples should be traversed? Though in sec 2.2., it mentions an alternative, but how good is this alternative compared to the original versions and how robust/sensitive are this alternative and the original version seems unexplored?
3. As mentioned in the 2nd parragraph in sec 2.1, proposistion 2.4 and 2.5 are used to estimate the norms involved in (7). In (7), the upper bound is given, concerning the lhs of (8) and (9). However, (8) estimate an upper bound of lhs while (9) estimates a lower bound of lhs. Thus, in total in (7), it seems that the estimate of (7) through (8) and (9) is confusing.
4. To the reviewer's understandings, the estimate of the bandwidth seems relevant to the regularization term $\lambda$? So, does it mean that the quality of the estimated bandwidth depends on the $\lambda$? In this why we should determine $\lambda$ first and estimate the bandwidth, and then repeat until a good pair of $\lambda$ and the bandwidth is finally determined? It would be more clear to have a clear algorithm step in the paper, as there is still some space.
5. As the proposed Jacobina-regularization based method is motivated heuristically and it also involves some approximation to the gradient norm of KRR, comprehensive experiments should be presentd to verify the effectiveness. By far the presented experiments are rather too simple in sample size and dimensionality; besides the tested datasets are too few. In complicated task, even with a very well-selected bandwidth, the model may still lacks flexibility by only replying on the scalar of the bandwidth, so the reviewer wonders how the propoposed method can provides a better selection under such scenarios.
### Minors:
1. Tables of datasets descriptions can be given.
2. The information conveyed by fig.2 and fig.3 seems very alike.
3. In the appendix, it is better to align the numbering of propositions in the proofs with the main context, if possible.
4. Some other reviewed methods in sec.1 can be compared, if fair setups are set.