FEAST: An Automated Feature Selection Framework for Compilation Tasks
Pai-Shun Ting, Chun-Chen Tu, Pin-Yu Chen, Ya-Yun Lo, Shin-Ming Cheng

TL;DR
FEAST is an automated feature selection framework that efficiently identifies the most relevant features for compilation tasks, improving accuracy while reducing feature set size using machine learning techniques.
Contribution
This paper introduces FEAST, a novel automated framework for selecting key features in compilation tasks, addressing the challenge of feature set redundancy and bias.
Findings
FEAST achieves comparable performance with only 18% of features.
Selected features provide insights into program execution.
Automated feature selection improves compiler task accuracy.
Abstract
The success of the application of machine-learning techniques to compilation tasks can be largely attributed to the recent development and advancement of program characterization, a process that numerically or structurally quantifies a target program. While great achievements have been made in identifying key features to characterize programs, choosing a correct set of features for a specific compiler task remains an ad hoc procedure. In order to guarantee a comprehensive coverage of features, compiler engineers usually need to select excessive number of features. This, unfortunately, would potentially lead to a selection of multiple similar features, which in turn could create a new problem of bias that emphasizes certain aspects of a program's characteristics, hence reducing the accuracy and performance of the target compiler task. In this paper, we propose FEAture Selection for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Machine Learning and Data Classification · Software Engineering Research
