Previous Article in Journal
A Systematic Review and Bibliometric Analysis of Automated Multiple-Choice Question Generation
Previous Article in Special Issue
Cross-Dataset Emotion Valence Prediction Approach from 4-Channel EEG: CNN Model and Multi-Modal Evaluation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Extracting Metasystem: A Novel Paradigm to Perceive Complex Systems

1
International Business School, Shaanxi Normal University, Xi’an 710119, China
2
School of Computer Science and Engineering, Xi’an University of Technology, Xi’an 710048, China
*
Author to whom correspondence should be addressed.
Big Data Cogn. Comput. 2026, 10(1), 36; https://doi.org/10.3390/bdcc10010036
Submission received: 8 December 2025 / Revised: 10 January 2026 / Accepted: 12 January 2026 / Published: 19 January 2026
(This article belongs to the Special Issue Advances in Complex Networks)

Abstract

Abundant evidence shows that there is a core component within a complex system, referred to as the metasystem, that fundamentally shapes the structural and dynamical characteristics of a complex system. The limitations of existing techniques for analyzing complex systems have made it increasingly desirable to extract metasystems for modeling, measuring, and analyzing complex phenomena. However, the methods of extracting metasystems are still in their infancy with various shortcomings. Here, we propose a universal framework based on divide and conquer to extract fine-grained metasystems. The method comprises three stages performed in sequence: partitioning, sampling, and optimizing. It can decompose a complex system into interconnected metasystem and non-metasystem components, providing a lightweight perspective for studying complex systems: essential insights can be gained by merely examining the internal mechanisms of each component and their interaction patterns.

1. Introduction

It is common for natural and artificial systems to sustain their fundamental functions even when some of their components fail. For instance, a damaged Internet can maintain connectivity and continue to operate even in the event of massive cascading failures [1,2]. Social systems are also self-holding even when the interaction patterns among social actors are in constant flux [3,4]. Similarly, although gene knockout can propagate to the metabolic network through the failure of enzymes, a dysfunctional regulatory network is seldom observed [5,6,7]. Such instances are quite common, leading to an increasing belief that there must exist a specific component capable of controlling the structure, behavior, and realization of a complex system [8,9,10,11,12].
Such components are typically referred to as the metasystem or the system of systems [13,14,15]. Although metasystems have yet to be precisely defined and measured so far, extensive efforts have been made to extract metasystems over the past decades [16,17], resulting in various techniques such as super graphs [18,19], graph limits [20,21], graph sparsification [22,23], graph coarsening [24,25], and higher-order networks and graph minor [26,27]. In general, the components extracted by these techniques are treated as coarse-grained metasystems incapable of substantially enhancing the modeling, measuring, and analysis of complex systems. More seriously, most of them are only theoretically, but not practically, feasible. Therefore, it is necessary to devise robust methods to extract fine-grained metasystems.

2. Methods

Graph limit theories demonstrate that every graph can be well approximated by the union of a constant number of random-like bipartite graphs [28], which theoretically demonstrates the existence of metasystems and implies that ‘divide-and-conquer’ is the most proper way to extract them. Following the idea, we propose a multiple-stage method to extract metasystems. The first stage partitions an original system into subgraphs termed basic sampling units (BSUs). The second stage samples BSUs, beginning from the core and extending toward the periphery, to construct a preliminary metasystem. Finally, the preliminary metasystem is optimized using the genetic algorithm (GA) to yield a fine-grained metasystem. These three stages are sequentially referred to as partitioning, sampling, and optimization and are integrated elaborately as a whole.

2.1. Stage 1: Partitioning

Stage 1 aims to partition an original system into BSUs, and the basic process is as follows:
(1)
Given a graph G = ( V , E ) and its Laplacian matrix L G , the eigenvector–eigenvalue pairs of L G are solved, and the eigenvalues are labeled in ascending order: λ 1 λ 2 λ n . The second eigenvector V 2 (the Fiedler vector [29]) of the Laplacian eigenvalue set is employed to partition the original system into 2-way cuts.
(2)
The second eigenvector V 2 is decomposed into two subsets, with its median as the dividing line. Correspondingly, all nodes in the original system are decomposed into left and right subgraphs following the one-to-one correspondence between eigenvectors and nodes.
(3)
The modularity [30] of the partitioned subgraphs is estimated to determine whether further partitioning is required. Specifically, if the modularity is below a predefined threshold (critical value = 0.4), it indicates the original system is sufficiently decoupled; otherwise, the above process will continue.
Figure 1 simulates the partitioning process of an original system. By using the Fiedler vector, the 2-way partition is implemented hierarchically to build a binary tree, setting the bottom leaf nodes as the basic sampling units applied in Stage 2. The decomposition depth depends on the structural complexity of the original system; for our purpose, thorough partitioning is unnecessary, so the criterion of modularity is set to a relatively high upper limit in practice.

