paper-with-me

Papers

Blockchain-enabled fraud discovery through abnormal smart contract detection on Ethereum

2023-03-01 · https://linkinghub.elsevier.com/retrieve/pii/S0167739X21003319 2023 3 · Lin Liu a, ∗, Wei-Tek Tsai a, B, Md. Zakirul Alam Bhuiyan c, Hao Peng d, Mingsheng Liu e

Anomaly detection for smart contracts can effectively prevent hidden security risks such as financial fraud, illegal financing, and money laundering. Ethereum is currently the largest platform for smart contracts, and anomaly detection is imminent. However, the data related to smart contracts is huge and contains complex objects and relationships. It is impossible to extract high-order attributes and low efficiency using traditional methods. The key to reduce fraud is extracting features from complex smart contracts and effectively identifying abnormal contracts. Therefore, this paper constructs a Heterogeneous Graph Transformer Networks (S_HGTNs) suitable for smart contract anomaly detection to detect financial fraud on the Ethereum platform. For feature representation, this paper first extracts the features to construct a Heterogeneous Information Network (HIN) for smart contract, and uses the relationship matrix obtained from the meta-path learned in the transformer network as the input of the convolution network, and finally uses the node embedding for classification tasks. The classification results show that this model performs better than the traditional model and the standard deviation is small, which proves the effectiveness and stability of the model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
LapEigen 설명 없음
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Blockchain-Linked Auditable Decision Management for Telecom/IoT Fraud-Control Requests

2026-07-10 · Saviz Changizi, Nasibeh Mohammadzadeh, Mohammad Shojafar, Rahim Tafazolli arxiv

Telecom fraud-control studies often stop at detector-level classification, but deployment use requires request-level policy resolution, lifecycle traceability, and auditability. This paper reframes fraud control as block…

HyPV-LEAD: Proactive Early-Warning of Cryptocurrency Anomalies through Data-Driven Structural-Temporal Modeling

2025-09-03 · Minjung Park, Gyuyeon Na, Soyoun Kim, Sunyoung Moon 외 arxiv

Abnormal cryptocurrency transactions - such as mixing services, fraudulent transfers, and pump-and-dump operations -- pose escalating risks to financial integrity but remain notoriously difficult to detect due to class i…

Anomaly Detection

Dynamic Feature Fusion: Combining Global Graph Structures and Local Semantics for Blockchain Fraud Detection

2025-01-03 · Zhang Sheng, Liangliang Song, Yanbin Wang

The advent of blockchain technology has facilitated the widespread adoption of smart contracts in the financial sector. However, current fraud detection methodologies exhibit limitations in capturing both global structur…

Fraud Detectiongraph constructionRepresentation Learning

Who Audits the Auditor? Tamper-Proof Fraud Detection with Blockchain-Anchored Explainable ML

2026-04-23 · Zhaohui Wang arxiv

In enterprise fraud detection, model accuracy alone is insufficient when insiders can tamper with audit logs or bypass approval workflows. Real-world incidents show that fraud often persists not because detection algorit…

Fraud Detection

Blockchain Large Language Models

2023-04-25 · Yu Gai, Liyi Zhou, Kaihua Qin, Dawn Song 외

This paper presents a dynamic, real-time approach to detecting anomalous blockchain transactions. The proposed tool, BlockGPT, generates tracing representations of blockchain activity and trains from scratch a large lang…

Anomaly DetectionIntrusion DetectionLanguage ModelingLanguage Modelling+1