LGSPOct 29, 2025

Wavelet-Based Feature Extraction and Unsupervised Clustering for Parity Detection: A Feature Engineering Perspective

arXiv:2511.00071v1
Originality Synthesis-oriented
AI Analysis

This is an incremental study that provides an illustrative perspective on feature engineering for unconventional machine learning problems, potentially bridging symbolic reasoning and feature-based learning.

The paper tackled the classical problem of parity detection by using wavelet-based feature extraction and unsupervised clustering on integers, achieving a classification accuracy of approximately 69.67% without label supervision.

This paper explores a deliberately over-engineered approach to the classical problem of parity detection -- determining whether a number is odd or even -- by combining wavelet-based feature extraction with unsupervised clustering. Instead of relying on modular arithmetic, integers are transformed into wavelet-domain representations, from which multi-scale statistical features are extracted and clustered using the k-means algorithm. The resulting feature space reveals meaningful structural differences between odd and even numbers, achieving a classification accuracy of approximately 69.67% without any label supervision. These results suggest that classical signal-processing techniques, originally designed for continuous data, can uncover latent structure even in purely discrete symbolic domains. Beyond parity detection, the study provides an illustrative perspective on how feature engineering and clustering may be repurposed for unconventional machine learning problems, potentially bridging symbolic reasoning and feature-based learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes