Summary
This paper studies the problem of fairness in IM (Influence Maximization). They present a novel notion of fairness, namely, mutual fairness, which considers outreach distribution in different groups. Compared with previous notions, the proposed one could ensure a higher probability of fairness among groups by evaluating fairness via optimal transport. Based on mutual fairness, they propose the S3D (Stochastic Seedset Selection Descent) algorithm that shows better performance in experiments.
Strengths
**S1**: Presenting a novel notion of fairness in IM which seems really appealing to me.
**S2**: Evaluating the level of fairness via optimal transport.
**S3**: Presenting the S3D algorithm.
Weaknesses
**W1**: In this paper, the authors only consider $m=2$ groups and claim the framework is easily generalizable to more groups. I doubt about this in two aspects. On the one hand, the case would become much more complex (growing exponentially) when considering multiple variable probability distributions. On the other hand, the distance between two distributions can be easily calculated when there are only two groups. I wonder how to calculate such distance when the distribution contains $m$ groups.
**W2**: The example in motivation and the motivating example seem to be rather extreme cases. I can understand such examples are only constructed to show the significance of mutual fairness, but these cases can hardly occur in real-world scenarios.
**W3**: Since this paper evaluates fairness based on utility distribution, how to depict the ground-truth utility distribution with high approximation probability is of great importance. The authors should discuss this point. Besides, $R$ times of Monte Carlo simulation with $R=1000$ is far from enough in the field of IM. Please check related references.
**W4**: The authors claim that "the equity metric fails to adequately capture changes in fairness" based on the results in Figure 4. However, the y-axis in Figure 4 only ranges from 0.9 to 1. Therefore, both metrics are already high enough to reflect their deep difference. Also, in Appendix C.2, the two metrics are even more similar. The benefit of using mutual fairness is not so obvious.
**W5**: In Figure 5(d), the outreach of the proposed method is significantly higher than the Greedy. Does it really happen? Note that the Greedy has a theoretical guarantee of $(1-1/e-\varepsilon$)-approximation.
Questions
In addition to the weaknesses I mentioned above, I also have some minor concerns.
**Q1**: Please explain $\delta_{(i,j)}$ in the paper.
**Q2**: Eq. (2) has a mistake. I think the later part should be $\sqrt(2)/2 \cdot |(x_2-x_1)-(y_2-y_1)|$ rather than $|(x_2-x_1)-(y_1-y_2)|$ since it is Euclidean distance between $z$ and $(x_1,x_2)$. The sample problem also happens in Eq. (3).
**Q3**: The authors should state clearly that which notion is $hrt_g$ based on, equity or equality?
**Q4**: In Figure 4, I believe that the y-axis should be $1-diff.$ in exp. outreach.
**Q5**: When $\beta=0$, does $\beta$-fairness degenerate to the classic IM problem?
**Q6**: Please explain the "fixed horizon" in Algorithm 1.
**Q7**: I suggest the authors use $S$ and $S_o$ for candidates and the initial seed set for a clearer presentation. The variant font of $S$ could easily lead to readers' confusion.
**Q8**: I am confused by the weird phenomenon where results in Figure 5(b-d) appear as discrete rectangles. Any explanation?
Limitations
The authors have addressed their limitations. However, I am wondering whether the method can be **easily** generalized to more groups, as I mentioned in Weakness.