I optimize AI models β LLM Β· TTS Β· ASR Β· voice conversion Β· speech enhancement β tearing models apart (quantization, SIMD, speculative decoding, pure-C rewrites) and building the serving around them so they run in production.
- π€ Hugging Face
- πΌ LinkedIn
- π« kdrkdrkdr@hanyang.ac.kr
Preprints
- faster-enhancer.c: A Dependency-Free int8 Runtime for Streaming Speech Enhancement on Commodity CPUs Gyeongmin Kim. arXiv:2607.25350, Jul 2026. [arXiv] [code]
- Extracting Voice Styles from Frozen TTS Models via Gradient-Based Inverse Optimization Gyeongmin Kim. arXiv:2607.25351, Jul 2026. [arXiv] [code]
Under review
- Why One Small Fixed Tree Suffices: The Cost Geometry of Draft Trees for a Multi-Token-Prediction Drafter Gyeongmin Kim, Ayoung Moon, Seung Jin Lee. Under review, 2026.
- NC AI (Seongnam, South Korea) β Data Engineering Team (May 2026 β ) LLM inference optimization & serving β MoE quantization (W8A16), speculative decoding for a data-generation pipeline, and a distributed vLLM serving gateway in Go.
- Yonsei University Health System (YUHS) (Seoul, South Korea) β Research Engineer (Mar 2025 β Oct 2025) Led dev for NGS clinical report pipeline & SICU false-alarm monitoring desktop app.
- NCSOFT (Seongnam, South Korea) β Audio Data Team (Jul 2024 β Jan 2025) Built end-to-end audio post-processing automation for TTS data pipelines.
- Taiyaki Studios (USA, Remote) β AI Team (Jan 2023 β Jul 2023) Built a complete TTS training toolkit and production inference pipeline.
Model Optimization (Nov 2024 β present) β speech models re-implemented in dependency-free pure C, running in real time on-device
- nemotron-asr-streaming.c β 0.6B streaming ASR (FastConformer + RNN-T). Cache-aware streaming, W8A8 quantization with custom "Q8P" 4-row tile packing, NEON/AVX2 SIMD, up to 16 threads. [docs] [quantized model]
- LILAC β Zero-shot real-time voice conversion from a 3s reference (OpenVoice v2 port). Streaming HiFi-GAN decoder, 2-thread SPSC audio pipeline, RNNoise SIMD. RTF 0.7β0.8 on CPU, 270β330 ms end-to-end. [optimizations]
- MossTTS-Nano.c β 100M TTS model. NEON/SSE SIMD, KV cache, pthread parallelism β 30Γ speedup (68s β 2.3s), 1.8Γ faster than PyTorch CPU, RTF 0.33. [optimizations]
- DeepFilterNet3.c.wasm β Noise-reduction model in pure C/WASM, real-time in mobile browsers. ~1 ms/frame on MacBook M2, ~4 ms on Galaxy S23. [optimizations]
Axcellworks (JP) β real-time voice conversion intelligibility, remote collaboration (Nov 2023 β Feb 2024)
- Diagnosed chunk-boundary artifacts as receptive-field truncation; removed them with overlap-save chunk inference (neighbor-chunk context, keep center) at no added latency.
Multilingual TTS (Oct 2022 β Feb 2025)
- Data β BGM removal (Kim Vocal) β speaker diarization (pyannote) β VAD segmentation β Whisper transcription: ~30k clips (3β10 s).
- Models β VITS derivatives: JA2ML-VITS (19-language speech from Japanese-only data), JK-VITS (KO/JA bilingual), RVC-VITS (RVC-converted training data).
- Services β ProsekaTTS (2.3M+ visitors, 60 developer duplicates, Jul 2026) Β· ShirokoTTS (EN/KO/JA).
G2P Packages (Jun 2023 β Dec 2023)
- g2pk3 β Korean/Japanese/English β Korean pronunciation. [PyPI]
- ko2kana β Korean/English pronunciation β Katakana. [PyPI]
Japanese Translation Tools (Dec 2020 β Apr 2022)
- novel-reader β Android app translating novels from 7 Japanese sites with a proper-noun dictionary system.
- EhndWebTranslate β Async Japanese web page translator with real-time/document/novel modes.
- UserDict4Papago β Proper-noun dictionary overlay for Papago KR-JP translation.
Founded El Nino (university startup club β sole proprietorship) and built Knoc, a real-time translation subtitle service for classes and conferences β launched Mar 2026, covered by Multilingual.com.
- Rewrote the Python prototype in Go for large-scale WebSocket handling; Redis Pub/Sub subtitle rooms, distributed architecture, user/admin dashboards with PAYG & subscription billing.
- Knoc-Overlay desktop subtitle overlay (Electron) Β· elnino.kr website.
- Selected for MOE U300+ student startup track (2024) Β· served Konkuk Univ. winter school & KSRT conference.
- Hanyang University, Seoul, South Korea β B.S. in Computer Science (Mar 2023 β Present, Leave of Absence since Jul 2024)


