REVIEW 5 major objections 5 minor 25 references
The thesis claims that practical AD hardening can be both intractable and near-optimal at scale, across static, temporal, and human-in-the-loop settings.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 06:05 UTC pith:HUWD7QFO
load-bearing objection Genuinely new problem formulations and strong scaling results, but Chapter 3's all-shortest-path restriction undercuts the competent-attacker claims and the human-decision models are unvalidated. the 5 major comments →
Practical Graph Optimisation and AI-Driven Models for Active Directory Security Hardening
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that all four contributed decision problems—honeypot placement against observable and non-observable attackers, temporal decoy placement maximising worst-case response time, adaptive path-removal wizardry, and feature-based adaptive connectivity testing—are intractable (NP-hard, W[1]-hard, or #P-hard), yet each admits a practical solver that exploits AD-specific structure. For static honeypot placement, a mixed-integer program scales to graphs of roughly 137,000 nodes and 1.5 million edges and returns optimal placements quickly because AD graphs are tree-like. For time-varying graphs, solving the MIP on representative snapshots (chosen by clustering or by voting across b
What carries the argument
The load-bearing formal objects are the AD attack graph (a directed graph whose nodes are accounts, computers and groups, and whose edges are permissions an attacker can chain); the Stackelberg-game framing for decoy placement, where the attacker sees the defender’s plan and picks a worst-case path; the response-time metric, defined as the duration from the attacker’s first contact with a decoy to compromise of the Domain Admin; and an adaptive query model in which a wizard proposes either a whole attack path (Chapter 5) or a feature-annotated edge (Chapter 6), and the administrator’s choice—modelled by a Bradley–Terry rule proportional to confidence scores—determines the next query. The sim
Load-bearing premise
The load-bearing premise is that an IT administrator’s removal choice on a proposed attack path is governed by known confidence scores (Bradley–Terry), and in Chapter 6 that a single decision transfers to every edge with the same risk features; the thesis offers no observed admin-decision data to validate that model.
What would settle it
Take a real AD change-approval log (or run a user study with network administrators on a set of proposed attack paths) and compare the empirical removal-choice distribution to the Bradley–Terry prediction in Eq. 5.1. If the distributions differ materially, the 'minimize expected queries' policies minimise the wrong objective; likewise, an audit of historical removals that finds the same-feature edges treated differently would falsify the F-ACT generalisation.
If this is right
- Defenders can obtain lower-bound-verified, near-optimal honeypot plans on graphs of realistic AD scale (about 137k nodes and 1.5M edges) in minutes rather than days.
- Static plans degrade on dynamic graphs; building one plan from representative snapshots (voting or clustering) keeps the attacker’s success rate close to the optimal dynamic baseline and comes with a Monte-Carlo lower bound.
- Placing decoys to maximise worst-case response time is NP-hard, but the surrogate-assisted evolutionary approach converges to feasible cuts about 108 times faster than the vanilla version and yields roughly 23% better average response time than the ILP-repair variant in the reported settings.
- The adaptive wizard guarantees all s–t paths are cut when budget allows—a stronger guarantee than earlier edge-by-edge adaptive models—and its best heuristic (DPR) scales beyond the exact algorithm while beating the approximate algorithm on all tested graphs.
- All four underlying problems are provably intractable, so no polynomial-time optimal algorithm should be expected; heuristic and anytime solvers are the appropriate target.
Where Pith is reading between the lines
- If real administrators’ removal choices do not follow the confidence-proportional Bradley–Terry distribution, the expected-query objectives in Chapters 5–6 are mis-specified; collecting admin decision logs and recalibrating the choice model would be a direct extension.
- The Chapter 6 assumption that one decision transfers to every edge with the same features could be tested against historical permission-change approvals; edges sharing features are often treated differently for operational reasons, so the transfer rule may need confidence weights rather than a binary generalisation.
- The tree-like structure that makes the MIP fast suggests a formal fixed-parameter-tractable algorithm for honeypot placement; the thesis observes the structure but does not prove an FPT result.
- The response-time metric is one plausible security-operations objective; integrating detection probability or alert fatigue into the decoy-placement objective would change placements and is a natural next step.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This PhD thesis presents four game-theoretic/optimization models for hardening Active Directory attack graphs. Chapter 3 formulates honeypot placement as a bi-objective problem against simple and competent attackers, gives NP-hardness/W[1]-hardness results, and proposes a MIP (sMIP) plus voting/clustering heuristics for dynamic graphs (dyMIP). Chapter 4 models decoy placement on temporal attack graphs with a new response-time metric, proves NP-hardness, and develops an EDO algorithm with an ILP repair operator and a surrogate-assisted fitness function (EST). Chapter 5 introduces the Adaptive Path Removal (APR) wizard, proves #P-hardness, and proposes exact, approximate, and DPR heuristics. Chapter 6 introduces the feature-based F-ACT adaptive connectivity test, proves #P-hardness, and presents an RL algorithm (RL4FT) with self-improvement and reward shaping. The thesis claims that the underlying problems are computationally intractable and that the proposed methods scale to large AD graphs while outperforming baselines such as ZDO, vanilla EDO, and LQGCT.
Significance. If the technical claims are correct, the thesis addresses three genuinely practical gaps in AD hardening: active defences (honeypots), time-varying graphs, and human-in-the-loop remediation. The strengths of the submission include complete MIP/ILP formulations, implementable pseudocode, experiments on graphs up to 137K nodes and 1.49M edges, and benchmarking against independent baselines and Monte-Carlo lower bounds. I do not see a circularity problem: the empirical claims are not defined in terms of the fitted constants. However, the current manuscript contains several load-bearing correctness issues and one verbatim duplicated proof, so the central claims are not yet established as written.
major comments (5)
- [§3.4.1, Eqs. (3.5e)–(3.5f); §3.4.2, Eqs. (3.7e)–(3.7f)] The competent-attacker reachability objective is not correctly defined if the MIP is solved on the all-shortest-path DAG. The WLOG argument in §3.4.1 is valid for the simple attacker's shortest-path count, but a competent attacker who detects honeypots and alternates to other paths can take longer paths. A node can be disconnected in the all-shortest-path subgraph while an s→DA path still exists in the original graph. If the MIP input is restricted to that subgraph, constraints (3.5e)–(3.5f) and (3.7e)–(3.7f) minimize reachability on the wrong graph, making the CSR results in Tables 3.2–3.4 optimistic. If, instead, the MIP evaluates R variables on the full graph while only the y variables use the DAG, this must be stated explicitly and the evaluation protocol clarified. Either way, the text is ambiguous on a point that is load-bearing for the chapter's static and dynamic claims.
- [§3.4.2, Proposition 1 and its proof] The proof of Proposition 1 is a verbatim copy of the Theorem 2 clique-reduction proof. It has no connection to the batching lower-bound statement. The proposition itself is true by a simple argument: the left-hand side allows different blocking plans per batch, while the right-hand side forces a single plan over all samples. As printed, however, the proof is absent and the lower-bound estimates used in §3.5.3 and §3.5.4 rest on unproved support. The duplicated passage must be replaced with a correct proof, and the surrounding text should be checked for similar editorial errors.
- [§4.2.2, Theorem 3 proof] The NP-hardness reduction from the strict temporal (s,d)-separator problem is not valid as written. After placing the strict-TS separator of size |minC_ts| and one additional honeypot on y2, the temporal path s2→y1→DA remains with no honeypot, giving response time 0 and violating the feasibility condition that C form a temporal (S,DA)-cut. If the proof intends to block y1 rather than y2, then the extra budget is not one but two, unless y1 is declared non-blockable, which is not stated. The construction and budget accounting must be corrected before the NP-hardness claim for max-RT is established.
- [§4.4.4, Theorem 7 proof] The surrogate-convergence proof contains an unsupported assertion: it claims that every random path added to Φ in line 12 of Algorithm 7 is vertex-disjoint from every path already in Φ. This does not follow from the definition of G'=(V\c,E), since a path avoiding c may still use nodes that appear in earlier Φ paths. The subsequent O(|V|) bound depends entirely on this disjointness property. Because the guarantee that the surrogate evaluation converges to global feasibility is one of the chapter's stated contributions, the proof needs to be repaired or explicitly replaced by a weaker, correct statement.
- [§5.2, Eq. (5.1); §6.3 and §6.6.7] The human-decision model is the quantity being optimized, but it is not validated. Eq. (5.1) postulates that the IT admin chooses an edge according to a Bradley–Terry model with known confidence scores, and Chapter 6 assumes that a decision transfers to all edges with the same feature pattern. The experiments use simulated decision functions (e.g., linear/quad/rbf in §6.6.7) and random baselines, but no real administrator decision logs, user study, or deployment data are presented. The thesis-level claim of a 'practical end-to-end model' is therefore not supported by the evidence. At minimum, the human-decision assumption should be clearly framed as a stylized model, and the practical claims should be softened or accompanied by a validation/calibration discussion.
minor comments (5)
- [§3.3.1] The notation y_i is introduced as the 'total number of clean paths' but is later used as the number of shortest paths. Please define y_i as the number of shortest s→DA paths for the simple attacker and keep the terminology consistent.
- [§3.5.2 / Table 3.4] The budget is stated as b=10 in Table 3.2 and the experiment setup, but Table 3.4 reports results 'with a budget of 20'. Clarify whether the dynamic experiments use a different budget and why.
- [§4.4.2, Theorem 4] The proof of Lemma 5 is given as 'Admit proof from Lemma 6 of (Wu et al., 2014)'. For a standalone thesis chapter, either provide a self-contained proof or state the lemma as external and give the precise conditions under which prefix-subpaths of earliest-arrival paths are earliest-arrival paths.
- [§4.2.2] The proof gadget is referenced as 'Figure 3.b'; it should be Figure 4.2(b). There are also several typographical errors in the temporal-graph definitions (e.g., inconsistent use of t_i and t_max).
- [General] The thesis is an aggregation of five published/submitted papers. Some notation and terminology differ between chapters (e.g., 'system admin' vs 'IT admin', 'honeypot' vs 'decoy'). A unified notation table and a pass to normalize terminology would improve readability.
Circularity Check
No circularity: central claims are benchmarked against independent baselines and external hardness targets; the all-shortest-path restriction and human-decision assumptions are validity/modeling concerns, not reductions of the target to its inputs.
full rationale
No circular step can be exhibited. The empirical claims are measured against independent baselines (GREEDY, ZDO, vanilla EDO from Goel et al., ILP repair, LQGCT) and Monte-Carlo lower bounds sized by Hoeffding's inequality; no fitted parameter is later renamed as a prediction. Hardness proofs reduce from Vertex Cover, Clique, and the strict temporal separator problem (Zschoche et al., 2020), which are external. The thesis's self-citations are structural—chapters build on the author's own published formulations—but none is load-bearing: the tree-like-structure remark (Guo et al., 2022) is explanatory, and scalability/optimality claims rest on direct experiments. The main concerns are validity/correctness rather than circularity: (i) in Section 3.4.1, "it is without loss of generality to consider only all-shortest path graphs" is justified for the simple attacker but is silently applied to the competent-attacker reachability constraints (3.5e)-(3.5f), so sMIP-C/dyMIP-C optimize a surrogate graph; (ii) Section 5.2's Bradley-Terry model (Eq. 5.1) and Chapter 6's feature-transfer rule ("That decision is then applied to all edges that share the same feature pattern") define the admin model rather than validate it against real decisions; (iii) Proposition 1's proof in Section 3.4.2 is a copy-paste of the clique reduction and does not prove the stated lower-bound inequality (which is elementary anyway). None of these makes a claimed prediction equal to its input by construction, so the circularity score is 0.
Axiom & Free-Parameter Ledger
free parameters (5)
- φ (fraction of competent attackers) =
0.5
- m (number of graph samples in dyMIP(m)) =
10–100
- k (number of clusters in clustering heuristic) =
not reported in visible text
- bf (budget factor for temporal decoy budget) =
1.5
- conf(e) (Bradley–Terry confidence scores) =
generation not described
axioms (8)
- domain assumption Simple attacker chooses uniformly among shortest paths; WLOG the relevant subgraph is the all-shortest-path DAG (acyclic).
- domain assumption Only edge sets change across snapshots; the node set is static.
- domain assumption Every temporal edge has duration 1.
- domain assumption The attacker has full visibility of the temporal graph and the decoy placement.
- ad hoc to paper IT admin choices follow the Bradley–Terry model with known confidence scores.
- ad hoc to paper Admin decisions generalize to all edges sharing similar risk features.
- standard math Standard hardness results: Vertex Cover is NP-hard; Clique is W[1]-hard w.r.t. size; Strict-TS is NP-complete (Zschoche et al. 2020); counting s-t paths/cuts is #P-hard.
- domain assumption Realistic AD graphs have tree-like structure that MIP solvers exploit.
invented entities (4)
-
Response-time metric (RT)
no independent evidence
-
Adaptive wizard (APR)
no independent evidence
-
Feature-generalized admin decision (F-ACT)
no independent evidence
-
Important-path surrogate set Φ
no independent evidence
read the original abstract
Microsoft's Active Directory (AD) is a directory service that enables the IT admin to manage security permissions and control access within a Windows domain network. As a core management system in many of organisation, AD has become a primary target for adversaries. While many solutions for hardening attack graphs exist, these efforts fall short in addressing several key practical challenges specific to the AD attack graph. First, existing models often assume the graph is static, whereas a real-world AD environment is highly dynamic. Second, most proposed solutions are limited to the defensive measure of revoking vulnerabilities (edge removal), while more active defence mechanisms are largely unstudied. Third, because not all remediations are implementable, a practical end-to-end model must incorporate system admin feedback into the prioritisation process. This thesis aims to address these limitations by studying and proposing a number of game-theoretic and optimisation-based decision-making models. First, we propose a honeypot/decoy placement model based on the principle of minimising the number of shortest paths and the number of Domain Admin-reachable nodes. Second, building on this model, we introduce a defence strategy that considers the dynamic/temporal nature of the AD graph, where the objective is to find the location to deploy decoys that maximises the worst-case incident response time. Third, we introduce an adaptive prioritisation model that queries each high-risk attack path to the IT administrator for mediation. Finally, we introduce an end-to-end adaptive prioritisation model that minimises the approval effort of the system admin by finding a general adaptive edge-removal policy that generalises the system admin's decisions to edges with similar risk features. We show that the problems underlying all of the contributed models are computationally intractable.
Figures
Reference graph
Works this paper leans on
-
[1]
Adalo Team (2025).Legacy System Security Vulnerabilities Stats – Critical Data Points Every IT Leader Should Know in
2025
-
[2]
Cyber maintenance policy optimization via adap- tive learning
IEEE, pp. 307–321. Tambe,Milind(2011).Security and game theory: algorithms, deployed systems, lessons learned. Cambridge university press. Tan, Yue and Cathy H Xia (2016). “Cyber maintenance policy optimization via adap- tive learning”. In:IEEE INFOCOM 2016-The 35th Annual IEEE International Conference on Computer Communications. IEEE, pp. 1–9. The MITRE ...
2011
-
[7]
Adaptive submodular maximization in bandit setting
Gabillon, Victor, Branislav Kveton, Zheng Wen, Brian Eriksson, and Shanmugave- layutham Muthukrishnan (2013). “Adaptive submodular maximization in bandit setting”. In:Advances in Neural Information Processing Systems26. Gan, Jiarui, Bo An, and Yevgeniy Vorobeychik (2015). “Security games with protec- tion externalities”. In:Proceedings of the AAAI Confere...
2013
-
[8]
Optimal surveillance of covert net- works by minimizing inverse geodesic length
Gaspers, Serge and Kamran Najeebullah (2019). “Optimal surveillance of covert net- works by minimizing inverse geodesic length”. In:Proceedings of the AAAI Con- ference on Artificial Intelligence. Vol
2019
-
[10]
Limited Query Graph Connectivity Test
AAAI Press, pp. 9360–9367. Guo, Mingyu, Jialiang Li, Aneta Neumann, Frank Neumann, and Hung Nguyen (2024). “Limited Query Graph Connectivity Test”. In:Proceedings of the AAAI Conference on Artificial Intelligence. Vol
2024
-
[11]
Coalitional security games
AAAI Press, pp. 14620–14628. Guo, Qingyu, Bo An, Yevgeniy Vorobeychik, Long Tran-Thanh, Jiarui Gan, and Chunyan Miao (2016a). “Coalitional security games”. In:Proceedings of the 2016 International Conference on Autonomous Agents & Multiagent Systems, pp. 159–
2016
-
[12]
A Formal Model for Credential Hopping Attacks
Albanese, Massimiliano, Karin L Johnsgard, and Vipin Swarup (2022). “A Formal Model for Credential Hopping Attacks”. In:European Symposium on Research in Computer Security. Springer, pp. 367–386. Allen, Sarah R, Lisa Hellerstein, Devorah Kletenik, and Tonguç Ünlüyurt (2017). “Evaluation of monotone DNF formulas”. In:Algorithmica77, pp. 661–685. Ammann, Pa...
2022
-
[15]
Tech. rep. 16th annual edition. Google Cloud.url: https : / / services . google . com / fh / files / misc / m - trends - 2025 - en . pdf (visited on 09/04/2025). Mar-Elia, Darren (2021).Organizations Increasing Investment in Active Directory Se- curity, Survey Shows. Semperis Blog.url:https://www.semperis.com/blog/ organizations- increasing- investment- a...
arXiv 2025
-
[20]
Hop-constrained st Simple Path Enumeration: Towards Bridging Theory and Practice
Baltimore, MD, pp. 113–128. Peng, You, Ying Zhang, Xuemin Lin, Wenjie Zhang, Lu Qin, and Jingren Zhou (2019). “Hop-constrained st Simple Path Enumeration: Towards Bridging Theory and Practice.” In:Proc. VLDB Endow.13.4, pp. 463–476. Phillips,CynthiaandLauraPaintonSwiler(1998).“Agraph-basedsystemfornetwork- vulnerability analysis”. In:Proceedings of the 19...
Pith/arXiv arXiv 2019
-
[24]
Jump- start reinforcement learning
1, pp. 881–886. Uchendu, Ikechukwu, Ted Xiao, Yao Lu, Banghua Zhu, Mengyuan Yan, Joséphine Si- mon, Matthew Bennice, Chuyuan Fu, Cong Ma, Jiantao Jiao, et al. (2023). “Jump- start reinforcement learning”. In:International Conference on Machine Learning. PMLR, pp. 34556–34583. 116Bibliography Ulrich,Tamara,JohannesBader,andEckartZitzler(2010).“Integratingd...
2023
-
[25]
Submodularity in data subset selec- tionandactivelearning
Wei, Kai, Rishabh Iyer, and Jeff Bilmes (2015). “Submodularity in data subset selec- tionandactivelearning”.In:International conference on machine learning.PMLR, pp. 1954–1963. Weng, Jiayi, Huayu Chen, Dong Yan, Kaichao You, Alexis Duburcq, Minghao Zhang, Yi Su, Hang Su, and Jun Zhu (2022). “Tianshou: A highly modularized deep reinforcement learning libra...
Pith/arXiv arXiv 2015
-
[26]
Urban security: Game-theoretic resource allocation in networked domains
1, pp. 1464–1470. Tsai, Jason, Zhengyu Yin, Jun-young Kwak, David Kempe, Christopher Kiekintveld, and Milind Tambe (2010). “Urban security: Game-theoretic resource allocation in networked domains”. In:Proceedings of the AAAI Conference on Artificial Intelli- gence. Vol
2010
-
[33]
Optimizing cyber defense in dynamic active directories through reinforcement learning
01, pp. 533–540. Goel, Diksha, Kristen Moore, Mingyu Guo, Derui Wang, Minjune Kim, and Seyit Camtepe (2024). “Optimizing cyber defense in dynamic active directories through reinforcement learning”. In:European Symposium on Research in Computer Secu- rity. Springer, pp. 332–352. 110Bibliography Goel, Diksha, Aneta Neumann, Frank Neumann, Hung Nguyen, and M...
2024
-
[34]
Self-improving reactive agents based on reinforcement learning, planning and teaching
02, pp. 2111–2118. Lin, Long-Ji (1992). “Self-improving reactive agents based on reinforcement learning, planning and teaching”. In:Machine learning8, pp. 293–321. Lukas, Ondrej and Sebastian Garcia (2021).Deep generative models to extend Active Directory graphs with honeypot users. arXiv:2109.06180 [cs.CR]. Mandiant (2025).M-Trends
Pith/arXiv arXiv 1992
-
[35]
Curriculum learning for multilevel bud- geted combinatorial problems
6, pp. 5603–5610. Nabli, Adel and Margarida Carvalho (2020). “Curriculum learning for multilevel bud- geted combinatorial problems”. In:Advances in Neural Information Processing Systems33, pp. 7044–7056. Ng, Andrew Y, Daishi Harada, and Stuart Russell (1999). “Policy invariance un- der reward transformations: Theory and application to reward shaping”. In:...
2020
-
[99]
Optimizing Cyber Response Time on Temporal Active Directory Networks Using Decoys
Citeseer, pp. 278–287. Ngo, Huy, Mingyu Guo, and Hung Nguyen (2024a). “Optimizing Cyber Response Time on Temporal Active Directory Networks Using Decoys”. In:Proceedings of the Genetic and Evolutionary Computation Conference, pp. 1309–1317. Ngo, Huy Q, Mingyu Guo, and Hung Nguyen (2023). “Near optimal strategies for hon- eypots placement in dynamic and la...
2023
-
[167]
Optimal interdiction of illegal network flow
Guo, Qingyu, Yair Zick, Chunyan Miao, and Bo An (2016b). “Optimal interdiction of illegal network flow”. In:IJCAI. Haarnoja,Tuomas,AurickZhou,PieterAbbeel,andSergeyLevine(2018).“Softactor- critic: Off-policy maximum entropy deep reinforcement learning with a stochastic actor”. In:International conference on machine learning. Pmlr, pp. 1861–1870. Hamed, Ha...
Pith/arXiv arXiv 2018
-
[345]
Buhmann, Martin Dietrich (2000). “Radial basis functions”. In:Acta numerica9, pp. 1–38. Christodoulou, Petros (2019). “Soft actor-critic for discrete action settings”. In:arXiv preprint arXiv:1910.07207. Conitzer, Vincent and Tuomas Sandholm (2006). “Computing the optimal strategy to commit to”. In:Proceedings of the 7th ACM conference on Electronic comme...
Pith/arXiv arXiv 2000
-
[608]
Optimal ids sensor placement and alert pri- oritization using attack graphs
Noel, Steven and Sushil Jajodia (2008). “Optimal ids sensor placement and alert pri- oritization using attack graphs”. In:Journal of Network and Systems Management 16.3, pp. 259–275. Ou, Xinming, Sudhakar Govindavajhala, Andrew W Appel, et al. (2005). “MulVAL: A logic-based network security analyzer.” In:USENIX security symposium. Vol
2008
-
[690]
Cybersecurity Data Sources for Dynamic Network Re- search
Kent, Alexander D. (2015). “Cybersecurity Data Sources for Dynamic Network Re- search”. In:Dynamic Networks in Cybersecurity. Imperial College Press. Khan, Arijit, Yuan Ye, and Lei Chen (2018).On uncertain graphs. Morgan & Claypool Publishers. Khouzani, MHR, Zhengliang Liu, and Pasquale Malacaria (2019). “Scalable min-max multi-objective cyber-security op...
2015
-
[1750]
Robust curriculum learning: from clean label detection to noisy label self-correction
Zhou, Tianyi, Shengjie Wang, and Jeff Bilmes (2020). “Robust curriculum learning: from clean label detection to noisy label self-correction”. In:International confer- ence on learning representations. Zhou, Tianyi, Shengjie Wang, and Jeff Bilmes (2021). “Curriculum learning by opti- mizing learning dynamics”. In:International Conference on Artificial Inte...
2020
-
[2022]
Harnessing the power of deception in attack graph-based security games
Tech. rep. Microsoft Cor- poration.url:https : / / query . prod . cms . rt . microsoft . com / cms / api / am / binary/RE54L3X. Microsoft (2023).Microsoft Digital Defense Report.https://www.microsoft.com/ en/security/security-insider/microsoft-digital-defense-report-2023/. Microsoft (2024a).Best Practice Guide for Securing Active Directory Installations. ...
2023
-
[2025]
To delay or not: temporal vaccinationgamesonnetworks
Adalo Blog. Updated August 25, 2025; accessed August 27, 2025.url:https : / / www . adalo . com / posts / b2b - legacy-system-security-vulnerabilities-stats. Adiga, Abhijin, Srini Venkat, and Anil Vullikanti (2016). “To delay or not: temporal vaccinationgamesonnetworks”.In:IEEE INFOCOM 2016-The 35th Annual IEEE International Conference on Computer Communi...
2025
-
[3252]
Beyond adaptive submodularity: Approxi- mation guarantees of greedy policy with adaptive submodularity ratio
Fujii, Kaito and Shinsaku Sakaue (2019). “Beyond adaptive submodularity: Approxi- mation guarantees of greedy policy with adaptive submodularity ratio”. In:Inter- national conference on machine learning. PMLR, pp. 2042–2051. Gabillon, Victor, Branislav Kveton, Zheng Wen, Brian Eriksson, and S Muthukrishnan (2014). “Large-scale optimistic adaptive submodul...
2019
-
[5142]
Resource-Limited Network Security Games with General Contagious Attacks
Bai, Rufan, Chao Xu, Chenyang Xu, and Ruilong Zhang (2024). “Resource-Limited Network Security Games with General Contagious Attacks”. In:International Computing and Combinatorics Conference. Springer, pp. 79–91. Ball, Michael O (1986). “Computational complexity of network reliability analysis: An overview”. In:Ieee transactions on reliability35.3, pp. 23...
2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.