2020.ICDM.LP-Explain: Local Pictorial Explanation for Outliers

2020.ICDM.LP-Explain: Local Pictorial Explanation for Outliers

  • paper
  • [main idea](#main idea)
  • contribution
  • method
    • [step 1:X, SQ Generation](#step 1:X, SQ Generation)
    • [step 2:Outlier Clustering](#step 2:Outlier Clustering)
      • [Relation Quantification of Feature Pairs](#Relation Quantification of Feature Pairs)
      • [Similarity of Outliers](#Similarity of Outliers)
      • [Spectral Clustering on Outliers](#Spectral Clustering on Outliers)
    • [Feature Pair Selection](#Feature Pair Selection)
  • experiment

paper

pdf

main idea

tries to identify the set of best Local Pictorial explanations (defined as the scatter plots in the 2-D space of the feature pairs) that can Explain the behavior for cluster of outliers.

Different from lookout in:

lookout chose top subspaces represent a compromise among all the outliers, thus they may not include the optimal subspace for each individual outlier.

Ours: cluster outliers, then explain the behavior for each cluster.

contribution

1、We propose a new pictorial explanation method to provide visualized descriptions for clusters of outliers.

2、We design an outlier clustering method specifically for our pictorial explanation task. The method first quantifies the relationship among feature pairs, then leverages a proposed rank similarity method to measure the distance between top feature pairs of outliers.

3、We formulate the feature pairs selection problem as a multi-task learning problem where a hyperparameter indicating the localization level is adopted to provide explanation towards individual cluster or all the outliers.

4、We conduct experiments on six public datasets and demonstrate the effectiveness of the proposed LP-Explain by the explanation performance.

method

1、define an effective measure to quantify the similarity between outliers, and then cluster outliers into different groups based on their abnormal feature pairs.

2、weigh the importance of feature pairs within each cluster through a

multi-task learning framework to select the set of top feature

pairs that best explain various outlier clusters.

step 1:X, SQ Generation

each row in X represents the anomaly score detected on feature pairs of outlier i. For example, the first in the first row means the anomaly score of outlier 1 in feature pair 1(i.e. fp1).

Then for each outlier, the scores are sorted to get feature pair sequence.

step 2:Outlier Clustering

Relation Quantification of Feature Pairs

construct a fully connected graph G =(V,E) to indicate feature pairs relationship:

compute the weight of the edge:

the edge weight between two feature pairs is large when most of the outliers obtain similar outlier scores in these two 2-D spaces.

To measure the structural similarity between two feature pairs, we need to learn a vector representation V =(v1, v2, ..., vn) of each node in the graph G.

Similarity of Outliers

a rank similarity method to quantitatively measure the relation between two outliers according to their ranked feature pair sequences.

Spectral Clustering on Outliers

use Self-Tuning Spectral Clustering method to produce clusters C

Feature Pair Selection

experiment

相关推荐
quetalangtaosha3 天前
Anomaly Detection系列(CVPR2025 Odd-One-Out论文解读)
人工智能·计算机视觉·异常检测
quetalangtaosha5 天前
Anomaly Detection系列(CVPR2025 DeCo-Diff论文解读)
人工智能·计算机视觉·异常检测
Coovally AI模型快速验证7 天前
YOLO训练可以偷懒?Anti-Forgetting Sampling跳过已学会的图片加速收敛
人工智能·yolo·视觉检测·异常检测·工业质检
这张生成的图像能检测吗12 天前
(论文速读)基于混合学习的边缘计算物联网系统操作视觉质量检测
人工智能·深度学习·物联网·智能制造·异常检测
这张生成的图像能检测吗13 天前
(论文速读)MoECLIP:零射异常检测补丁专家
人工智能·深度学习·计算机视觉·异常检测·clip·zero-shot方法
阿钱真强道19 天前
34 Python 离群点检测:什么是离群点?为什么要做异常检测?
python·sklearn·异常检测·异常·离群点检测
Shuai@22 天前
VisualAD: Language-Free Zero-Shot Anomaly Detection via Vision Transformer
异常检测
喵手2 个月前
Python爬虫实战:数据质量治理实战 - 构建企业级规则引擎与异常检测系统!
爬虫·python·爬虫实战·异常检测·零基础python爬虫教学·数据质量治理·企业级规则引擎
何如千泷4 个月前
【论文阅读】MediCLIP: Adapting CLIP for Few-shot Medical Image Anomaly Detection
论文阅读·异常检测·clip
心 爱心 爱5 个月前
Shape-Guided Dual-Memory Learning for 3D Anomaly Detection 论文精读
计算机视觉·3d·异常检测·工业异常检测·三维异常检测·多模态工业异常检测·二维异常检测