Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/3 15:01:00
Self-Supervised Representations for Binary Program Clustering: From Empirical Study to Retrieval-Augmented Learning
AI 中文解读
给恶意软件“自动归类”这件事,如今有了新思路。这篇研究带来了一个让安全专家眼前一亮的发现:图神经网络等自监督模型不仅能看懂图像,用在“二进制程序聚类”——也就是把功能相似的可疑程序自动分堆——上效果也出奇地好,甚至能比肩手动标答案的“全监督”模型。
通俗点说,以前识别恶意软件,往往靠安全专家手动从大量病毒样本里挑特征、贴标签,又慢又累。这次的研究让AI自己从海量软件里“偷师”,学会找规律,再给每个程序“画像”,然后把长得像的归为一类。更绝的是,新方法还借鉴了“查资料”的思路——不是闭门造车,而是主动参考同类程序的画像来辅助判断,结果准确率又提升了一大截。
这项技术一旦落地,普通人最直观的感受是:电脑或手机上的安全软件反应会更灵敏。遇到一个前所未见的新变种病毒,AI能立刻判断出它属于哪个已知的“病毒家族”,从而更快地拦截、查杀,你不用再担心“中招”了才被提醒。这相当于给网络安全防线装了一个更聪明的“哨兵”,让整个数字世界都更安全一些。
Malware clustering is a critical task in cybersecurity that helps discover threats and analyze evolving malware families. While self-supervised learning (SSL) and tabular representation learning (TRL) have achieved breakthroughs in other domains, their application to binary program clustering (the task of clustering all incoming samples regardless of label) remains largely unexplored. This study presents the first systematic investigation of SSL and TRL methods for binary program clustering, conducted in two phases on the public Ember and Bodmas datasets. In Phase 1, we establish a performance ceiling by adapting prominent vision-based SSL models (BYOL, SimSiam, Barlow Twins, VICReg) for tabular data with supervised pair generation, finding that BYOL and SimSiam achieve performance comparable to fully supervised models, while Barlow Twins and VICReg significantly underperform. In Phase 2, we evaluate purely unsupervised TRL methods against strong baselines (PCA, Autoencoder, UMAP), demonstrating that VIME establishes a new state of the art for binary program clustering. Informed by these findings, we propose VIME-R, a retrieval-augmented extension of VIME that replaces random marginal-distribution corruption with retrieval-based augmentation to generate more informative training pairs. VIME-R further improves upon VIME, achieving 2.7\%-5.8\% higher Homogeneity on both datasets. Our results highlight retrieval-augmented tabular representation learning as a promising direction for enhancing automated malware analysis. Code will be made available.
分享
阅读原文 ↗