← Home
Research
My work connects mechanical/electrical systems with AI — from
prognostics & health management to domain-informed neural networks,
AI-driven design, and LLM-based engineering workflows. Below is what
each theme means and the key papers behind it. The full list is on the
publications page.
01
Prognostics & Health Management
PHM monitors, evaluates, and predicts the health of mechanical,
electrical, and industrial systems — so faults are caught early,
reliability goes up, and maintenance happens before something breaks.
It was the core of my Ph.D., spanning motors, rotating machinery, and
thermal power plants.
- Why it matters — predictive failure detection (cost savings), higher reliability, better operational efficiency.
- How I approach it — signal-aware preprocessing, deep representation learning, anomaly detection, and diagnosis that holds up under changing operating conditions.
Rotating machines & motors
-
Measurement ’23First author
A preprocessing step that compensates a motor’s stator-current signals for changing speed and load, so a deep model can diagnose permanent-magnet synchronous motor (PMSM) faults reliably under variable operating conditions.
-
JCDE ’23First author
A residual network with multi-scale paths and attention that captures fault signatures across different time scales, improving fault diagnosis of rotating machines.
-
JCDE ’26First author
Adds uncertainty estimation and a center-margin loss so the model can flag novel, never-before-seen fault types instead of forcing them into known classes.
-
Eng. Appl. of AI ’26
A deep operator network with Fourier features and adapters that estimates the severity of stator inter-turn short circuits in induction motors — moving from “which fault” to “how bad”, including severities not seen during training (simulation-assisted).
-
Knowledge-Based Systems ’24
Self-supervised pre-training learns motor-fault representations without labels, so diagnosis stays accurate across a wide range of torque conditions with little labeled data.
-
JCDE ’25Co-first author
Transfers fault knowledge across many overhead-hoist-transport units in a semiconductor fab using mostly unlabeled data, so a model trained on a few machines generalizes to the whole fleet.
-
Eng. Appl. of AI ’26
Fuses multiple sensors on a frequency-band graph with a sensitivity-aware “energy assist” network, sharpening fault diagnosis of complex machinery systems.
Thermal power plant
-
ESWA ’23First author
An unsupervised temporal convolutional auto-encoder that flags boiler-tube leaks from multi-sensor signals; the latent size is tuned by entropy minimization and the alarm threshold is set automatically via kernel density estimation.
02
Domain Knowledge Informed Neural Networks
End-to-end deep learning on engineering data often ignores what
engineers already know. DINN folds that domain knowledge —
physics, signal analysis, expert rules — back into the model.
- Problems it fixes — low generalization (sensitive to noise/conditions), black-box opacity, and physically inconsistent outputs.
- How — training across simulated multi-condition data (generalization), physics-based loss terms / PINNs (physical consistency), and signal-aware inputs such as 2D time–frequency maps (interpretability).
-
A review of PHM methods based on domain-knowledge-informed neural networks
in progressFirst author
Defines DINN, organizes the ways physics, signal analysis, and expert rules can be fused into PHM models, analyzes their limits, and maps out open directions.
03
AI-driven Design
Using AI across the design loop — generating candidate designs,
predicting performance faster than simulation, and optimizing
parameters and topology in high-dimensional spaces.
- Design generation — generative models for new design candidates.
- Design evaluation — prediction models, physics-informed networks (PINNs), and explainable AI.
- Design optimization — parameter & topology optimization via reinforcement learning and inverse modeling.
-
Inverse modeling of springback in metal bipolar-plate stamping
under reviewFirst authorw/ Fraunhofer IPT
A neural inverse model that predicts the die/stamping parameters needed to hit a target metal bipolar-plate geometry for PEM fuel cells — compensating springback in seconds instead of through iterative simulation. A collaboration with Fraunhofer IPT (Aachen), built on adaptive sampling + a surrogate model + an inverse model.
-
Reinforcement-learning-based optimal parameter estimation of an ultra-precision machine
ICEAS ’22First author
Frames process-parameter tuning of an ultra-precision machine as a reinforcement-learning problem to reach optimal settings efficiently.
04
LLM Applications in Engineering
My current focus at Samsung Research: domain-specialized LLMs,
knowledge graphs, and retrieval-augmented generation (RAG) that bring
engineering data and physical reasoning into one workflow.
- Where LLMs help — design generation, end-to-end process automation, and integrating human/physics feedback.
- Building a domain LLM — (1) curate engineering datasets for fine-tuning & RAG, (2) handle multi-modal data (CAD, simulation, sensor signals), (3) deploy in workflows that stay aligned with physical principles.
-
LLM-based engineering design framework
in development
An LLM workflow that generates designs and folds in feedback to fit user requirements while respecting physical constraints — bridging today’s fragmented, rigid, and slow design-tool chains.
-
Knowledge-graph + RAG + LLM for PHM
research
Represents fault-related knowledge as a graph and keeps a PHM assistant accurate and current by combining RAG with LLMs — tackling the black-box reasoning, slow retrieval, and limited access to unstructured maintenance data that plain models struggle with.