LGPLJun 17, 2021

Smart Contract Vulnerability Detection: From Pure Neural Network to Interpretable Graph Feature and Expert Pattern Fusion

arXiv:2106.09282v1163 citations
Originality Incremental advance
AI Analysis

This addresses security issues in smart contracts, which hold billions in value, by improving detection accuracy and scalability over conventional rule-based or pure neural network approaches, though it is incremental as it combines existing elements.

The paper tackles smart contract vulnerability detection by fusing deep graph features with expert patterns in an interpretable way, achieving significant performance improvements over state-of-the-art methods on datasets from Ethereum and VNT Chain.

Smart contracts hold digital coins worth billions of dollars, their security issues have drawn extensive attention in the past years. Towards smart contract vulnerability detection, conventional methods heavily rely on fixed expert rules, leading to low accuracy and poor scalability. Recent deep learning approaches alleviate this issue but fail to encode useful expert knowledge. In this paper, we explore combining deep learning with expert patterns in an explainable fashion. Specifically, we develop automatic tools to extract expert patterns from the source code. We then cast the code into a semantic graph to extract deep graph features. Thereafter, the global graph feature and local expert patterns are fused to cooperate and approach the final prediction, while yielding their interpretable weights. Experiments are conducted on all available smart contracts with source code in two platforms, Ethereum and VNT Chain. Empirically, our system significantly outperforms state-of-the-art methods. Our code is released.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes