← Search

Taesup Moon

37 accepted papers

2026

Can Natural Image Autoencoders Compactly Tokenize fMRI Volumes for Long-Range Dynamics Modeling?

CVPR 2026

Modeling long-range spatiotemporal dynamics in functional Magnetic Resonance Imaging (fMRI) remains a key challenge due to the high dimensionality of the four-dimensional signals. Prior voxel-based models, although demonstrating excellent performance and interpretation capabilities, are constrained

Cited by 0SourcecodeScholar
2026

Forget Forgetting: Continual Learning in a World of Abundant Memory

ICLR 2026poster

Continual learning (CL) has traditionally focused on minimizing exemplar memory, a constraint often misaligned with modern systems where GPU time, not storage, is the primary bottleneck. This paper challenges this paradigm by investigating a more realistic regime: one where memory is abundant enough…

Cited by 0SourceScholar
2026

SEED: Towards More Accurate Semantic Evaluation for Visual Brain Decoding

ICLR 2026poster

We present SEED ($\textbf{Se}$mantic $\textbf{E}$valuation for Visual Brain $\textbf{D}$ecoding), a novel metric for evaluating the semantic decoding performance of visual brain decoding models. It integrates three complementary metrics, each capturing a different aspect of semantic similarity betwe…

Cited by 0SourcecodeScholar
2025

An Efficient Post-hoc Framework for Reducing Task Discrepancy of Text Encoders for Composed Image Retrieval

ICCV 2025poster

Composed Image Retrieval (CIR) aims to retrieve a target image based on a reference image and conditioning text, enabling controllable image searches. The mainstream Zero-Shot (ZS) CIR methods bypass the need for expensive training CIR triplets by projecting image embeddings into the text token embe…

2025

DoMIX: An Efficient Framework for Exploiting Domain Knowledge in Fine-Tuning

ACL 2025long

Domain-Adaptive Pre-training (DAP) has recently gained attention for its effectiveness in fine-tuning pre-trained models. Building on this, continual DAP has been explored to develop pre-trained models capable of incrementally incorporating different domain datasets. However, existing continual DAP…

2025

MA-CIR: A Multimodal Arithmetic Benchmark for Composed Image Retrieval

ICCV 2025poster

Composed Image Retrieval (CIR) seeks to retrieve a target image by using a reference image and conditioning text specifying desired modifications. While recent approaches have shown steady performance improvements on existing CIR benchmarks, we argue that it remains unclear whether these gains genui…

2025

Multi-Group Proportional Representations for Text-to-Image Models

CVPR 2025poster

Text-to-image (T2I) generative models can create vivid, realistic images from textual descriptions. As these models proliferate, they expose new concerns about their ability to represent diverse demographic groups, propagate stereotypes, and efface minority populations. Despite growing attention to…

2025

Option-aware Temporally Abstracted Value for Offline Goal-Conditioned Reinforcement Learning

NeurIPS 2025spotlight

Offline goal-conditioned reinforcement learning (GCRL) offers a practical learning paradigm in which goal-reaching policies are trained from abundant state–action trajectory datasets without additional environment interaction. However, offline GCRL still struggles with long-horizon tasks, even with…

Cited by 0SourcecodeScholar
2025

Prevalence of Negative Transfer in Continual Reinforcement Learning: Analyses and a Simple Baseline

ICLR 2025poster

We argue that the negative transfer problem occurring when the new task to learn arrives is an important problem that needs not be overlooked when developing effective Continual Reinforcement Learning (CRL) algorithms. Through comprehensive experimental validation, we demonstrate that such issue fre…

Cited by 1SourcePDFScholar
2024

Continual Learning in the Presence of Spurious Correlations: Analyses and a Simple Baseline

ICLR 2024poster

Most continual learning (CL) algorithms have focused on tackling the stability-plasticity dilemma, that is, the challenge of preventing the forgetting of past tasks while learning new ones. However, we argue that they have overlooked the impact of knowledge transfer when the training dataset of a ce…

Cited by 5SourcePDFScholar
2024

Do Counterfactually Fair Image Classifiers Satisfy Group Fairness? -- A Theoretical and Empirical Study

NeurIPS 2024poster

The notion of algorithmic fairness has been actively explored from various aspects of fairness, such as counterfactual fairness (CF) and group fairness (GF). However, the exact relationship between CF and GF remains to be unclear, especially in image classification tasks; the reason is because we of…

Cited by 3SourcePDFScholar
2024

Learning to Unlearn: Instance-Wise Unlearning for Pre-trained Classifiers

AAAI 2024technical

Since the recent advent of regulations for data protection (e.g., the General Data Protection Regulation), there has been increasing demand in deleting information learned from sensitive data in pre-trained models without retraining from scratch. The inherent vulnerability of neural networks towards…

2024

Listwise Reward Estimation for Offline Preference-based Reinforcement Learning

ICML 2024poster

In Reinforcement Learning (RL), designing precise reward functions remains to be a challenge, particularly when aligning with human intent. Preference-based RL (PbRL) was introduced to address this problem by learning reward models from human feedback. However, existing PbRL methods have limitations…

2024

Regularizing with Pseudo-Negatives for Continual Self-Supervised Learning

ICML 2024poster

We introduce a novel Pseudo-Negative Regularization (PNR) framework for effective continual self-supervised learning (CSSL). Our PNR leverages pseudo-negatives obtained through model-based augmentation in a way that newly learned representations may not contradict what has been learned in the past.…

