I am a Ph.D. candidate in Computer Science at Case Western Reserve University, advised by Prof. Yinghui Wu.
My research focuses on graph machine learning, explainable AI (XAI), and temporal graph neural networks. I am particularly interested in developing counterfactual and interpretable explanation methods for dynamic graph models.
My recent work includes TemGX, a training-free counterfactual explanation framework for temporal graph models, accepted at ICLR 2026, and CATGX, a causal-aware temporal graph explanation framework via scalable motif sampling and adjustment, accepted at KDD 2026 Research Track. I have also worked on multimodal learning systems that integrate image segmentation, knowledge graphs, and graph neural networks for scientific applications.
In addition, I have developed large-scale benchmarking systems for materials image segmentation, achieving strong performance across SEM, AFM, and XCT datasets, and building pipelines for model evaluation and interpretability.
I am honored to have received the KDD 2026 Student Travel Award.
I am happy to share that our paper CATGX: Causal-Aware Temporal Graph Explanation via Scalable Motif Sampling and Adjustment has been accepted to KDD 2026 Research Track.
I am happy to share that our paper Training-free Counterfactual Explanation for Temporal Graph Model Inference has been accepted to ICLR 2026.
Our work on materials segmentation and multimodal learning has been accepted to ICLR 2026 AI4Mat Workshop.
Our paper Graph Compression for Interpretable Graph Neural Network Inference at Scale has been accepted to PVLDB 2025.
Mingjian Lu, Hieu Vu, Vu K Le, Jing Ma, Yinghui Wu
CATGX: Causal-Aware Temporal Graph Explanation via Scalable Motif Sampling and Adjustment.
The 32nd SIGKDD Conference on Knowledge Discovery and Data Mining (KDD), 2026
Mingjian Lu, Haolai Che, Yangxin Fan, Qu Liu, Fei Shao, Tingjian Ge, Xusheng Xiao, Yinghui Wu.
Training-free Counterfactual Explanation for Temporal Graph Model Inference.
ICLR 2026
Mingjian Lu, Pawan Kumar Tripathi, Mark Shteyn, Debargha Ganguly, Roger H. French, Vipin Chaudhary, Yinghui Wu.
Context Determines Optimal Architecture in Materials Segmentation.
ICLR 2026 AI4Mat Workshop
Yangxin Fan, Haolai Che, Mingjian Lu, Yinghui Wu.
Graph Compression for Interpretable Graph Neural Network Inference at Scale.
PVLDB 2025
Mingjian Lu, Nalin Venkat, Augustino J., et al.
Image Processing Pipeline for Fluoroelastomer Crystallite Detection in Atomic Force Microscopy Images.
Integrating Materials and Manufacturing Innovation, 2023
Hernandez, K. J., Ciardi, T. G., Yamamoto, R., Mingjian Lu, et al.
L-PBF High-Throughput Data Pipeline Approach for Multi-Modal Integration.
Integrating Materials and Manufacturing Innovation, 2024
Nalin Venkat, S., Ciardi, T.G., Mingjian Lu, et al.
A General Materials Data Science Framework for Quantitative 2D Analysis of Particle Growth from Image Sequences.
Integrating Materials and Manufacturing Innovation, 2024
Mingjian Lu, Chen, Q.Q., Chen, Y.J., Sun, W.J.
Micromanagement in StarCraft Game AI: A Case Study.
Procedia Computer Science (IIKI), 2019
Built an end-to-end multimodal AI pipeline combining image segmentation, vision encoders, attention-based fusion, and LLM-generated explanations for scientific imaging.
Integrated domain constraints into multimodal representations to generate grounded, domain-consistent explanations rather than relying solely on black-box model predictions.
Benchmarked modern vision foundation models and segmentation architectures, including JEPA, DINOv2, SAM, SegFormer, and DeepLabv3+, across multiple imaging domains.
Designed a physics-fidelity evaluation metric to quantify alignment between model explanations and domain knowledge while preserving predictive faithfulness.
Built a causal explanation system for temporal graph neural networks, separating true structural effects from confounding signals such as recency, duration, and user/entity activity.
Designed a motif-level causal attribution pipeline with backdoor adjustment to produce more reliable explanations for large-scale dynamic graph predictions.
Engineered an HNSW-based approximate-nearest-neighbor sampling system with stratified importance weighting, reducing explanation runtime to 48 seconds on million-edge graphs.
Delivered up to 83× speedup over existing baselines while maintaining 0.85–0.90 motif coverage across production-scale temporal graph benchmarks.
Built TemGX, a training-free counterfactual explanation system for temporal graph models, supporting both node classification and link prediction without retraining production models.
Designed temporal influence and graph-distance scoring algorithms to identify decision-critical events and substructures behind model predictions.
Evaluated the system on traffic, financial transaction, and dynamic-network datasets, achieving strong fidelity and sparsity on METR-LA, PEMS-BAY, and Bitcoin data.
Integrated model explanations with multi-layer knowledge graphs to support investigation of evolving patterns such as transaction chains, attack stages, and material failures.
Built a multimodal vision–graph learning pipeline that converts raw SEM images into structured defect graphs for downstream failure prediction.
Developed an automated SegFormer-B2 → graph construction → GraphSAGE pipeline, representing detected defects as nodes and spatial/material relationships as graph edges.
Designed dual GraphSAGE models to learn complementary representations from fatigue and overload regions for microstructure-aware prediction.
Generated visual and graph counterfactual explanations and grounded LLM outputs with knowledge graphs, enabling domain experts to trace predictions back to image-level evidence
Research Assistant, Microsoft, Beijing, China
Jul 2018 – Sep 2018
Assisted in implementing data-driven strategies for enterprise search engine optimization within the Belt and Road initiative.
Analyzed conversion rates and click-through rates (CTR) for Bing Ads campaigns to improve targeting and performance.
Conducted data analysis to optimize campaign effectiveness and support decision-making.
Dec 2021 – Sep 2023
Developed an automated computer-vision pipeline for detecting fluoroelastomer crystallites in AFM images, replacing manual measurements with reproducible, large-scale image analysis.
Built knowledge and scene graphs from microscopy data to capture structural relationships and support quantitative materials analysis.
Developed a statistical analysis pipeline for tracking particle growth from image sequences, with results published as first-author research in Integrating Materials and Manufacturing Innovation.
Teaching Assistant, Case Western Reserve University
CSDS 433: Database Systems Fall 2024, Spring 2025
CSDS 221: Full Stack Web Development Fall 2025
Research Areas:
Graph Machine Learning, Explainable AI (XAI), Temporal Graph Neural Networks, Knowledge Graphs, Multimodal Learning
Machine Learning & Frameworks:
PyTorch, TensorFlow, Scikit-learn
Programming:
Python, Java, SQL, C++
Systems & Data:
Large-scale machine learning pipelines, scientific image analysis, graph data processing