← Search

Hung Nguyen

8 accepted papers

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

SwiftTry: Fast and Consistent Video Virtual Try-On with Diffusion Models

AAAI 2025technical

Given an input video of a person and a new garment, the objective of this paper is to synthesize a new video where the person is wearing the specified garment while maintaining spatiotemporal consistency. Although significant advances have been made in image-based virtual try-on, extending these suc…

Cited by 15SourcePDFScholar
2024

LangXAI: Integrating Large Vision Models for Generating Textual Explanations to Enhance Explainability in Visual Perception Tasks

IJCAI 2024poster

LangXAI is a framework that integrates Explainable Artificial Intelligence (XAI) with advanced vision models to generate textual explanations for visual recognition tasks. Despite XAI advancements, an understanding gap persists for end-users with limited domain knowledge in artificial intelligence a…

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…

2024

Practical Anytime Algorithms for Judicious Partitioning of Active Directory Attack Graphs

IJCAI 2024poster

Given a directed graph, a set of source nodes, a target node and a budget, we study the problem of maximizing the number of source nodes disconnected from the target node by removing edges not exceeding the budget. Our model is mainly motivated by a cyber security use case where we need to minimize…

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…