← Search

Juho Lee

76 accepted papers

2026

Confidence is Not Universal: Task-Dependent Calibration and Emergent Behavior in LLMs

ICML 2026poster

Large language models (LLMs) increasingly support human decision-making, rendering human-interpretable confidence essential. However, it remains unclear whether verbalized confidence calibration generalizes across heterogeneous tasks without degrading accuracy. We show that universal confidence cali…

Cited by 0SourceScholar
2026

ForestPersons: A Large-Scale Dataset for Under-Canopy Missing Person Detection

ICLR 2026poster

Detecting missing persons in forest environments remains a challenge, as dense canopy cover often conceals individuals from detection in top-down or oblique aerial imagery typically captured by Unmanned Aerial Vehicles (UAVs). While UAVs are effective for covering large, inaccessible areas, their ae…

Cited by 0SourceScholar
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
2026

Soft Equivariance Regularization for Invariant Self-Supervised Learning

ICLR 2026poster

A central principle in self-supervised learning (SSL) is to learn data representations that are invariant to semantic-preserving transformations \eg, image representations should remain unchanged under augmentations like cropping or color jitter. While effective for classification, such invariance c…

Cited by 0SourcecodeScholar
2026

Stochastic Optimal Control for Continuous-Time fMRI Representation Learning

ICLR 2026poster

Learning robust representations from functional magnetic resonance imaging (fMRI) is fundamentally challenged by the temporal irregularity and noise inherent in data from heterogeneous sources. Existing self-supervised learning (SSL) methods often discard critical temporal information by discretizin…

Cited by 0SourceScholar
2025

Amortized Control of Continuous State Space Feynman-Kac Model for Irregular Time Series

ICLR 2025oral

Many real-world datasets, such as healthcare, climate, and economics, are often collected as irregular time series, which poses challenges for accurate modeling. In this paper, we propose the Amortized Control of continuous State Space Model (ACSSM) for continuous dynamical modeling of time series f…

2025

Axial Neural Networks for Dimension-Free Foundation Models

NeurIPS 2025spotlight

The advent of foundation models in AI has significantly advanced general-purpose learning, enabling remarkable capabilities in zero-shot inference and in-context learning. However, training such models on physics data, including solutions to partial differential equations (PDEs), poses a unique chal…

Cited by 0SourceScholar
2025

Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks

ICML 2025poster

Scaling has been a major driver of recent advancements in deep learning. Numerous empirical studies have found that scaling laws often follow the power-law and proposed several variants of power-law functions to predict the scaling behavior at larger scales. However, existing methods mostly rely on…

Cited by 0SourcePDFScholar
2025

Compact Memory for Continual Logistic Regression

NeurIPS 2025poster

Despite recent progress, continual learning still does not match the performance of batch training. To avoid catastrophic forgetting, we need to build compact memory of essential past knowledge, but no clear solution has yet emerged, even for shallow neural networks with just one or two layers. In t…

Cited by 0SourceScholar
2025

Cost-Sensitive Freeze-thaw Bayesian Optimization for Efficient Hyperparameter Tuning

NeurIPS 2025poster

In this paper, we address the problem of cost-sensitive hyperparameter optimization (HPO) built upon freeze-thaw Bayesian optimization (BO). Specifically, we assume a scenario where users want to early-stop the HPO process when the expected performance improvement is not satisfactory with respect to…

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

FedSVD: Adaptive Orthogonalization for Private Federated Learning with LoRA

NeurIPS 2025poster

Low-Rank Adaptation (LoRA), which introduces a product of two trainable low-rank matrices into frozen pre-trained weights, is widely used for efficient fine-tuning of language models in federated learning (FL). However, when combined with differentially private stochastic gradient descent (DP-SGD),…

Cited by 0SourceScholar
2025

HarmAug: Effective Data Augmentation for Knowledge Distillation of Safety Guard Models

ICLR 2025poster

