paper-with-me

홈 › Papers

Toward Intention Discovery for Early Malice Detection in Bitcoin

2022-09-24 · Ling Cheng, Feida Zhu, Yong Wang, Huiwen Liu

Bitcoin has been subject to illicit activities more often than probably any other financial assets, due to the pseudo-anonymous nature of its transacting entities. An ideal detection model is expected to achieve all the three properties of (I) early detection, (II) good interpretability, and (III) versatility for various illicit activities. However, existing solutions cannot meet all these requirements, as most of them heavily rely on deep learning without satisfying interpretability and are only available for retrospective analysis of a specific illicit type. First, we present asset transfer paths, which aim to describe addresses' early characteristics. Next, with a decision tree based strategy for feature selection and segmentation, we split the entire observation period into different segments and encode each as a segment vector. After clustering all these segment vectors, we get the global status vectors, essentially the basic unit to describe the whole intention. Finally, a hierarchical self-attention predictor predicts the label for the given address in real time. A survival module tells the predictor when to stop and proposes the status sequence, namely intention. % With the type-dependent selection strategy and global status vectors, our model can be applied to detect various illicit activities with strong interpretability. The well-designed predictor and particular loss functions strengthen the model's prediction speed and interpretability one step further. Extensive experiments on three real-world datasets show that our proposed algorithm outperforms state-of-the-art methods. Besides, additional case studies justify our model can not only explain existing illicit patterns but can also find new suspicious characters.

📄 PDF Abstract BibTeX arXiv:2209.12001

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

From Asset Flow to Status, Action and Intention Discovery: Early Malice Detection in Cryptocurrency

2023-09-26 · Ling Cheng, Feida Zhu, Yong Wang, Ruicheng Liang 외

Cryptocurrency has been subject to illicit activities probably more often than traditional financial assets due to the pseudo-anonymous nature of its transacting entities. An ideal detection model is expected to achieve …

feature selection

A Multi-view Context-aware Approach to Android Malware Detection and Malicious Code Localization

2017-04-06 · Annamalai Narayanan, Mahinthan Chandramohan, Lihui Chen, Yang Liu

Existing Android malware detection approaches use a variety of features such as security sensitive APIs, system calls, control-flow structures and information flows in conjunction with Machine Learning classifiers to ach…

Android Malware DetectionMalware DetectionMULTI-VIEW LEARNING

Bitcoin price and its marginal cost of production: support for a fundamental value

2018-05-19

This study back-tests a marginal cost of production model proposed to value the digital currency bitcoin. Results from both conventional regression and vector autoregression (VAR) models show that the marginal cost of pr…

regression

Inferring short-term volatility indicators from Bitcoin blockchain

2018-09-19 · Nino Antulov-Fantulin, Dijana Tolic, Matija Piskorec, Zhang Ce 외

In this paper, we study the possibility of inferring early warning indicators (EWIs) for periods of extreme bitcoin price volatility using features obtained from Bitcoin daily transaction graphs. We infer the low-dimensi…

Bitcoin Research with a Transaction Graph Dataset

2024-11-15 · Hugo Schnoering, Michalis Vazirgiannis

Bitcoin, launched in 2008 by Satoshi Nakamoto, established a new digital economy where value can be stored and transferred in a fully decentralized manner - alleviating the need for a central authority. This paper introd…

Graph Neural Network