← Search

Jisoo Mok

15 accepted papers

2026

CANDI: Curated Test-Time Adaptation for Multivariate Time-Series Anomaly Detection Under Distribution Shift

AAAI 2026technical

Multivariate time-series anomaly detection (MTSAD) aims to identify deviations from normality in multivariate time-series and is critical in real-world applications. However, in real-world deployments, distribution shifts are ubiquitous and cause severe performance degradation in pre-trained anomaly

Cited by 0SourcePDFScholar
2026

MobileKGQA: On-Device KGQA System on Dynamic Mobile Environments

ICLR 2026poster

Developing a mobile system capable of generating responses based on stored user data is a crucial challenge. Since user data is stored in the form of Knowledge Graphs, the field of knowledge graph question answering (KGQA) presents a promising avenue towards addressing this problem. However, existin…

Cited by 0SourceScholar
2025

Battling the Non-stationarity in Time Series Forecasting via Test-time Adaptation

AAAI 2025technical

Deep Neural Networks have spearheaded remarkable advancements in time series forecasting (TSF), one of the major tasks in time series modeling. Nonetheless, the non-stationarity of time series undermines the reliability of pre-trained source time series forecasters in mission-critical deployment set…

2025

Causality-Aware Contrastive Learning for Robust Multivariate Time-Series Anomaly Detection

ICML 2025poster

Utilizing the complex inter-variable causal relationships within multivariate time-series provides a promising avenue toward more robust and reliable multivariate time-series anomaly detection (MTSAD) but remains an underexplored area of research. This paper proposes Causality-Aware contrastive lear…

2025

Exploring the Potential of LLMs as Personalized Assistants: Dataset, Evaluation, and Analysis

ACL 2025long

Personalized AI assistants, a hallmark of the human-like capabilities of Large Language Models (LLMs), are a challenging application that intertwines multiple problems in LLM research. Despite the growing interest in the development of personalized assistants, the lack of an open-source conversation…

2025

RePIC: Reinforced Post-Training for Personalizing Multi-Modal Language Models

NeurIPS 2025poster

Recent multi-modal large language models (MLLMs) often struggle to generate personalized image captions, even when trained on high-quality captions. In this work, we observe that such limitations persist in existing post-training-based MLLM personalization methods. Specifically, despite being post-t…

Cited by 0SourcecodeScholar
2024

LLM-based Frameworks for API Argument Filling in Task-Oriented Conversational Systems

NAACL 2024industry

Task-orientated conversational agents interact with users and assist them via leveraging external APIs. A typical task-oriented conversational system can be broken down into three phases: external API selection, argument filling, and response generation. The focus of our work is the task of argument…

Cited by 4SourcePDFScholar
2024

Textual Training for the Hassle-Free Removal of Unwanted Visual Data: Case Studies on OOD and Hateful Image Detection

NeurIPS 2024poster

In our study, we explore methods for detecting unwanted content lurking in visual datasets. We provide a theoretical analysis demonstrating that a model capable of successfully partitioning visual data can be obtained using only textual data. Based on the analysis, we propose Hassle-Free Textual Tra…

2023

Large-scale Lifelong Learning of In-context Instructions and How to Tackle It

ACL 2023long

Jointly fine-tuning a Pre-trained Language Model (PLM) on a pre-defined set of tasks with in-context instructions has been proven to improve its generalization performance, allowing us to build a universal language model that can be deployed across task boundaries. In this work, we explore for the f…

Cited by 15SourcePDFScholar
2023

On the Powerfulness of Textual Outlier Exposure for Visual OoD Detection

NeurIPS 2023poster

Successful detection of Out-of-Distribution (OoD) data is becoming increasingly important to ensure safe deployment of neural networks. One of the main challenges in OoD detection is that neural networks output overconfident predictions on OoD data, make it difficult to determine OoD-ness of data so…

Cited by 14SourcePDFScholar
2022

AutoSNN: Towards Energy-Efficient Spiking Neural Networks

ICML 2022spotlight

Spiking neural networks (SNNs) that mimic information transmission in the brain can energy-efficiently process spatio-temporal information through discrete and sparse spikes, thereby receiving considerable attention. To improve accuracy and energy efficiency of SNNs, most previous studies have focus…

2022

Demystifying the Neural Tangent Kernel From a Practical Perspective: Can It Be Trusted for Neural Architecture Search Without Training?

CVPR 2022poster

In Neural Architecture Search (NAS), reducing the cost of architecture evaluation remains one of the most crucial challenges. Among a plethora of efforts to bypass training of each candidate architecture to convergence for evaluation, the Neural Tangent Kernel (NTK) is emerging as a promising theore…

Cited by 21PDFcodeScholar
2021

Accelerating Neural Architecture Search via Proxy Data

IJCAI 2021poster

Despite the increasing interest in neural architecture search (NAS), the significant computational cost of NAS is a hindrance to researchers. Hence, we propose to reduce the cost of NAS using proxy data, i.e., a representative subset of the target data, without sacrificing search performance. Even t…

2021

Reducing Information Bottleneck for Weakly Supervised Semantic Segmentation

NeurIPS 2021poster

Weakly supervised semantic segmentation produces pixel-level localization from class labels; however, a classifier trained on such labels is likely to focus on a small discriminative region of the target object. We interpret this phenomenon using the information bottleneck principle: the final layer…