Safety guard models that detect malicious queries aimed at large language models (LLMs) are essential for ensuring the secure and responsible deployment of LLMs in real-world applications. However, deploying existing safety guard models with billions of parameters alongside LLMs on mobile devices is…

2025

Learning Diverse Attacks on Large Language Models for Robust Red-Teaming and Safety Tuning

ICLR 2025poster

Red-teaming, or identifying prompts that elicit harmful responses, is a critical step in ensuring the safe and responsible deployment of large language models (LLMs). Developing effective protection against many modes of attack prompts requires discovering diverse attacks. Automated red-teaming typi…

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
2025

Reliable Decision‑Making via Calibration‑Oriented Retrieval‑Augmented Generation

NeurIPS 2025poster

Recently, Large Language Models (LLMs) have been increasingly used to support various decision-making tasks, assisting humans in making informed decisions. However, when LLMs confidently provide incorrect information, it can lead humans to make suboptimal decisions. To prevent LLMs from generating i…

Cited by 0SourceScholar
2025

SafeRoute: Adaptive Model Selection for Efficient and Accurate Safety Guardrails in Large Language Models

ACL 2025finding

Deploying large language models (LLMs) in real-world applications requires robust safety guard models to detect and block harmful user prompts. While large safety guard models achieve strong performance, their computational cost is substantial. To mitigate this, smaller distilled models are used, bu…

2025

StarFT: Robust Fine-tuning of Zero-shot Models via Spuriosity Alignment

IJCAI 2025

Learning robust representations from data often requires scale, which has led to the success of recent zero-shot models such as CLIP. However, the obtained robustness can easily be deteriorated when these models are fine-tuned on other downstream tasks (e.g., of smaller scales). Previous works often

2025

Test Time Scaling for Neural Processes

NeurIPS 2025poster

Uncertainty-aware meta-learning aims not only for rapid adaptation to new tasks but also for reliable uncertainty estimation under limited supervision. Neural Processes (NPs) offer a flexible solution by learning implicit stochastic processes directly from data, often using a global latent variable…

Cited by 0SourceScholar
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…

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

Learning Infinitesimal Generators of Continuous Symmetries from Data

NeurIPS 2024poster

Exploiting symmetry inherent in data can significantly improve the sample efficiency of a learning procedure and the generalization of learned models. When data clearly reveals underlying symmetry, leveraging this symmetry can naturally inform the design of model architectures or learning strategies…

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

Model Fusion through Bayesian Optimization in Language Model Fine-Tuning

NeurIPS 2024spotlight

Fine-tuning pre-trained models for downstream tasks is a widely adopted technique known for its adaptability and reliability across various domains. Despite its conceptual simplicity, fine-tuning entails several troublesome engineering choices, such as selecting hyperparameters and determining check…

2024

Self-Supervised Dataset Distillation for Transfer Learning

ICLR 2024poster

Dataset distillation aims to optimize a small set so that a model trained on the set achieves performance similar to that of a model trained on the full dataset. While many supervised methods have achieved remarkable success in distilling a large dataset into a small set of representative samples, h…

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
2024

Spear and Shield: Adversarial Attacks and Defense Methods for Model-Based Link Prediction on Continuous-Time Dynamic Graphs

AAAI 2024technical

Real-world graphs are dynamic, constantly evolving with new interactions, such as financial transactions in financial networks. Temporal Graph Neural Networks (TGNNs) have been developed to effectively capture the evolving patterns in dynamic graphs. While these models have demonstrated their super…

2024

Stochastic Optimal Control for Diffusion Bridges in Function Spaces

NeurIPS 2024poster

Recent advancements in diffusion models and diffusion bridges primarily focus on finite-dimensional spaces, yet many real-world problems necessitate operations in infinite-dimensional function spaces for more natural and interpretable formulations. In this paper, we present a theory of stochastic o…

2024

Variational Partial Group Convolutions for Input-Aware Partial Equivariance of Rotations and Color-Shifts

ICML 2024poster

