Minsuk Ji

I am a M.S. student in Artificial Intelligence at Inha University, affiliated with the Generative Computing Lab, advised by Prof. Namhyuk Ahn. I received my B.S. in Electronic Engineering from Inha University in Feb 2025.

Previously, I worked as a Computer Vision Developer intern at Light Vision (Jun 2024 โ€“ Dec 2024).

My research interests include diffusion models, world models, vision-language-action (VLA), and physical AI.

I also keep a notes site where I write about what I'm studying and the projects I'm working on.

Minsuk Ji

News

Publications

ICASSP 2026

Compositional Image Synthesis with Inference-Time Scaling

Minsuk Ji*, Sanghyeok Lee*, Namhyuk Ahn (* equal contribution)

TL;DR: A training-free framework that improves compositional text-to-image generation by grounding LLM-synthesized layouts and reranking candidates with an object-centric VLM judge at inference time.

Journal of KIISE (to appear)

A Reasoning-Based Amodal Completion Method for Occluded Objects Using Vision-Language Models

Minsuk Ji, Namhyuk Ahn († corresponding author)

TL;DR: A vision-language model drives every stage of occluded-object completion โ€” dynamically discovering scene entities, judging and adaptively expanding boundary-truncated regions, and writing appearance-aware inpainting prompts โ€” reducing detection failures and improving reconstruction quality over fixed-pipeline baselines.

Education

Experience

Projects

SO-101 Pick-and-Place with SmolVLA

A real SO-101 arm running a SmolVLA policy to pick up a black circular tape and place it into a black box. The first policy, trained on 30 demonstrations, was deployed but moved jerkily and often failed. Reviewing the collected episodes showed several with the hand blocking the camera view or ending in failed grasps; after filtering these out and retraining on the remaining 25 clean demonstrations, the policy performed the task reliably (video above). Compared with an ACT policy trained on the same data, SmolVLA produced noticeably finer, more precise motion, and โ€” thanks to its larger VLM backbone โ€” followed complex instructions more accurately.

Parallel SO-101 manipulation environments running in NVIDIA Isaac Lab
SO-101 Manipulation Learning in Isaac Lab Ongoing

A simulation-only manipulation pipeline that combines privileged-state PPO teachers, multi-view demonstration collection, ACT vision-policy training, and closed-loop evaluation for cube lifting and pick-and-place.

code
16 parallel SO-101 environments training in Genesis
Agentic Parallel RL for SO-101 in Genesis

GPU-parallel PPO training for the SO-101 robot arm (up to thousands of environments at once) on the Genesis simulator, plus an LLM-driven RoboGen-style pipeline where Claude autonomously proposes tasks, generates scenes and reward functions, and runs the training loop end to end.

code
Compositional Image Synthesis qualitative results
ReFocus: Compositional Image Synthesis

A training-free framework that improves compositional text-to-image generation by grounding LLM-synthesized layouts and reranking candidates with an object-centric VLM judge at inference time.

project page code
Agentic amodal completion pipeline overview
Agentic Amodal Completion

A VLM-driven pipeline that reasons through entity discovery, occlusion-order filtering, adaptive boundary expansion, and appearance-aware prompting to reconstruct occluded objects. To appear in the Journal of KIISE.

code
CCTV-based crowd counting placeholder
CCTV-based Crowd Counting for Emergency Situations

A real-time model that analyzes CCTV footage from an unmanned parking control system to detect crowd density and count people during accidents or emergencies. (Light Vision)

Weather classification placeholder
Weather Classification for Parking Lot Monitoring

A deep learning model that quickly recognizes and automatically classifies adverse weather conditions, such as heavy rain and heavy snow, from parking lot CCTV footage. (Light Vision)

Water segmentation placeholder
Water Segmentation for Flood Damage Prevention

A segmentation system that precisely detects water regions in CCTV footage to distinguish normal conditions from flooding, for disaster preparedness. (Light Vision)