信息网络安全 ›› 2026, Vol. 26 ›› Issue (3): 452-461.doi: 10.3969/j.issn.1671-1122.2026.03.011

• 入选论文 • 上一篇    下一篇

基于ADASYN、Lasso回归和集成学习的比特币异常交易检测方法

陈潮1,2(), 王诺萱1, 周胜利1   

  1. 1.浙江警察学院信息网络安全学院,杭州 310053
    2.浙江大学计算机科学与技术学院,杭州 310058
  • 收稿日期:2025-07-26 出版日期:2026-03-10 发布日期:2026-03-30
  • 通讯作者: 陈潮 E-mail:chenchao@zjpc.edu.cn
  • 作者简介:陈潮(1980—),男,浙江,副教授,硕士,主要研究方向为自然语言处理、深度学习|王诺萱(2004—),女,浙江,本科,主要研究方向为深度学习、自然语言处理|周胜利(1984—),男,浙江,教授,博士,主要研究方向为网络空间安全治理
  • 基金资助:
    浙江省教育厅科研项目(Y202353080);浙江省高校国内访问学者“教师专业发展项目”(FX2025076)

Anomaly Detection Method for Bitcoin Transactions Based on ADASYN, Lasso Regression, and Ensemble Learning

CHEN Chao1,2(), WANG Nuoxuan1, ZHOU Shengli1   

  1. 1. College of Information and Cyber Security, Zhejiang Police College, Hangzhou 310053, China
    2. College of Computer Science and Technology, Zhejiang University, Hangzhou 310058, China
  • Received:2025-07-26 Online:2026-03-10 Published:2026-03-30

摘要:

针对比特币异常交易检测中存在的类别不均衡、特征冗余和单一模型性能较差等问题,文章提出一种基于ADASYN、Lasso回归和集成学习的比特币异常交易检测方法。该方法采用ADASYN算法对不均衡数据集进行过采样,采用Lasso回归进行特征选择,并采用融合多个基分类器的堆叠集成策略实现异常交易识别。在Elliptic++数据集上的实验结果表明,该方法的F1值达到0.7915,与基线RF模型相比提升了14.9%。消融实验结果显示,ADASYN与Lasso回归的协同机制使RF模型性能提升了14.6%。在仅使用20%训练样本的小样本实验中,该方法的F1值为0.6433,性能仅下降18.7%。

关键词: 比特币, 异常交易检测, ADASYN, Lasso回归, 集成学习

Abstract:

Class imbalance, feature redundancy, and insufficient single-model performance pose major challenges in bitcoin transaction anomaly detection. This paper proposed a anomaly detection method for bitcoin transactions based on adaptive synthetic sampling (ADASYN), Lasso regression, and ensemble learning. The method employed the ADASYN algorithm to oversample an imbalanced dataset, used Lasso regression for feature selection, and adopted a stacking ensemble strategy integrating multiple base classifiers for anomalous transaction identification. Experimental results on the Elliptic++ dataset show that the proposed method achieves the F1-score of 0.7915, a 14.9% improvement over the baseline random forest (RF) model. Ablation experiments show that the synergistic effect of ADASYN and Lasso regression contributes to a 14.6% performance improvement for the RF model. In a small-sample experiment with only 20% training samples, the method achieves the F1-score of 0.6433, with a performance degradation of merely 18.7%.

Key words: bitcoin, anomalous transaction detection, ADASYN, Lasso regression, ensemble learning

中图分类号: