JUNEYONG LEE

Seoul, Republic of Korea · +82 10-5384-7822 · diziyong@hufs.ac.kr

I am a Master's student in Computer Science at Hankuk University of Foreign Studies, specializing in Multimodal Generative AI and Autonomous AI Agent systems. My expertise was demonstrated by securing 3rd place in both the 2025 Samsung AI Challenge and the 2025 Samsung Collegiate Programming Challenge.

My core research focuses on developing a novel Multimodal Diffusion Transformer model that integrates MRI with clinical data to predict Alzheimer's disease progression and generate personalized brain imagery. Beyond this, I have hands-on experience applying AI to solve practical problems in diverse domains, including satellite data restoration and real-time video analysis.

I am passionate about building and advancing cutting-edge generative models and autonomous systems to tackle complex, real-world challenges.


Publications

Zero-Shot Null-Space Diffusion Restoration with Adaptive Uncertainty-Guided Fusion for Ultrasound Speckle Reduction

IEEE Access revision

Ultrasound B-mode imaging commonly suffers from speckle noise and artifacts, requiring a delicate balance between contrast, resolution, and preservation of anatomical structures. Although recently developed despeckling methods have achieved some progress, supervised learning approaches remain fundamentally limited by the ground truth paradox, which arises from the absence of noise-free, ground truth reference images in in vivo scenarios. Existing unsupervised diffusion-based methods typically enforce data consistency in the nonlinear log-compressed domain, which violates the physical additivity of acoustic signals and can disproportionately amplify background artifacts. To overcome these limitations, we propose an uncertainty-guided null-space diffusion solution (UGNS), a novel zero-shot framework that rigorously enforces consistency corrections in the physical linear domain. The proposed UGNS introduces several technical novelties: (a) extraction of a physically consistent structural prior through a dedicated structural prior to produce a robust signal envelope that preserves anatomical structure, (b) development of an adaptive range-null reconstruction mechanism that uses an adaptive weight mask to preserve tissue regions via range-space projection, and (c) introduction of uncertainty-guided fusion in an adaptive way to mitigate sampling variability. Extensive and comparative experiments were conducted using the PICMUS benchmark and in vivo datasets. The results demonstrate that our UGNS achieves better generalized contrast-to-noise ratios than other state-of-the-art methods. In addition, our UGNS effectively suppresses speckle noise while preserving fine spatial resolution.

Ultrasound Speckle ReductionUncertainty-Guided Null-Space DiffusionAdaptive Range-null-Space ReconstructionZero-Shot Diffusion Restoration

2nd semester 2025

ADP-DiT: Text-Guided Diffusion Transformer for Brain Image Generation in Alzheimer’s Disease Progression

The International Conference on Pattern Recognition (ICPR)

Alzheimer’s disease (AD) progresses heterogeneously across individuals, motivating subject-specific synthesis of follow-up magnetic resonance imaging (MRI) to support progression assessment. While Diffusion Transformers (DiT), an emerging transformer-based diffusion model, offer a scalable backbone for image synthesis, longitudinal AD MRI generation with clinically interpretable control over follow-up time and participant metadata remains underexplored. We present ADP-DiT, an interval-aware, clinically text-conditioned diffusion transformer for longitudinal AD MRI synthesis. ADP-DiT encodes follow-up interval together with multi-domain demographic, diagnostic (CN/MCI/AD), and neuropsychological information as a natural-language prompt, enabling time-specific control beyond coarse diagnostic stages. To inject this conditioning effectively, we use dual text encoders--OpenCLIP for vision–language alignment and T5 for richer clinical-language understanding. Their embeddings are fused into DiT through cross-attention for fine-grained guidance and adaptive layer normalization for global modulation. We further enhance anatomical fidelity by applying rotary positional embeddings to image tokens and performing diffusion in a pretrained SDXL-VAE latent space to enable efficient high-resolution reconstruction. On 3,321 longitudinal 3T T1-weighted scans from 712 participants (259,038 image slices), ADP-DiT achieves SSIM 0.8739 and PSNR 29.32 dB, improving over a DiT baseline by +0.1087 SSIM and +6.08 dB PSNR while capturing progression-related changes such as ventricular enlargement and shrinking hippocampus. These results suggest that integrating comprehensive, subject-specific clinical conditions with architectures can improve longitudinal AD MRI synthesis.

Alzheimer's DiseaseDisease ProgressionText-Guided Image GenerationDiffusion Transformer

1st semester 2025

Lightweight Temporal Segment Network for Video Scene Understanding: Validation in Driver Assault Detection

Korean Institute of Information Scientists and Engineers - Journal of KIISE(JOK)

