Summary
A framework for regression tasks with outliers (see robust statistics) is introduced, based on an optimal transport cost function. A novel concave cost function directly facilitates the rectification of outliers. Mathematical proofs are given and evaluation is performed on two simpler and one real world task with state-of-the-art results.
Strengths
- The theory and field of robust statistics is well explained and brought into context nicely with adjacent topics, with especially Fig. 1 and its explanation providing a good lens to view these problems
- The paper is organized exceptionally well, despite its size (incl. the huge appendix)
- All proofs in Appendix C are generally easy to understand, even without strong mathematical background. I was even able to thoroughly verify proofs in C.1 myself
- All experiments are explained in great depth and detail in the appendix material, making both a surface and deeper understanding of all topics possible.
Weaknesses
- Some of the tasks involve artificially constructing outliers (such as the cluster of outliers in mean estimation & raising the price p to 10 * p in the deep learning volatility experiment), which may not correspond to real-world data corruption
- as the code/data seems to be proprietary, no publication is intended, which may hinder reproducibility
Typos and Formatting Issues:
- the authors falsely reference eq. (3), when really they want to link eq. (4) in lines, 145, 147, 149, 180, 183 (non exhaustive list)
- missing citation in line 160
- formula slightly clips into the text at line 156
- typo in line 746: "esstimator"
- typo in line 874: "exporation,"
- wrong citation: Nietert et al "Outlier-robust wasserstein dro" appeared in NeurIPS 2023, not 2024
Questions
Q1: why are there no other "robust" variants of regular estimatiors used as baselines for the experiments? (i.e. mean estimation task,...)
Q2: Mean&LAD (App.E): The tasks look relatively simple with two very clear clusters of inliers and outliers. Why are there no experiments where there are many outliers sparsely distributed across the data with high variance? These are the tasks I usually see in robust model fitting (i.e. for homography estimation in Computer Vision). Would the estimator struggle to transport many points different amounts of smaller distances, to stay within the "long haul" metaphore?
Q2.1: The same goes for the Deep Learning comparison. Without knowing the variance of the price, going from p to 10p seems like a huge step. Was an ablation on the factor of the price (here 10) done?
Limitations
- no potential negative societal impact exist
- currently limited to regression tasks, although the authors point towards possible extensions to classification in Appendix B
- evaluation is currently limited to the authors toy tasks and a few tasks from finance. the broad applicability of their method could have also contributed to more extensive experiments