Papers
Topics
Authors
Recent
Search
2000 character limit reached

Quantum Feature Selection with Higher-Order Binary Optimization on Trapped-Ion Hardware

Published 29 Apr 2026 in quant-ph and cs.LG | (2604.26834v1)

Abstract: We present a quantum feature-selection framework based on a higher-order unconstrained binary optimization (HUBO) formulation that explicitly incorporates multivariate dependencies beyond standard quadratic encodings. In contrast to QUBO-based approaches, the proposed model includes one-, two-, and three-body interaction terms derived from mutual-information measures, enabling the objective function to capture feature relevance, pairwise redundancy, and higher-order statistical structure within a unified energy model. To suppress trivial all-selected solutions, we further include structured linear penalties that promote sparsity while preserving informative variables. The resulting HUBO instances are optimized with digitized counterdiabatic quantum optimization on IonQ Forte and compared against noiseless quantum simulation as well as two classical dimensionality-reduction baselines: SelectKBest based on mutual information and principal component analysis (PCA). We evaluate the proposed workflow on two benchmark classification datasets, namely the Gallstone dataset and the Spambase dataset, and analyze both predictive performance and selected-subset structure. The results show good qualitative agreement between hardware executions and noiseless simulations, supporting the feasibility of implementing higher-order feature-selection Hamiltonians on current trapped-ion processors. In addition, the quantum approach yields competitive classification performance while producing compact and informative feature subsets, highlighting the potential of higher-order quantum optimization for machine-learning preprocessing tasks.

Summary

  • The paper introduces a novel quantum feature selection framework using HUBO and DCQO on trapped-ion hardware, capturing higher-order correlations efficiently.
  • The paper encodes the feature selection problem as an Ising model with one-, two-, and three-body interactions derived from mutual information metrics.
  • The paper demonstrates significant improvements in accuracy, F1-score, and ROC-AUC over classical methods, validating the robustness of quantum optimization using trapped-ion processors.

Quantum Feature Selection via Higher-Order Binary Optimization on Trapped-Ion Processors

Introduction

This paper addresses the longstanding challenge of feature selection (FS) in machine learning, proposing a quantum-enabled framework built upon Higher-Order Unconstrained Binary Optimization (HUBO). Conventional FS techniques often operate intractably in high-dimensional settings and neglect complex multivariate dependencies. Quadratic Unconstrained Binary Optimization (QUBO) methods have enabled quantum approaches but inherently restrict modeling to one- and two-body terms, limiting capture of higher-order correlations. In contrast, this work formulates FS directly as a HUBO problem, incorporating explicit three-body interactions derived from mutual information. Optimization is realized via digitized counterdiabatic quantum optimization (DCQO) on trapped-ion hardware, specifically IonQ Forte, and evaluated against reference classical methods.

HUBO Formulation and Quantum Optimization Protocol

The FS problem is encoded in the Ising framework, associating each feature with a binary spin variable. The Hamiltonian is constructed as:

H(Z)=ihiZi+i<jJijZiZj+i<j<kKijkZiZjZk+CH(Z)=\sum_i h_i Z_i+\sum_{i<j} J_{ij} Z_i Z_j+\sum_{i<j<k} K_{ijk} Z_i Z_j Z_k+\mathrm{C}

where hih_i quantifies feature relevance, JijJ_{ij} represents pairwise redundancy suppression, and KijkK_{ijk} penalizes over-selection of correlated triplets, all computed from mutual information metrics. This formulation allows direct representation of higher-order dependencies without resorting to quadratization, significantly increasing modeling expressiveness.

To ensure sparsity and suppress trivial all-inclusive solutions, structured linear penalties are applied to the one-body coefficients, modulated via a hinge-type thresholding function. Optimization of HtotH_{\mathrm{tot}} is executed using DCQO, exploiting hardware-native all-to-all connectivity to resolve long-range interactions efficiently.

The quantum solution workflow is schematized below. Figure 1

Figure 1: Quantum feature selection pipeline leveraging HUBO; mutual-information statistics inform Hamiltonian coefficients, which are sampled via DCQO and post-processed to yield feature importance scores.

