English

Twisted Convolutional Networks (TCNs): Enhancing Feature Interactions for Non-Spatial Data Classification

Computer Vision and Pattern Recognition 2025-12-09 v2 Artificial Intelligence

Abstract

Twisted Convolutional Networks (TCNs) are proposed as a novel deep learning architecture for classifying one-dimensional data with arbitrary feature order and minimal spatial relationships. Unlike conventional Convolutional Neural Networks (CNNs) that rely on structured feature sequences, TCNs explicitly combine subsets of input features through theoretically grounded multiplicative and pairwise interaction mechanisms to create enriched representations. This feature combination strategy, formalized through polynomial feature expansions, captures high-order feature interactions that traditional convolutional approaches miss. We provide a comprehensive mathematical framework for TCNs, demonstrating how the twisted convolution operation generalizes standard convolutions while maintaining computational tractability. Through extensive experiments on five benchmark datasets from diverse domains (medical diagnostics, political science, synthetic data, chemometrics, and healthcare), we show that TCNs achieve statistically significant improvements over CNNs, Residual Networks (ResNet), Graph Neural Networks (GNNs), DeepSets, and Support Vector Machine (SVM). The performance gains are validated through statistical testing. TCNs also exhibit superior training stability and generalization capabilities, highlighting their robustness for non-spatial data classification tasks.

Keywords

Cite

@article{arxiv.2412.00238,
  title  = {Twisted Convolutional Networks (TCNs): Enhancing Feature Interactions for Non-Spatial Data Classification},
  author = {Junbo Jacob Lian and Haoran Chen and Kaichen Ouyang and Yujun Zhang and Rui Zhong and Huiling Chen},
  journal= {arXiv preprint arXiv:2412.00238},
  year   = {2025}
}

Comments

The source code for the TCNs can be accessed at https://github.com/junbolian/Twisted-Convolutional-Networks

R2 v1 2026-06-28T20:17:38.523Z