← Search

Wonyong Jeong

10 accepted papers

2026

Multi-View Encoders for Performance Prediction in LLM-Based Agentic Workflows

ICLR 2026poster

Large language models (LLMs) have demonstrated remarkable capabilities across diverse tasks, but optimizing LLM-based agentic systems remains challenging due to the vast search space of agent configurations, prompting strategies, and communication patterns. Existing approaches often rely on heuristi…

Cited by 0SourceScholar
2025

A Training-Free Sub-quadratic Cost Transformer Model Serving Framework with Hierarchically Pruned Attention

ICLR 2025poster

In modern large language models (LLMs), increasing the context length is crucial for improving comprehension and coherence in long-context, multi-modal, and retrieval-augmented language generation. While many recent transformer models attempt to extend their context length over a million tokens, th…

Cited by 9SourcePDFScholar
2025

AutoML-Agent: A Multi-Agent LLM Framework for Full-Pipeline AutoML

ICML 2025poster

Automated machine learning (AutoML) accelerates AI development by automating tasks in the development pipeline, such as optimal model search and hyperparameter tuning. Existing AutoML systems often require technical expertise to set up complex tools, which is in general time-consuming and requires a…

2025

Diffusion-based Neural Network Weights Generation

ICLR 2025poster

Transfer learning is a cornerstone of modern deep learning, yet it remains constrained by challenges in model selection and the overhead of extensive model storage. In this work, we present Diffusion-based Neural Network Weights Generation, D2NWG, a novel framework that leverages diffusion processes…

2023

Personalized Subgraph Federated Learning

ICML 2023poster

Subgraphs of a larger global graph may be distributed across multiple devices, and only locally accessible due to privacy restrictions, although there may be links between subgraphs. Recently proposed subgraph Federated Learning (FL) methods deal with those missing links across local subgraphs while…

2022

Bitwidth Heterogeneous Federated Learning with Progressive Weight Dequantization

ICML 2022spotlight

In practical federated learning scenarios, the participating devices may have different bitwidths for computation and memory storage by design. However, despite the progress made in device-heterogeneous federated learning scenarios, the heterogeneity in the bitwidth specifications in the hardware ha…

Cited by 29SourcePDFScholar
2022

Factorized-FL: Personalized Federated Learning with Parameter Factorization & Similarity Matching

NeurIPS 2022accept

In real-world federated learning scenarios, participants could have their own personalized labels incompatible with those from other clients, due to using different label permutations or tackling completely different tasks or domains. However, most existing FL approaches cannot effectively tackle su…

2021

Federated Continual Learning with Weighted Inter-client Transfer

ICML 2021spotlight

There has been a surge of interest in continual learning and federated learning, both of which are important in deep neural networks in real-world scenarios. Yet little research has been done regarding the scenario where each client learns on a sequence of tasks from a private local data stream. Thi…

2021

Federated Semi-Supervised Learning with Inter-Client Consistency & Disjoint Learning

ICLR 2021poster

While existing federated learning approaches mostly require that clients have fully-labeled data to train on, in realistic settings, data obtained at the client-side often comes without any accompanying labels. Such deficiency of labels may result from either high labeling cost, or difficulty of ann…

2021

Task-Adaptive Neural Network Search with Meta-Contrastive Learning

NeurIPS 2021spotlight

Most conventional Neural Architecture Search (NAS) approaches are limited in that they only generate architectures without searching for the optimal parameters. While some NAS methods handle this issue by utilizing a supernet trained on a large-scale dataset such as ImageNet, they may be suboptimal…