← Search

Giung Nam

13 accepted papers

2026

OCNR: Stabilizing Self-Play by Mitigating Iteration-Collapse With One-Class Novelty Rewards

ICML 2026poster

Training large language models via self-play often suffers from a persistent iteration-collapse, where performance initially improves but subsequently regresses as training iterations increase. We analyze this phenomenon as arising from cross-iteration degeneration, where the task-generation distrib…

Cited by 0SourceScholar
2025

Ensemble Distribution Distillation via Flow Matching

ICML 2025poster

Neural network ensembles have proven effective in improving performance across a range of tasks; however, their high computational cost limits their applicability in resource-constrained environments or for large models. Ensemble distillation, the process of transferring knowledge from an ensemble t…

Cited by 0SourcePDFScholar
2025

PANGEA: Projection-Based Augmentation with Non-Relevant General Data for Enhanced Domain Adaptation in LLMs

NeurIPS 2025poster

Modern large language models (LLMs) achieve competitive performance across a wide range of natural language processing tasks through zero-shot or few-shot prompting. However, domain-specific tasks often still require fine-tuning, which is frequently hindered by data scarcity, i.e., collecting suffic…

Cited by 0SourceScholar
2025

Parameter Expanded Stochastic Gradient Markov Chain Monte Carlo

ICLR 2025poster

Bayesian Neural Networks (BNNs) provide a promising framework for modeling predictive uncertainty and enhancing out-of-distribution robustness (OOD) by estimating the posterior distribution of network parameters. Stochastic Gradient Markov Chain Monte Carlo (SGMCMC) is one of the most powerful metho…

Cited by 1SourcePDFScholar
2024

Enhancing Transfer Learning with Flexible Nonparametric Posterior Sampling

ICLR 2024poster

Transfer learning has recently shown significant performance across various tasks involving deep neural networks. In these transfer learning scenarios, the prior distribution for downstream data becomes crucial in Bayesian model averaging (BMA). While previous works proposed the prior over the neura…

Cited by 3SourcePDFScholar
2024

Lipsum-FT: Robust Fine-Tuning of Zero-Shot Models Using Random Text Guidance

ICLR 2024poster

Large-scale contrastive vision-language pre-trained models provide the zero-shot model achieving competitive performance across a range of image classification tasks without requiring training on downstream data. Recent works have confirmed that while additional fine-tuning of the zero-shot model on…

2024

Sparse Weight Averaging with Multiple Particles for Iterative Magnitude Pruning

ICLR 2024poster

Given the ever-increasing size of modern neural networks, the significance of sparse architectures has surged due to their accelerated inference speeds and minimal memory demands. When it comes to global pruning techniques, Iterative Magnitude Pruning (IMP) still stands as a state-of-the-art algorit…

Cited by 1SourcePDFScholar
2023

Decoupled Training for Long-Tailed Classification With Stochastic Representations

ICLR 2023poster

Decoupling representation learning and classifier learning has been shown to be effective in classification with long-tailed data. There are two main ingredients in constructing a decoupled learning scheme; 1) how to train the feature extractor for representation learning so that it provides general…

Cited by 17SourcePDFScholar
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.…

2022

Improving Ensemble Distillation With Weight Averaging and Diversifying Perturbation

ICML 2022spotlight

Ensembles of deep neural networks have demonstrated superior performance, but their heavy computational cost hinders applying them for resource-limited environments. It motivates distilling knowledge from the ensemble teacher into a smaller student network, and there are two important design choices…