2023

Re-weighting Based Group Fairness Regularization via Classwise Robust Optimization

ICLR 2023poster

Many existing group fairness-aware training methods aim to achieve the group fairness by either re-weighting underrepresented groups based on certain rules or using weakly approximated surrogates for the fairness metrics in the objective as regularization terms. Although each of the learning schemes…

Cited by 24SourcePDFScholar
2023

Rebalancing Batch Normalization for Exemplar-Based Class-Incremental Learning

CVPR 2023poster

Batch Normalization (BN) and its variants has been extensively studied for neural nets in various computer vision tasks, but relatively little work has been dedicated to studying the effect of BN in continual learning. To that end, we develop a new update patch for BN, particularly tailored for the…

2023

SwiFT: Swin 4D fMRI Transformer

NeurIPS 2023poster

Modeling spatiotemporal brain dynamics from high-dimensional data, such as functional Magnetic Resonance Imaging (fMRI), is a formidable task in neuroscience. Existing approaches for fMRI analysis utilize hand-crafted features, but the process of feature extraction risks losing essential information…

2023

Towards More Robust Interpretation via Local Gradient Alignment

AAAI 2023technical

Neural network interpretation methods, particularly feature attribution methods, are known to be fragile with respect to adversarial input perturbations. To address this, several methods for enhancing the local smoothness of the gradient while training have been proposed for attaining robust featur…

2022

Descent Steps of a Relation-Aware Energy Produce Heterogeneous Graph Neural Networks

NeurIPS 2022accept

Heterogeneous graph neural networks (GNNs) achieve strong performance on node classification tasks in a semi-supervised learning setting. However, as in the simpler homogeneous GNN case, message-passing-based heterogeneous GNNs may struggle to balance between resisting the oversmoothing that may occ…

2022

GRIT-VLP: Grouped Mini-Batch Sampling for Efficient Vision and Language Pre-training

ECCV 2022poster

"Most of the currently existing vision and language pre-training (VLP) methods have mainly focused on how to extract and align vision and text features. In contrast to the mainstream VLP methods, we highlight that two routinely applied steps during pre-training have crucial impact on the performance…

2021

CPR: Classifier-Projection Regularization for Continual Learning

ICLR 2021poster

We propose a general, yet simple patch that can be applied to existing regularization-based continual learning methods called classifier-projection regularization (CPR). Inspired by both recent results on neural networks with wide local minima and information theory, CPR adds an additional regulariz…

2021

GAN2GAN: Generative Noise Learning for Blind Denoising with Single Noisy Images

ICLR 2021poster

We tackle a challenging blind image denoising problem, in which only single distinct noisy images are available for training a denoiser, and no information about noise is known, except for it being zero-mean, additive, and independent of the clean image. In such a setting, which often occurs in prac…

2021

SS-IL: Separated Softmax for Incremental Learning

ICCV 2021poster

We consider class incremental learning (CIL) problem, in which a learning agent continuously learns new classes from incrementally arriving training data batches and aims to predict well on all the classes learned so far. The main challenge of the problem is the catastrophic forgetting, and for the…

Cited by 251PDFScholar
2021

SSUL: Semantic Segmentation with Unknown Label for Exemplar-based Class-Incremental Learning

NeurIPS 2021poster

We consider a class-incremental semantic segmentation (CISS) problem. While some recently proposed algorithms utilized variants of knowledge distillation (KD) technique to tackle the problem, they only partially addressed the key additional challenges in CISS that causes the catastrophic forgetting;…

2020

Continual Learning with Node-Importance based Adaptive Group Sparse Regularization

NeurIPS 2020poster

We propose a novel regularization-based continual learning method, dubbed as Adaptive Group Sparsity based Continual Learning (AGS-CL), using two group sparsity-based penalties. Our method selectively employs the two penalties when learning each neural network node based on its the importance, which…

Cited by 155SourcePDFScholar
2020

Unsupervised Neural Universal Denoiser for Finite-Input General-Output Noisy Channel

AISTATS 2020poster

We devise a novel neural network-based universal denoiser for the finite-input, general-output (FIGO) channel. Based on the assumption of known noisy channel densities, which is realistic in many practical scenarios, we train the network such that it can denoise as well as the best sliding window de…

2019

Fooling Neural Network Interpretations via Adversarial Model Manipulation

NeurIPS 2019poster

We ask whether the neural network interpretation methods can be fooled via adversarial model manipulation, which is defined as a model fine-tuning step that aims to radically alter the explanations without hurting the accuracy of the original models, e.g., VGG19, ResNet50, and DenseNet121. By incorp…

2019

Uncertainty-based Continual Learning with Adaptive Regularization

NeurIPS 2019poster

We introduce a new neural network-based continual learning algorithm, dubbed as Uncertainty-regularized Continual Learning (UCL), which builds on traditional Bayesian online learning framework with variational inference. We focus on two significant drawbacks of the recently proposed regularization-b…

2018

Neural Adaptive Image Denoiser

ICASSP 2018accepted

We propose a novel neural network-based adaptive image denoiser, dubbased as Neural AIDE. Unlike other neural network-based denoisers, which typically apply supervised training to learn a mapping from a noisy patch to a clean patch, we formulate to train a neural network to learn context-based affin…

Cited by 0SourceScholar