Ilmu Komputer & AI editorial
Quantum Computing and Data Processing for Frequent Itemset Mining
The core problem
Innovation
The authors implemented QFM on IBM Qiskit and Amazon Braket and evaluated it on real-world datasets, including retail and accident datasets. They compared QFM against representative classical baselines, such as Apriori and FP-Growth. The experimental results show that QFM achieves an average improvement of 96% in terms of execution time and scalability. Specifically, on the retail dataset, QFM outperformed Apriori by a factor of 20x, and on the accident dataset, it achieved a 15x speedup. The quantum advantage is attributed to the efficient encoding and superposition mechanisms, which reduce the number of candidate evaluations. The results also demonstrate that QFM maintains high accuracy in identifying frequent itemsets, with precision and recall comparable to classical methods. The following table summarizes the performance comparison:
| Dataset | Classical Time (s) | QFM Time (s) | Speedup |
|---------|-------------------|--------------|---------|
| Retail | 120 | 6 | 20x |
| Accident| 300 | 20 | 15x |
These results highlight the potential of quantum computing for data mining tasks.
Why it matters
Who should read this
Opening member contentโฆ