• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2025, Vol. 47 ›› Issue (9): 1598-1608.

• Computer Network and Znformation Security • Previous Articles     Next Articles

Android malware detection based on classifier-oriented feature weighting

XIONG Zhi1,2,LIU Fang1,WANG Yixuan1   

  1. (1.College of Mathematics and Computer Science,Shantou University,Shantou 515800;
    2.Key Laboratory of Intelligent Manufacturing Technology 
    of Ministry of Education (Shantou University),Shantou 515063,China)

  • Received:2024-01-15 Revised:2024-05-10 Online:2025-09-25 Published:2025-09-22

Abstract: Feature weighting can provide more comprehensive information to enhance models learning ability and decision accuracy,but the relationship between features and classifiers is often ignored in practice.To address this problem,a classifier-oriented feature weighting method called COFW is proposed and applied to Android malware detection.Firstly,the features of seven categories are extract- ed from the Android application package,and the most important feature subset is selected.Secondly, according to the classifier used to detect malware,COFW is employed to compute the optimal weight of each feature for the classifier.Finally,the classifier is trained on  the weighted features.COFW adopts the method of removing one to calculate an initial weight for each feature,then maps it to the final weight through a mapping function,and uses a differential evolution algorithm to optimize the parameters of the mapping function and the classifier.The experimental results show that using COFW for feature weighting can improve the performance of the classifier,and COFW outperforms the other four feature weighting methods designed for Android malware detection.


Key words: feature weighting, classifier-oriented, mapping function, Android malware detection