paper-with-me

Papers

THEMIS: Unlocking Pretrained Knowledge with Foundation Model Embeddings for Anomaly Detection in Time Series

2025-10-04 · Yadav Mahesh Lorik, Kaushik Sarveswaran, Nagaraj Sundaramahalingam, Aravindakumar Venugopalan arxiv

Time series anomaly detection forms a very crucial area in several domains but poses substantial challenges. Due to time series data possessing seasonality, trends, noise, and evolving patterns (concept drift), it becomes very difficult to set a general notion of what constitutes normal behavior. Anomalies themselves could be varied, ranging from a single outlier to contextual or collective anomalies, and are normally very rare; hence, the dataset is largely imbalanced. Additional layers of complexities arise due to the problems of increased dimensionality of modern time series, real-time detection criteria, setting up appropriate detection thresholds, and arriving at results that are interpretable. To embrace these multifaceted challenges, very strong, flexible, and interpretable approaches are required. This paper presents THEMIS, a new framework for time series anomaly detection that exploits pretrained knowledge from foundation models. THEMIS extracts embeddings from the encoder of the Chronos time series foundation model and applies outlier detection techniques like Local Outlier Factor and Spectral Decomposition on the self-similarity matrix, to spot anomalies in the data. Our experiments show that this modular method achieves SOTA results on the MSL dataset and performs quite competitively on the SMAP and SWAT$^*$ datasets. Notably, THEMIS exceeds models trained specifically for anomaly detection, presenting hyperparameter robustness and interpretability by default. This paper advocates for pretrained representations from foundation models for performing efficient and adaptable anomaly detection for time series data.

📄 PDF Abstract BibTeX arXiv:2510.03911

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Anomaly DetectionOutlier Detection

Similar Papers 제목 키워드 기반

Training an LLM-as-a-Judge Model: Pipeline, Insights, and Practical Lessons

2025-02-05 · Renjun Hu, Yi Cheng, Libin Meng, Jiaxin Xia 외

The rapid advancement of large language models (LLMs) has opened new possibilities for their adoption as evaluative judges. This paper introduces Themis, a fine-tuned LLM judge that delivers sophisticated context-aware e…

Instruction FollowingKnowledge Distillation

Multitask finetuning and acceleration of chemical pretrained models for small molecule drug property prediction

2025-10-14 · Matthew Adrian, Yunsie Chung, Kevin Boyd, Saee Paliwal 외 arxiv

Chemical pretrained models, sometimes referred to as foundation models, are receiving considerable interest for drug discovery applications. The general chemical knowledge extracted from self-supervised training has the …

Graph Neural NetworkMulti-Task LearningDrug Discovery

Fairness Testing: Testing Software for Discrimination

2017-09-11 · Sainyam Galhotra, Yuriy Brun, Alexandra Meliou

This paper defines software fairness and discrimination and develops a testing-based method for measuring if and how much software discriminates, focusing on causality in discriminatory behavior. Evidence of software dis…

Fairnessvalid

OS-Themis: A Scalable Critic Framework for Generalist GUI Rewards

2026-03-19 · Zehao Li, Zhenyu Wu, Yibo Zhao, Bowen Yang 외 arxiv

Reinforcement Learning (RL) has the potential to improve the robustness of GUI agents in stochastic environments, yet training is highly sensitive to the quality of the reward function. Existing reward approaches struggl…

Reinforcement LearningDecision Making

Themis: An explainable AI-enabled framework for Reinforcement Learning with Human Feedback

2026-06-23 · Andreas Chouliaras, Luke Connolly, Dimitris Chatzpoulos arxiv

Training safe Reinforcement Learning (RL) systems is inherently challenging, with no guarantee of avoiding unwanted behaviors. The most effective defenses against this are (i) transparency through explainability and (ii)…

Reinforcement Learning