← Search

Jy-yong Sohn

19 accepted papers

2026

Fine-Tuning Without Forgetting In-Context Learning: A Theoretical Analysis of Linear Attention Models

ICML 2026poster

Transformer-based large language models exhibit in-context learning, enabling adaptation to downstream tasks via few-shot prompting with demonstrations. In practice, such models are often fine-tuned to improve zero-shot performance on downstream tasks, allowing them to solve tasks without examples a…

Cited by 0SourceScholar
2025

A Theoretical Framework for Preventing Class Collapse in Supervised Contrastive Learning

AISTATS 2025poster

Supervised contrastive learning (SupCL) has emerged as a prominent approach in representation learning, leveraging both supervised and self-supervised losses. However, achieving an optimal balance between these losses is challenging; failing to do so can lead to class collapse, reducing discriminati…

Cited by 0SourceScholar
2025

Enhancing Compositional Reasoning in CLIP via Reconstruction and Alignment of Text Descriptions

NeurIPS 2025poster

Despite recent advances, vision-language models trained with standard contrastive objectives still struggle with compositional reasoning -- the ability to understand structured relationships between visual and linguistic elements. This shortcoming is largely due to the tendency of the text encoder t…

Cited by 0SourceScholar
2025

Measuring Representational Shifts in Continual Learning: A Linear Transformation Perspective

ICML 2025poster

In continual learning scenarios, catastrophic forgetting of previously learned tasks is a critical issue, making it essential to effectively measure such forgetting. Recently, there has been growing interest in focusing on representation forgetting, the forgetting measured at the hidden layer. In th…

Cited by 0SourcePDFScholar
2025

On the Similarities of Embeddings in Contrastive Learning

ICML 2025poster

Contrastive learning (CL) operates on a simple yet effective principle: embeddings of positive pairs are pulled together, while those of negative pairs are pushed apart. Although various forms of contrastive loss have been proposed and analyzed from different perspectives, prior works lack a compreh…

2025

Soft Task-Aware Routing of Experts for Equivariant Representation Learning

NeurIPS 2025poster

Equivariant representation learning aims to capture variations induced by input transformations in the representation space, whereas invariant representation learning encodes semantic information by disregarding such transformations. Recent studies have shown that jointly learning both types of repr…

Cited by 0SourcecodeScholar
2024

Memorization Capacity for Additive Fine-Tuning with Small ReLU Networks

UAI 2024poster

Fine-tuning large pre-trained models is a common practice in machine learning applications, yet its mathematical analysis remains largely unexplored. In this paper, we study fine-tuning through the lens of memorization capacity. Our new measure, the Fine-Tuning Capacity (FTC), is defined as the maxi…

Cited by 0SourcePDFScholar
2023

Can We Find Strong Lottery Tickets in Generative Models?

AAAI 2023technical

Yes. In this paper, we investigate strong lottery tickets in generative models, the subnetworks that achieve good generative performance without any weight update. Neural network pruning is considered the main cornerstone of model compression for reducing the costs of computation and memory. Unfortu…

2023

Equal Improvability: A New Fairness Notion Considering the Long-term Impact

ICLR 2023poster

Devising a fair classifier that does not discriminate against different groups is an important problem in machine learning. Although researchers have proposed various ways of defining group fairness, most of them only focused on the immediate fairness, ignoring the long-term impact of a fair classif…

2023

Looped Transformers as Programmable Computers

ICML 2023poster

We present a framework for using transformer networks as universal computers by programming them with specific weights and placing them in a loop. Our input sequence acts as a punchcard, consisting of instructions and memory for data read/writes. We demonstrate that a constant number of encoder laye…

Cited by 110SourcePDFScholar
2022

Finding Nearly Everything within Random Binary Networks

AISTATS 2022poster

A recent work by Ramanujan et al. (2020) provides significant empirical evidence that sufficiently overparameterized, random neural networks contain untrained subnetworks that achieve state-of-the-art accuracy on several predictive tasks. A follow-up line of theoretical work provides justification o…

Cited by 9SourcePDFScholar
2022

GenLabel: Mixup Relabeling using Generative Models

ICML 2022spotlight

Mixup is a data augmentation method that generates new data points by mixing a pair of input data. While mixup generally improves the prediction performance, it sometimes degrades the performance. In this paper, we first identify the main causes of this phenomenon by theoretically and empirically an…

Cited by 20SourcePDFScholar
2022

LIFT: Language-Interfaced Fine-Tuning for Non-language Machine Learning Tasks

NeurIPS 2022accept

Fine-tuning pretrained language models (LMs) without making any architectural changes has become a norm for learning various language downstream tasks. However, for non-language downstream tasks, a common practice is to employ task-specific designs for input, output layers, and loss functions. For i…

2022

Rare Gems: Finding Lottery Tickets at Initialization

NeurIPS 2022accept

Large neural networks can be pruned to a small fraction of their original size, with little loss in accuracy, by following a time-consuming "train, prune, re-train" approach. Frankle & Carbin conjecture that we can avoid this by training lottery tickets, i.e., special sparse subnetworks found at ini…

2022

Utilizing Language-Image Pretraining for Efficient and Robust Bilingual Word Alignment

EMNLP 2022finding

Word translation without parallel corpora has become feasible, rivaling the performance of supervised methods. Recent findings have shown the improvement in accuracy and robustness of unsupervised word translation (UWT) by utilizing visual observations, which are universal representations across lan…

2020

Attack of the Tails: Yes, You Really Can Backdoor Federated Learning

NeurIPS 2020poster

Due to its decentralized nature, Federated Learning (FL) lends itself to adversarial attacks in the form of backdoors during training. The goal of a backdoor is to corrupt the performance of the trained model on specific sub-tasks (e.g., by classifying green cars as frogs). A range of FL backdoor at…

2020

Election Coding for Distributed Learning: Protecting SignSGD against Byzantine Attacks

NeurIPS 2020poster

Current distributed learning systems suffer from serious performance degradation under Byzantine attacks. This paper proposes Election Coding, a coding-theoretic framework to guarantee Byzantine-robustness for distributed learning algorithms based on signed stochastic gradient descent (SignSGD) that…

Cited by 44SourcePDFScholar