paper-with-me

Papers

Interpretable Outlier Summarization

2023-03-11 · Yu Wang, Lei Cao, Yizhou Yan, Samuel Madden

Outlier detection is critical in real applications to prevent financial fraud, defend network intrusions, or detecting imminent device failures. To reduce the human effort in evaluating outlier detection results and effectively turn the outliers into actionable insights, the users often expect a system to automatically produce interpretable summarizations of subgroups of outlier detection results. Unfortunately, to date no such systems exist. To fill this gap, we propose STAIR which learns a compact set of human understandable rules to summarize and explain the anomaly detection results. Rather than use the classical decision tree algorithms to produce these rules, STAIR proposes a new optimization objective to produce a small number of rules with least complexity, hence strong interpretability, to accurately summarize the detection results. The learning algorithm of STAIR produces a rule set by iteratively splitting the large rules and is optimal in maximizing this objective in each iteration. Moreover, to effectively handle high dimensional, highly complex data sets which are hard to summarize with simple rules, we propose a localized STAIR approach, called L-STAIR. Taking data locality into consideration, it simultaneously partitions data and learns a set of localized rules for each partition. Our experimental study on many outlier benchmark datasets shows that STAIR significantly reduces the complexity of the rules required to summarize the outlier detection results, thus more amenable for humans to understand and evaluate, compared to the decision tree methods.

📄 PDF Abstract BibTeX arXiv:2303.06261

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionOutlier Detection

Similar Papers 제목 키워드 기반

A Probabilistic Transformation of Distance-Based Outliers

2023-05-16 · David Muhr, Michael Affenzeller, Josef Küng

The scores of distance-based outlier detection methods are difficult to interpret, making it challenging to determine a cut-off threshold between normal and outlier data points without additional context. We describe a g…

Anomaly DetectionOutlier Detection

Summarization Programs: Interpretable Abstractive Summarization with Neural Modular Trees

2022-09-21 · Swarnadeep Saha, Shiyue Zhang, Peter Hase, Mohit Bansal

Current abstractive summarization models either suffer from a lack of clear interpretability or provide incomplete rationales by only highlighting parts of the source document. To this end, we propose the Summarization P…

Abstractive Text SummarizationSentenceSentence Fusion

$β$-Cores: Robust Large-Scale Bayesian Data Summarization in the Presence of Outliers

2020-08-31 · Dionysis Manousakas, Cecilia Mascolo

Modern machine learning applications should be able to address the intrinsic challenges arising over inference on massive real-world datasets, including scalability and robustness to outliers. Despite the multiple benefi…

Bayesian InferenceData SummarizationVariational Inference

RTSUM: Relation Triple-based Interpretable Summarization with Multi-level Salience Visualization

2023-10-21 · Seonglae Cho, Yonggi Cho, HoonJae Lee, Myungha Jang 외

In this paper, we present RTSUM, an unsupervised summarization framework that utilizes relation triples as the basic unit for summarization. Given an input document, RTSUM first selects salient relation triples via multi…

Language ModelingLanguage ModellingRelation

StructSum: Summarization via Structured Representations

2020-03-01 · EACL 2021 2 · Vidhisha Balachandran, Artidoro Pagnoni, Jay Yoon Lee, Dheeraj Rajagopal 외

Abstractive text summarization aims at compressing the information of a long source document into a rephrased, condensed summary. Despite advances in modeling techniques, abstractive summarization models still suffer fro…

Abstractive Text SummarizationDecoderDocument SummarizationSentence+1