I am a Smart Embedded Systems & IoT undergraduate student at Hanoi University of Science and Technology (HUST), conducting research at the EDABK Laboratory. My work lies at the intersection of Neuromorphic Computing, Deep Learning on Biomedical Signals, and Efficient Edge AI.
- π B.S. in Smart Embedded Systems and IoT (Expected 2027) @ Hanoi University of Science and Technology (HUST)
- π¬ Lab Member @ EDABK Laboratory, HUST
- π¨βπ« Teaching Assistant @ Global Consumer Intelligence Course, Matsuo-Iwasawa Laboratory, The University of Tokyo
- πΌ Artificial Intelligence Intern @ Viettel Telecom & HANET Technology
- π 2nd Place Winner & Top 100 Global Teams β HSIL Hackathon 2026 (Harvard Health Systems Innovation Lab)
- ποΈ Outstanding Student β Global Consumer Intelligence Course 2025 (Matsuo-Iwasawa Lab, UTokyo)
- Emerging AI Architectures for Biosignals: Training and deploying Spiking Neural Networks (SNN) and Kolmogorov-Arnold Networks (KAN) alongside neural architecture search (MLP NAS) on biological signals, specifically ECG and PPG.
- Efficient Edge AI: Developing, quantizing, and deploying real-time Computer Vision systems to balance extreme efficiency with high accuracy.
Deep Learning | Spiking Neural Networks | ECG Reconstruction | 4-bit Quantization
- Concept: An offline research benchmark for reconstructing chest-reference ECG morphology from single-ear ECG.
- Methodology: Built a compact 1D SDCAE with 4-bit LSQ-quantized convolution layers and integer multi-level spike activations, evaluated subject-independently with leave-one-subject-out cross-validation.
- Results: Across 12 private LOSO folds, SDCAE achieved 0.873 +/- 0.039 PQRST-Pearson, 0.862 full-window correlation, and 0.257 MSE. Its 23,140 parameters have an 11.3 KB theoretical packed 4-bit weight footprint, matching the strongest full-precision baseline in aggregate.
- Scope: The paired dataset remains private. This is not a diagnostic system, medical device, or demonstrated real-time deployment.
- [Code/Repository]
Computer Vision | NVIDIA DeepStream SDK| TensorRT | Jetson Nano
- Concept: High-throughput real-time product tracking at the edge using resource-constrained devices.
- Methodology: Built a parallelized DeepStream-based video pipeline processing 16 concurrent RTSP streams on a single Jetson Nano. Employed post-training FP16 quantization via TensorRT and knowledge distillation on YOLOv8n.
- Results: Sustained robust detection accuracy and real-time processing constraints at target distances up to 10 meters.
- [Code/Repository]
Real-time Object Tracking | YOLOv8 | Anchor Mapping | Industry 4.0
- Concept: Automating quality assurance in electronics manufacturing lines.
- Methodology: Deployed a custom-trained YOLOv8n detector tracking 11 component classes across a 2-tier packaging setup. Implemented a proprietary "Anchor-based Mapping" algorithm to synchronize state machines across 4 camera feeds.
- Results: Achieved low-latency error alerts for missing components, incorrect packaging order, or positioning errors.
- [Code/Repository]
| Theoretical & Research Areas | Spiking Neural Networks (SNN), Neural Architecture Search (NAS), Deep Learning on Biosignals |
| Frameworks & Tools | PyTorch, TensorFlow, Keras, SpikingJelly, OpenCV, Ultralytics, Git, Docker |
| Languages | Python, C, C++ |
| Hardware & Deployment | NVIDIA Jetson Nano, TensorRT, NVIDIA DeepStream, GStreamer, ESP32 |