Next Article in Journal
Input Data for Molecular Reconstruction of Petroleum Fractions—A Reality Check
Previous Article in Journal
Intelligent Elastic Parameter Inversion Method Based on Kernel Density Estimation Within a Bayesian Framework
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A GIN-Based Pre-Identification Method for Dominant Flow Channels in Connection-Element Reservoirs: An Optimized Ant Colony Algorithm Search Scheme

1
School of Future Technology, Yangtze University, Jingzhou 434023, China
2
School of Computer Science, Yangtze University, Jingzhou 434023, China
3
School of Petroleum Engineering, Yangtze University, Wuhan 430100, China
*
Authors to whom correspondence should be addressed.
Co-first Authors: Zihao Zheng, Siying Chen.
Processes 2026, 14(10), 1605; https://doi.org/10.3390/pr14101605
Submission received: 16 April 2026 / Revised: 14 May 2026 / Accepted: 14 May 2026 / Published: 15 May 2026
(This article belongs to the Section AI-Enabled Process Engineering)

Abstract

Dominant flow channels formed during the late stages of waterflooding can severely reduce sweep efficiency and intensify ineffective interwell circulation. Conventional identification approaches, including tracer testing, well testing, and numerical simulation, often suffer from high operational cost, long execution time, or limited adaptability to heterogeneous interwell connectivity. Although ant colony optimization (ACO) is suitable for path-search problems in reservoir networks, its performance depends strongly on hyperparameter settings, and sample-by-sample parameter tuning introduces substantial online computational overhead. This study proposes a structure-informed GIN–ACO framework for adaptive dominant flow channel identification in connection-element reservoir graphs. A physics-constrained benchmark model is first established using Darcy’s law and the connection element method to provide reference flow paths. A geometry-based surrogate model is then developed to approximate flow splitting coefficients efficiently while preserving the main physical trends. Based on graph topology and geometric descriptors, a graph isomorphism network is trained to predict task-specific ACO parameters, replacing iterative online search with direct parameter inference. Experiments on 1000 synthetic reservoir graphs show that the proposed method achieves a 100% success rate with an average online computation time of 143.5 ms, outperforming fixed-parameter ACO, PSO-ACO, and BO-ACO. On 20 semi-realistic SPE10 reservoir models, GIN–ACO achieves a success rate of 92 ± 1% with an average runtime of 160.3 ± 5 ms. Ablation studies further confirm that graph-structure learning, combined topology–geometry features, and GIN-based parameter prediction are essential for robust performance. The proposed framework provides a promising and computationally efficient route for structure-aware dominant channel identification in connection-element reservoir models.

1. Introduction

As most major oilfields worldwide have entered high or ultra-high water-cut stages, the objective of waterflooding has gradually shifted from sustaining formation energy to enhancing sweep efficiency and maximizing ultimate recovery [1]. Prolonged high-pressure water injection can irreversibly alter reservoir pore structures, such as cement detachment and microfracture formation, promoting the development of high-permeability dominant channels connecting injection and production wells [2,3]. Once established, these channels disturb the originally uniform flow field, directing injected water preferentially along paths of least resistance toward production wells. This behavior reduces sweep efficiency, leaving substantial residual oil in unswept or stagnant regions, and increases operational costs [4,5,6]. Reliable identification of dominant channels is therefore critical for conformance control, water shutoff, and optimized injection–production strategies in complex reservoirs.
Current methods for identifying dominant channels primarily include interwell tracer testing, well testing analysis, and numerical simulation. Tracer techniques provide direct insights into flow pathways but are constrained by prolonged testing periods, high operational costs, and potential environmental concerns [7,8]. Well testing approaches typically rely on simplified flow assumptions, often requiring homogeneous or mildly heterogeneous conditions, which may yield non-unique interpretations and limit resolution of complex interwell connectivity [9,10]. Numerical simulations using finite difference schemes reproduce interwell flow behavior but are prone to discretization errors and numerical dispersion under complex well-pattern configurations [11]. Collectively, these approaches involve trade-offs among computational expense, operational efficiency, and the ability to capture heterogeneous reservoir behavior.
Advances in the connection element method and graph-based modeling have introduced an alternative perspective, representing reservoirs as weighted networks of nodes and edges [12,13]. Within this framework, wells and discretized reservoir elements are treated as nodes, and transmissibility between nodes is encoded as edge weights. Dominant channel identification can then be formulated as a path-search problem within this network. Ant colony optimization (ACO) simulates competitive flow transport, allowing effective detection of dominant flow paths under complex topologies [14,15].
Despite these advantages, ACO performance is highly sensitive to hyperparameter selection [16,17]. Variations in reservoir topology—such as branching patterns, connectivity density, and heterogeneity—result in substantial differences in optimal parameter configurations. Conventional strategies using fixed parameters, often determined empirically or by trial-and-error, lack flexibility across diverse reservoir conditions [18]. Search-based tuning methods, including particle swarm optimization and Bayesian optimization, can enhance adaptability but require repeated execution for each sample, leading to high computational cost, slow convergence, and limited suitability for real-time applications.
Algorithm parameters are inherently linked to task characteristics. Features of reservoir well networks—such as node scale, average degree, spatial distribution, and connectivity complexity—influence path competition dynamics and search difficulty, shaping optimal parameter choices [19]. This observation motivates the development of a structure-driven approach, mapping reservoir graph attributes directly to ACO parameters, replacing iterative search with prediction.
To address these challenges, this study proposes a promising GIN-ACO framework integrating physics-driven modeling, geometric approximation, and a graph isomorphism network (GIN). A physics-constrained benchmark is established using Darcy’s law with the connection element method to model interwell flow. A distance–direction coupled geometric surrogate model efficiently generates graph samples that preserve physical consistency at low computational cost. Sensitivity analysis identifies key parameters, followed by GIN training to capture the nonlinear relationship between reservoir topology and optimal ACO parameters, enabling adaptive parameter selection during identification without iterative online search [20].
To support both controlled evaluation and realistic assessment, the framework is applied to two types of data. First, synthetic reservoir graphs are used to provide large-scale, fully controlled samples for systematic ablation studies and algorithm validation. Second, semi-realistic SPE10 layers are introduced to evaluate generalization and robustness under realistic heterogeneous reservoir conditions. These complementary datasets allow the proposed framework to be thoroughly tested in both idealized and practical scenarios.
The main contributions of this work are summarized as follows:
(1)
A structure-driven parameter tuning framework converting sample-by-sample search into a graph-based prediction problem;
(2)
A scalable data generation pipeline combining physics-constrained benchmark and geometric surrogate models for reservoir graph construction and parameter learning;
(3)
Extensive experiments demonstrating superior identification accuracy, computational efficiency, and stability compared with conventional methods, verified on both synthetic and SPE10 reservoir datasets.

