2024 – Present

HI-MAPF: Resource-Efficient Multi-Robot Coordination

Classical MAPF solvers assume perfect centralized control, but real robot deployments face partial observability, communication latency, and human-in-the-loop needs. HI-MAPF introduces a tiered conflict-repair architecture: robots resolve local collisions decentrally while a lightweight human interface handles higher-level replanning when needed.

We quantify coordination overhead via a novel Information Units (IU) metric and validate the full system on TurtleBot4 hardware — one of the first MAPF works with an end-to-end physical robot deployment study across benchmark environments.

↓ 2× to 510× reduction in information sharing vs. centralized ✓ Validated on TurtleBot4 hardware ↗ Novel IU metric for communication overhead
HI-MAPF example paths
HI-MAPF: multi-agent paths with tiered conflict resolution and minimal communication
View Project Page →

2023 – Present

Opinion Dynamics & Information Spread Control

Controlling how opinions propagate through large social networks is inherently a planning problem — given a network state, which nodes to intervene on and in what sequence? We model this as generalized planning over graph-structured belief states, enabling a single policy to transfer across network topologies without retraining.

The InfoSpread framework trains Graph Convolutional Networks on PDDL-derived plan traces and packages the result as an interactive tool: upload any social network, configure spread parameters, and visualize optimal intervention strategies step by step.

Milestones include AAAI 2024 Demo, NeurIPS 2024, and AAAI-GenPlan 2025.

↓ 86% infection rate reduction on Cora (2000 nodes) ★ AAAI 2024 Best Demo Award ↗ Generalizes to unseen network topologies
InfoSpread interactive demo
InfoSpread: interactive opinion-network intervention demo
View Project Page →

2022 – Present

Planning Ontology & Explainability (PO, maPO, OMEGA)

Automated planning lacks a shared vocabulary for communicating why a plan was chosen. We built PO (Planning Ontology) — an OWL 2 ontology covering planners, plan structures, domain models, and PROV-O provenance — so agents can annotate plans with SPARQL-queryable explanations. A web-based PO tool lets users explore competency questions interactively.

maPO extends PO to multi-agent settings, capturing agent roles, shared resource conflicts, and inter-agent dependencies. The OMEGA platform demonstrates this live: given any MAPF execution, OMEGA generates structured natural-language explanations grounded in the maPO ontology.

↑ 95.2% user preference over baseline explanations ★ 4.40/5 user clarity rating ↑ 94.39% competency-question coverage
Planning Ontology diagram
PO: OWL 2 planning ontology with PROV-O provenance and SPARQL query support
View Project Page →
Other Projects
2022 – 2024

LLMs for Automated Planning

Plansformer fine-tunes transformer models to generate valid PDDL plans from natural-language task descriptions, bypassing classical search. A companion survey (IJCAI '23) reviewed how LLMs are applied across planning sub-tasks — plan generation, heuristic learning, constraint extraction, and explanation.


2023

SafeChat: Guardrails for Conversational LLMs

SafeChat is a lightweight moderation layer for conversational AI that intercepts policy-violating outputs using intent classification and semantic similarity against a curated violation taxonomy, flagging and rewriting harmful completions in real time.


2024

Solving the Rubik's Cube With a PDDL Planner

An interactive system that explores spatial logic constraints mapping the Rubik's Cube into PDDL logic constructs. We compared solvability factors across multiple domain-independent classical planners focusing on standard representations.


2023

Identifying Usage States from Non-intrusive Power Sensing

A baseline evaluation and dataset release focused on isolating appliance usage footprints through continuous non-intrusive power monitoring with IoT sensors.