<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shimi Gersome</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jerin Mahibha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Durairaj Thenmozhi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Meenakshi Sundararajan Engineering College</institution>
          ,
          <addr-line>Chennai</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <abstract>
        <p>Quantum has always gained considerable attention in scientific studies as it defies common perception. Quantum Computing- recently evolving- has also started to gain considerable attention. Quantum Computers can solve, some of the distinct challenges in Nondeterministic polynomials (NP)-Hard problems faster than traditional computers. This work is based on the implementation of Task1-feature selection in a shared task, QCLEF2024 with MQ2007 dataset containing 46 features. The task is performed using simulated annealing and Quantum Annealing. The performance of both annealing methods is analyzed based on ndcg@10 (Normalized Discounted Cumulative Gain) and Annealing Time. We obtained a result of 0.3621 and 27222 milliseconds for ndcg@10 and Annealing Time respectively while using Quantum Annealing. We obtained a result of 0.4024 and 284106 milliseconds for ndcg@10 and Annealing Time respectively while using simulated Annealing.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Feature selection is an essential process in ML to select the subset of relevant features to improve the
model performance from the available features. It reduces the dimensionality, complexity, overfitting,
and computational cost, which improves model generalization. Similarly QML feature selection
decreases the curse of dimensionality, computational complexity, and efect of overfitting and solved
through heuristics [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Wang [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] had put forward the idea of Quantum Support Vector Feature Selection(QSVMF) which had
optimized maximizing classification accuracy, minimizing selected features and quantum circuit costs,
and reducing feature covariance. QSVMF approach had been implemented on the breast cancer dataset
and relevant biomarkers had been obtained.
      </p>
      <p>
        Poggiali et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] had focused on novel approach to Hybrid Quantum Feature Selection(HQFS), done on
two synthesized datasets and one real dataset by estimating variance. The ranking produced had been
similar to classical algorithms and the low variance features had been perfectly eliminated by HQFS if
the number of additional qubits were correctly selected.
      </p>
      <p>
        Hellstern et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] had recommended a quadratic unconstrained optimization problem (QUBO) for
feature selection. For smaller datasets, QUBO had outperformed the classical numerical method. For
the Larger dataset Classical method had performed better.
      </p>
      <p>
        Bhagawati and Subramanian [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] had used Quantum Annealing (QA) to solve the Quadratic
Unconstrained Binary Optimization(QUBO), which had adopted optimization theory to minimize or maximize
the quadratic objective function. It had been hypothesized that when this hybrid model was used the
Feature Selection(FS) had worked comparatively better during the ranking process when using the
LETOR dataset. They had found that compared to the standard algorithms(LTR and LamdaMART), the
hybrid had yielded a normalized discounted cumulative gain of 0.39 and 0.80, respectively.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>
        This experimental research is carried out in the workspace provided by the QCLEF2024 using the
MQ2007 Dataset for Task1A.[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] LETOR(Learning to Rank for Information Retrieval), is a benchmark
dataset on information retrieval for research containing standard features, relevance judgments, data
partitioning, evaluation tools, and several baselines. MQ2007 is one of the query sets from LETOR
released in 2007 1.
      </p>
      <p>The MQ2007 dataset contains 47 features among those features one feature is the target feature with
the size 41955. The label named target of the MQ2007 dataset is labeled by human experts as “relevant”,
“partially relevant”, and “not relevant”. MQ2007 dataset is in text format, and all the features are of
datatype float64 except target, which is of int64 datatype containing values 0,1 or 2.
The experimental research of shared Task 1A, feature selection of QCLEF2024 was carried out by
Simulated Annealing(SA) and Quantum Annealing(QA), and the performance comparison was made
using diferent parameters and selected the most relevant 5 features from the available features.</p>
      <sec id="sec-3-1">
        <title>3.1. Model Description</title>
        <p>The Binary Quadratic Model(BQM) is a collection of binary-valued variables that can hold any two
values associated with linear and quadratic biases. Quadratic Unconstrained Binary Optimization
(QUBO) models are used by samplers such as the D-Wave system. D-wave uses the process of Quantum
Annealing to discover results to solve some distinct types of NP-Hard problems. The problem can be
minimized using the minimization formula
1https://www.microsoft.com/en-us/research/project/letor-learning-rank-information-retrieval/
∑︀  + ∑︀&lt; , 
 and , denotes linear and quadratic coeficients.</p>
        <p>QUBO is the minimization energy. To extract useful information from the dataset, mutual information
and conditional information are used, The dataset is quantified using the Shannon Entropy formula
H(X)=− ∑︀ p(x)  ()
p(x) denotes the probability of occurrence of an event.</p>
        <p>For Conditional Shannon Entropy (CSE) is calculated if Y is known and X is unknown.
H(X|Y) = H(X,Y) - H(Y)
H(X|Y)=− ∑︀ p(x,y)  (, ) - ( )
P(x,y) denotes the probability of x and y.</p>
        <p>H(X, Y) denotes information X and Y together.
. The features interact with each other using qubits. So the features are quantified using Shannon
Entropy(SE) and normalized using Conditional Shannon Entropy(CSE). The correlation or dependency
of the target features with the other features is calculated using the mutual information formula
I(X;Y)=∑︀ ∑︀ p(x,y)  ((),())
p(x) and p(y) denotes marginal probability
p(x,y) denotes joint probability
I(X;Y|Z)=(|) - (|, )
H(X|Z) denotes CSE of X on Z
H(X|Y,Z) denotes CSE of X on Y and Z</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experimental Setup</title>
      <sec id="sec-4-1">
        <title>4.1. Dataset</title>
        <p>
          The variable of interest between the target feature and other features is calculated and stored as