2. Theoretical Framework and Physical Modeling

2.1. Graph-Theoretic Representation of Complex Reservoir Networks

In contemporary reservoir engineering, representing continuous porous media as complex networks has become an effective approach for reducing problem dimensionality [21,22]. In this work, the injection–production system is formulated as a weighted directed graph:
G = ( V , E , W )
In Equation (1), the node set V corresponds to key control locations within the reservoir, including injection wells (sources), production wells (sinks), and additional virtual nodes introduced to capture the spatial distribution of remaining oil between wells.
For the idealized single-injector–single-producer reservoir model illustrated in Figure 1, a total of 121 nodes are defined, consisting of two physical wells and 119 virtual nodes. The arrangement of these virtual nodes reflects the geometric features of the formation.
The edge set E denotes possible fluid flow pathways, whose presence is governed by hydraulic connectivity between nodes [23]. Within the mesh-free simulation framework based on the connection element method, a radius of influence R is introduced [12]. In this study, R = 80.0 m, indicating that an edge is created when the Euclidean distance between two nodes satisfies the prescribed connectivity condition. Under this criterion, 386 connection elements are generated, resulting in a sparse yet fully connected network structure.
The weight set W represents the flow capacity associated with each edge. Physically, it corresponds to the splitting coefficient, which defines the likelihood of fluid passing through a specific path and governs flow partitioning at branching locations [24].
The model domain measures 500 m × 500 m and includes 121 discrete virtual nodes (black points). The blue circle and red triangle indicate the injector and producer, respectively, forming a single-injector–single-producer well configuration. Light green lines denote the topological connections between nodes, representing potential flow paths and the underlying network used for pressure calculation.

2.2. Physics-Driven Computation of Splitting Coefficients

To ensure physically consistent flow distributions and to provide a dependable reference for subsequent data-driven modeling, a benchmark model constrained by flow physics is constructed [25,26]. This model evaluates inter-node flow allocation and serves as a reference for both the geometric surrogate model and the parameter prediction framework. Its primary role lies in delivering high-accuracy solutions for small-scale samples, rather than supporting large-scale dataset generation.
In contrast to purely geometric formulations, the physics-driven splitting coefficient is derived by solving the governing flow equations, explicitly accounting for connectivity, transmissibility, and the global pressure field. Using the connection element method, the reservoir is discretized into nodes and connection elements, with inter-node flow governed by Darcy’s law and mass conservation principles [27,28]. For a given node i, the discrete pressure equation is expressed as:
j = 1 N i T i , j ( p j p i ) + Q i = 0
Here, N i denotes the number of neighboring nodes connected to node i, p i and p j represent nodal pressures, Q i corresponds to source or sink terms, and T i j is the transmissibility between nodes.
The transmissibility T i j quantifies the conductive capacity of connection elements and forms the foundation for flow partitioning. Following standard transmissibility treatments in reservoir simulation and unstructured-grid flow modeling, it is evaluated by combining reservoir properties, such as permeability k, with geometric characteristics, including control volume and shape factors [29]:
T i , j = ( k ¯ i V i ) / μ m = 3 4 e m , j + 1 i
In this expression, μ denotes fluid viscosity, while the shape factor reflects the spatial configuration of mesh-free nodes.
By imposing boundary conditions of constant-rate injection and constant-pressure production, a large sparse linear system is assembled and solved to obtain the global pressure distribution [30]. The instantaneous flow rate from node i to node j is then calculated according to Darcy’s law:
q i , j = T i , j p i p j
Flow occurs only when p i > p j .
Using the computed inter-node flow rates, the physics-driven splitting coefficient is defined as the fraction of flow from node i that is directed toward a downstream node j :
λ i , j p h y = q i , j k Ω o u t q i , k = T i , j ( p i p j ) k Ω o u t T i , k ( p i p k )
where Ω out denotes the set of downstream neighboring nodes satisfying p i > p k .
For the ideal reservoir configuration described in Section 2.1, constant-rate injection and constant-pressure production are imposed. The injector is modeled as a source term, whereas the producer is assigned a Dirichlet boundary condition with the bottom-hole pressure fixed at zero. The resulting pressure field decreases monotonically from the injector (86.85) to the producer (0.00), establishing a clear driving gradient. Based on Equation (5), the splitting coefficients λ i j phy are computed for all connection elements.
The Figure 2 presents the simulated pressure field together with the dominant flow pathways identified using the physics-driven model.
The resulting λ i j phy incorporates the full set of governing physical mechanisms and is subsequently adopted as the target value for calibrating the parameters of the geometric surrogate model, specifically the distance factor and directional guidance coefficients.

2.3. Geometry-Based Surrogate Model for Flow Splitting

The evaluation of splitting coefficients λ i j described in Section 2.2 depends on solving the complete set of flow equations. While this approach ensures high accuracy, it incurs substantial computational cost and is therefore impractical for large-scale dataset generation [31,32]. To address this limitation, a geometry-based surrogate model is developed to reduce computational demand while retaining consistency with the underlying physical behavior [33]. This model assumes that flow tendencies are predominantly influenced by distance attenuation (distance factor) and directional guidance toward the production well. For a node i , its neighboring node j , and the target producer t , the relevant geometric features are defined as follows:
Connection length:
L i , j = x j x i 2
Directional consistency:
cos θ i , j = v f l o w · v t a r g e t v f l o w · v t a r g e t
Using these features, the geometric weight function is formulated as:
W i , j = δ i , j · 1 L i , j α · ( cos θ i , j ) β
In this expression, α ( α g e o in Appendix A) represents the distance factor exponent, governing attenuation with increasing distance, while β ( β g e o in Appendix A) denotes the directional guidance exponent, capturing the preference of flow toward the target well. The directional filter is given by:
δ i , j = 1 , if   cos θ i , j > 0 0 , otherwise
The geometric splitting coefficient is obtained by normalization:
λ i , j g e o = W i , j k N i W i , k
where N i is the set of neighboring nodes of node i , ensuring that the sum of all outgoing splitting coefficients equals unity.
To align the surrogate model with physical behavior, the parameters α and β are calibrated via grid search, using λ i j phy as the reference and RMSE as the evaluation criterion. Experiments conducted on the ideal reservoir model (121 nodes and 386 connections) indicate that the optimal parameter combination achieves an RMSE of 0.1329.
The Figure 3 indicate that distance attenuation has a limited effect on local flow allocation under homogeneous and isotropic conditions, whereas directional guidance strongly aligns flow toward the production well, consistent with pressure-gradient-driven mechanisms. Overall, the geometric surrogate model efficiently approximates the physics-based flow distribution, retaining principal flow characteristics while reducing computational cost. The current model assumes single-phase flow and fixed connectivity, yet captures the essential patterns needed for dominant channel identification. Future extensions could incorporate multiphase flow, geomechanical effects, and chemical interactions (e.g., enhanced oil recovery) by adjusting edge weights or node features to reflect phase-dependent transmissibility, pressure-driven deformations, or chemical reactions, enabling GIN-ACO to handle more complex physics while maintaining efficient inference.

