← Search

Jongwoo Ko

17 accepted papers

2026

WINA: Weight Informed Neuron Activation for Accelerating Large Language Model Inference

ICLR 2026poster

The ever-increasing computational demands of large language models (LLMs) make efficient inference a central challenge. While recent advances leverage specialized architectures or selective activation, they typically require (re)training or architectural modifications, limiting their broad applicabi…

Cited by 0SourcecodeScholar
2025

Beyond correlation: The impact of human uncertainty in measuring the effectiveness of automatic evaluation and LLM-as-a-judge

ICLR 2025poster

The effectiveness of automatic evaluation of generative models is typically measured by comparing the labels generated via automation with human labels using correlation metrics. However, metrics like Krippendorff's $\alpha$ and Randolph's $\kappa$ were originally designed to measure the reliab…

2025

DistiLLM-2: A Contrastive Approach Boosts the Distillation of LLMs

ICML 2025oral

Despite the success of distillation in large language models (LLMs), most prior work applies identical loss functions to both teacher- and student-generated data. These strategies overlook the synergy between loss formulations and data types, leading to a suboptimal performance boost in student mode…

2025

Flex-Judge: Text-Only Reasoning Unleashes Zero-Shot Multimodal Evaluators

NeurIPS 2025poster

Human-generated reward signals are critical for aligning generative models with human preferences, guiding both training and inference-time evaluations. While large language models (LLMs) employed as proxy evaluators, i.e., LLM-as-a-Judge, significantly reduce the costs associated with manual annota…

Cited by 0SourceScholar
2025

SeRA: Self-Reviewing and Alignment of LLMs using Implicit Reward Margins

ICLR 2025poster

Direct alignment algorithms (DAAs), such as direct preference optimization (DPO), have become popular alternatives to Reinforcement Learning from Human Feedback (RLHF) due to their simplicity, efficiency, and stability. However, the preferences used by DAAs are usually collected before alignment tra…

Cited by 0SourcePDFScholar
2024

DistiLLM: Towards Streamlined Distillation for Large Language Models

ICML 2024poster

Knowledge distillation (KD) is widely used for compressing a teacher model to a smaller student model, reducing its inference cost and memory footprint while preserving model capabilities. However, current KD methods for auto-regressive sequence models (e.g., large language models) suffer from missi…

2024

Fine-tuning Pre-trained Models for Robustness under Noisy Labels

IJCAI 2024poster

The presence of noisy labels in a training dataset can significantly impact the performance of machine learning models. In response to this issue, researchers have focused on identifying clean samples and reducing the influence of noisy labels. Recent works in this field have achieved notable succes…

Cited by 10SourcePDFScholar
2024

Towards Difficulty-Agnostic Efficient Transfer Learning for Vision-Language Models

EMNLP 2024main

Vision-language models (VLMs) like CLIP have demonstrated remarkable applicability across a variety of downstream tasks, including zero-shot image classification. Recently, the use of prompts or adapters for efficient transfer learning (ETL) has gained significant attention for effectively adapting…

2023

A Gift from Label Smoothing: Robust Training with Adaptive Label Smoothing via Auxiliary Classifier under Label Noise

AAAI 2023technical

As deep neural networks can easily overfit noisy labels, robust training in the presence of noisy labels is becoming an important challenge in modern deep learning. While existing methods address this problem in various directions, they still produce unpredictable sub-optimal results since they rely…

2023

CUDA: Curriculum of Data Augmentation for Long-tailed Recognition

ICLR 2023top-25%

Class imbalance problems frequently occur in real-world tasks, and conventional deep learning algorithms are well known for performance degradation on imbalanced training datasets. To mitigate this problem, many approaches have aimed to balance among given classes by re-weighting or re-sampling trai…

2023

Fast and Robust Early-Exiting Framework for Autoregressive Language Models with Synchronized Parallel Decoding

EMNLP 2023long main

To tackle the high inference latency exhibited by autoregressive language models, previous studies have proposed an early-exiting framework that allocates adaptive computation paths for each token based on the complexity of generating the subsequent token. However, we observed several shortcomings,…

Cited by 0SourcecodeScholar
2023

NASH: A Simple Unified Framework of Structured Pruning for Accelerating Encoder-Decoder Language Models

EMNLP 2023long findings

Structured pruning methods have proven effective in reducing the model size and accelerating inference speed in various network architectures such as Transformers. Despite the versatility of encoder-decoder models in numerous NLP tasks, the structured pruning methods on such models are relatively le…

Cited by 0SourcecodeScholar
2023

Self-Contrastive Learning: Single-Viewed Supervised Contrastive Framework Using Sub-network

AAAI 2023technical

Contrastive loss has significantly improved performance in supervised classification tasks by using a multi-viewed framework that leverages augmentation and label information. The augmentation enables contrast with another view of a single image but enlarges training time and memory usage. To exploi…

2022

Synergy with Translation Artifacts for Training and Inference in Multilingual Tasks

EMNLP 2022main

Translation has played a crucial role in improving the performance on multilingual tasks: (1) to generate the target language data from the source language data for training and (2) to generate the source language data from the target language data for inference. However, prior works have not consid…

2021

FINE Samples for Learning with Noisy Labels

NeurIPS 2021poster

Modern deep neural networks (DNNs) become frail when the datasets contain noisy (incorrect) class labels. Robust techniques in the presence of noisy labels can be categorized into two folds: developing noise-robust functions or using noise-cleansing methods by detecting the noisy data. Recently, noi…