paper-with-me

홈 › Papers

Evolve Path Tracer: Early Detection of Malicious Addresses in Cryptocurrency

2023-01-13 · Ling Cheng, Feida Zhu, Yong Wang, Ruicheng Liang, Huiwen Liu

With the ever-increasing boom of Cryptocurrency, detecting fraudulent behaviors and associated malicious addresses draws significant research effort. However, most existing studies still rely on the full history features or full-fledged address transaction networks, thus cannot meet the requirements of early malicious address detection, which is urgent but seldom discussed by existing studies. To detect fraud behaviors of malicious addresses in the early stage, we present Evolve Path Tracer, which consists of Evolve Path Encoder LSTM, Evolve Path Graph GCN, and Hierarchical Survival Predictor. Specifically, in addition to the general address features, we propose asset transfer paths and corresponding path graphs to characterize early transaction patterns. Further, since the transaction patterns are changing rapidly during the early stage, we propose Evolve Path Encoder LSTM and Evolve Path Graph GCN to encode asset transfer path and path graph under an evolving structure setting. Hierarchical Survival Predictor then predicts addresses' labels with nice scalability and faster prediction speed. We investigate the effectiveness and versatility of Evolve Path Tracer on three real-world illicit bitcoin datasets. Our experimental results demonstrate that Evolve Path Tracer outperforms the state-of-the-art methods. Extensive scalability experiments demonstrate the model's adaptivity under a dynamic prediction setting.

📄 PDF Abstract BibTeX arXiv:2301.05412

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

TraceRouter: Robust Safety for Large Foundation Models via Path-Level Intervention

2026-01-29 · Chuancheng Shi, Shangze Li, Wenjun Lu, Wenhua Wu 외 arxiv

Despite their capabilities, large foundation models (LFMs) remain susceptible to adversarial manipulation. Current defenses predominantly rely on the "locality hypothesis", suppressing isolated neurons or features. Howev…

Adversarial Robustness

TRACER: Early Failure Detection for Task-Oriented Dialogue

2026-07-04 · Erfan Nourbakhsh, Rocky Slavin, Ke Yang, Anthony Rios arxiv

Task-oriented dialogue systems often fail before the final breakdown is obvious, but most evaluation only measures failure after the conversation has already gone wrong. We present TRACER, a method for early failure dete…

Task-Oriented Dialogue Systems

TRACER: A Semantic-Aware Framework for Fine-Grained Contamination Detection in Code LLMs

2026-05-22 · Yifeng Di, Xuliang Huang, Tianyi Zhang arxiv

Data contamination is a known threat to the reliability of model evaluation. However, it remains underexplored in code large language models (LLMs), where contamination often goes beyond exact duplication. We present TRA…

Beware What You Autocomplete: Forensic Attribution of Backdoored Code Completions

2026-07-09 · Anjun Gao, Yueyang Quan, Zhuqing Liu, Minghong Fang arxiv

Large language models have enabled powerful code completion systems that assist developers by predicting subsequent lines of code. However, these models remain vulnerable to backdoor attacks, where malicious fine-tuning …

Code Completion

HalluTracer: Hallucination Detection via Depth-Averaging Truth Signals

2026-08-17 · Zhihao Guo, Zonghan Wu, Huan Huo, DaYong Ye 외 arxiv

Even well-aligned large language models confidently generate factually incorrect text, making hallucination a persistent reliability risk in high-stakes deployments. These models nonetheless carry linearly separable trut…