Group Equivariant CNNs (G-CNNs) have shown promising efficacy in various tasks, owing to their ability to capture hierarchical features in an equivariant manner. However, their equivariance is fixed to the symmetry of the whole group, limiting adaptability to diverse partial symmetries in real-world…

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

Exploring The Role of Mean Teachers in Self-supervised Masked Auto-Encoders

ICLR 2023poster

Masked image modeling (MIM) has become a popular strategy for self-supervised learning (SSL) of visual representations with Vision Transformers. A representative MIM model, the masked auto-encoder (MAE), randomly masks a subset of image patches and reconstructs the masked patches given the unmasked…

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

Scalable Set Encoding with Universal Mini-Batch Consistency and Unbiased Full Set Gradient Approximation

ICML 2023poster

Recent work on mini-batch consistency (MBC) for set functions has brought attention to the need for sequentially processing and aggregating chunks of a partitioned set while guaranteeing the same output for all partitions. However, existing constraints on MBC architectures lead to models with limite…

2023

Self-Distillation for Further Pre-training of Transformers

ICLR 2023poster

Pre-training a large transformer model on a massive amount of unlabeled data and fine-tuning it on labeled datasets for diverse downstream tasks has proven to be a successful strategy, for a variety of vision and natural language processing tasks. However, direct fine-tuning of the pre-trained model…

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

2022

Meta Learning Low Rank Covariance Factors for Energy Based Deterministic Uncertainty

ICLR 2022poster

Numerous recent works utilize bi-Lipschitz regularization of neural network layers to preserve relative distances between data instances in the feature spaces of each layer. This distance sensitivity with respect to the data aids in tasks such as uncertainty calibration and out-of-distribution (OOD)…

Cited by 2SourcePDFScholar
2022

On Divergence Measures for Bayesian Pseudocoresets

NeurIPS 2022accept

A Bayesian pseudocoreset is a small synthetic dataset for which the posterior over parameters approximates that of the original dataset. While promising, the scalability of Bayesian pseudocoresets is not yet validated in large-scale problems such as image classification with deep neural networks. On…

2022

Sequential Reptile: Inter-Task Gradient Alignment for Multilingual Learning

ICLR 2022poster

Multilingual models jointly pretrained on multiple languages have achieved remarkable performance on various multilingual downstream tasks. Moreover, models finetuned on a single monolingual downstream task have shown to generalize to unseen languages. In this paper, we first show that it is crucial…

Cited by 16SourcePDFScholar
2022

Set-based Meta-Interpolation for Few-Task Meta-Learning

NeurIPS 2022accept

Meta-learning approaches enable machine learning systems to adapt to new tasks given few examples by leveraging knowledge from related tasks. However, a large number of meta-training tasks are still required for generalization to unseen tasks during meta-testing, which introduces a critical bottlen…

Cited by 9SourcePDFScholar
2021

A Multi-Mode Modulator for Multi-Domain Few-Shot Classification

ICCV 2021poster

Most existing few-shot classification methods only consider generalization on one dataset (i.e., single-domain), failing to transfer across various seen and unseen domains. In this paper, we consider the more realistic multi-domain few-shot classification problem to investigate the cross-domain gene…

Cited by 44PDFcodeScholar
2021

Learning to Perturb Word Embeddings for Out-of-distribution QA

ACL 2021long

QA models based on pretrained language models have achieved remarkable performance on various benchmark datasets. However, QA models do not generalize well to unseen data that falls outside the training distribution, due to distributional shifts. Data augmentation (DA) techniques which drop/replace…

2021

Mini-Batch Consistent Slot Set Encoder for Scalable Set Encoding

NeurIPS 2021poster

Most existing set encoding algorithms operate under the implicit assumption that all the set elements are accessible, and that there are ample computational and memory resources to load the set into memory during training and inference. However, both assumptions fail when the set is excessively lar…

Cited by 8SourcePDFScholar
2021

SetVAE: Learning Hierarchical Composition for Generative Modeling of Set-Structured Data

