← Search

Suyeon Kim

7 accepted papers

2026

Harmonic Dataset Distillation for Time Series Forecasting

AAAI 2026technical

Time Series forecasting (TSF) in the modern era faces significant computational and storage cost challenges due to the massive scale of real-world data. Dataset Distillation (DD), a paradigm that synthesizes a small, compact dataset to achieve training performance comparable to that of the original

Cited by 0SourcePDFScholar
2025

Object-Centric Representation Learning for Enhanced 3D Semantic Scene Graph Prediction

NeurIPS 2025poster

3D Semantic Scene Graph Prediction aims to detect objects and their semantic relationships in 3D scenes, and has emerged as a crucial technology for robotics and AR/VR applications. While previous research has addressed dataset limitations and explored various approaches including Open-Vocabulary se…

Cited by 0SourcecodeScholar
2024

Eliciting Instruction-tuned Code Language Models’ Capabilities to Utilize Auxiliary Function for Code Generation

EMNLP 2024finding

We study the code generation behavior of instruction-tuned models built on top of code pre-trained language models when they could access an auxiliary function to implement a function. We design several ways to provide auxiliary functions to the models by adding them to the query or providing a resp…

Cited by 0SourcePDFScholar
2024

Learning Discriminative Dynamics with Label Corruption for Noisy Label Detection

CVPR 2024poster

Label noise commonly found in real-world datasets has a detrimental impact on a model's generalization. To effectively detect incorrectly labeled instances previous works have mostly relied on distinguishable training signals such as training loss as indicators to differentiate between clean and noi…

Cited by 4SourcePDFScholar
2023

Learning Topology-Specific Experts for Molecular Property Prediction

AAAI 2023technical

Recently, graph neural networks (GNNs) have been successfully applied to predicting molecular properties, which is one of the most classical cheminformatics tasks with various applications. Despite their effectiveness, we empirically observe that training a single GNN model for diverse molecules wit…