← Search

Do-Yeon Kim

6 accepted papers

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
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

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
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…