2.2. Stage-2: Sampling

Stage 2 aims at constructing a preliminary metasystem. The idea of the delayed rejection sampling method (DRSM) [31] is drawn on, and the basic process is as follows.
(1)
The PageRank of each node in a BSU is estimated, and the node with the maximum value is selected as the initial seed to guide the sampler. In terms of the implication of PageRank, we can conclude that the node with the maximum value certainly positions at the core area of the BSU.
(2)
The DRSM is applied to select appropriate edges within the BSUs from the core toward the periphery. All selected samples are then incorporated to construct a preliminary metasystem, an intermediate version of the final metasystem.
(3)
To capture the overall structure within a BSU, the DRSM terminates as soon as all the edges within the BSU are visited at least once. This is necessary because the elements belonging to a metasystem may be distributed across both the core and the periphery areas.

2.3. Stage 3: Optimizing

The preliminary metasystem is further optimized using the GA to generate the final metasystem. The critical operators are described as follows.
(1)
Selection operator: Figure 2 describes the selection operator of the GA, in which S1–S100 represent all the edges in S . The elements in the blue frame (S1–S80) represent the retained sequences, whereas those in the red frame (S81–S100) represent the new sequences selected from the candidate set C to replace the eliminated sequences within S . The rule of the selection operator is fairly straightforward: the top 80% of the sequences in S are preserved, and the others are replaced by new sequences from C .
(2)
Crossover operator: Any two sequences in S are randomly selected, and a classic crossover approach, the partially mapped crossover [32], is applied to generate two new sequences to replace the original sequences.
Figure 3 illustrates the fundamental idea behind the crossover operator, in which C 1 and C 2   ( C 1 < C 2 ) denote control parameters randomly generated between [1, 0.5 ∗ (length (feasible solution)] and [0.5 ∗ (length (feasible solution) + 1, length (feasible solution)]. After the crossover positions are determined using the control parameters, the elements are separately identified from the selected sequences and swapped with each other to yield new feasible solutions. Note that the crossover operator is not always valid, with an incidence of validity ranging from 5% to 7%.
(3)
Mutation operator: The mutation operator employs a common method, the simple mutation method. Specifically, elements randomly selected within sequence F are replaced by an equal number of elements from the candidate set C . In Figure 4, two random numbers M 1 and M 2 ( M 1 < M 2 ) are first generated as control parameters to set the mutation field. Then, the elements within the mutation field in sequence F are replaced by new elements from the original system not chosen in the previous steps. Like the crossover operator, the mutation operator has a low incidence of validity of 3–5%. Moreover, the total number of mutation bits is finite, up to 50% of the entire length of the sequence F .
As the GA reaches convergence, the final metasystem is generated. Note that the elements processed by the GA come from two parts: the preliminary metasystem and the supplementary set C . That is, during the optimization process, the elements of the preliminary metasystem are likely to be eliminated using the selection, crossover, and mutation operators to extract the final metasystem as accurately as possible.
Our proposed multi-stage method is developed based on divide-and-conquer. Its standard time complexity satisfies an equation: O ( N ) = a S ( B ) + f ( T ) , where T = size of input, a = number of subproblems in the recursion, and B = size of each subproblem. Since the proposed method employs spectrcum bistiction to partition a graph, all subproblems are approximately the same size. f ( T ) = cost of the work performed outside the recursive task, comprising two parts: the cost of stage 1 (partitioning) and stage 3 (optimizing).
Given a graph G ( V , E ) , we first estimate the worst-case time complexity. The time complexity of the standard spectral partitioning is O ( N 3 ) , where N is the number of vertices in the graph. For the GA, a common estimation is ( G L N ) , where population size ( N ) , number of generations ( G ), and chromosome length L . That is, f T = ( G L N ) . The time complexity of T is O ( | V | / a ) , as is well known, a graph at most comprises N * (N − 1) edges (a complete graph), and thus S B = O ( ( N N 1 ) / a ) . In view of this, O ( N ) is determined by f ( T ) .
In general, a real graph is typically sparse and spectral bisection is applied in stage 1, thereby decreasing the complexity of f T can be decreased to O N l o g N + G L N . For a large complex network, N G P , so the overall time complexity can be relaxed to O N l o g N + a G L N ( 1 a ) ( a [ 0 , 1 ] a is the sampling ratio in stage 2). Due to a 1 a 1 / 4 , So the final complexity has two possible outcomes: O N = N l o g N , n ; otherwise, O N = N l o g N + G L n / 4 .

3. Results

We comprehensively compare the differences between original systems and their metasystems extracted from various types of original systems, with the critical indicators listed in Table 1 and Table 2. The eigenvalue-centrality-entropy in Table 1 and Table 2 evidence that the indicator of metasystems approximates those of the original systems with a similarity of up to 91%. Given the high degree of similarity of the indicator and the fact that a metasystem is necessarily a subgraph isomorphic to the original system (a metasystem is extracted following the interaction structure of an original system), we can conclude that an original system and its metasystem essentially share the same interaction mode.
Note that the similarity here does not imply that a metasystem aligns with the original system in eigenvalue-centrality; on the contrary, there are completely distinct between corresponding nodes. Nevertheless, the large difference in eigenvalue-centrality does not interfere with the interaction mode among nodes. Spectral graph theories illustrate that the nodes with lower degree typically feature lower eigenvalue-centrality, exerting only a minor influence on entropy distribution. Therefore, we can extract a metasystem based on the intrinsic relation mode within an original system, even with large differences in edge density.
Of course, there are clear differences between original systems and their metasystems. We first discuss these differences in terms of network density. The network densities of the metasystems in both tables are all lower than those of their original systems, implying that the ratio of nodes to edges in the original systems is higher than that of the metasystems. A complex system constitutes a collection of nodes and edges; therefore, the lower network density of metasystems indicates that although some new nodes are added to the metasystem during the evolution from a metasystem to an original system, the more significant change is the large increment of relationships between nodes. Thus, we can conclude that an original system evolves following the architecture of the metasystem, and the metasystem is the fundamental component of the original system.
Similarly, the network efficiency, diameter, and radius of the metasystems presented in Table 1 and Table 2 indicate that these metasystems perform less effectively than the original systems in terms of connectivity, interactivity, and cohesion. The main reason is due to the difference in node degree, and the chain reaction is as follows: the larger the average degree, the denser the network (average degree and network density are positively correlated); the denser the network, the higher the connectivity; the higher the connectivity, the better the interactivity.
Interactivity {I1: assortativity coefficient, I2: average Degree, I3: network density, I4: normalized average degree}
Connectivity {I5: diameter, I6: radius, I7: average-path-length, I8: network efficiency}
Aggregation {I9: clustering coefficient, I10: transitivity, I11: eigenvalue-centrality-entropy}.
Figure 5 depicts the evolution process of four critical indicators from the intermediate metasystem to the final metasystem. Each curve can be roughly categorized into evolutionary and stagnating sections, indicating that all indicators have different degrees of sensitivity to introduced feasible solutions. The direct reason for the stagnation section can be attributed to the continuous rejection of the newly generated candidate solutions during the execution of the GA. However, the rejection of candidate solutions is entirely independent of the GA. Accurately, only feasible solutions that capture the architecture of the metasystem can simultaneously influence various indicators. Thus, the unique organizational capability of the metasystem achieves disproportionate performance improvement across multiple indicators, even at a relatively low network density.
Regarding the influence of metasystems on original systems, two opposite results can be observed straightforwardly. The assortativity coefficients of metasystems and original systems (scale-free networks) in Table 1 tend to converge with a slight difference of about 5–8%. However, the result is opposite in Table 2 when extracting the metasystem from random networks. In systems theory, the assortativity coefficient is one of the key indicators to measure orderliness [33]. By repeating the experiment and examining the results, we find that the orderliness of an original system is closely related to that of its metasystem. A metasystem exhibits largely consistent orderliness with the original system if the assortativity coefficient exceeds a specific threshold; otherwise, the opposite result is observed.
Why do metasystems impose different degrees of impact on the orderliness of original systems? The answer is the node-degree. In Table 1, the normalized-average-degrees of the metasystems extracted from scale-free networks are considerably larger than those of the original, which implies that the elements within a metasystem may be tightly coupled even with a relatively low network density and thus outperforms its original system in terms of interactivity. This result states that the evolution of a complex system is closely related to its metasystem. Specifically, the more orderly the metasystem, the stronger its influence on the formation of an original system; conversely, the evolution of an original system is likely to be uncontrolled if its metasystem is not ordered enough.
Figure 6 provides a schematic of an original system and its metasystem. The black dots denote the nodes in the original system, and the red solid and blue dashed lines represent edges within the metasystem and the original system, respectively. As a subset of the original system, the metasystem shares common nodes and edges with it. Unexpectedly, elements in the metasystem are scattered throughout the original system, contradicting the speculation that elements of a metasystem are mainly positioned at the core of an original system. Indeed, a metasystem is an independent component that is also composed of the core and the peripheral part, and its scattered nature reflects the underlying structure of an original system. Consequently, any evolution occurring throughout a complex system will certainly be influenced by its metasystem.

4. Discussion

(1)
key points in stage 1
Three critical questions arise in stage 1. First, is it necessary to decompose the original system? The answer is yes for two reasons. First, Szemerédi’s regularity lemma theoretically demonstrates that a large-scale graph can be approximated by some partitioned subgraphs, implying that divide and conquer is the most appropriate strategy for extracting metasystems [34,35]. Second, the division of an original system can substantially decrease structural complexity to facilitate subsequent steps.
Second, do different graph partitioning strategies affect the follow-up stages differently? Graph partitioning techniques, as known, are broadly classified into balanced and unbalanced partitioning. Typically, a complex system is composed of communities, large and small. Partitioning large-scale graphs using the unbalanced partitioning method naturally yields numerous small basic sampling units (BSUs) with few nodes and edges, posing tricky problems for Stage 2 because serious sampling errors are inevitable when sampling small-scale BSUs. Thus, the spectral-bisection method is more advantageous for follow-up steps.
Finally, what is the most appropriate indicator to determine whether an original system is decomposed sufficiently? The consensus is modularity, which is ideal for assessing the structural complexity of a large-scale graph [30]. Practical tests show that it is fairly effective at measuring the aggregation of BSUs.
(2)
key points in stage 2
Existing graph sampling algorithms suffer from the over-selection of high in-degree nodes, frequently resulting in biased and tightly aggregated modules. To resolve the issue, we propose the DRSM (Algorithm 1) that can reasonably improve the selection probability of low in-degree nodes to construct the overall aggregation structure of BSUs. The DRSM (Algorithm 1) redesigns the probability transition kernel based on the Metropolis-Hastings algorithm, and it is theoretically defined in (1), where P r o c (1) is the likelihood ratio, P r o c (2) is the ratio of proposal probabilities, and P r o c (3) is the ratio of complementary probabilities acceptance probabilities.
P r o c α , β 1 , β i = P r o c 1 P r o c 2 [ P r o c 3 ]
P r o c 1 = [ π β i π α ]
P r o c 2 = [ q 1 β i , β i 1 q i β i , β i 1 , , α q 1 α , β 1 q i α , β 1 , , β i ]
P r o c 3 = [ [ 1 P 1 β i , β i 1 ] [ 1 P i 1 β i , β 1 ] 1 P 1 α , β 1 [ 1 P i 1 α , β i 1 ] ]
As the name suggests, the DRSM (Algorithm 1) is launched when a candidate generated from the proposal is rejected. That is, whenever a candidate is rejected, instead of proposing a new candidate using the Metropolis-Hastings random walk (MHRW), the DRSM uses the current rejected candidate (hence the term “delayed rejection”) as a seed to propose a new candidate with the certain probability (2) (one of the directly immediate neighboring nodes of the rejected candidate is proposed).
There are two critical points of interest in the DRSM (Algorithm 1). The first is its optimal depth of delayed rejection. Previous studies show that the optimal value is 2, 3, or 4. The general principle is that the larger the variation in the node degree of the BSU, the bigger the value of the delayed rejection. In our study, the depth of delayed rejection is set to 2. The second point of interest is identifying the initial seed of the DRSM (Algorithm 1), which is critical because the sampler of the DRSM (Algorithm 1) needs to visit all elements within a BSU along the core toward the periphery. We adopt PageRank for this purpose. Similar indicators such as authority code, HITS score, and centralized eigenvector would also suffice, as they are strongly positively correlated and conceptually very similar to PageRank.
Algorithm 1 DRSM
Input: Basic sampling units S ( u , v )
1:    // E C is the exit criterion of the DRSM
          While ( E C ) {
2:     //Select a node with maximum PageRank as an initial seed.
              IS = GetSeed ( S u , v )
3:     //Select a candidate element using the original MHRW
                                           P r o c I S , C E = 1 [ π C E π I S ] [ q 1 C E , I S q 1 I S , C E ]
4:    //If C E is rejected, delayed rejection is launched. one of the immediate neighbors
                         upon the current candidate rejected will be proposed as a new candidate
                         with the following new probability
     P r o c I S , C E 1 , C E 2 = 1 [ π C E 2 π I S ] [ q 1 C E 2 , C E 1 q 1 I S , C E 1 ] [ [ 1 q 1 C E 2 , C E 1 ] q 2 C E 2 , C E 1 , I S [ 1 q 1 I S , C E 1 ] q 2 I S , C E 1 , C E 2 ]
5:    //The edges or nodes unselected in previous steps will be add into the preliminarily metasystem
          PMe = Add(elements)
          }
Output: A preliminary metasystem M ( u , , v , )
(3)
key points in stage 3
As it is a typical combinatorial optimization problem to select elements from the supplementary set C to construct the final element system, a genetic algorithm is adopted preferentially. For our purpose, two critical questions deserve careful investigation.
First, how do we construct the fitness function of the GA? The fact that metasystems cannot be mathematically defined prevents the description of the fitness function of the GA in a functional expression. Several insightful works have pointed out that the dynamic and structural features of a complex system are primarily determined by its interactivity [36,37]. Consequently, the normalized average degree and the assortativity coefficient are selected as central variables to control the generation of a metasystem.
In addition, two correction parameters (diameter/radius, transitivity/clustering coefficient) are designed to fine-tune the expansibility and aggregation of a metasystem. Specifically, the fitness function of the GA is constructed using the Standardized Euclidean distance composed of the four parameters [38], as defined in (2), where X and Y denote the measurements of the metasystem and the original system, respectively. Guided by the distance, candidate solutions are either retained or eliminated until a coarse-grained metasystem gradually approaches a fine-grained metasystem [39].
T h e   S t a n d a r d i z e d   E u c l i d e a n   D i s t a n c e X , Y = k = 1 k = n ( x 1 k x 2 k s k ) 2
Second, how do we scope the feasible convergence set? The feasible solution set in our proposed method consists of two parts: one with all elements of the current intermediate metasystem and the other derived from the supplementary set C . What we propose for feasible solution sets is theoretically classified as a global optimization [40]. With the strategy, existing elements of an intermediate metasystem will likely be eliminated during the follow-up optimization process, ensuring that the most appropriate elements can be injected into the final metasystem while removing unessential elements as much as possible.
In summary, our proposed method provides a lightweight perspective to investigate complex systems. It decomposes a complex system into a metasystem and a non-metasystem component; they are connected and thus subject to influences from each other. The essential insight can then be obtained by merely studying the internal mechanisms of each component and the interaction mode between them. Compared to existing techniques [41,42,43], the introduction of metasystems enables us to handle a complex system at a higher level without sinking into non-critical details, thus significantly reducing complexity.

5. Conclusions

Our proposed method has advantages in terms of usability. First, it applies to various complex systems with dynamical behaviors intertwined at multiple scales. Second, it is highly scalable and can be flexibly customized simply by introducing additional control parameters to tailor the fitness function of the GA. Of course, common drawbacks of evolutionary algorithms, such as pseudo-convergence, inefficiency, and indeterminacy, occur occasionally. Fortunately, many targeted methods previously developed can address these drawbacks. Finally, it is easily parallelized and independent of specific big data technologies.
In our plan, large model technology will be incorporated into the future improvement strategy. We anticipate that the future upgraded method can proactively interact with users and guide them based on their inherent mechanisms to improve usability as much as possible. Also, the current bottleneck remains in the GA. Similarly to traditional combinational optimization problems, the optimization measure must be closely aligned with the characteristics of application scenarios to effectively improve the fitness function of the GA.

Author Contributions

X.L. and Y.C. contributed to the study’s conception, experimental design, data analysis, writing, and critical revisions, and approved the final manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The datasets used and/or analyzed during the current study available from the corresponding author on reasonable request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Perez, I.A.; Ben Porath, D.; La Rocca, C.E.; Braunstein, L.A.; Havlin, S. Critical behavior of cascading failures in overloaded networks. Phys. Rev. E 2024, 109, 034302. [Google Scholar] [CrossRef]
  2. Leavy, A.S.C.; Nakas, G.A.; Papadopoulos, P.N. A Method for Variance-Based Sensitivity Analysis of Cascading Failures. IEEE Trans. Power Deliv. 2023, 38, 463–474. [Google Scholar] [CrossRef]
  3. Liang, Y.; Wang, B.-C.; Zhang, H. Asymptotically Optimal Distributed Control for Linear–Quadratic Mean Field Social Systems with Heterogeneous Agents. IEEE Trans. Autom. Control. 2025, 70, 3197–3212. [Google Scholar] [CrossRef]
  4. Guo, P.; Xu, Y.; Guo, S.; Tian, Y.; Sun, P. Quasi-critical dynamics in large-scale social systems regulated by sudden events. Chaos 2024, 34, 12. [Google Scholar] [CrossRef]
  5. Marin-Valencia, I.; Kocabas, A.; Rodriguez-Navas, C.; Miloushev, V.Z.; González-Rodríguez, M.; Lees, H.; Henry, K.E.; Vaynshteyn, J.; Longo, V.; Deh, K.; et al. Imaging brain glucose metabolism in vivo reveals propionate as a major anaplerotic substrate in pyruvate dehydrogenase deficiency. Cell Metab. 2024, 36, 1394–1410. [Google Scholar] [CrossRef] [PubMed]
  6. Li, X.; Zhang, H.; Hodder, T.; Wang, W.; Myers, C.L.; Yilmaz, L.S.; Walhout, A.J.M. Systems-level design principles of metabolic rewiring in an animal. Nature 2025, 640, 203–211. [Google Scholar] [CrossRef]
  7. McCloskey, D.; Xu, S.; Sandberg, T.E.; Brunk, E.; Hefner, Y.; Szubin, R.; Feist, A.M.; Palsson, B.O. Evolution of gene knockout strains of E. coli reveal regulatory architectures governed by metabolism. Nat. Commun. 2018, 9, 3796. [Google Scholar] [CrossRef]
  8. Schlechte, J.; Zucoloto, A.Z.; Yu, I.-L.; Doig, C.J.; Dunbar, M.J.; McCoy, K.D.; McDonald, B. Dysbiosis of a microbiota–immune metasystem in critical illness is associated with nosocomial infections. Nat. Med. 2023, 29, 1017–1027. [Google Scholar] [CrossRef]
  9. Cid, N.; Erős, T.; Heino, J.; Singer, G.; Jähnig, S.C.; Cañedo-Argüelles, M.; Bonada, N.; Sarremejane, R.; Mykrä, H.; Sandin, L.; et al. From meta-system theory to the sustainable management of rivers in the Anthropocene. Front. Ecol. Environ. 2022, 20, 49–57. [Google Scholar] [CrossRef]
  10. Ma, Z.-Y.; Liu, X.-J.; Peng, Y.-Q.; Zhang, D.-S.; Liu, Z.-Z.; Xiao, J.-J. On-chip integrated metasystem for spin-dependent multi-channel color holography. Opt. Lett. 2024, 49, 3114–3117. [Google Scholar] [CrossRef]
  11. Messager, M.L.; Olden, J.D.; Tonkin, J.D.; Stubbington, R.; Rogosch, J.S.; Busch, M.H.; Little, C.J.; Walters, A.W.; Atkinson, C.L.; Shanafield, M.; et al. A metasystem approach to designing environmental flows. BioScience 2023, 73, 643–662. [Google Scholar] [CrossRef]
  12. Sokolskaya, M.; Madzhuga, A.; Babieva, N.; Khvostunov, K.; Moskvina, A.; Abdullina, L.; Kanbekova, R.; Salimova, R.; Golovneva, E. The effect of personal health on the formation of human capital: A metasystem approach. Int. J. Public Health Sci. 2019, 8, 135–142. [Google Scholar] [CrossRef]
  13. Katina, P.F. Metasystem Pathologies in Complex System Governance. Complex System Governance: Theory and Practice; Springer International Publishing: Cham, Switzerland, 2022; pp. 241–282. [Google Scholar]
  14. Xia, D.; Li, Q.; Lei, Y.; Shen, X.; Qian, M.; Zhang, C. Extreme vulnerability of high-order organization in complex networks. Phys. Lett. A 2021, 424, 127829. [Google Scholar] [CrossRef]
  15. Mehrabian, A.; Kaddoum, G. Enhancing Resilience Against Jamming Attacks: A Cooperative Anti-Jamming Method Using Direction Estimation. IEEE Trans. Commun. 2025, 73, 12696–12710. [Google Scholar] [CrossRef]
  16. Buede, D.M.; Miller, W.D. The Engineering Design of Systems: Models and Methods; John Wiley & Sons: Hoboken, NJ, USA, 2024. [Google Scholar]
  17. Dalal, S.; Mukherjee, S.; Patra, K.L. On the super graphs and reduced super graphs of some finite groups. Discret. Math. 2024, 347, 113728. [Google Scholar] [CrossRef]
  18. Hamzeha, A.; Ashrafia, A.R. Spectrum and L-spectrum of the power graph and its main super graph for certain finite groups. Filomat 2017, 31, 5323–5334. [Google Scholar] [CrossRef]
  19. Shahbazi, M.N.; Siggia, E.D.; Zernicka-Goetz, M. Self-organization of stem cells into embryos: A window on early mammalian development. Science 2019, 364, 948–951. [Google Scholar] [CrossRef]
  20. Chen, X.; Zhao, H.; Cheng, J. Robust Controller Design for Robot Joint Motor Modules Based on Dynamical Model. IEEE Trans. Appl. Supercond. 2024, 34, 1–5. [Google Scholar] [CrossRef]
  21. Artur, P.D.; Parter, M. Graph sparsification for derandomizing massively parallel computation with low space. ACM Trans. Algorithms 2021, 17, 1–27. [Google Scholar] [CrossRef]
  22. Garcia-Robledo, A.; Diaz-Perez, A.; Morales-Luna, G. Characterization and coarsening of autonomous system networks: Measuring and simplifying the internet. In Advanced Methods for Complex Network Analysis; IGI Global Scientific Publishing: Hershey, PA, USA, 2016; pp. 148–179. [Google Scholar]
  23. Ubaru, S.; Saad, Y. Sampling and multilevel coarsening algorithms for fast matrix approximations. Numer. Linear Algebra Appl. 2019, 26, 2234. [Google Scholar] [CrossRef]
  24. Kumar, M.; Sharma, A.; Kumar, S. A unified framework for optimization-based graph coarsening. J. Mach. Learn. Res. 2023, 24, 1–50. [Google Scholar]
  25. Loukas, A.; Vandergheynst, P. Spectrally approximating large graphs with smaller graphs. In Proceedings of the International Conference on Machine Learning, Stockholm, Sweden, 10–15 July 2018; PMLR: Westminster, UK, 2018; pp. 3237–3246. [Google Scholar]
  26. Bick, C.; Gross, E.; Harrington, H.A.; Schaub, M.T. What are higher-order networks? SIAM Rev. 2023, 65, 686–731. [Google Scholar] [CrossRef]
  27. Lucas, M.; Cencetti, G.; Battiston, F. Multiorder Laplacian for synchronization in higher-order networks. Phys. Rev. Res. 2020, 2, 033410. [Google Scholar] [CrossRef]
  28. Lovász, L. Large Networks and Graph Limits; American Mathematical Society (AMS): Providence, RI, USA, 2012; Volume 60. [Google Scholar]
  29. Fiedler, M. Algebraic connectivity of graphs. Czechoslov. Math. J. 1973, 23, 298–305. [Google Scholar] [CrossRef]
  30. Newman, M.E.J. Modularity and community structure in networks. Proc. Natl. Acad. Sci. USA 2006, 103, 8577–8582. [Google Scholar] [CrossRef]
  31. Bressanini, D.; Morosi, G.; Tarasco, S.; Mira, A. Delayed rejection variational Monte Carlo. J. Chem. Phys. 2004, 121, 3446–3451. [Google Scholar] [CrossRef]
  32. Pavai, G.; Geetha, T.V. A Survey on Crossover Operators. ACM Comput. Surv. 2016, 49, 72.1–72.43. [Google Scholar] [CrossRef]
  33. Noldus, R.; Van Mieghem, P. Assortativity in complex networks. J. Complex Netw. 2015, 3, 507–542. [Google Scholar] [CrossRef]
  34. Szemerédi, E. Regular Partitions of Graphs; Stanford University: Stanford, CA, USA, 1975. [Google Scholar]
  35. Scott, A. Szemerédi’s Regularity Lemma for Matrices and Sparse Graphs. Comb. Probab. Comput. 2011, 20, 455–466. [Google Scholar] [CrossRef]
  36. Buluç, A.; Meyerhenke, H.; Safro, I.; Sanders, P.; Schulz, C. Recent Advances in Graph Partitioning; Springer International Publishing: Cham, Switzerland, 2013. [Google Scholar]
  37. Cui, Y.; Li, X.; Li, J.; Wang, H.; Chen, X. A survey of sampling method for social media embeddedness relationship. ACM Comput. Surv. 2022, 55, 1–39. [Google Scholar] [CrossRef]
  38. Liu, X.; Maiorino, E.; Halu, A.; Glass, K.; Prasad, R.B.; Loscalzo, J.; Gao, J.; Sharma, A. Robustness and lethality in multilayer biological molecular networks. Nat. Commun. 2020, 11, 6043. [Google Scholar] [CrossRef]
  39. Valejo, A.; Ferreira, V.; Fabbri, R.; de Oliveira, M.C.F.; Lopes, A.d.A. A Critical Survey of the Multilevel Method in Complex Networks. ACM Comput. Surv. 2020, 53, 1–35. [Google Scholar] [CrossRef]
  40. Liu, J.; Abbass, H.A.; Tan, K.C. Evolutionary Computation and Complex Networks; Springer Nature: Durham, NC, USA, 2019. [Google Scholar]
  41. Bar-Yam, Y. From big data to important information. Complexity 2016, 21, 73–98. [Google Scholar] [CrossRef]
  42. Bar-Yam, Y. A mathematical theory of strong emergence using multiscale variety. Complexity 2004, 9, 15–24. [Google Scholar] [CrossRef]
  43. Bar-Yam, Y. Multiscale complexity-entropy. Adv. Complex Syst. 2004, 7, 47–63. [Google Scholar] [CrossRef]
Figure 1. Partitioning process of a complex system using Fiedler vector.
Figure 1. Partitioning process of a complex system using Fiedler vector.
Bdcc 10 00036 g001
Figure 2. Selection operator.
Figure 2. Selection operator.
Bdcc 10 00036 g002
Figure 3. Crossover operator (C1 < C2).
Figure 3. Crossover operator (C1 < C2).
Bdcc 10 00036 g003
Figure 4. Mutation operator.
Figure 4. Mutation operator.
Bdcc 10 00036 g004
Figure 5. Typical critical indicators to highlight the unique organizational capability of metasystems. (a) Network density; (b) Assortativity coefficient; (c) Network Efficiency; (d) Clustering coefficient.
Figure 5. Typical critical indicators to highlight the unique organizational capability of metasystems. (a) Network density; (b) Assortativity coefficient; (c) Network Efficiency; (d) Clustering coefficient.
Bdcc 10 00036 g005aBdcc 10 00036 g005b
Figure 6. An original system and its extracted metasystem.
Figure 6. An original system and its extracted metasystem.
Bdcc 10 00036 g006
Table 1. The differences in key dimensions between the original system (scale-free network) and its metasystem.
Table 1. The differences in key dimensions between the original system (scale-free network) and its metasystem.
I1I2I3I4I5I6I7I8I9I10I11
InteractivityConnectivityAggregation
Original System−0.049313.950.00710.02616106.0960.1640.01450.010210.936
Metasystem−0.04452.880.002840.0173218120.0900.00640.004810.025
Table 2. the differences in key dimensions between the original system (random network) and its metasystem.
Table 2. the differences in key dimensions between the original system (random network) and its metasystem.
I1I2I3I4I5I6I7I8I9I10I11
InteractivityConnectivityAggregation
Original System0.0003857.590.004770.0414435310.034190.0043470.0043523.885
Metasystem0.0001910.950.001190.0788763470.025530.0024570.0025821.913
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, X.; Cui, Y. Extracting Metasystem: A Novel Paradigm to Perceive Complex Systems. Big Data Cogn. Comput. 2026, 10, 36. https://doi.org/10.3390/bdcc10010036

AMA Style

Li X, Cui Y. Extracting Metasystem: A Novel Paradigm to Perceive Complex Systems. Big Data and Cognitive Computing. 2026; 10(1):36. https://doi.org/10.3390/bdcc10010036

Chicago/Turabian Style

Li, Xue, and Ying’an Cui. 2026. "Extracting Metasystem: A Novel Paradigm to Perceive Complex Systems" Big Data and Cognitive Computing 10, no. 1: 36. https://doi.org/10.3390/bdcc10010036

APA Style

Li, X., & Cui, Y. (2026). Extracting Metasystem: A Novel Paradigm to Perceive Complex Systems. Big Data and Cognitive Computing, 10(1), 36. https://doi.org/10.3390/bdcc10010036

Article Metrics

Back to TopTop