2.4. Flow Simulation Mechanism of Ant Colony Optimization

Ant colony optimization is a bio-inspired evolutionary algorithm derived from the foraging behavior of ants. In reservoir systems, fluid migration through porous media exhibits a clear analogy to this process: the injection well acts as the source, the production well as the sink, and fluid particles are represented by artificial ants. In this study, the algorithm’s positive feedback mechanism is utilized to simulate the development and evolution of streamlines within a discrete connection-element network, enabling identification of dominant channels at a specific time step.
During the simulation, each fluid particle is modeled as an ant k . When positioned at node i , the ant selects its next node jbased on a probabilistic transition rule:
P i j k ( t ) = ( τ i j ( t ) ) μ ( η i j ) ν l N i ( τ i l ( t ) ) μ ( η i l ) ν
This transition probability depends on both pheromone intensity and heuristic information. The heuristic term η i j captures the local geometric preference of flow and is defined using the normalized geometric splitting coefficient introduced in Section 2.3. In this way, the search process is guided toward paths that are shorter and more directionally aligned with the production well.
The pheromone intensity τ i j ( t ) represents the global desirability of a path at time t . From a physical standpoint, it can be interpreted as the evolving preference for certain flow pathways, analogous to the development of dominant channels under sustained injection. The parameters μ and ν (see Appendix A) regulate the relative influence of pheromone and heuristic information, thereby balancing exploitation of accumulated path information with exploration driven by geometric features. These parameters are the key variables targeted for optimization in this study. The set N i includes all feasible downstream neighboring nodes of node i .
A defining characteristic of the algorithm is its reliance on positive feedback. When an ant successfully traverses from the injection well to the production well, it deposits pheromone along its path, increasing the probability that subsequent ants will follow the same trajectory. To avoid premature convergence and preserve system adaptability, a pheromone evaporation mechanism, which is commonly used in ant colony optimization and pheromone-update models, is incorporated [34,35,36]. The global pheromone update process is described as:
τ i j ( t + 1 ) = ( 1 ρ ) τ i j ( t ) + Δ τ i j ( t )
Δ τ i j ( t ) = k = 1 M Δ τ i j k
Here, ρ denotes the evaporation coefficient, representing dissipation effects or the decay of system memory, while Δ τ i j k corresponds to the pheromone deposited by the k -th ant on edge i j . Paths associated with lower resistance, or equivalently higher cumulative splitting coefficients, receive greater reinforcement.
Through successive iterations, pheromone concentration progressively increases along high-conductivity pathways, attracting more flow particles. This self-organizing behavior leads to the gradual formation of dominant flow channels that connect injection and production wells.

2.5. Applicability of Graph Isomorphism Network

Traditional convolutional neural networks are primarily developed for Euclidean data structures and are not directly applicable to irregular reservoir networks [37]. While graph convolutional networks and graph attention networks extend deep learning techniques to graph-structured data, their neighborhood aggregation schemes impose limitations in distinguishing certain non-isomorphic graph structures [38].
In dominant channel identification, even minor variations in network topology—such as differences in local connectivity density—can correspond to fundamentally distinct geological features, including zones of fracture development [39]. This places a clear requirement on the model to possess strong structural discrimination capability.
To meet this requirement, a graph isomorphism network is employed as the parameter prediction model in this study. This architecture attains discriminative capacity comparable to the Weisfeiler–Lehman graph isomorphism test by integrating learnable aggregation functions with multilayer perceptrons [20]:
h v ( k ) = M L P ( k ) ( 1 + ϵ ( k ) ) h v ( k 1 ) + u N ( v ) h u ( k 1 )
This formulation indicates that the model aggregates information from neighboring nodes while explicitly retaining the representation of the central node, followed by a nonlinear transformation through a multilayer perceptron. Such a structure enables the model to capture high-order topological features embedded within complex reservoir networks.
Consequently, the network is able to learn the underlying relationship between reservoir topology and optimal algorithm parameters, establishing a foundation for structure-driven parameter prediction. In this study, it is applied to encode reservoir graph characteristics and directly infer suitable parameter configurations. Its effectiveness is further examined through comparative analyses with conventional models in the following sections.

2.6. Overall Workflow of the Proposed GIN-ACO Framework

To clarify the complete procedure of the proposed method, Figure 4 summarizes the overall workflow of the framework, which is divided into two stages: an offline training stage, including graph construction, surrogate-assisted label generation, and GIN training; and an online identification stage, including GIN inference and a single ACO execution for dominant channel identification. This distinction clarifies the relationship among the physics-driven model, the surrogate model, ACO-based label generation, and the final online application of the trained GIN–ACO framework.

3. Methodology and Experimental Design

3.1. Orthogonal Design for ACO Parameter Sensitivity Analysis

To determine which hyperparameters most strongly affect algorithm performance and to define appropriate targets for subsequent parameter prediction, a systematic sensitivity analysis is carried out. Using the ideal single-injector–single-producer reservoir model introduced in Section 2.1, an L27 orthogonal array is constructed to examine six key hyperparameters across multiple levels. These parameters include population size m , pheromone importance factor α , heuristic importance factor β , evaporation coefficient ρ , total pheromone amount Q , and the maximum number of iterations K .
Each parameter is assigned a set of levels within a reasonable range to reflect varying degrees of exploration intensity and convergence behavior. Algorithm performance is evaluated using the success rate of dominant channel identification, defined as the proportion of runs in which the algorithm correctly recovers the physically derived dominant flow path. Given the stochastic characteristics of the algorithm, each parameter combination is executed 30 times to ensure a reliable assessment of stability. The resulting data are analyzed through analysis of variance to quantify the relative contribution of each parameter. The results show that population size and the pheromone importance factor exert a statistically significant influence on performance, whereas the remaining parameters have comparatively weaker effects under the current experimental conditions. Accordingly, these two parameters are selected as the primary targets for subsequent prediction.
It is important to note that this analysis is intended to evaluate parameter importance rather than to identify a universally optimal configuration. Since reservoir topology differs across samples, each graph instance may correspond to a distinct optimal parameter set. This observation provides the basis for adopting a data-driven strategy to capture the relationship between structural features and optimal parameter values.

