REVIEW 4 major objections 5 minor 40 references
Influence Maximization Considering Influence, Cost and Time
T0 review · 4 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read A tri-objective influence maximization problem—maximizing spread while minimizing seed cost and propagation time—is NP-hard, and a variable-length evolutionary algorithm with embedding-aligned crossover finds better Pareto fronts than NSGA-
desk verdict EVEA is a plausible variable-length MOEA variant with a missing experimental protocol and an advertised NP-hardness proof that never appears; the core idea is worth testing once the paper is reproducible. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the embedding-aligned crossover: it aligns nodes across two parent seed sets by minimal Euclidean distance in a Node2Vec embedding, then swaps aligned nodes with crossover probability pc, allowing recombination of seed sets of different sizes while keeping topologically similar nodes. This is supported by variable-length mutation (add, delete, replace) and NSGA-II-style non-dominated sorting with crowding distance for environmental selection. The objective functions themselves—expected spread, total seed cost, and longest activation path—are the formal objects the algorithm optimizes; the complexity argument is a polynomial reduction from Set Cover.
What would settle it
Run EVEA and the three NSGA-II variants on the same four SNAP networks with every setting fixed and published (for instance, costs proportional to degree, p_uv=0.1 for all edges, delays sampled from an exponential with mean one time step, 10,000 Monte Carlo simulations, and a common normalized reference point). If EVEA's hypervolume advantage over NSGA-II+Mutation does not pass the Wilcoxon significance threshold on the majority of networks, or its convergence curves do not lead by the claimed 25–40%, the central empirical claim fails.
Extended reading notes
Core claim
The central claim is that influence maximization should be treated as a three-objective problem—influence spread, seed cost, and propagation time—and that this problem, while NP-hard, is practically solvable by a variable-length evolutionary algorithm. The authors define the objectives formally (expected spread under the IC model; sum of node costs; maximum activation time under a latency-aware IC model), prove NP-hardness via a reduction from Set Cover, and design EVEA, whose key mechanism is an embedding-aligned crossover that pairs nodes from two parents by Euclidean distance in Node2Vec embedding space and swaps them with probability pc. EVEA then applies add/delete/replace mutation so s
Load-bearing premise
The empirical superiority claim rests on experimental settings that are not fully specified in the paper—costs, propagation probabilities, delay distributions, Monte Carlo effort, and hypervolume normalization—so the reported margins are not yet independently reproducible.
Editorial extensions
If this is right
- Any campaign that must respect a budget and a deadline—marketing, vaccination, rumor containment—gets a Pareto front of seed sets rather than one fixed k, so decision makers can pick the point matching their budget and deadline.
- Variable-length representation means seed-set cardinality is not chosen in advance; the search itself reveals which sizes are worth paying for.
- If the convergence numbers hold, EVEA's embedding-aligned crossover is a generally usable operator for variable-length multi-objective search on graphs, not just IM-ICT.
- The NP-hardness result formalizes that no polynomial exact algorithm is likely, so evolutionary and heuristic approaches are the relevant class of methods.
Reading between the lines
- An editorially added caution: reproducing Table 2 requires choices the paper does not state—seed cost assignment, edge probabilities, delay sampling distribution, Monte Carlo simulation count, and the reference point or normalization behind hypervolume values near one. Different choices could change the margins.
- The embedding-alignment idea could be tested on other variable-length combinatorial problems, such as team formation or feature selection, where parent solutions have different sizes and topological structure matters.
- A natural extension implied by the paper's own future-work remark is coupling the time objective with node geography; the current model treats time as hop-based only.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes IM-ICT, a tri-objective influence maximization problem that simultaneously maximizes influence spread, minimizes seed cost, and minimizes propagation latency, and presents EVEA, an embedding-aligned variable-length evolutionary algorithm. The authors claim that IM-ICT is NP-hard via a reduction from Set Cover, and that EVEA outperforms three NSGA-II variants on four real-world networks, reporting higher hypervolume and faster convergence. The manuscript includes objective definitions, algorithm pseudocode, and experimental tables and figures. The central claims are that the new formulation is well motivated and that EVEA is empirically superior, but both are currently under-supported: the advertised NP-hardness proof is absent, and the experimental protocol is not specified enough to reproduce the reported hypervolume results.
Significance. If the stated results hold, the paper would make a useful contribution to multi-objective influence maximization by adding propagation time as a third objective and by demonstrating a variable-length EA with an embedding-based crossover. The source-code release is a positive element, as are the comparisons against three NSGA-II variants with Wilcoxon significance tests. However, the significance is presently limited by missing technical support: the NP-hardness proof is promised but not delivered, and several load-bearing experimental parameters (seed costs, propagation probabilities, delay distribution, Monte Carlo effort, hypervolume reference and normalization) are not stated. These gaps prevent the reader from validating the main empirical claim and reduce the paper's current value to that of an algorithm proposal with encouraging but incomplete evidence.
major comments (4)
- [§1, §3.2; contribution 1] The Introduction and the contribution list state that the paper "rigorously prove[s] the proposed IM-ICT's NP-hardness via a polynomial-time reduction from the Set Cover problem." Section 3, which is the designated complexity section, contains only the objective definitions and formulation (7); no theorem, reduction, or proof appears anywhere in the manuscript. Since NP-hardness is advertised as an original contribution, this is missing support. The authors should either provide the full reduction and proof or remove the claim.
- [§5.1, §5.3, Eqs. (4)–(6), Table 2] The central empirical claim that EVEA outperforms all baselines is not reproducible from the information given. The values of c_i in Eq. (5), the edge probabilities p_uv in Eq. (4), the delay distribution P_lat(δt) in Eq. (6), the number of Monte Carlo simulations used to estimate σ(S), and the hypervolume reference point and normalization are all unspecified. For three objectives confined to [0,1] with the origin as reference, HV cannot exceed 1, yet Table 2 reports values from 1.0920 to 1.1659, implying normalization or a different reference that is not disclosed. These choices can change the Pareto fronts, the HV margins, and the Wilcoxon outcomes. The authors must report the full evaluation protocol.
- [§5.1, §5.3] The three baseline variants of NSGA-II are not instantiated precisely enough for a fair comparison. The paper cites [35] and [36] for variable-length crossover and mutation, but does not specify how those operators are adapted to IM-ICT, what hyperparameters are used for all algorithms (population size, crossover/mutation rates, embedding settings for EVEA), how many independent runs are averaged, or what exact Wilcoxon procedure is used. These details are necessary to judge whether the reported 5–19% HV improvements are robust or artifacts of asymmetric settings.
- [§5.2] The "necessity" of the IM-ICT formulation is argued by showing Pareto surfaces generated by EVEA on the four networks. This is not independent evidence that the three objectives conflict; it only shows that EVEA returns a spread of solutions under its own objective definitions. A stronger demonstration would compare against a set of random or heuristic seed sets, or show that no single solution dominates on all three objectives across a broader sampling of the search space. As written, the empirical motivation is partly circular because the solver that is being evaluated is also used to establish the problem's structure.
minor comments (5)
- [§5.1, Table 1] The text says "four benchmark datasets - Facebook, GRQC, and Gnutella," but lists only three, while Table 1 and Table 2 include Wiki as the fourth. Additionally, the abstract mentions Twitter and DBLP, which do not appear in the experiments. These inconsistencies should be fixed.
- [§4.1, Algorithm 1] Line 5 reads "Q←Embedding−Aligned_Crossover(Q)" but Q has not been initialized and the two parent arguments are not shown. The algorithm should pass the selected parents P_G (or a mating pool) explicitly to the crossover routine.
- [Eq. (6)] The notation for propagation latency is ambiguous: δt_k is sampled from P_lat_u(δt), but the subscript u and the summation range d(v_i,v_j) are not defined clearly, and P_lat_u is never specified as a distribution over hops or nodes. The authors should define the delay model more rigorously.
- [§4.4] The time-complexity analysis claims O(N^2) per generation but ignores the cost of evaluating σ(S), which typically requires many Monte Carlo simulations and dominates the runtime in IM problems. The complexity statement should clarify whether evaluation cost is included or excluded.
- [References] Reference [27] is incomplete ("Zhu et al." with no full author list or title), and several other references have informal annotations appended inside the bibliography. The reference list needs to be brought to journal style.
Circularity Check
No significant circularity found: EVEA's central empirical claim is benchmarked against external baselines, and IM-ICT is a stated objective formulation rather than a fit of its own outputs.
full rationale
The paper's central claims are (i) IM-ICT is a new tri-objective IM problem, (ii) EVEA outperforms NSGA-II and variants in hypervolume, and (iii) IM-ICT is NP-hard. No circularity is present in the derivation chain: the problem formulation in Eqs. (4)-(7) is a definition, not a self-referential reduction; the experimental comparison (Table 2) uses independent baseline algorithms and external datasets; and no fitted parameter is relabeled as a prediction. The only quasi-self-referential passage is Section 5.2, where Pareto fronts generated by EVEA are cited as evidence of the 'necessity' of Pareto-based approaches. That is an empirical demonstration rather than a formal derivation: the Pareto front is a property of the objectives, so the passage is weak justification but not a circular reduction. Two non-circular problems should be weighed separately: the Introduction and Contribution 1 advertise a rigorous NP-hardness proof via Set Cover reduction, but no such reduction appears anywhere in Section 3, an omitted proof; and the experimental protocol in Section 5.1 leaves unspecified the seed costs c_i, propagation probabilities p_uv, delay distribution P_lat, number of Monte Carlo runs, and HV reference point/normalization (the reported HV values exceed 1.0 in a three-objective space), making Table 2 non-reproducible. Neither issue is circularity, so the circularity score is 0.
Assumptions & free parameters
free parameters (6)
- Seed cost model c_i =
not stated; degree-proportional only in toy example
- Edge propagation probabilities p_uv =
not stated
- Hop-delay distribution P_lat_u(delta t) =
not stated
- Hypervolume reference point and objective normalization =
not stated; HV ~1.0 implies normalization
- EA hyperparameters (population size, p_c, p_m, embedding settings) =
not stated
- Monte Carlo simulation count for sigma(S) =
not stated
assumptions (4)
- standard math IM is NP-hard under IC and LT models, so IM-ICT (a superset) is NP-hard
- domain assumption The LAIC per-hop random delay model is the right formalization of 'time'
- domain assumption Euclidean distance in Node2Vec embedding space captures exchangeable topological semantics for crossover
- domain assumption The three objectives are inherently conflicting in the stated directions
Cite this review
Pith. "Pith review of Influence Maximization Considering Influence, Cost and Time." pith.science (2026). https://pith.science/paper/HMDKTXQU
@misc{pith2026250907625,
author = {Pith},
title = {Pith review of: Influence Maximization Considering Influence, Cost and Time},
year = {2026},
howpublished = {\url{https://pith.science/paper/HMDKTXQU}},
note = {Machine review of arXiv:2509.07625}
}
read the original abstract
Influence maximization has been studied for social network analysis, such as viral marketing (advertising), rumor prevention, and opinion leader identification. However, most studies neglect the interplay between influence spread, cost efficiency, and temporal urgency. In practical scenarios such as viral marketing and information campaigns, jointly optimizing Influence, Cost, and Time is essential, yet remaining largely unaddressed in current literature. To bridge the gap, this paper proposes a new multi-objective influence maximization problem that simultaneously optimizes influence, cost, and time. We show the intuitive and empirical evidence to prove the feasibility and necessity of this multi-objective problem. We also develop an evolutionary variable-length search algorithm that can effectively search for optimal node combinations. The proposed EVEA algorithm outperforms all baselines, achieving up to 19.3% higher hypervolume and 25 to 40% faster convergence across four real-world networks, while maintaining a diverse and balanced Pareto front among influence, cost, and time objectives.
Figures
Reference graph
Works this paper leans on
-
[21]
Elia Cunegatti, Leonardo Lucio Custode, and Giovanni Iacca. Many-objective evolution- ary influence maximization: Balancing spread, budget, fairness, and time.arXiv preprint arXiv:2403.18755, 2024. Optimizes spread, bud- get, fairness, communities, and time objectives
arXiv 2024
-
[23]
Ping Wang and Ruisheng Zhang. Influence max- imization in social networks using an improved multi-objective particle swarm optimization.The Computer Journal, 67(6):2137–2150, 2024
work page 2024
-
[35]
Tarun K Biswas, Alireza Abbasi, and Ripon K Chakrabortty. An improved clustering based multi-objective evolutionary algorithm for influ- ence maximization under variable-length solu- tions.Knowledge-Based Systems, 256:109856, 2022
work page 2022
-
[36]
Influ- ence maximization in hypergraphs using multi- objective evolutionary algorithms
Stefano Genetti, Eros Ribaga, Elia Cunegatti, Quintino F Lotito, and Giovanni Iacca. Influ- ence maximization in hypergraphs using multi- objective evolutionary algorithms. InInterna- tional Conference on Parallel Problem Solving from Nature, pages 217–235. Springer, 2024. 12
work page 2024
-
[1]
Maximizing the spread of influence through a so- cial network
David Kempe, Jon Kleinberg, and Éva Tardos. Maximizing the spread of influence through a so- cial network. InProceedings of the ninth ACM SIGKDD international conference on Knowledge discovery and data mining, pages 137–146, 2003
work page 2003
-
[2]
Scalable influence maximization for prevalent viral market- ing in large-scale social networks
Wei Chen, Chi Wang, and Yajun Wang. Scalable influence maximization for prevalent viral market- ing in large-scale social networks. InProceed- ings of the 16th ACM SIGKDD international con- ference on Knowledge discovery and data mining, pages 1029–1038, 2010
work page 2010
-
[3]
Epidemic processes in complex networks.Reviews of modern physics, 87(3):925–979, 2015
Romualdo Pastor-Satorras, Claudio Castellano, Piet Van Mieghem, and Alessandro Vespignani. Epidemic processes in complex networks.Reviews of modern physics, 87(3):925–979, 2015
2015
-
[4]
Jun Li, Chaochao Chen, Huiling Chen, and Changfei Tong. Towards context-aware social rec- ommendation via individual trust.Knowledge- Based Systems, 127:58–66, 2017
work page 2017
Show all 40 references
-
[5]
Cost-effective outbreak detection in networks
Jure Leskovec, Andreas Krause, Carlos Guestrin, Christos Faloutsos, Jeanne VanBriesen, and Na- talie Glance. Cost-effective outbreak detection in networks. InProceedings of the 13th ACM SIGKDD international conference on Knowledge discovery and data mining, pages 420–429, 2007
2007
-
[6]
In- fluence maximization: Near-optimal time com- plexity meets practical efficiency
Youze Tang, Xiaokui Xiao, and Yanchen Shi. In- fluence maximization: Near-optimal time com- plexity meets practical efficiency. InProceedings of the 2014 ACM SIGMOD international confer- ence on Management of data, pages 75–86, 2014
2014
-
[7]
In- fluence maximization in near-linear time: A mar- tingale approach
Youze Tang, Yanchen Shi, and Xiaokui Xiao. In- fluence maximization in near-linear time: A mar- tingale approach. InProceedings of the 2015 ACM SIGMOD international conference on man- agement of data, pages 1539–1554, 2015
2015
-
[8]
Y . Shi, J. Wu, and H. Chen. A pagerank-inspired heuristic scheme for influence maximization in so- cial networks.International Journal of Web Ser- vice Research, 12(4):10–25, 2015
2015
-
[9]
X. Liu, Y . Zheng, and W. Zhang. Influence max- imization with consideration of pagerank central- ity. InProceedings of SEKE 2021, pages 214–221,
2021
-
[10]
An influence maximization algorithm based on community de- tection using topological features
Zahra Aghaee and Afsaneh Fatemi. An influence maximization algorithm based on community de- tection using topological features. InProceed- ings of the 11th International Conference on Com- puter Engineering and Knowledge (ICCKE), Isfa- han, Iran, 2021
2021
-
[11]
Umrawal, Christopher J
Abhishek K. Umrawal, Christopher J. Quinn, and Vaneet Aggarwal. A community-aware framework for social influence maximization.arXiv preprint arXiv:2207.08937, 2022
2022 arXiv
-
[12]
Masoud Jalayer, Morvarid Azheian, and Mehrdad M. Kermani. A hybrid algorithm based on community detection and multi-attribute decision-making for influence maximization. arXiv preprint arXiv:2105.09507, 2021
2021 arXiv
-
[13]
Influence maximization in social networks based on discrete particle swarm op- timization.Information Sciences, 367:600–614, 2016
Maoguo Gong, Jianan Yan, Bo Shen, Lijia Ma, and Qing Cai. Influence maximization in social networks based on discrete particle swarm op- timization.Information Sciences, 367:600–614, 2016
2016
-
[14]
Influence maximization- cost minimization in social networks based on a multiobjective discrete particle swarm optimiza- tion algorithm.IEEE Access, 6:2320–2329, 2017
Jie Yang and Jing Liu. Influence maximization- cost minimization in social networks based on a multiobjective discrete particle swarm optimiza- tion algorithm.IEEE Access, 6:2320–2329, 2017
2017
-
[15]
Katz cen- trality with biogeography-based optimization for influence maximization problem.Journal of Com- binatorial Optimization, 40(1):205–226, 2020
Abbas Salehi and Behrooz Masoumi. Katz cen- trality with biogeography-based optimization for influence maximization problem.Journal of Com- binatorial Optimization, 40(1):205–226, 2020
2020
-
[16]
De and Satchidananda Dehuri
Sagar S. De and Satchidananda Dehuri. Multi- objective biogeography-based optimization for in- fluence maximization-cost minimization in social networks. InBITMDM 2019, LAIS 10. Springer,
2019
-
[17]
Time-critical influence maximization in social networks with time-delayed diffusion process
Wei Chen, Wei Lu, and Ning Zhang. Time-critical influence maximization in social networks with time-delayed diffusion process. InTwenty-Sixth AAAI Conference on Artificial Intelligence, 2012
2012
-
[18]
Group-fairness in influ- ence maximization
Alan Tsang, Bryan Wilder, Eric Rice, Milind Tambe, and Yair Zick. Group-fairness in influ- ence maximization. InProceedings of the Twenty- Eighth International Joint Conference on Artificial Intelligence (IJCAI), pages 5997–6005, 2019
2019
-
[19]
Gummadi, and Adish Singla
Junaid Ali, Mahmoudreza Babaei, Abhijnan Chakraborty, Baharan Mirzasoleiman, Krishna P. Gummadi, and Adish Singla. On the fairness of time-critical influence maximization in social net- works.IEEE Transactions on Knowledge and Data Engineering, 2021. Combines time-critical IM ...
2021
-
[20]
Multi-objective influence maximization
Shay Gershtein, Tova Milo, and Brit Youngmann. Multi-objective influence maximization. InPro- ceedings of the 24th International Conference on Extending Database Technology (EDBT), 2021. Allows balancing multiple group-specific influ- ence objectives
2021
-
[22]
A multi- objective crow search algorithm for influence maximization in social networks.Electronics, 12(8):1790, 2023
Ping Wang and Ruisheng Zhang. A multi- objective crow search algorithm for influence maximization in social networks.Electronics, 12(8):1790, 2023
2023
-
[24]
Distribution- ally robust submodular maximization
Matthew Staib and Stefanie Jegelka. Distribution- ally robust submodular maximization. InPro- ceedings of the 22nd International Conference on Artificial Intelligence and Statistics (AISTATS),
-
[25]
A unifying framework for fairness- aware influence maximization
Golnoosh Farnadi, Behrouz Babaki, and Michel Gendreau. A unifying framework for fairness- aware influence maximization. InWWW ’20 Com- panion, pages 714–715, 2020. Defines and jointly optimizes influence spread and fairness metrics (equality, equity, maximin, diversity) via MIP
2020
-
[26]
Fair influ- ence maximization: A welfare optimization ap- proach
Aida Rahmattalabi, Shahin Jabbari, Himabindu Lakkaraju, Phebe Vayanos, Max Izenberg, Ryan Brown, Eric Rice, and Milind Tambe. Fair influ- ence maximization: A welfare optimization ap- proach. InProceedings of the 35th AAAI Con- ference on Artificial Intelligence, 2021. Propose...
2021
-
[27]
Influence maximization based on pre- diction and replacement in dynamic online social networks.Mathematics, 10(8):1341, 2021
Zhu et al. Influence maximization based on pre- diction and replacement in dynamic online social networks.Mathematics, 10(8):1341, 2021
2021
-
[28]
Genetti and E
S. Genetti and E. Ribaga. Influence maximization in hypergraphs using multi-objective evolutionary algorithms. InProceedings of [Conference], 2025,
2025
-
[29]
Influence maximization in real- world closed social networks.arXiv preprint arXiv:2209.10286, 2022
Shixun Huang, Wenqing Lin, Zhifeng Bao, and Jiachen Sun. Influence maximization in real- world closed social networks.arXiv preprint arXiv:2209.10286, 2022. Addresses privacy con- straints via limited friend-edge recommendations
2022 arXiv
-
[30]
Adaptive influence maximiza- tion in dynamic social networks.arXiv preprint arXiv:1506.06294, 2015
Guangmo Tong, Weili Wu, Shaojie Tang, and Ding-Zhu Du. Adaptive influence maximiza- tion in dynamic social networks.arXiv preprint arXiv:1506.06294, 2015. Introduces dynamic IC model with seed selection over time
2015 arXiv
-
[31]
A fast and elitist multiob- jective genetic algorithm: Nsga-ii.IEEE transac- tions on evolutionary computation, 6(2):182–197, 2002
Kalyanmoy Deb, Amrit Pratap, Sameer Agarwal, and TAMT Meyarivan. A fast and elitist multiob- jective genetic algorithm: Nsga-ii.IEEE transac- tions on evolutionary computation, 6(2):182–197, 2002
2002
-
[32]
node2vec: Scalable feature learning for networks
Aditya Grover and Jure Leskovec. node2vec: Scalable feature learning for networks. InPro- ceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 855–864, 2016
2016
-
[33]
Deepwalk: Online learning of social representa- tions
Bryan Perozzi, Rami Al-Rfou, and Steven Skiena. Deepwalk: Online learning of social representa- tions. InProceedings of the 20th ACM SIGKDD International Conference on Knowledge Discov- ery and Data Mining, pages 701–710, 2014
2014
-
[34]
Snap: A general- purpose network analysis and graph-mining li- brary.ACM Transactions on Intelligent Systems and Technology (TIST), 8(1):1–20, 2016
Jure Leskovec and Rok Sosi ˇc. Snap: A general- purpose network analysis and graph-mining li- brary.ACM Transactions on Intelligent Systems and Technology (TIST), 8(1):1–20, 2016
2016
-
[2018]
Applies distributional robustness to sub- modular maximization; relevant to fair/robust in- fluence maximization
-
[2020]
Combines BBO and NSGA-II for multiob- jective IM–cost problem
-
[2021]
PRTH+PRDD algorithms under IC model. 10
-
[2025]
Multi-objective EA on hypergraphs: maxi- mize spread, minimize seed set size
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.