Experimental Design and Implementation

Benchmark experiments are conducted on two datasets:

  • Gallstone UCI dataset: 319 samples, 38 clinical attributes, binary classification.
  • Spambase dataset: 4,601 email instances, 57 lexical/structural features, spam detection.

Due to processor constraints (32-qubit limit), preselection is performed using mutual information ranking.

Quantum circuits are executed on IonQ Forte (32 qubits, ~1,000 two-qubit gates per instance, 2,000 shots per circuit). Hardware is underpinned by Yb+ ions and an optical architecture utilizing acousto-optic deflectors for high-fidelity, individual-ion addressing. The quantum sampling protocol retains the lowest-energy fraction of measurement outcomes (ρ\rho), and features are selected according to thresholded inclusion probabilities (δ\delta).

Results and Performance Analysis

Gallstone Dataset

Feature inclusion probabilities show tight correspondence between IonQ Forte hardware and noiseless simulations, demonstrating hardware reliability for HUBO sampling. Figure 2

Figure 2: Comparison of feature inclusion probabilities for Gallstone dataset between IonQ Forte hardware (top) and noiseless simulation (bottom), highlighting concordance in selected feature distributions.

A sweep over selection threshold τ\tau yields optimal ROC-AUC at τ=0.525\tau=0.525, matching or exceeding classical performance. Figure 3

Figure 3: ROC-AUC for Gallstone dataset as a function of FS threshold, contrasting IonQ Forte and simulation outcomes; annotated with subset sizes at high-performance configurations.

Key quantitative results: IonQ Forte reduces dimensionality from 32 to 19 features, achieving accuracy of 0.79, F1-score of 0.79, and ROC-AUC of 0.88, outperforming PCA and SelectKBest baselines on all metrics.

Spambase Dataset

The pipeline for FS via low-energy post-selection is detailed below. Figure 4

Figure 4: Spambase feature selection: low-energy states filtered to ρ=25%\rho=25\%, producing sorted feature inclusion probabilities; selection threshold applied to yield final subset.

Quantum-selected subsets (IonQ Forte, 23/32 features) attain accuracy of 0.9475, F1-score of 0.9464, and ROC-AUC of 0.9836, with slight improvements over all-feature models and outperformance of classical baselines.

Strong Numerical Findings and Claims

  • Quantum FS achieves dimensionality reduction with competitive or superior predictive performance versus classical baselines.
  • HUBO-based FS outperforms methods based solely on univariate relevance (SelectKBest), directly illustrating the value of higher-order interaction modeling.
  • Trapped-ion hardware reliably implements complex HUBO Hamiltonians, with qualitative agreement between quantum and simulation sampling in the presence of hardware noise.

Implications and Future Outlook

Theoretically, explicit higher-order modeling broadens the scope of FS, enabling selection of non-trivial feature combinations capturing multivariate dependencies inaccessible to quadratic techniques. The observed performance superiority demonstrates tangible benefit in real-world medical and textual classification tasks. Practically, model-independence—arising from the statistical nature of cost function construction—renders the approach robust and adaptable across application domains.

Hardware implications are significant: trapped-ion processors, by virtue of all-to-all qubit connectivity and scalable gate architectures, are optimally matched to HUBO and related quantum combinatorial optimization tasks. As future ion-trap systems scale to greater qubit counts and improved fidelities, quantum FS will extend naturally to larger dimensionalities and more complex feature landscapes, where classical wrappers and embedded methods are infeasible. Integration of advanced DCQO variants (e.g., bias-field-enhanced) promises further algorithmic versatility.

Conclusion

This work establishes a quantum feature selection framework leveraging HUBO, mutual-information-derived higher-order coefficients, and DCQO execution on trapped-ion hardware. The method delivers competitive, and in several cases superior, FS performance while reducing model dimensionality and capturing intricate multivariate dependencies. The results endorse quantum optimization as a practical pathway for model-independent, scalable FS in machine learning pipelines, anticipating broader impact as quantum hardware matures.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Tweets

Sign up for free to view the 1 tweet with 3 likes about this paper.