CVPR 2021poster

Generative modeling of set-structured data, such as point clouds, requires reasoning over local and global structures at various scales. However, adopting multi-scale frameworks for ordinary sequential data to a set-structured data is nontrivial as it should be invariant to the permutation of its el…

Cited by 100PDFcodeScholar
2020

Bootstrapping neural processes

NeurIPS 2020poster

Unlike in the traditional statistical modeling for which a user typically hand-specify a prior, Neural Processes (NPs) implicitly define a broad class of stochastic processes with neural networks. Given a data stream, NP learns a stochastic process that best describes the data. While this ``data-dri…

2020

Cost-Effective Interactive Attention Learning with Neural Attention Processes

ICML 2020poster

We propose a novel interactive learning framework which we refer to as Interactive Attention Learning (IAL), in which the human supervisors interactively manipulate the allocated attentions, to correct the model’s behaviour by updating the attention-generating network. However, such a model is prone…

2019

A Bayesian model for sparse graphs with flexible degree distribution and overlapping community structure

AISTATS 2019poster

We consider a non-projective class of inhomogeneous random graph models with interpretable parameters and a number of interesting asymptotic properties. Using the results of Bollobás et al. (2007), we show that i) the class of models is sparse and ii) depending on the choice of the parameters, the m…

2019

Beyond the Chinese Restaurant and Pitman-Yor processes: Statistical Models with double power-law behavior

ICML 2019oral

Bayesian nonparametric approaches, in particular the Pitman-Yor process and the associated two-parameter Chinese Restaurant process, have been successfully used in applications where the data exhibit a power-law behavior. Examples include natural language processing, natural images or networks. Ther…

2019

LEARNING TO PROPAGATE LABELS: TRANSDUCTIVE PROPAGATION NETWORK FOR FEW-SHOT LEARNING

ICLR 2019poster

The goal of few-shot learning is to learn a classifier that generalizes well even when trained with a limited number of training instances per class. The recently introduced meta-learning approaches tackle this problem by learning a generic classifier across a large number of multiclass classificati…

2019

Set Transformer: A Framework for Attention-based Permutation-Invariant Neural Networks

ICML 2019oral

Many machine learning tasks such as multiple instance learning, 3D shape recognition, and few-shot image classification are defined on sets of instances. Since solutions to such problems do not depend on the order of elements of the set, models used to address them should be permutation invariant. W…

2018

Uncertainty-Aware Attention for Reliable Interpretation and Prediction

NeurIPS 2018poster

Attention mechanism is effective in both focusing the deep learning models on relevant features and interpreting them. However, attentions may be unreliable since the networks that generate them are often trained in a weakly-supervised manner. To overcome this limitation, we introduce the notion of…

2017

Bayesian inference on random simple graphs with power law degree distributions

ICML 2017poster

We present a model for random simple graphs with power law (i.e., heavy-tailed) degree distributions. To attain this behavior, the edge probabilities in the graph are constructed from Bertoin–Fujita–Roynette–Yor (BFRY) random variables, which have been recently utilized in Bayesian statistics for th…

Cited by 9SourcePDFScholar
2016

Finite-Dimensional BFRY Priors and Variational Bayesian Inference for Power Law Models

NeurIPS 2016poster

Bayesian nonparametric methods based on the Dirichlet process (DP), gamma process and beta process, have proven effective in capturing aspects of various datasets arising in machine learning. However, it is now recognized that such processes have their limitations in terms of the ability to captur…

Cited by 19SourcePDFScholar
2015

Bayesian Hierarchical Clustering with Exponential Family: Small-Variance Asymptotics and Reducibility

AISTATS 2015poster

Bayesian hierarchical clustering (BHC) is an agglomerative clustering method, where a probabilistic model is defined and its marginal likelihoods are evaluated to decide which clusters to merge. While BHC provides a few advantages over traditional distance-based agglomerative clustering algorithms,…

Cited by 8SourcePDFScholar