Gitaek Kwon 권기택
AI Research Scientist
Computer Vision · Research & Production
I am a computer vision researcher at VUNO Inc., working to bridge the gap between trained models and real-world products.
My primary research interests include learning from limited and imbalanced data, out-of-distribution (OOD) detection, and data augmentation using generative models. Focusing on the medical imaging domain, I have published papers at ICLR, MICCAI, BMVC, and ISBI. I also work across inference optimization and release automation to help research-stage models transition successfully into real-world services. More recently, I have been expanding my research interests by exploring vision-language models (VLMs) and LLM-based agent technologies.
Email GitHub Google Scholar CV
selected publications
All publications →
ICLR 2026
Frequency-Balanced Retinal Representation Learning with Mutual Information Regularization
Masked autoencoders can overfit low-frequency background structure and underrepresent the high-frequency details needed for recognition. Adds a mutual-information regularizer that aligns encoder representations with high-frequency content without changing the architecture.
MICCAI 2024
Semi-supervised Segmentation through Rival Networks Collaboration with Saliency Map in Diabetic Retinopathy
BMVC 2023Co-firstOral
Improving Out-of-Distribution Detection Performance using Synthetic Outlier Exposure Generated by Visual Foundation Models
MICCAI 2022First authorChallenge Winner
Bag of Tricks for Developing Diabetic Retinopathy Analysis Framework to Overcome Data Scarcity
ICLR 2020
Generalized Convolutional Forest Networks for Domain Generalization and Visual Recognition
Random forests struggle to increase each tree's strength without also increasing correlation between trees. Samples triplets from tree split distributions so same-class features move closer and different-class features move apart.
awards
Full CV →-
1st place · JustRAIGS — AI Glaucoma Screening Challenge ISBI 2024
322 participants from 37 countries; first overall among 20 teams in the final phase. Two tasks: binary classification of referral need and multi-label classification of ten fine-grained features.
-
1st place · DRAC22 — Diabetic Retinopathy Analysis Challenge MICCAI 2022
First place in all three tasks: multi-class segmentation of fine structures, image-quality classification, and severity grading.
-
Bronze · ACM-ICPC Korea Regional ACM
patents
All patents →-
Method and apparatus for providing lesion information
Filed · 10-2023-0184784
-
Method and apparatus for transferring the style of an image
Granted · 10-2592666
-
Object tracking method using hard negative mining
Granted · 10-2224101
things i built
All posts →-
pocket-vlm — 4B VLM을 2.6GB로 줄여 노트북 CPU에서 돌리기
양자화가 판독 정확도를 어디서 무너뜨리는지 같은 검증셋 319문항으로 측정했습니다 — 8→4비트는 사실상 무손실, 절벽은 딱 한 곳
-
fundus-vlm — 오픈 VLM으로 안저 스크리닝 리포트 만들기
오픈 VLM의 안저 판독 능력을 정량 측정하고, QLoRA로 전문 CNN급까지 끌어올리고, 구조화 리포트 생성·서빙까지 — 공개 데이터만으로
-
한국어 차트를 못 읽는 VLM, 7일 만에 고치기
진단부터 QLoRA 파인튜닝, vLLM 서빙까지 풀사이클 — val 70.2% → 96.6%
-
Artiview — 코딩 에이전트가 쏟아내는 HTML을 위한 로컬 갤러리
에이전트 산출물이 디스크와 서버에 수백 장 쌓이기 시작했을 때, 사진 앱처럼 훑어보고 본문으로 검색하는 데스크톱 앱을 만들었습니다