System Online · Research Verified

Reproducing Papers, One Model at a Time.

Building trustworthy AI for cybersecurity and healthcare — one reproduced paper at a time.

I'm a PhD-track researcher working at the intersection of AI for Cybersecurity, AI for Healthcare, Federated Learning, and Continual Learning, with a growing focus on efficient LLMs/VLMs and Edge AI/TinyML. My work centers on making machine learning systems that are private, robust, and deployable in resource-constrained, high-stakes environments — from intrusion detection on IoT devices to privacy-preserving diagnostic models across hospitals.

zsh — 80x24
30+
Reproduced Papers
12+
Projects
50+
Technical Blogs
5+
Research Areas

cat resnet-image-classification.md

View all →
resnet-image-classification.md — vim
[ Featured Paper ]

Deep Residual Learning for Image Recognition (ResNet)

ResNet introduced residual connections that let networks train with far greater depth by reformulating layers as learning residual functions with reference to the layer inputs, addressing the degradation problem in very deep networks.

author: Tuan Loc venue: CVPR 2016 read_time: ~2 weeks difficulty: Intermediate
cat paper.md

ls -la ./recent-activity/

PERM DATE TAG FILENAME
-rw-r--r-- Jun 2 2026 BLOG
Why I Reproduce Landmark Papers Before Doing Original Research
Reproduction is not busywork — it is the fastest way to internalize a method deeply enough to extend it responsibly. Here is the practice I follow for every paper I reproduce.
-rwxr-xr-x May 20 2026 BLOG
Reading ResNet Ten Years Later: What Still Holds Up
Residual connections are everywhere now, which makes it easy to forget how strange the degradation problem looked in 2015. A close re-read of the original paper.
-rw-r--r-- May 8 2026 BLOG
Your Intrusion Detector Has the Same Blind Spot as an Image Classifier
FGSM was invented on image classifiers, but the same gradient-based blind spot shows up in tabular network-flow features. A walkthrough of adapting adversarial attacks to NIDS.
-rw-rw-r-- SECURITY
Edge-NIDS: On-Device Intrusion Detection for IoT
A quantized CNN intrusion-detection model deployed to an ARM Cortex-M microcontroller for real-time IoT traffic monitoring without cloud connectivity.
-rwxr-xr-x HEALTH
FedDiagnose: Cross-Hospital Federated Diagnostic Modeling
A simulated multi-hospital federated learning platform for chest X-ray classification, keeping patient imaging data local to each institution.
-rw-r--r-- RESEARCH
ReproBench: Automated Paper Reproduction Scorecard
A tooling suite that runs reproduced model checkpoints against held-out benchmarks and auto-generates a comparison scorecard against reported paper results.

ls -la ./projects/

View all →

cat blog.log

View all →

git log --oneline ./milestones

  1. 2024 — Present

    PhD Track Researcher, AI Security & Health Lab

    University of Technology, Ho Chi Minh City

    Researching federated and continual learning methods for intrusion detection and clinical diagnostic models under data-scarcity and privacy constraints.

  2. 2023 — 2024

    Research Assistant, Applied ML Group

    University of Technology, Ho Chi Minh City

    Built baseline pipelines for network traffic classification using deep learning; co-authored a workshop paper on adversarial robustness of NIDS models.

  3. 2022

    B.Eng. Computer Science, Summa Cum Laude

    University of Technology, Ho Chi Minh City

    Thesis: "Lightweight Convolutional Architectures for On-Device Malware Detection." Graduated top of cohort.

  4. 2021

    ML Engineering Intern

    CyberShield Vietnam

    Shipped a production anomaly-detection microservice for SOC alert triage, reducing analyst triage time by 35%.

tree ./interests/