3.2. Graph Dataset Construction and SPE10 Test Design

To support training and evaluation of the GIN-ACO framework, a comprehensive dataset was constructed, comprising 1000 synthetically generated reservoir graphs and 20 semi-realistic SPE10 layers. Each synthetic sample represents an independent injection–production unit and includes both graph topology (adjacency matrix) and multi-dimensional node features. Reservoir structures were generated using the connection element method, and inter-node flow splitting coefficients were computed via the geometric surrogate model introduced in Section 2.3, ensuring physical consistency while reducing computational cost. The synthetic dataset covers three categories of geological complexity: (1) regular grids with random perturbations representing relatively homogeneous formations, (2) randomly distributed nodes reflecting stochastic heterogeneity, and (3) random structures augmented with faults (random edge removal) and high-conductivity channels (enhanced edge weights) to simulate highly heterogeneous and challenging reservoirs. Rejection sampling was applied to regulate the proportion of complex samples, enhancing the model’s ability to generalize to difficult path identification tasks.
Node-level features include network scale (number of nodes and edges), average node degree, injector–producer distance, local density variance, topological path length, and geometric distance, capturing both global topology and local flow behavior.
Training Label Generation and Parameter Search: Training labels are obtained through a predefined ACO parameter space search. The search explores population size m ∈ [10, 100] (see Appendix A) with a step of 5, and pheromone importance factor α ∈ [0.5, 5.0] (see Appendix A) with a step of 0.1, while other ACO parameters are fixed at recommended defaults. Each parameter combination is evaluated through 10 independent runs with a fixed random seed. If multiple configurations satisfy the success criterion (predicted dominant path exactly matches the reference), the configuration with the minimal population size is selected; if multiple minimal configurations exist, the one with the shortest runtime is chosen.
Impact of Surrogate Model Error: The geometric surrogate model has an RMSE of 0.1329 relative to the physics-driven splitting coefficients. To assess how this error propagates through the ACO search, label generation, and GIN training, perturbation experiments were performed by adding controlled noise to the splitting coefficients and evaluating path identification stability across the 20 SPE10 semi-realistic layers.
Dataset Partitioning and Runtime Definition: The combined dataset was partitioned into training, validation, and test subsets in an 8:1:1 ratio, maintaining consistent distributions of reservoir types and difficulty levels, with no overlap between subsets. Success rate is defined as the proportion of test samples for which the predicted dominant path exactly matches the physics-based reference path. Online runtime per sample is defined as the time from input features to output of the dominant path, including one forward pass of the trained GIN model and a single ACO execution. Offline costs (dataset construction, label generation, GIN training, hyperparameter tuning) are excluded but can be amortized across all samples. For other methods (Fixed-parameter ACO, PSO-ACO, BO-ACO), runtime corresponds to the full online optimization per sample, ensuring consistent and fair comparison.
Importantly, the 20 SPE10 test samples represent 20 distinct reservoir models, allowing evaluation of the framework’s generalization to more realistic heterogeneous structures. Each SPE10 model is tested with 10 independent runs for each method, enabling statistically meaningful success rate and runtime measurements.

3.3. Ablation Study Design

To assess the contribution of graph-structure learning to the performance of the proposed GIN-ACO framework, a series of ablation experiments are conducted on the 20 SPE10 models. The experimental design includes four main comparisons:
(1)
Comparison of graph neural network architectures: GIN versus GCN, GAT, and GraphSAGE, to evaluate the relative capacity of each model to capture structural information from reservoir graphs.
(2)
Comparison with traditional machine learning models: GIN versus MLP, XGBoost, and Random Forest trained on handcrafted graph features, to determine whether simple statistical descriptors can approximate performance.
(3)
Feature-level ablation: evaluation of topology-only features, geometry-only features, and combined features, to quantify the contribution of structural and spatial information individually and in combination.
(4)
Effect of GIN-based parameter prediction: comparing ACO with and without GIN-inferred parameters (i.e., vanilla ACO vs. GIN-ACO), to verify that the observed improvement originates from informed parameter selection rather than random or fixed configurations.
These experiments are designed to demonstrate that performance gains are attributable to graph-structure learning rather than dataset biases or labeling rules. All runtime comparisons follow the definition provided in Section 3.2, ensuring consistency between methods.

4. Results and Discussion

4.1. Dominant Channel Identification Performance

The proposed GIN-ACO framework was first evaluated on the synthetic reservoir dataset described in Section 3.2. This dataset consists of 1000 graph samples generated from a single base reservoir model by varying inter-node flow parameters, and it was partitioned into training, validation, and test subsets at an 8:1:1 ratio. To provide an overall comparison of different parameter configuration strategies on the synthetic test set, Table 1 summarizes the success rate and average computation time of Fixed-parameter ACO, PSO-ACO, BO-ACO, and the proposed GIN-ACO.
As shown in Table 1, the proposed GIN-ACO achieves the highest success rate and the lowest average computation time on the synthetic test set. Fixed-parameter ACO performs poorly, indicating that manually selected parameters cannot adapt well to varying flow conditions even within the synthetic samples. Search-based methods, including PSO-ACO and BO-ACO, improve identification accuracy by optimizing parameters online, but they require substantially longer computation time due to repeated search iterations. In contrast, GIN-ACO directly predicts suitable ACO parameters from graph structure, thereby avoiding iterative online tuning and achieving a much better balance between accuracy and efficiency.
To further illustrate the identification performance, Figure 5 presents a representative dominant channel prediction result on a synthetic reservoir sample. The figure shows that the dominant channel identified by GIN-ACO agrees well with the physics-based reference path, indicating that the proposed framework can effectively capture the principal flow pathway in the synthetic reservoir graph.
For a more intuitive comparison of method performance, Figure 6 shows the trade-off between identification accuracy and computational efficiency. The proposed GIN-ACO is located in the most favorable region of the plot, combining the highest identification success rate with the shortest computation time. By comparison, PSO-ACO and BO-ACO improve accuracy over Fixed-parameter ACO, but their high computational overhead limits their efficiency. These results demonstrate that structure-driven parameter prediction through GIN provides an effective way to improve dominant channel identification while maintaining low online computational cost.

4.2. Ablation Study I: GNN Architecture Comparison

