← Search

Yooju Shin

7 accepted papers

2025

VarDrop: Enhancing Training Efficiency by Reducing Variate Redundancy in Periodic Time Series Forecasting

AAAI 2025technical

Variate tokenization, which independently embeds each variate as separate tokens, has achieved remarkable improvements in multivariate time series forecasting. However, employing self-attention with variate tokens incurs a quadratic computational cost with respect to the number of variates, thus lim…

2024

Adaptive Shortcut Debiasing for Online Continual Learning

AAAI 2024technical

We propose a novel framework DropTop that suppresses the shortcut bias in online continual learning (OCL) while being adaptive to the varying degree of the shortcut bias incurred by continuously changing environment. By the observed high-attention property of the shortcut bias, highly-activated feat…

2024

Exploiting Representation Curvature for Boundary Detection in Time Series

NeurIPS 2024poster

*Boundaries* are the timestamps at which a class in a time series changes. Recently, representation-based boundary detection has gained popularity, but its emphasis on consecutive distance difference backfires, especially when the changes are gradual. In this paper, we propose a boundary detection m…

Cited by 1SourcePDFScholar
2023

Context Consistency Regularization for Label Sparsity in Time Series

ICML 2023poster

Labels are typically sparse in real-world time series due to the high annotation cost. Recently, consistency regularization techniques have been used to generate artificial labels from unlabeled augmented instances. To fully exploit the sequential characteristic of time series in consistency regular…

Cited by 11SourcePDFScholar
2022

Coherence-based Label Propagation over Time Series for Accelerated Active Learning

ICLR 2022poster

Time-series data are ubiquitous these days, but lack of the labels in time-series data is regarded as a hurdle for its broad applicability. Meanwhile, active learning has been successfully adopted to reduce the labeling efforts in various tasks. Thus, this paper addresses an important issue, time-se…

Cited by 18SourcePDFScholar
2022

Meta-Learning for Online Update of Recommender Systems

AAAI 2022technical

Online recommender systems should be always aligned with users' current interest to accurately suggest items that each user would like. Since user interest usually evolves over time, the update strategy should be flexible to quickly catch users' current interest from continuously generated new user-…

2022

Meta-Query-Net: Resolving Purity-Informativeness Dilemma in Open-set Active Learning

NeurIPS 2022accept

Unlabeled data examples awaiting annotations contain open-set noise inevitably. A few active learning studies have attempted to deal with this open-set noise for sample selection by filtering out the noisy examples. However, because focusing on the purity of examples in a query set leads to overlook…