paper-with-me

Papers

Accelerating Dependency Graph Learning from Heterogeneous Categorical Event Streams via Knowledge Transfer

2017-08-25 · Chen Luo, Zhengzhang Chen, Lu-An Tang, Anshumali Shrivastava, Zhichun Li

Dependency graph, as a heterogeneous graph representing the intrinsic relationships between different pairs of system entities, is essential to many data analysis applications, such as root cause diagnosis, intrusion detection, etc. Given a well-trained dependency graph from a source domain and an immature dependency graph from a target domain, how can we extract the entity and dependency knowledge from the source to enhance the target? One way is to directly apply a mature dependency graph learned from a source domain to the target domain. But due to the domain variety problem, directly using the source dependency graph often can not achieve good performance. Traditional transfer learning methods mainly focus on numerical data and are not applicable. In this paper, we propose ACRET, a knowledge transfer based model for accelerating dependency graph learning from heterogeneous categorical event streams. In particular, we first propose an entity estimation model to filter out irrelevant entities from the source domain based on entity embedding and manifold learning. Only the entities with statistically high correlations are transferred to the target domain. On the surviving entities, we propose a dependency construction model for constructing the unbiased dependency relationships by solving a two-constraint optimization problem. The experimental results on synthetic and real-world datasets demonstrate the effectiveness and efficiency of ACRET. We also apply ACRET to a real enterprise security system for intrusion detection. Our method is able to achieve superior detection performance at least 20 days lead lag time in advance with more than 70% accuracy.

📄 PDF Abstract BibTeX arXiv:1708.07867

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningIntrusion DetectionTransfer Learning

Similar Papers 제목 키워드 기반

Document-level Event Extraction via Heterogeneous Graph-based Interaction Model with a Tracker

2021-05-31 · ACL 2021 5 · Runxin Xu, Tianyu Liu, Lei LI, Baobao Chang

Document-level event extraction aims to recognize event information from a whole piece of article. Existing methods are not effective due to two challenges of this task: a) the target event arguments are scattered across…

Document-level Event ExtractionEvent Extraction

Evaluation of Unsupervised Entity and Event Salience Estimation

2021-04-14 · Jiaying Lu, Jinho D. Choi

Salience Estimation aims to predict term importance in documents. Due to few existing human-annotated datasets and the subjective notion of salience, previous studies typically generate pseudo-ground truth for evaluation…

Entity Linking

Entity Embedding-based Anomaly Detection for Heterogeneous Categorical Events

2016-08-26 · Ting Chen, Lu-An Tang, Yizhou Sun, Zhengzhang Chen 외

Anomaly detection plays an important role in modern data-driven security applications, such as detecting suspicious access to a socket from a process. In many cases, such events can be described as a collection of catego…

Anomaly Detection

Interpretable Graph Neural Networks for Heterogeneous Tabular Data

2024-08-14 · Amr AlKhatib, Henrik Boström

Many machine learning algorithms for tabular data produce black-box models, which prevent users from understanding the rationale behind the model predictions. In their unconstrained form, graph neural networks fall into …

Graph Neural Network

Isomer: Transfer enhanced Dual-Channel Heterogeneous Dependency Attention Network for Aspect-based Sentiment Classification

2021-11-21 · Yukun Cao, Yijia Tang, Ziyue Wei, ChengKun Jin 외

Aspect-based sentiment classification aims to predict the sentiment polarity of a specific aspect in a sentence. However, most existing methods attempt to construct dependency relations into a homogeneous dependency grap…

SentenceSentiment AnalysisSentiment Classification