Summary
This paper considers the problem of finding a second-order stationary point in corrupted settings. In particular, it considers the adversarial settings, where a fraction of the observations are arbitrarily corrupted after they are observed. In this setting, under certain assumptions on the cost functions, the authors give an algorithm that yields a second-order stationary point with $n=O(D^2/\epsilon)$ samples. This result is applied to problem of robust matrix sensing.
Strengths
- This work yields the strongest guarantees of finding a second-order stationary point in this setting.
- This is the first work to use both robust mean and robust Hessian approximation to solve the second-order approximation problem.
- The work provides a statistical query lower bounds for rank one matrix sensing that shows that exponentially many queries would be needed to go beyond the $O(d^2)$ bound.
Weaknesses
- One of the assumptions - that the iterates of the algorithms stay in a bounded region $\mathcal B$, is hard to check or guarantee in general.
- The work is a combination of two past works: the robust mean estimation algorithm of DKP20 and an anonymous work Aut23. It is not clear what new theoretical techniques are employed, or if this work is just a combination of the previous.
- The statistical query result also follows the theorems in past works.
Questions
- I wonder when one would want to apply such a method over first-order methods. In particular, this method requires computing estimates of the Hessian, which is quite expensive in high-dimensional settings. Can the authors motivate a bit more why the second-order stationarity is important, for example, in the application they discuss (low-rank matrix sensing)? Experiments on some real data settings could show why one might be interested in second order stationarity.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
- While an interesting and complete work, I am left unsure of what is new in this work, or if this is just applying already developed techniques to a new setting (finding a second-order stationary point) -- i.e., just combining the results of DKP20 and Aut23.
- No experiments are given showing the practicality of the method, which could help to motivate the usefulness of finding SOSPs.
- This is a limitation of the setting, but many more samples are needed than the information-theoretic threshold.
- It is not clear why it is useful to find second-order stationary points in general.