← Search

Sukmin Yun

12 accepted papers

2026

Implicit 4D Gaussian Splatting for Fast Motion with Large Inter-Frame Displacements

ICLR 2026poster

Recent 4D Gaussian Splatting (4DGS) methods often fail under fast motion with large inter-frame displacements, where Gaussian attributes are poorly learned during training, and fast-moving objects are often lost from the reconstruction. In this work, we introduce Spatiotemporal Position Implicit Net…

Cited by 0SourceScholar
2024

Hierarchical Context Merging: Better Long Context Understanding for Pre-trained LLMs

ICLR 2024poster

Large language models (LLMs) have shown remarkable performance in various natural language processing tasks. However, a primary constraint they face is the context limit, i.e., the maximum number of tokens they can process. Previous works have explored architectural changes and modifications in posi…

2024

TrackIME: Enhanced Video Point Tracking via Instance Motion Estimation

NeurIPS 2024spotlight

Tracking points in video frames is essential for understanding video content. However, the task is fundamentally hindered by the computation demands for brute-force correspondence matching across the frames. As the current models down-sample the frame resolutions to mitigate this challenge, they fal…

Cited by 0SourcePDFScholar
2024

Web2Code: A Large-scale Webpage-to-Code Dataset and Evaluation Framework for Multimodal LLMs

NeurIPS 2024poster

Multimodal large language models (MLLMs) have shown impressive success across modalities such as image, video, and audio in a variety of understanding and generation tasks. However, current MLLMs are surprisingly poor at understanding webpage screenshots and generating their corresponding HTML cod…

2023

IFSeg: Image-Free Semantic Segmentation via Vision-Language Model

CVPR 2023poster

Vision-language (VL) pre-training has recently gained much attention for its transferability and flexibility in novel concepts (e.g., cross-modality transfer) across various visual tasks. However, VL-driven segmentation has been under-explored, and the existing approaches still have the burden of ac…

2022

Patch-Level Representation Learning for Self-Supervised Vision Transformers

CVPR 2022oral

Recent self-supervised learning (SSL) methods have shown impressive results in learning visual representations from unlabeled images. This paper aims to improve their performance further by utilizing the architectural advantages of the underlying neural network, as the current state-of-the-art visua…

Cited by 66PDFcodeScholar
2022

TSPipe: Learn from Teacher Faster with Pipelines

ICML 2022spotlight

The teacher-student (TS) framework, training a (student) network by utilizing an auxiliary superior (teacher) network, has been adopted as a popular training paradigm in many machine learning schemes, since the seminal work—Knowledge distillation (KD) for model compression and transfer learning. Man…

Cited by 1SourcePDFScholar
2022

Time Is MattEr: Temporal Self-supervision for Video Transformers

ICML 2022spotlight

Understanding temporal dynamics of video is an essential aspect of learning better video representations. Recently, transformer-based architectural designs have been extensively explored for video tasks due to their capability to capture long-term dependency of input sequences. However, we found tha…

2020

Regularizing Class-Wise Predictions via Self-Knowledge Distillation

CVPR 2020poster

Deep neural networks with millions of parameters may suffer from poor generalization due to overfitting. To mitigate the issue, we propose a new regularization method that penalizes the predictive distribution between similar samples. In particular, we distill the predictive distribution between dif…

Cited by 379PDFcodeScholar
2019

Robust Inference via Generative Classifiers for Handling Noisy Labels

ICML 2019oral

Large-scale datasets may contain significant proportions of noisy (incorrect) class labels, and it is well-known that modern deep neural networks (DNNs) poorly generalize from such noisy training datasets. To mitigate the issue, we propose a novel inference method, termed Robust Generative classifie…