paper-with-me

Papers

Sintel: A Machine Learning Framework to Extract Insights from Signals

2022-04-19 · Sarah Alnegheimish, Dongyu Liu, Carles Sala, Laure Berti-Equille, Kalyan Veeramachaneni

The detection of anomalies in time series data is a critical task with many monitoring applications. Existing systems often fail to encompass an end-to-end detection process, to facilitate comparative analysis of various anomaly detection methods, or to incorporate human knowledge to refine output. This precludes current methods from being used in real-world settings by practitioners who are not ML experts. In this paper, we introduce Sintel, a machine learning framework for end-to-end time series tasks such as anomaly detection. The framework uses state-of-the-art approaches to support all steps of the anomaly detection process. Sintel logs the entire anomaly detection journey, providing detailed documentation of anomalies over time. It enables users to analyze signals, compare methods, and investigate anomalies through an interactive visualization tool, where they can annotate, modify, create, and remove events. Using these annotations, the framework leverages human knowledge to improve the anomaly detection pipeline. We demonstrate the usability, efficiency, and effectiveness of Sintel through a series of experiments on three public time series datasets, as well as one real-world use case involving spacecraft experts tasked with anomaly analysis tasks. Sintel's framework, code, and datasets are open-sourced at https://github.com/sintel-dev/.

📄 PDF Abstract BibTeX arXiv:2204.09108

Code (2)

sarahmish/sintel-paper 공식 구현
sintel-dev/orion 공식 구현 tf

Tasks

Anomaly DetectionBIG-bench Machine LearningTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

A Lightweight Optical Flow CNN -- Revisiting Data Fidelity and Regularization

2019-03-15 · Tak-Wai Hui, Xiaoou Tang, Chen Change Loy

Over four decades, the majority addresses the problem of optical flow estimation using variational methods. With the advance of machine learning, some recent works have attempted to address the problem using convolutiona…

Optical Flow Estimation

Can Knowledge Transfer Parameters Be Learned? LePoKet for Efficient Robotic Vision

2026-09-15 · Yanick C. Tchenko, Felix Mohr, Hicham Hadj-Abdelkader, Hedi Tabia arxiv

Efficient perception is central to robotic systems operating under constrained computation, memory, and latency budgets. Knowledge transfer from larger pretrained models offers a practical route to stronger compact perce…

Advancing regulatory genomics with machine learning

2023-04-25 · Laurent Bréhélin

In recent years, several machine learning approaches have been proposed to predict gene expression and epigenetic signals from the DNA sequence alone. These models are often used to deduce, and, to some extent, assess pu…

Deep Learning of Graph Matching

2018-06-01 · CVPR 2018 6 · Andrei Zanfir, Cristian Sminchisescu

The problem of graph matching under node and pair-wise constraints is fundamental in areas as diverse as combinatorial optimization, machine learning or computer vision, where representing both the relations between node…

Combinatorial OptimizationDeep LearningGraph Matching

FlowFormer: A Transformer Architecture for Optical Flow

2022-03-30 · Zhaoyang Huang, Xiaoyu Shi, Chao Zhang, Qiang Wang 외

We introduce optical Flow transFormer, dubbed as FlowFormer, a transformer-based neural network architecture for learning optical flow. FlowFormer tokenizes the 4D cost volume built from an image pair, encodes the cost t…

DecoderOptical Flow Estimation