Discussing the article: "Neural Networks in Trading: Decomposition Instead of Scaling (SSCNN)"

 

Check out the new article: Neural Networks in Trading: Decomposition Instead of Scaling (SSCNN).

In this article, we begin our exploration of the SSCNN framework — a modern architectural solution for time series analysis that combines accuracy, a structured design, and high computational efficiency. We will systematically examine its theoretical aspects, highlight the key differences from its predecessors, and begin the practical implementation of its basic components in the MQL5 environment.

If the goal is to create a model that is not only effective but also parsimonious, we need to rethink the paradigm itself: instead of reconstructing the structure in hidden space, it is better to preserve and utilize the regularities in the data from the outset. Recent studies show that feature decomposition can significantly improve accuracy without the need for massive models. However, this approach also has its limitations. First and foremost, it is of limited use for long-term forecasting tasks, especially when the data exhibit complex spatiotemporal relationships. In addition, there is an analytical aspect to this — why and how does decomposition work, and how is it better than patching?

In response to these issues, the authors of the paper “Parsimony or Capability? Decomposition Delivers Both in Long-term Time Series Forecasting” propose a new approach — the SSCNN (Selective Structured Components-based Neural Network) architecture. This model combines accuracy, parsimony, and analytical rigor. Unlike previous solutions, SSCNN offers, for the first time, a formal analysis of the advantages of feature decomposition over patching, justifying it in terms of both efficiency and compactness. Moreover, the basic decomposition is enhanced here by a selection mechanism: the model is capable of identifying important relationships at the level of individual time steps, which significantly improves the accuracy of reconstructing structural components and, consequently, overall forecast accuracy.

The results of testing SSCNN on benchmark tasks, conducted by the framework’s authors, show that the model consistently outperforms existing methods in terms of forecasting quality, while requiring fewer parameters than the PatchTST or iTransformer models in 99% of cases. Even more strikingly, when solving long-term forecasting problems, SSCNN uses 87% fewer parameters than even the ultra-compact DLinear model.

SSCNN represents a step forward — not by increasing computing power, but through the thoughtful use of the structure of the data and precise engineering. This solution suggests that the path to a high-quality forecast lies not in quantity, but in understanding.

Neural Networks in Trading: Decomposition Instead of Scaling (SSCNN)


Author: Dmitriy Gizlyk