← Search

Jaehoon Oh

9 accepted papers

2025

OrthoRank: Token Selection via Sink Token Orthogonality for Efficient LLM inference

ICML 2025poster

Attention mechanisms are central to the success of large language models (LLMs), enabling them to capture intricate token dependencies and implicitly assign importance to each token. Recent studies have revealed the sink token, which receives disproportionately high attention despite their limited s…

Cited by 0SourcePDFScholar
2024

BAPO: Base-Anchored Preference Optimization for Overcoming Forgetting in Large Language Models Personalization

EMNLP 2024finding

While learning to align Large Language Models (LLMs) with human preferences has shown remarkable success, aligning these models to meet the diverse user preferences presents further challenges in preserving previous knowledge. This paper examines the impact of personalized preference optimization on…

2024

FedSOL: Stabilized Orthogonal Learning with Proximal Restrictions in Federated Learning

CVPR 2024poster

Federated Learning (FL) aggregates locally trained models from individual clients to construct a global model. While FL enables learning a model with data privacy it often suffers from significant performance degradation when clients have heterogeneous data distributions. This data heterogeneity cau…

2022

FedBABU: Toward Enhanced Representation for Federated Image Classification

ICLR 2022poster

Federated learning has evolved to improve a single global model under data heterogeneity (as a curse) or to develop multiple personalized models using data heterogeneity (as a blessing). However, little research has considered both directions simultaneously. In this paper, we first investigate the r…

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…

2022

Understanding Cross-Domain Few-Shot Learning Based on Domain Similarity and Few-Shot Difficulty

NeurIPS 2022accept

Cross-domain few-shot learning (CD-FSL) has drawn increasing attention for handling large differences between the source and target domains--an important concern in real-world scenarios. To overcome these large differences, recent works have considered exploiting small-scale unlabeled data from the…

2021

Comparing Kullback-Leibler Divergence and Mean Squared Error Loss in Knowledge Distillation

IJCAI 2021poster

Knowledge distillation (KD), transferring knowledge from a cumbersome teacher model to a lightweight student model, has been investigated to design efficient neural architectures. Generally, the objective function of KD is the Kullback-Leibler (KL) divergence loss between the softened probability di…