There has been an increasing number of driver assaults in transportation such as taxis and buses in the past years. It can be especially difficult to respond quickly to assaults on drivers by drunks late at night. To address this issue, our research team proposes a lightweight CNN-based Temporal Segment Network (TSN) model, which can detect driver assaults by passengers in real time. The TSN model efficiently processes videos by sampling a small number of image frames and is divided into two streams for learning: one for spatial information processing and the other for temporal information processing. Convolutional neural networks are employed in each stream. In this research, we apply a lightweight CNN architecture, MobileOne, significantly reducing the model size while demonstrating improved accuracy even with limited computing resources. The model is expected to contribute to a rapid response and prevention of hazardous situations for drivers by being integrated into vehicular driver monitoring systems.

Temporal Segment NetworkLightweight CNN ArchitectureAssault RecognitionAbnormal Behavior

1st semester 2024

Research on Developing a Responsive Web Interface for Small Businesses Using React

Collaboration with PeopleCat Co., Ltd.

Although large corporations have established sales databases for efficient sales activities, small-scale entrepreneurs need a system that provides an interface that anyone can easily manage, offering diverse and complex information. This paper proposes the use of React technology, which can also operate on crawling servers that automatically collect store information. Furthermore, it suggests the development of a responsive web user interface that can be conveniently used in both mouse and keyboard-based desktop environments as well as touch-based smartphone environments, utilizing React technology for the effective delivery of various data. The proposed methods anticipate rapid retrieval of large volumes of data due to the adoption of asynchronous function processing in React technology, an improvement over traditional JavaScript methods.

Responsive Web InterfaceReactAsynchronous ProcessingInformation Architecture Design

2nd semester 2023

Education

Hankuk University of Foreign Studies

Master's course, Computer Science - AI Track

GPA: 4.37 / 4.5

March 2024 - Present

Hankuk University of Foreign Studies

Bachelor's degree, Computer and Electronic Systems Engineering

GPA: 3.50 / 4.5

March 2017 - February 2024

SEOUL HIGH SCHOOL

March 2014 - February 2017

Skills

Programming Languages & Tools
  • Python
  • PyTorch
  • Linux
  • Docker
  • Kubernetes
  • LaTeX
Workspace
  • Git
  • VSCode
  • AWS
  • Figma
  • Notion
  • Discord

Research Projects

Lightweight Ultrasound Blind Zone Restoration using Denoising Diffusion Restoration Models (DDRM)

Developed a lightweight Denoising Diffusion Restoration Model (DDRM) for real-time restoration of blind zones in ultrasound images (inference <15ms on edge devices). Achieved superior perceptual quality and improved SSIM/PSNR metrics by optimizing the diffusion process and model architecture for on-device efficiency.

Large-Scale Oceanographic Data Restoration for East Asia using Recurrent Feature Reasoning (RFR)

Successfully restored missing data in GOCI and UST21 satellite imagery across the entire East Asia region, expanding significantly beyond the initial Saemangeum and Nakdong River areas. Utilized a Recurrent Feature Reasoning (RFR) model for high-fidelity inpainting of Chlorophyll-a composite maps, enabling comprehensive environmental monitoring on a large geographical scale.

Application & Evaluation of DiffusionDet for Wave Overtopping Detection

Applied and fine-tuned the DiffusionDet model for real-world breakwater wave overtopping detection, demonstrating superior robustness and accuracy over the conventional YOLO model, especially under varying resolution and lighting conditions.

Wave Overtopping Detection & Tracking Experiment with YOLO v9 and ByteTrack

Upgraded object detection from YOLO v7 to YOLO v9 and replaced IOU Tracker with ByteTrack for wave overtopping. Demonstrated significant improvements in both detection and tracking accuracy (ID persistence) through rigorous quantitative comparison.


Awards & Certifications

  • 2025 Samsung AI Challenge - 3rd place

    Multi-AI Agent Collaboration (AI Co-Scientist)
    Team: 각자의 새벽
    View Project on GitHub
  • 2025 Samsung Collegiate Programming Challenge - 3rd place

    Multimodal QA on photo gallery
    Team: 각자의 새벽
    View Project on GitHub
  • HAI! Hecto AI Challenge - 21st/748

    Car model classification
    Team: 두더띠 (Dudotti)
    View Project on GitHub
  • LG Aimers 5th Class - 43rd/740

    Product defect determination
    Team: 각자의 새벽
    View Project on GitHub
  • 토스 NEXT ML CHALLENGE - 64th/2,580

    CTR (click-through rate) prediction
    Team: 가용성
    View Project on GitHub
  • Capstone Design Project Excellence Award

    Hankuk University of Foreign Studies, AI Education Institute
    View Certificate