another feature. This calculation is performed by the formula
The MQ2007, a LETOR (LEarning TO Rank) document retrieval dataset consists of user queries and the
corresponding retrieved documents fetched by the query[
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. The retrieved documents are labeled by
human experts, as “relevant”, “partially relevant”, or “not relevant”. [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. The dataset for shared task
Task1A, Feature Selection by QCLEF2024 is read from the text file[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>This Task1A is accomplished in the workspace provided by the QCLEF2024 using the MQ2007 Dataset.
The dataset has 47 features, among them one is used as a target. We selected only 5 important features
from the 46 features, which are more relevant for future problem solving. The performance metrics of
Quantum Annealing are shown in Table 1 and Simulated Annealing is shown in Table 2. The result
shows the performance of Simulated Annealing is better when compared with Quantum Annealing
in terms of ndcg@10 and Annealing Time. The mutual information between the feature and target is
visualized according to rank in Figure 1.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions and Future Work</title>
      <p>The shared task, Task 1A by QCLEF2024 intended to perform feature selection from MQ2007_train
dataset. The most prominent 5 features are selected from the available 46 features. This implementation
is carried out by simulated Annealing and Quantum Annealing and we observed that the annealing
time of the Quantum model is less when compared to Simulated Annealing.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>V. R</surname>
          </string-name>
          , H. V,
          <article-title>Quantum computing in machine learning - the future of quantum computing</article-title>
          ,
          <source>International Journal of Advanced Research in Science, Communication and Technology</source>
          (
          <year>2024</year>
          )
          <fpage>311</fpage>
          -
          <lpage>314</lpage>
          . doi:
          <volume>10</volume>
          .48175/IJARSCT-15955.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nivelkar</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. G. Bhirud,</surname>
          </string-name>
          <article-title>Optimized machine learning: Training and classification performance using quantum computing</article-title>
          ,
          <source>in: 2021 IEEE 6th International Conference on Computing, Communication and Automation (ICCCA)</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>8</fpage>
          -
          <lpage>13</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICCCA52192.
          <year>2021</year>
          .
          <volume>9666429</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>A novel feature selection method based on quantum support vector machine</article-title>
          ,
          <year>2023</year>
          . arXiv:
          <volume>2311</volume>
          .
          <fpage>17646</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Poggiali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bernasconi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Berti</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Del corso</article-title>
          , R. Guidotti,
          <article-title>Quantum feature selection with variance estimation</article-title>
          ,
          <year>2023</year>
          , pp.
          <fpage>245</fpage>
          -
          <lpage>250</lpage>
          . doi:
          <volume>10</volume>
          .14428/esann/
          <year>2023</year>
          .ES2023-
          <volume>99</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>G.</given-names>
            <surname>Hellstern</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dehn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zaeferer</surname>
          </string-name>
          ,
          <article-title>Quantum computer based feature selection in machine learning</article-title>
          ,
          <source>IET Quantum Communication n/</source>
          a (????). URL: https://ietresearch.onlinelibrary. wiley.com/doi/abs/10.1049/qtc2.12086. doi:https://doi.org/10.1049/qtc2.12086. arXiv:https://ietresearch.onlinelibrary.wiley.com/doi/pdf/10.1049/qtc2.
          <fpage>12086</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Bhagawati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Subramanian</surname>
          </string-name>
          ,
          <article-title>An approach of a quantum-inspired document ranking algorithm by using feature selection methodology</article-title>
          ,
          <source>International Journal of Information Technology</source>
          <volume>15</volume>
          (
          <year>2023</year>
          )
          <fpage>4041</fpage>
          -
          <lpage>4053</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pasin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Ferrari</given-names>
            <surname>Dacrema</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cremonesi</surname>
          </string-name>
          , N. Ferro,
          <string-name>
            <surname>QuantumCLEF</surname>
          </string-name>
          <year>2024</year>
          :
          <article-title>Overview of the Quantum Computing Challenge for Information Retrieval and Recommender Systems at CLEF</article-title>
          , in: Working Notes of the Conference and
          <article-title>Labs of the Evaluation Forum (CLEF</article-title>
          <year>2024</year>
          ), Grenoble, France,
          <source>September 9th to 12th</source>
          ,
          <year>2024</year>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Qin</surname>
          </string-name>
          , T.-Y. Liu,
          <source>Introducing letor 4.0 datasets</source>
          ,
          <year>2013</year>
          . arXiv:
          <volume>1306</volume>
          .
          <fpage>2597</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>T.</given-names>
            <surname>Qin</surname>
          </string-name>
          , T.-Y. Liu,
          <string-name>
            <given-names>J.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Letor: A benchmark collection for research on learning to rank for information retrieval</article-title>
          ,
          <source>Information Retrieval</source>
          <volume>13</volume>
          (
          <year>2010</year>
          )
          <fpage>346</fpage>
          -
          <lpage>374</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pasin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Ferrari</given-names>
            <surname>Dacrema</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cremonesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <source>Overview of QuantumCLEF</source>
          <year>2024</year>
          :
          <article-title>The Quantum Computing Challenge for Information Retrieval and Recommender Systems at CLEF, in: Experimental IR Meets Multilinguality</article-title>
          , Multimodality, and Interaction - 15th
          <source>International Conference of the CLEF Association, CLEF</source>
          <year>2024</year>
          , Grenoble, France, September 9-
          <issue>12</issue>
          ,
          <year>2024</year>
          , Proceedings,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>