Arrow Research search

Author name cluster

Yujin Kim

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

5 papers
2 author rows

Possible papers

5

AAAI Conference 2026 Short Paper

Synthetic-to-Real Transfer Learning for League of Legends Minimap Object Detection (Student Abstract)

  • Younsung Lee
  • Yujin Kim
  • Kyungjoong Kim

Esports is growing rapidly, yet the data available to researchers is limited due to the game company policies. Consequently, vision-based approaches utilizing game screens are gaining attention as a practical alternative. We focus on the League of Legends minimap and address the challenges of champion detection when extracting champion information from the minimap. The challenges in this domain include small objects, rapid movement, and frequent occlusions. We propose a transfer-learning-based object detection pipeline that combines synthetic data with a subset of replay data. Synthetic data enables the rapid generation of diverse scenarios and improves training scalability, while replay data reduces the data distribution gap. This approach achieves 0.588 mean average precision, improving over replay-only by 0.261 and synthetic-only by 0.312, with 6.4 ms latency. Furthermore, we constructed a dataset encompassing all champions, enabling comparative analysis of detection models and supporting reproducible benchmarking for various application studies.

IROS Conference 2025 Conference Paper

Distilling Realizable Students from Unrealizable Teachers

  • Yujin Kim
  • Nathaniel Chin
  • Arnav Vasudev
  • Sanjiban Choudhury

We study policy distillation under privileged information, where a student policy with only partial observations must learn from a teacher with full-state access. A key challenge is information asymmetry: the student cannot directly access the teacher’s state space, leading to distributional shifts and policy degradation. Existing approaches either modify the teacher to produce realizable but sub-optimal demonstrations or rely on the student to explore missing information independently, both of which are inefficient. Our key insight is that the student should strategically interact with the teacher —querying only when necessary and resetting from recovery states —to stay on a recoverable path within its own observation space. We introduce two methods: (i) an imitation learning approach that adaptively determines when the student should query the teacher for corrections, and (ii) a reinforcement learning approach that selects where to initialize training for efficient exploration. We validate our methods in both simulated and real-world robotic tasks, demonstrating significant improvements over standard teacher-student baselines in training efficiency and final performance. The project website is available here.

NeurIPS Conference 2025 Conference Paper

Mixture-of-Recursions: Learning Dynamic Recursive Depths for Adaptive Token-Level Computation

  • Sangmin Bae
  • Yujin Kim
  • Reza Bayat
  • Sungnyun Kim
  • Jiyoun Ha
  • Tal Schuster
  • Adam Fisch
  • Hrayr Harutyunyan

Scaling language models unlocks impressive capabilities, but the accompanying computational and memory demands make both training and deployment expensive. Existing efficiency efforts typically target either parameter sharing or adaptive computation, leaving open the question of how to attain both simultaneously. We introduce Mixture-of-Recursions (MoR), a unified framework that combines the two axes of efficiency inside a single Recursive Transformer. MoR reuses a shared stack of layers across recursion steps to achieve parameter efficiency, while lightweight routers enable adaptive token-level thinking by dynamically assigning different recursion depths to individual tokens. This allows MoR to focus quadratic attention computation only among tokens still active at a given recursion depth, further improving memory access efficiency by selectively caching only their key-value pairs. Beyond these core mechanisms, we also propose a KV sharing variant that reuses KV pairs from the first recursion, specifically designed to further decrease memory footprint. Across model scales ranging from 135M to 1. 7B parameters, MoR forms a new Pareto frontier: at equal training FLOPs and smaller model sizes, it significantly lowers validation perplexity and improves few-shot accuracy, while delivering higher throughput compared with vanilla and existing recursive baselines.

ICML Conference 2025 Conference Paper

When Model Knowledge meets Diffusion Model: Diffusion-assisted Data-free Image Synthesis with Alignment of Domain and Class

  • Yujin Kim
  • Hyunsoo Kim
  • Hyunwoo J. Kim
  • Suhyun Kim 0001

Open-source pre-trained models hold great potential for diverse applications, but their utility declines when their training data is unavailable. Data-Free Image Synthesis (DFIS) aims to generate images that approximate the learned data distribution of a pre-trained model without accessing the original data. However, existing DFIS methods produce samples that deviate from the training data distribution due to the lack of prior knowledge about natural images. To overcome this limitation, we propose DDIS, the first Diffusion-assisted Data-free Image Synthesis method that leverages a text-to-image diffusion model as a powerful image prior, improving synthetic image quality. DDIS extracts knowledge about the learned distribution from the given model and uses it to guide the diffusion model, enabling the generation of images that accurately align with the training data distribution. To achieve this, we introduce Domain Alignment Guidance (DAG) that aligns the synthetic data domain with the training data domain during the diffusion sampling process. Furthermore, we optimize a single Class Alignment Token (CAT) embedding to effectively capture class-specific attributes in the training dataset. Experiments on PACS and ImageNet demonstrate that DDIS outperforms prior DFIS methods by generating samples that better reflect the training data distribution, achieving SOTA performance in data-free applications.

AAAI Conference 2022 Conference Paper

NaturalInversion: Data-Free Image Synthesis Improving Real-World Consistency

  • Yujin Kim
  • Dogyun Park
  • Dohee Kim
  • Suhyun Kim

We introduce NaturalInversion, a novel model inversionbased method to synthesize images that agrees well with the original data distribution without using real data. In Natural- Inversion, we propose: (1) a Feature Transfer Pyramid which uses enhanced image prior of the original data by combining the multi-scale feature maps extracted from the pre-trained classifier, (2) a one-to-one approach generative model where only one batch of images are synthesized by one generator to bring the non-linearity to optimization and to ease the overall optimizing process, (3) learnable Adaptive Channel Scaling parameters which are end-to-end trained to scale the output image channel to utilize the original image prior further. With our NaturalInversion, we synthesize images from classifiers trained on CIFAR-10/100 and show that our images are more consistent with original data distribution than prior works by visualization and additional analysis. Furthermore, our synthesized images outperform prior works on various applications such as knowledge distillation and pruning, demonstrating the effectiveness of our proposed method.

v2026.09.13