To evaluate the contribution of graph-structure learning, the proposed GIN-ACO framework was compared with other GNN architectures—GCN, GAT, and GraphSAGE—using 20 distinct SPE10 reservoir models, each tested 10 times to ensure statistically robust results. The success rate, 95% confidence intervals, and average runtime for each architecture are summarized in Table 2.
GIN-ACO consistently outperforms the other GNN variants, achieving the highest identification success while maintaining the lowest computational cost. GCN, GAT, and GraphSAGE either reduce identification accuracy or incur substantially longer runtime, highlighting the importance of GIN’s expressive power in capturing complex connectivity patterns within heterogeneous reservoirs. Figure 7 visualizes the trade-off between identification accuracy and computational efficiency for the different GNN-ACO variants, illustrating the superior performance of GIN-ACO across all tested SPE10 models.

4.3. Ablation Study II: Conventional ML Models

The generalization capability of simpler machine learning models was evaluated on 20 distinct SPE10 reservoir models, each repeated 10 times. Multi-layer Perceptron (MLP), XGBoost, and Random Forest were trained using handcrafted graph features and compared with GIN-ACO. The comparison focuses on success rate and average computation time (Table 3).
Across all 20 SPE10 models, GIN-ACO consistently achieves the highest success rate while maintaining the lowest runtime. Simpler ML models perform moderately but are less robust to variations in reservoir topology, demonstrating that handcrafted features alone cannot fully capture the complex connectivity present in heterogeneous reservoirs.
Figure 8 visualizes the accuracy–efficiency trade-off, showing that GIN-ACO combines high accuracy with low computation cost, whereas MLP, XGBoost, and Random Forest either compromise accuracy or incur significantly higher runtimes. This result emphasizes the critical role of graph-structure learning for reliable dominant channel identification.

4.4. Ablation Study III: Feature Groups

To quantify the effect of different feature groups on dominant channel identification, experiments were conducted on 20 distinct SPE10 models, with 10 repeated runs per model. Three configurations were tested: topology-only, geometry-only, and combined topology–geometry features. Table 4 summarizes the success rate, 95% confidence intervals, and average runtime.
The results show that combining topology and geometry features consistently improves identification accuracy and reduces runtime. Topology-only or geometry-only features individually lead to lower success rates and longer computation times, demonstrating that both structural and geometric information are necessary to capture heterogeneous reservoir connectivity effectively.
Figure 9 illustrates the predicted dominant channels for a challenging SPE10 sample. The topology-only and geometry-only configurations deviate from the physics-based reference, while the combined feature configuration produces paths closely aligned with the reference, indicating that the geometric surrogate’s simplifications introduce minimal bias when both feature types are included.

4.5. Ablation Study IV: Effect of GIN-Based Parameter Prediction

To quantify the contribution of GIN-based parameter prediction, experiments were conducted on 20 distinct SPE10 reservoir models, with 10 repeated runs per model, by comparing ACO without GIN-based parameter prediction and GIN-ACO. The corresponding success rate, 95% confidence interval, and average runtime are reported in Table 5.
Table 5 shows that GIN-based parameter prediction improves both identification accuracy and computational efficiency. Without GIN-based parameter inference, ACO relies on non-adaptive parameter settings and achieves a lower success rate with substantially higher runtime. In contrast, GIN-ACO predicts task-specific ACO parameters directly from reservoir graph structure, resulting in more accurate dominant channel identification and a significant reduction in online computation time.
To further illustrate this effect, Figure 10 presents the predicted dominant channel paths for a representative challenging SPE10 sample. The grey network denotes reservoir connectivity, and the red paths represent the identified dominant channels. The prediction obtained without GIN-based parameter inference deviates from the reference path, whereas GIN-ACO produces a path closely aligned with the reference. This comparison indicates that structure-informed parameter prediction is critical for improving performance on heterogeneous reservoir graphs and also suggests that the approximation bias introduced by the simplified geometric model does not materially affect the final identification when combined with GIN-based parameter prediction.

4.6. Mechanism Analysis

To further interpret the observed performance improvements, a mechanistic analysis is conducted from three perspectives: structure-aware parameter selection, the coupling between flow behavior and network topology, and the transition in methodological paradigm.
(1) Structure-Aware Parameter Selection
Optimal ACO parameters—including pheromone importance, evaporation coefficient, and heuristic weighting—exhibit strong nonlinear dependence on network topology. Variations in node scale, connectivity density, and heterogeneity directly affect path competition dynamics and search complexity. GIN models the mapping from structural and geometric features to instance-specific parameters, eliminating the need for iterative online search and enhancing both efficiency and robustness.
(2) Coupling between Flow Behavior and Network Topology
Path identification is influenced by local pressure gradients and connectivity patterns. High-conductivity channels attract stronger pheromone reinforcement, biasing ants toward dominant routes, while lower-conductivity edges allow exploration of alternative paths. Although the geometric surrogate model introduces minor deviations from physics-driven splitting coefficients, the combination of topology and geometry features stabilizes path selection across heterogeneous regions.
(3) From Search-Based Optimization to Learning-Based Prediction
Replacing iterative search with a single-pass GIN inference reduces computational complexity and runtime while maintaining physical consistency. Offline training captures the nonlinear relationship between graph features and optimal parameters, enabling efficient, accurate, and repeatable identification of dominant channels.
Summary of mechanism-level advantages
The observed improvements of GIN-ACO arise from exploiting the intrinsic relationship between reservoir topology and optimal ACO parameters, accounting for the coupled effects of flow behavior, pressure gradients, and network connectivity on path competition, and replacing iterative search with learning-based parameter prediction. Together, these mechanisms provide a new theoretical perspective and a practical framework for efficient, robust, and physically consistent dominant channel identification in complex heterogeneous reservoirs.

5. Conclusions

