This document discusses feature selection techniques for intrusion detection systems. It begins with background on intrusion detection and challenges related to large datasets. It then describes three common feature selection algorithms: Correlation-based Feature Selection (CFS), Information Gain (IG), and Gain Ratio (GR). The document proposes a fusion model that applies these three algorithms to select features, then uses genetic algorithm and naive Bayes classification to evaluate performance. It conducted experiments on the KDD Cup 99 intrusion detection dataset to compare the proposed fusion method to the individual feature selection algorithms.