← Search

Seulki Lee

8 accepted papers

2025

Position: The AI Conference Peer Review Crisis Demands Author Feedback and Reviewer Rewards

ICML 2025oral

The peer review process in major artificial intelligence (AI) conferences faces unprecedented challenges with the surge of paper submissions (exceeding 10,000 submissions per venue), accompanied by growing concerns over review quality and reviewer responsibility. This position paper argues for **the…

Cited by 0SourcePDFScholar
2025

SMMF: Square-Matricized Momentum Factorization for Memory-Efficient Optimization

AAAI 2025technical

We propose SMMF (Square-Matricized Momentum Factorization), a memory-efficient optimizer that reduces the memory requirement of the widely used adaptive learning rate optimizers, such as Adam, by up to 96%. SMMF enables flexible and efficient factorization of an arbitrary rank (shape) of the first a…

2025

TransPL: VQ-Code Transition Matrices for Pseudo-Labeling of Time Series Unsupervised Domain Adaptation

ICML 2025poster

Unsupervised domain adaptation (UDA) for time series data remains a critical challenge in deep learning, with traditional pseudo-labeling strategies failing to capture temporal patterns and channel-wise shifts between domains, producing sub-optimal pseudo labels. As such, we introduce TransPL, a nov…

2023

Softmax Output Approximation for Activation Memory-Efficient Training of Attention-based Networks

NeurIPS 2023poster

In this paper, we propose to approximate the softmax output, which is the key product of the attention mechanism, to reduce its activation memory usage when training attention-based networks (aka Transformers). During the forward pass of the network, the proposed softmax output approximation method…