This study presents a framework for adaptive identification of dominant channels in complex reservoirs, integrating a graph isomorphism network (GIN) with a physics-constrained ant colony optimization (ACO) algorithm. A reservoir modeling scheme based on Darcy’s law and the connection element method is combined with a geometry-based surrogate model and a large-scale graph dataset, allowing systematic evaluation under complex well-network topologies. The main conclusions are as follows:
(1) Improved Accuracy and Robustness: The proposed GIN–ACO framework achieves high success rates across both synthetic and semi-realistic SPE10 reservoirs. On the synthetic dataset, fixed-parameter ACO achieves 25%, PSO-ACO 80.6%, BO-ACO 85.3%, and GIN-ACO reaches 100%. On 20 distinct SPE10 semi-realistic models, each repeated 10 times, GIN-ACO achieves 92 ± 1%, demonstrating robust generalization under more heterogeneous and realistic conditions. Ablation experiments indicate that using topology-only or geometry-only features reduces success rates to 81 ± 3% and 79 ± 2%, respectively, confirming that combining both structural and spatial features is essential for robust dominant channel identification.
(2) Structure-Driven Adaptive Parameter Configuration: Algorithm parameters—including pheromone importance factor, evaporation coefficient, and heuristic weighting—exhibit strong nonlinear dependence on network topology and heterogeneity. GIN captures these relationships from offline training, enabling automatic, instance-specific parameter prediction without iterative online search. Ablation experiments show that removing the GIN or geometric surrogate components reduces success rates, demonstrating the importance of structure-aware parameter selection.
(3) Online Computational Efficiency: Online runtime per sample for GIN-ACO is approximately 143 ms. Compared with the longest online execution among conventional search-based methods, this represents a substantial reduction in computation time while maintaining high accuracy. The framework’s direct parameter prediction eliminates redundant iterations and accelerates convergence, enabling efficient large-scale applications.
(4) Unified Structure–Parameter–Flow Modeling Paradigm: The framework explicitly couples reservoir topology, algorithm parameters, and flow dynamics. Dominant channel formation emerges from the interaction of network connectivity and local flow behavior, modulated by algorithm parameters. This integrated perspective provides a rigorous methodological foundation for intelligent channel identification.
In summary, the proposed GIN-ACO framework is a promising framework for identifying dominant channels in complex reservoirs. By integrating structural information with physics-driven modeling, it transitions from empirical parameter tuning to adaptive, data-driven prediction. Future work will extend the framework to multi-well systems and field-scale spatiotemporal models, incorporate real reservoir data for transfer learning, and introduce uncertainty quantification to enhance reliability.

Author Contributions

Conceptualization, Z.Z. and S.C.; methodology, Z.Z. and S.C.; software, Z.Z. and F.A.; validation, S.C., F.A., S.Y. and Z.D.; formal analysis, Z.Z.; investigation, S.Y.; data curation, F.A. and H.G.; writing—original draft preparation, Z.Z. and S.C.; writing—review and editing, H.X. and Y.X.; visualization, Z.Z., S.C., H.G. and Z.D.; supervision, H.X.; project administration, H.X. and Y.X.; funding acquisition, H.X. and Y.X. All authors have read and agreed to the published version of the manuscript. Z.Z. and S.C. contributed equally to this work and share first authorship. H.X. and Y.X. are the corresponding authors.

Funding

This work was supported by the Natural Science Fund of Hubei Province, China (Nos. 2026AFB713 and 2026AFB686).

Data Availability Statement

The data that support the findings of this study are available from the corresponding author upon reasonable request.

Acknowledgments

The authors used language editing tools to improve the readability of the manuscript. The authors take full responsibility for the content.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ACOAnt Colony Optimization
GINGraph Isomorphism Network
PSOParticle Swarm Optimization
BOBayesian Optimization
RMSERoot Mean Square Error

Appendix A. Notation Table

ParameterSymbolTypeDescription
Distance attenuation factorα_geoGeometric surrogateControls decay of flow weight with distance
Directional guidance factorβ_geoGeometric surrogateBias toward production well
Pheromone importance factorμACOWeight of pheromone in transition probability
Heuristic factorνACOWeight of heuristic information
Population sizemACONumber of ants for ACO search
Predicted population sizelabel_mGIN targetGIN-predicted optimal ant population for sample
Predicted pheromone factorlabel_αGIN targetGIN-predicted optimal pheromone factor for sample

