← Search

Eunggu Yun

7 accepted papers

2025

ELDET: Early-Learning Distillation with Noisy Labels for Object Detection

NeurIPS 2025poster

The performance of learning-based object detection algorithms, which attempt to both classify and locate objects within images, is determined largely by the quality of the annotated dataset used for training. Two types of labelling noises are prevalent: objects that are incorrectly classified (categ…

Cited by 0SourceScholar
2025

Language-Assisted Feature Transformation for Anomaly Detection

ICLR 2025poster

This paper introduces LAFT, a novel feature transformation method designed to incorporate user knowledge and preferences into anomaly detection using natural language. Accurately modeling the boundary of normality is crucial for distinguishing abnormal data, but this is often challenging due to limi…

2024

A Simple Early Exiting Framework for Accelerated Sampling in Diffusion Models

ICML 2024poster

Diffusion models have shown remarkable performance in generation problems over various domains including images, videos, text, and audio. A practical bottleneck of diffusion models is their sampling speed, due to the repeated evaluation of score estimation networks during the inference. In this work…

2023

Probabilistic Imputation for Time-series Classification with Missing Data

ICML 2023poster

Multivariate time series data for real-world applications typically contain a significant amount of missing values. The dominant approach for classification with such missing values is to impute them heuristically with specific values (zero, mean, values of adjacent time-steps) or learnable paramete…

2023

Traversing Between Modes in Function Space for Fast Ensembling

ICML 2023poster

Deep ensemble is a simple yet powerful way to improve the performance of deep neural networks. Under this motivation, recent works on mode connectivity have shown that parameters of ensembles are connected by low-loss subspaces, and one can efficiently collect ensemble parameters in those subspaces.…