← Search

Mingyu Guo

13 accepted papers

2026

Behavioral-Similarity and Clustering-Based Methods for Static Graph Estimation in Hybrid GNNs (Student Abstract)

AAAI 2026technical

In this study, we propose two methods to estimate static graphs from a single dynamic graph and integrate them into hybrid Graph Neural Networks (GNNs), which combine long-term static structure with transient dynamic interactions. Since static graphs are often unavailable and attributes may be diffi

Cited by 0SourcePDFScholar
2026

On the Edge of Core (Non-)Emptiness: An Automated Reasoning Approach to Approval-Based Multi-Winner Voting

AAAI 2026technical

Core stability is a natural and well-studied notion for group fairness in multi-winner voting, where the task is to select a committee from a pool of candidates. We study the setting where voters either approve or disapprove of each candidate; here, it remains a major open problem whether a core-sta

Cited by 0SourcePDFScholar
2026

Rethinking Gating Mechanism in Sparse MoE: Handling Arbitrary Modality Inputs with Confidence-Guided Gate

ICML 2026poster

Effectively managing missing modalities is a fundamental challenge in real-world multimodal learning scenarios, where data incompleteness often results from systematic collection errors or sensor failures. Sparse Mixture-of-Experts (SMoE) architectures have the potential to naturally handle multimod…

Cited by 0SourcecodeScholar
2026

Semantics Lead the Way: Harmonizing Semantic and Texture Modeling with Asynchronous Latent Diffusion

CVPR 2026

Latent Diffusion Models (LDMs) inherently follow a coarse-to-fine generation process, where high-level semantic structure is generated slightly earlier than fine-grained texture. This indicates the preceding semantics potentially benefit the texture generation by providing a semantic anchor. Recent

Cited by 0SourcecodeScholar
2026

Taming Treewidth DP with Modulators: A General Booster for Graph Heuristics

IJCAI 2026

Treewidth is a fundamental graph invariant that quantifies how tree-like a given graph is. It is extensively used with dynamic programming to design fixed-parameter tractable algorithms for many NP-hard graph combinatorial optimization problems. However, despite broad theoretical applicability, tree

Cited by 0Scholar
2025

Adaptive Wizard for Removing Cross-Tier Misconfigurations in Active Directory

IJCAI 2025

Security vulnerabilities in Windows Active Directory (AD) systems are typically modeled using an attack graph and hardening AD systems involves an iterative workflow: security teams propose an edge to remove, and IT operations teams manually review these fixes before implementing the removal. As ver

2025

Can Dependencies Induced by LLM-Agent Workflows Be Trusted?

NeurIPS 2025poster

LLM-agent systems often decompose high-level objectives into subtask dependency graphs, assuming that each subtask’s output is reliable and conditionally independent of others given its parent responses. However, this assumption frequently breaks during execution, as ground-truth responses are inac…

Cited by 0SourcecodeScholar
2025

LVFace: Progressive Cluster Optimization for Large Vision Models in Face Recognition

ICCV 2025poster

Vision Transformers (ViTs) have revolutionized large-scale visual modeling, yet remain underexplored in face recognition (FR) where CNNs still dominate. We identify a critical bottleneck: CNN-inspired training paradigms fail to unlock ViT's potential, leading to suboptimal performance and convergenc…

2024

Limited Query Graph Connectivity Test

AAAI 2024technical

We propose a combinatorial optimisation model called Limited Query Graph Connectivity Test. We consider a graph whose edges have two possible states (On/Off). The edges' states are hidden initially. We could query an edge to reveal its state. Given a source s and a destination t, we aim to test s−t…

2023

Diverse Approximations for Monotone Submodular Maximization Problems with a Matroid Constraint

IJCAI 2023poster

Finding diverse solutions to optimization problems has been of practical interest for several decades, and recently enjoyed increasing attention in research. While submodular optimization has been rigorously studied in many fields, its diverse solutions extension has not. In this study, we consider…

Cited by 13SourcePDFScholar
2023

Scalable Edge Blocking Algorithms for Defending Active Directory Style Attack Graphs

AAAI 2023technical

Active Directory (AD) is the default security management system for Windows domain networks. An AD environment naturally describes an attack graph where nodes represent computers/accounts/security groups, and edges represent existing accesses/known exploits that allow the attacker to gain access fr…

Cited by 17SourcePDFScholar
2022

Practical Fixed-Parameter Algorithms for Defending Active Directory Style Attack Graphs

AAAI 2022technical

Active Directory is the default security management system for Windows domain networks. We study the shortest path edge interdiction problem for defending Active Directory style attack graphs. The problem is formulated as a Stackelberg game between one defender and one attacker. The attack graph con…