References

  1. Zhao, H.; Chen, Z.; Sheng, G.; Meng, F.; Cao, L.; Liu, B. Predominant channeling identification and regulation optimization of CO2 flooding storage. Chin. Sci. Bull. 2025, 70, 1977–1984. (In Chinese) [Google Scholar] [CrossRef] [Scilit]
  2. Yu, C.; Zhang, M.; Chen, W.; Zhang, S.; Wang, S. A microscopic experimental study on the dominant flow channels of water flooding in ultra-high water cut reservoirs. Energies 2024, 17, 5756. [Google Scholar] [CrossRef] [Scilit]
  3. Liu, W.W.; Yu, Z.L.; Zhao, H.H.; Qian, F.Y.; Wen, Y.H.; Chang, X.P. Study on distribution law of dominant seepage channels in water drive reservoir. In Proceedings of the International Field Exploration and Development Conference, Xi’an, China, 12–14 September 2024. [Google Scholar]
  4. Yan, K.; Han, P.; Xie, K.; Meng, L.; Cao, W.; Cao, R.; Zhang, T.; Li, X.; Li, S. Identification and characterization of dominant seepage channels in oil reservoirs after polymer flooding based on streamline numerical simulation. Alex. Eng. J. 2024, 106, 704–720. [Google Scholar] [CrossRef] [Scilit]
  5. Liao, C.; Liao, X.; Wang, R.; Chen, J.; Wu, J.; Feng, M. A Method for Evaluating the Dominant Seepage Channel of Water Flooding in Layered Sandstone Reservoir. Energies 2022, 15, 8833. [Google Scholar] [CrossRef] [Scilit]
  6. Isebor, O.J.; Durlofsky, L.J.; Echeverría Ciaurri, D. A derivative-free methodology with local and global search for the constrained joint optimization of well locations and controls. Comput. Geosci. 2013, 18, 463–482. [Google Scholar] [CrossRef] [Scilit]
  7. Patidar, A.K.; Joshi, D.; Dristant, U.; Choudhury, T. A review of tracer testing techniques in porous media specially attributed to the oil and gas industry. J. Pet. Explor. Prod. Technol. 2022, 12, 3339–3356. [Google Scholar] [CrossRef] [Scilit]
  8. Jiang, Y.; Zhang, H.; Zhang, K.; Wang, J.; Han, J.; Cui, S.; Zhang, L.; Zhao, H.; Liu, P.; Song, H. Waterflooding Interwell Connectivity Characterization and Productivity Forecast with Physical Knowledge Fusion and Model Structure Transfer. Water 2023, 15, 218. [Google Scholar] [CrossRef] [Scilit]
  9. Xu, Y.; Lima, I.C.M.; Marcondes, F.; Ahmad, I.; Tchelepi, H. Development of an embedded discrete fracture model for 2D and 3D unstructured grids using an element-based finite volume method. J. Pet. Sci. Eng. 2020, 195, 107725. [Google Scholar] [CrossRef] [Scilit]
  10. Cumming, J.A.; Wooff, D.A.; Whittle, T.; Crossman, R.J.; Gringarten, A.C. Assessing the Non-Uniqueness of the Well Test Interpretation Model Using Deconvolution. In Proceedings of the EAGE Annual Conference & Exhibition Incorporating SPE Europec, London, UK, 10–13 June 2013. [Google Scholar]
  11. Tang, H.; Durlofsky, L.J. Graph network surrogate model for subsurface flow optimization. J. Comput. Phys. 2024, 512, 113132. [Google Scholar] [CrossRef] [Scilit]
  12. Zhao, H.; Zhan, W.; Chen, Z.; Rao, X. A connection element method for multiscale simulation of two-phase flow in fractured reservoirs. SPE J. 2024, 29, 4950–4973. [Google Scholar] [CrossRef] [Scilit]
  13. Huang, Z.-Q.; Wang, Z.-X.; Hu, H.-F.; Zhang, S.-M.; Liang, Y.-X.; Guo, Q.; Yao, J. Dynamic interwell connectivity analysis of multi-layer waterflooding reservoirs based on an improved graph neural network. J. Pet. Sci. 2023, 21, 1062–1080. [Google Scholar] [CrossRef] [Scilit]
  14. Zheng, Y.; Liang, Y.; Liu, B.; Yu, H.; Tian, F.; Xia, J.; Zhang, X. Ant Colony Optimization for Accelerated Pathway Identification in Connection Element Method Reservoir Models: A Fast-Track Solution for Large-Scale Simulations. Processes 2025, 13, 404. [Google Scholar] [CrossRef] [Scilit]
  15. Dorigo, M.; Birattari, M.; Stützle, T. Ant colony optimization. IEEE Comput. Intell. Mag. 2006, 1, 28–39. [Google Scholar] [CrossRef] [Scilit]
  16. Birattari, M.; Kacprzyk, J. Tuning Metaheuristics: A Machine Learning Perspective; Springer: Berlin, Germany, 2009. [Google Scholar]
  17. Zhou, X.; Ma, H.; Gu, J.; Chen, H.; Deng, W. Parameter adaptation-based ant colony optimization. Eng. Appl. Artif. Intell. 2022, 114, 105139. [Google Scholar] [CrossRef] [Scilit]
  18. Eiben, A.E.; Smit, S.K. Parameter tuning for evolutionary algorithms. Swarm Evol. Comput. 2011, 1, 19–31. [Google Scholar]
  19. Feurer, M.; Hutter, F. Hyperparameter optimization. In Automated Machine Learning; Springer: Cham, Switzerland, 2019; pp. 3–33. [Google Scholar]
  20. Xu, K.; Hu, W.; Leskovec, J.; Jegelka, S. How powerful are graph neural networks? In Proceedings of the International Conference on Learning Representations (ICLR), New Orleans, LA, USA, 6–9 May 2019. [Google Scholar]
  21. Newman, M.E.J. Networks: An Introduction; Oxford University Press: Oxford, UK, 2010. [Google Scholar]
  22. Barabási, A.-L. Network Science; Cambridge University Press: Cambridge, UK, 2016. [Google Scholar]
  23. Bear, J. Dynamics of Fluids in Porous Media; Dover: New York, NY, USA, 1988. [Google Scholar]
  24. Newman, M.E.J. The structure and function of complex networks. SIAM Rev. 2003, 45, 167–256. [Google Scholar] [CrossRef] [Scilit]
  25. Aziz, K.; Settari, A. Petroleum Reservoir Simulation; Applied Science Publishers: London, UK, 1979. [Google Scholar]
  26. Chen, Z. Reservoir Simulation; SIAM: Philadelphia, PA, USA, 2007. [Google Scholar]
  27. Darcy, H. Les Fontaines Publiques de la Ville de Dijon; Dalmont: Paris, France, 1856. [Google Scholar]
  28. Whitaker, S. Flow in porous media: A theoretical derivation of Darcy’s law. Transp. Porous Media 1986, 1, 3–25. [Google Scholar] [CrossRef] [Scilit]
  29. Guérillot, D.; Bruyelle, J. Transmissibility Upscaling on Unstructured Grids for Highly Heterogeneous Reservoirs. Water 2019, 11, 2647. [Google Scholar] [CrossRef] [Scilit]
  30. Saad, Y. Iterative Methods for Sparse Linear Systems, 2nd ed.; SIAM: Philadelphia, PA, USA, 2003. [Google Scholar]
  31. Niekamp, R.; Niemann, J.; Schröder, J. A surrogate model for the prediction of permeabilities and flow through porous media. PAMM 2023, 22, e202200115. [Google Scholar] [CrossRef] [Scilit]
  32. Jin, Z.L.; Liu, Y.; Durlofsky, L.J. Deep-Learning-Based Surrogate Model for Reservoir Simulation with Time-Varying Well Controls. J. Pet. Sci. Eng. 2020, 196, 107273. [Google Scholar] [CrossRef] [Scilit]
  33. Dorigo, M.; Maniezzo, V.; Colorni, A. Ant System: Optimization by a Colony of Cooperating Agents. IEEE Trans. Syst. Man Cybern. Part B (Cybern.) 1996, 26, 29–41. [Google Scholar] [CrossRef] [Scilit]
  34. Dorigo, M.; Gambardella, L.M. Ant Colony System: A Cooperative Learning Approach to the Traveling Salesman Problem. IEEE Trans. Evol. Comput. 1997, 1, 53–66. [Google Scholar] [CrossRef] [Scilit]
  35. Dorigo, M.; Stützle, T. Ant Colony Optimization; MIT Press: Cambridge, MA, USA, 2004. [Google Scholar]
  36. Laptik, R. Ant System with Distributed Values of Pheromone Evaporation. Elektron. Elektrotechnika 2012, 18, 69–72. [Google Scholar] [CrossRef] [Scilit]
  37. Veličković, P.; Cucurull, G.; Casanova, A.; Romero, A.; Lio, P.; Bengio, Y. Graph attention networks. In Proceedings of the International Conference on Learning Representations (ICLR), Vancouver, BC, Canada, 30 April–3 May 2018. [Google Scholar]
  38. Shervashidze, N.; Schweitzer, P.; Van Leeuwen, E.J.; Mehlhorn, K.; Borgwardt, K.M. Weisfeiler–Lehman graph kernels. J. Mach. Learn. Res. 2011, 12, 2539–2561. [Google Scholar]
  39. Wu, Z.; Pan, S.; Chen, F.; Long, G.; Zhang, C.; Yu, P.S. A comprehensive survey on graph neural networks. IEEE Trans. Neural Netw. Learn. Syst. 2021, 32, 4–24. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Mesh-free connection graph of the idealized single-injector–single-producer reservoir model.
