← Search

Jaekyun Moon

18 accepted papers

2026

Identifying Robust Neural Pathways: Few-Shot Adversarial Mask Tuning for Vision-Language Models

ICLR 2026poster

Recent vision-language models (VLMs), such as CLIP, have demonstrated remarkable transferability across a wide range of downstream tasks by effectively leveraging the joint text-image embedding space, even with only a few data samples. Despite their impressive performance, these models remain vulner…

Cited by 0SourceScholar
2026

ProLoG: Hybrid Prompt and LoRA Based Adaptation of Vision-Language Models for OOD Generalization

AAAI 2026technical

While vision-language foundation models (VLMs) achieve remarkable performance when fine-tuned on downstream in-distribution (ID) data, this process compromises their generalization ability on out-of-distribution (OOD) data that deviate from the downstream tasks due to overfitting. To address this, w

Cited by 0SourcePDFScholar
2026

PruneFuse: Efficient Data Selection via Weight Pruning and Network Fusion

ICML 2026poster

Efficient data selection is crucial for enhancing the training efficiency of deep neural networks and minimizing annotation requirements. Traditional methods often face high computational costs, limiting their scalability and practical use. We introduce PruneFuse, a novel strategy that leverages pru…

Cited by 0SourceScholar
2025

Adaptive Energy Alignment for Accelerating Test-Time Adaptation

ICLR 2025poster

In response to the increasing demand for tackling out-of-domain (OOD) scenarios, test-time adaptation (TTA) has garnered significant research attention in recent years. To adapt a source pre-trained model to target samples without getting access to their labels, existing approaches have typically em…

Cited by 0SourcePDFScholar
2024

Achieving Lossless Gradient Sparsification via Mapping to Alternative Space in Federated Learning

ICML 2024poster

Handling the substantial communication burden in federated learning (FL) still remains a significant challenge. Although recent studies have attempted to compress the local gradients to address this issue, they typically perform compression only within the original parameter space, which may potenti…

Cited by 4SourcePDFScholar
2024

Consistency-Guided Temperature Scaling Using Style and Content Information for Out-of-Domain Calibration

AAAI 2024technical

Research interests in the robustness of deep neural networks against domain shifts have been rapidly increasing in recent years. Most existing works, however, focus on improving the accuracy of the model, not the calibration performance which is another important requirement for trustworthy AI syst…

2023

Active Learning for Object Detection with Evidential Deep Learning and Hierarchical Uncertainty Aggregation

ICLR 2023poster

Despite the huge success of object detection, the training process still requires an immense amount of labeled data. Although various active learning solutions for object detection have been proposed, most existing works do not take advantage of epistemic uncertainty, which is an important metric fo…

Cited by 39SourcePDFScholar
2023

EvoFed: Leveraging Evolutionary Strategies for Communication-Efficient Federated Learning

NeurIPS 2023poster

Federated Learning (FL) is a decentralized machine learning paradigm that enables collaborative model training across dispersed nodes without having to force individual nodes to share data. However, its broad adoption is hindered by the high communication costs of transmitting a large number of mode…

Cited by 16SourcePDFScholar
2023

NEO-KD: Knowledge-Distillation-Based Adversarial Training for Robust Multi-Exit Neural Networks

NeurIPS 2023poster

While multi-exit neural networks are regarded as a promising solution for making efficient inference via early exits, combating adversarial attacks remains a challenging problem. In multi-exit networks, due to the high dependency among different submodels, an adversarial example targeting a specific…

Cited by 6SourcePDFScholar
2023

StableFDG: Style and Attention Based Learning for Federated Domain Generalization

NeurIPS 2023poster

Traditional federated learning (FL) algorithms operate under the assumption that the data distributions at training (source domains) and testing (target domain) are the same. The fact that domain shifts often occur in practice necessitates equipping FL methods with a domain generalization (DG) capab…

Cited by 16SourcePDFScholar
2023

Test-Time Style Shifting: Handling Arbitrary Styles in Domain Generalization

ICML 2023poster

In domain generalization (DG), the target domain is unknown when the model is being trained, and the trained model should successfully work on an arbitrary (and possibly unseen) target domain during inference. This is a difficult problem, and despite active studies in recent years, it remains a grea…

Cited by 10SourcePDFScholar
2023

Warping the Space: Weight Space Rotation for Class-Incremental Few-Shot Learning

ICLR 2023top-25%

Class-incremental few-shot learning, where new sets of classes are provided sequentially with only a few training samples, presents a great challenge due to catastrophic forgetting of old knowledge and overfitting caused by lack of data. During finetuning on new classes, the performance on previous…

Cited by 63SourcePDFScholar
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
2021

Sageflow: Robust Federated Learning against Both Stragglers and Adversaries

NeurIPS 2021poster

While federated learning (FL) allows efficient model training with local data at edge devices, among major issues still to be resolved are: slow devices known as stragglers and malicious attacks launched by adversaries. While the presence of both of these issues raises serious concerns in practica…

Cited by 126SourcePDFScholar
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
2020

XtarNet: Learning to Extract Task-Adaptive Representation for Incremental Few-Shot Learning

ICML 2020poster

Learning novel concepts while preserving prior knowledge is a long-standing challenge in machine learning. The challenge gets greater when a novel task is given with only a few labeled examples, a problem known as incremental few-shot learning. We propose XtarNet, which learns to extract task-adapti…

2019

TapNet: Neural Network Augmented with Task-Adaptive Projection for Few-Shot Learning

ICML 2019oral

Handling previously unseen tasks after given only a few training examples continues to be a tough challenge in machine learning. We propose TapNets, neural networks augmented with task-adaptive projection for improved few-shot learning. Here, employing a meta-learning strategy with episode-based tra…