Author Rebuttal
> The motivation for considering FSC is unclear. The authors only say that FSM has been well studied while FSC has not. This can not be a good motivation
> What are the motivations for FSC, e.g., real-world applications?
We believe that FSC has broad applications within machine learning, and in the response to all reviewers and ACs we have included a detailed discussion on four different important applications of FSC. The applications include data summarization, data subset selection for training, neural network pruning, and influence in social networks. For more details, see https://openreview.net/forum?id=ULorFBST6X¬eId=vZ496FjX3r; a discussion of these applications has further been added to the paper in Appendix B.1 and is highlighted in blue.
> The experiments demonstrate the advantages of the discrete algorithms on the FSC problem compared to the standard greedy algorithm; however, the solutions obtained by the discrete algorithms include many more elements. Moreover, the experiments lack the presentation of the effectiveness of the continuous algorithm.
> The continuous algorithm proposed in the paper theoretically outperforms the discrete algorithms, while the experiments only showcase the performance of the discrete algorithms. Are there any experimental results available for the continuous algorithm?
Continuous algorithms in submodular optimization can have relatively high query complexity because we do not necessarily have direct access to the multilinear extension, and instead have to make many noisy queries to $f$ and apply concentration bounds in order to approximate it (See Definition 3 in Section 1.2). For instance, with $\epsilon = 0.05$, $n = 5000$, and $\kappa = 10$, a single estimation of the multilinear extension value in Line 8 of the Decreasing-Threshold-Procedure (DTP) in Algorithm 3 requires approximately $5.33 \times 10^5$ queries. The total number of queries can reach up to $10^{12}$. In fact, many prior works on the multilinear extension have not included experiments due to the high computational cost. However, we agree with the reviewer that it would be interesting to know if the continuous algorithm can produce solutions of lower cardinality compared to our other algorithms, and so we have performed additional experiments evaluating our continuous algorithms heuristically on smaller problem instances.
Given the high query complexity and the limited time available during the rebuttal period, we take 5 samples per estimation in Line 8 of the DTP and test the algorithms on a subgraph of the Twitch dataset with $n = 2000$ on the instance of maximum coverage. The results comparing different algorithms are included in the updated submission PDF (appendix, highlighted in blue). Notice that by taking fewer samples than is theoretically needed, this could potentially hurt the performance of the continuous algorithm. Despite this handicap, the cost of the continuous algorithm is smaller than the discrete algorithms under fairness constraint which includes the GREEDY-Fair and THRES-Fair algorithms. While the fair algorithms do still generally produce solutions of higher cost compared to the greedy without fairness constraint, this is to be expected since in order to be fair our algorithms have to select elements that are not optimal from the perspective of $f$ value.
We have added these experiments into Appendix G of the updated version of our manuscript.