Figure 1. Mesh-free connection graph of the idealized single-injector–single-producer reservoir model.
Processes 14 01605 g001
Figure 2. Pressure distribution and dominant water channel paths in the connection element system.
Figure 2. Pressure distribution and dominant water channel paths in the connection element system.
Processes 14 01605 g002
Figure 3. Fitting results of the geometry-based flow splitting model.
Figure 3. Fitting results of the geometry-based flow splitting model.
Processes 14 01605 g003
Figure 4. Overall workflow of the proposed GIN-ACO framework, explicitly distinguishing the offline training stage and the online identification stage.
Figure 4. Overall workflow of the proposed GIN-ACO framework, explicitly distinguishing the offline training stage and the online identification stage.
Processes 14 01605 g004
Figure 5. Dominant channel identification results in a synthetic reservoir sample.
Figure 5. Dominant channel identification results in a synthetic reservoir sample.
Processes 14 01605 g005
Figure 6. Accuracy–efficiency trade-off comparison of different methods.
Figure 6. Accuracy–efficiency trade-off comparison of different methods.
Processes 14 01605 g006
Figure 7. Accuracy–efficiency trade-off comparison of different GNN-ACO variants.
Figure 7. Accuracy–efficiency trade-off comparison of different GNN-ACO variants.
Processes 14 01605 g007
Figure 8. Accuracy–efficiency trade-off comparison of traditional ML models with ACO.
Figure 8. Accuracy–efficiency trade-off comparison of traditional ML models with ACO.
Processes 14 01605 g008
Figure 9. Path comparison of feature-group ablation experiments on the SPE10 test sample: (a) topology-only, (b) geometry-only, and (c) combined features.
Figure 9. Path comparison of feature-group ablation experiments on the SPE10 test sample: (a) topology-only, (b) geometry-only, and (c) combined features.
Processes 14 01605 g009
Figure 10. Path comparison of ACO with and without GIN-based parameter prediction on the SPE10 test sample: (a) ACO without GIN-based parameter and (b) GIN-ACO.
Figure 10. Path comparison of ACO with and without GIN-based parameter prediction on the SPE10 test sample: (a) ACO without GIN-based parameter and (b) GIN-ACO.
Processes 14 01605 g010
Table 1. Comparison of identification accuracy and computational efficiency across different parameter configuration strategies.
Table 1. Comparison of identification accuracy and computational efficiency across different parameter configuration strategies.
MethodSuccess Rate (%)95% CI of Success Rate (%)Average Time (ms)
Fixed-parameter ACO25 ± 5[21.43, 28.57]1409.9 ± 50
PSO-ACO80.6 ± 4.2[77.72, 83.48]3325.8 ± 122
BO-ACO85.3 ± 3.8[82.55, 88.05]2578.4 ± 106
Proposed (GIN-ACO)100[100, 100]143.5 ± 3
Table 2. Comparison of different GNN architectures on the SPE10 benchmark model.
Table 2. Comparison of different GNN architectures on the SPE10 benchmark model.
MethodSuccess Rate (%)95% CI of Success Rate (%)Average Time (ms)
GIN-ACO92 ± 1[91.28, 92.72]160.3 ± 5
GCN-ACO80 ± 2[78.57, 81.43]2656.4 ± 117
GAT-ACO82 ± 1.5[80.93, 83.07]2755.3 ± 122
GraphSAGE-ACO78 ± 2.2[76.43, 79.57]2896.7 ± 135
Table 3. Comparison of conventional ML models on SPE10.
Table 3. Comparison of conventional ML models on SPE10.
MethodSuccess Rate (%)95% CI of Success Rate (%)Average Time (ms)
GIN-ACO92 ± 1[91.28, 92.72]160.3 ± 5
Multi-layer Perceptron74 ± 3[71.86, 76.14]1860 ± 70
XGBoost77 ± 3.5[74.50, 79.50]1957.2 ± 80
Random Forest72 ± 2.5[70.21, 73.79]1846.9 ± 75
Table 4. Ablation study of feature groups on the SPE10 benchmark models.
Table 4. Ablation study of feature groups on the SPE10 benchmark models.
MethodSuccess Rate (%)95% CI of Success Rate (%)Average Time (ms)
Topology-only81 ± 3[78.86, 83.14]248.8 ± 10
Geometry-only79 ± 2[77.57, 80.43]279.4 ± 12
GIN-ACO92 ± 1[91.28, 92.72]160.3 ± 5
Table 5. Comparison of ACO performance with and without GIN-based parameter prediction on the SPE10 benchmark model.
Table 5. Comparison of ACO performance with and without GIN-based parameter prediction on the SPE10 benchmark model.
MethodSuccess Rate (%)95% CI of Success Rate (%)Average Time (ms)
ACO without GIN76 ± 2.6[74.14, 77.86]1850.7 ± 80
GIN-ACO92 ± 1[91.28, 92.72]160.3 ± 5
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

Zheng, Z.; Chen, S.; An, F.; Yu, S.; Guo, H.; Du, Z.; Xiang, H.; Xu, Y. A GIN-Based Pre-Identification Method for Dominant Flow Channels in Connection-Element Reservoirs: An Optimized Ant Colony Algorithm Search Scheme. Processes 2026, 14, 1605. https://doi.org/10.3390/pr14101605

AMA Style

Zheng Z, Chen S, An F, Yu S, Guo H, Du Z, Xiang H, Xu Y. A GIN-Based Pre-Identification Method for Dominant Flow Channels in Connection-Element Reservoirs: An Optimized Ant Colony Algorithm Search Scheme. Processes. 2026; 14(10):1605. https://doi.org/10.3390/pr14101605

Chicago/Turabian Style

Zheng, Zihao, Siying Chen, Fulin An, Shengquan Yu, Haotong Guo, Ze Du, Hua Xiang, and Yunfeng Xu. 2026. "A GIN-Based Pre-Identification Method for Dominant Flow Channels in Connection-Element Reservoirs: An Optimized Ant Colony Algorithm Search Scheme" Processes 14, no. 10: 1605. https://doi.org/10.3390/pr14101605

APA Style

Zheng, Z., Chen, S., An, F., Yu, S., Guo, H., Du, Z., Xiang, H., & Xu, Y. (2026). A GIN-Based Pre-Identification Method for Dominant Flow Channels in Connection-Element Reservoirs: An Optimized Ant Colony Algorithm Search Scheme. Processes, 14(10), 1605. https://doi.org/10.3390/pr14101605

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop