← Search

Sungwon Kim

18 accepted papers

2026

EqGINO: Equivariant Geometry-Informed Fourier Neural Operators for 3D Partial Differential Equations

ICML 2026poster

Deep learning surrogates for 3D Partial Differential Equations (PDEs) often fail to generalize across geometric transformations because they depend heavily on specific coordinate systems. While equivariant networks offer a solution, they typically rely on local operations in the spatial domain, maki…

Cited by 0SourceScholar
2025

Disentangling Hyperedges through the Lens of Category Theory

NeurIPS 2025poster

Despite the promising results of disentangled representation learning in discovering latent patterns in graph-structured data, few studies have explored disentanglement for hypergraph-structured data. Integrating hyperedge disentanglement into hypergraph neural networks enables models to leverage hi…

Cited by 0SourceScholar
2025

ETTA: Elucidating the Design Space of Text-to-Audio Models

ICML 2025poster

Recent years have seen significant progress in Text-To-Audio (TTA) synthesis, enabling users to enrich their creative workflows with synthetic audio generated from natural language prompts. Despite this progress, the effects of data, model architecture, training objective functions, and sampling str…

Cited by 0SourcePDFScholar
2025

Fugatto 1: Foundational Generative Audio Transformer Opus 1

ICLR 2025poster

Fugatto is a versatile audio synthesis and transformation model capable of following free-form text instructions with optional audio inputs. While large language models (LLMs) trained with text on a simple next-token prediction objective can learn to infer instructions directly from the data, models…

2025

Subgraph Federated Learning for Local Generalization

ICLR 2025oral

Federated Learning (FL) on graphs enables collaborative model training to enhance performance without compromising the privacy of each client. However, existing methods often overlook the mutable nature of graph data, which frequently introduces new nodes and leads to shifts in label distribution. S…

2025

Thickness-aware E(3)-Equivariant 3D Mesh Neural Networks

ICML 2025poster

Mesh-based 3D static analysis methods have recently emerged as efficient alternatives to traditional computational numerical solvers, significantly reducing computational costs and runtime for various physics-based analyses. However, these methods primarily focus on surface topology and geometry, of…

Cited by 0SourcePDFScholar
2024

Unsupervised Episode Generation for Graph Meta-learning

ICML 2024poster

We propose Unsupervised Episode Generation method called **Neighbors as Queries (NaQ)** to solve the Few-Shot Node-Classification (FSNC) task by *unsupervised Graph Meta-learning*. Doing so enables full utilization of the information of all nodes in a graph, which is not possible in current supervis…

2023

Conditional Graph Information Bottleneck for Molecular Relational Learning

ICML 2023poster

Molecular relational learning, whose goal is to learn the interaction behavior between molecular pairs, got a surge of interest in molecular sciences due to its wide range of applications. Recently, graph neural networks have recently shown great success in molecular relational learning by modeling…

2023

Density of States Prediction of Crystalline Materials via Prompt-guided Multi-Modal Transformer

NeurIPS 2023poster

The density of states (DOS) is a spectral property of crystalline materials, which provides fundamental insights into various characteristics of the materials. While previous works mainly focus on obtaining high-quality representations of crystalline materials for DOS prediction, we focus on predict…

2023

P-Flow: A Fast and Data-Efficient Zero-Shot TTS through Speech Prompting

NeurIPS 2023poster

While recent large-scale neural codec language models have shown significant improvement in zero-shot TTS by training on thousands of hours of data, they suffer from drawbacks such as a lack of robustness, slow sampling speed similar to previous autoregressive TTS methods, and reliance on pre-traine…

Cited by 42SourcePDFScholar
2022

Guided-TTS: A Diffusion Model for Text-to-Speech via Classifier Guidance

ICML 2022spotlight

We propose Guided-TTS, a high-quality text-to-speech (TTS) model that does not require any transcript of target speaker using classifier guidance. Guided-TTS combines an unconditional diffusion probabilistic model with a separately trained phoneme classifier for classifier guidance. Our unconditiona…

Cited by 112SourcePDFScholar
2022

Perception Prioritized Training of Diffusion Models

CVPR 2022poster

Diffusion models learn to restore noisy data, which is corrupted with different levels of noise, by optimizing the weighted sum of the corresponding loss terms, i.e., denoising score matching loss. In this paper, we show that restoring data corrupted with certain noise levels offers a proper pretext…

Cited by 254PDFcodeScholar
2021

AligNART: Non-autoregressive Neural Machine Translation by Jointly Learning to Estimate Alignment and Translate

EMNLP 2021main

Non-autoregressive neural machine translation (NART) models suffer from the multi-modality problem which causes translation inconsistency such as token repetition. Most recent approaches have attempted to solve this problem by implicitly modeling dependencies between outputs. In this paper, we intro…

2021

ILVR: Conditioning Method for Denoising Diffusion Probabilistic Models

ICCV 2021poster

Denoising diffusion probabilistic models (DDPM) have shown remarkable performance in unconditional image generation. However, due to the stochasticity of the generative process in DDPM, it is challenging to generate images with the desired semantics. In this work, we propose Iterative Latent Variabl…

Cited by 805PDFcodeScholar
2020

Glow-TTS: A Generative Flow for Text-to-Speech via Monotonic Alignment Search

NeurIPS 2020oral

Recently, text-to-speech (TTS) models such as FastSpeech and ParaNet have been proposed to generate mel-spectrograms from text in parallel. Despite the advantage, the parallel TTS models cannot be trained without guidance from autoregressive TTS models as their external aligners. In this work, we pr…

2020

NanoFlow: Scalable Normalizing Flows with Sublinear Parameter Complexity

NeurIPS 2020poster

Normalizing flows (NFs) have become a prominent method for deep generative models that allow for an analytic probability density estimation and efficient synthesis. However, a flow-based network is considered to be inefficient in parameter complexity because of reduced expressiveness of bijective ma…

2019

FloWaveNet : A Generative Flow for Raw Audio

ICML 2019oral

Most modern text-to-speech architectures use a WaveNet vocoder for synthesizing high-fidelity waveform audio, but there have been limitations, such as high inference time, in practical applications due to its ancestral sampling scheme. The recently suggested Parallel WaveNet and ClariNet has achieve…