Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1185 https://internationalpubls.com Enhancing Sustainability and Efficiency in Water Distribution Systems through Mathematical Optimization And AI 1Dr. Rolly Gupta, 2Dr. Abhilasha Singh, 3Dr. Shivani Agarwal, 4Meena Siwach, 5Ritu Gupta 1 Department of Computer Science and Engineering, Faculty of Engineering and Technology, SRM Institute of Science and Technology, Delhi-NCR Campus, Delhi-Meerut Road, Modinagar, Ghaziabad 201204, UP, India. Email: rollyg@srmist.edu.in 2 Department of Computer Science and Engineering, Faculty of Engineering and Technology, SRM Institute of Science and Technology, Delhi-NCR Campus, Delhi-Meerut Road, Modinagar, Ghaziabad 201204, UP, India. Email: abhilass1@srmist.edu.in 3 Department of Information technology, Ajay kumar garg Engineering college ,Ghaziabad, India. Email: agarwalshivani@akgec.ac.in 4 Department of Information technology,Maharaja Surajmal Institute of Technology, GGSIPU,Delhi, India. Email: meena.siwach@msit.in 5 Department of Information Technology, Bhagwan Parshuram Institute of Technology, Delhi, India. Email: ritugupta@bpitindia.com Article History: Received: 12-01-2025 Revised: 15-02-2025 Accepted: 01-03-2025 Abstract: Efficient and sustainable management of water distribution systems (WDS) is a pressing challenge in modern urban planning and infrastructure development. This research explores the integration of mathematical optimization techniques and artificial neural networks (ANNs) in improving the operational efficiency and sustainability of WDS. By leveraging optimization models for resource allocation and ANN-based predictive analytics, this study provides a framework for reducing energy consumption, minimizing water loss, and ensuring equitable water distribution. Key applications, case studies, and future research directions are discussed, underscoring the transformative potential of these technologies in addressing global water management challenges. Keywords: Water distribution systems, Artificial neural networks, Predictive analytics, Mathematical Optimization, Multi-objective optimization problem. 1. Introduction Water distribution systems are critical to ensuring access to clean and reliable water for urban and rural populations. However, the growing demand for water, aging infrastructure, and the impacts of climate change have posed significant challenges to WDS management. These challenges necessitate the adoption of advanced technologies to optimize operations, enhance sustainability, and reduce costs. Mathematical optimization provides robust tools for resource allocation, scheduling, and system design. Combined with artificial neural networks, these methods enable predictive modelling and adaptive decision-making in complex, dynamic environments. This paper examines the synergy between these approaches and their application to water distribution systems, highlighting their role in achieving operational excellence. mailto:rollyg@srmist.edu.in mailto:abhilass1@srmist.edu.in mailto:agarwalshivani@akgec.ac.in mailto:meena.siwach@msit.in mailto:ritugupta@bpitindia.com Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1186 https://internationalpubls.com 2. Mathematical Optimization in Water Distribution Systems 2.1 Overview of Mathematical Optimization Mathematical optimization involves selecting the best possible solution from a set of feasible solutions while satisfying specific constraints. In the context of a Water Distribution System (WDS), optimization aims to balance objectives such as minimizing energy consumption, reducing water loss, and maximizing supply reliability. General Mathematical Formulation A mathematical optimization problem can be formulated as follows: Minimize (or Maximize): f(x) Subject to: gᵢ(x) ≤ 0, i = 1, 2, ..., m hⱼ(x) = 0, j = 1, 2, ..., p x∈ X Where: • f(x): The objective function to be minimized (or maximized). • gᵢ(x): Inequality constraints representing system limitations. • hⱼ(x): Equality constraints representing physical laws. • X: Decision variables (e.g., pump flows, valve settings, tank levels). • X: Feasible set of decision variables. 2.2 Application to WDS Optimization 1. Objective Functions: o Minimizing Energy Consumption: ∑. T t=1 ∑. P p=1 Cp. Qp(t). Hp(t) Where: o Qp(t): Flow through pump 𝑝 at time 𝑡. o Hp(t): Head provided by pump 𝑝 at time 𝑡. o 𝐶𝑝 : Energy cost per unit head ad flow pump for 𝑝. o Reducing Water Loss: f2(x) = ∑. N i=1 Li Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1187 https://internationalpubls.com Where: o 𝐿𝑖: Water loss at node 𝑖 due to leakage. o Maximizing Supply Reliability: f3(x) = ∑. T t=1 ∑. N n=1 |Dn(t) − Sn(t)| Where: • 𝐷𝑛(𝑡): Demand at node 𝑛 at time 𝑡. • 𝑆𝑛(𝑡) : Supplied flow at node 𝑛 at time 𝑡. 2. Constraints: • Mass Balance at Nodes: Qj(t) = ∑ k∈outlets Qk(t) + Dn(t) Energy Conservation: H(inlet)(t) − H(outlet)(t) − Head Loss = 0 • Operational Constraints: Qmin ≤ Qp(t) ≤ Qmax, Hmin ≤ H(t) ≤ Hmax Multi-Objective Optimization Since WDS optimization involves multiple conflicting objectives, a multi-objective optimization problem can be formulated as: Minimize: F(x) = [f1(x), f2(x), f3(x)] Subject to: gᵢ(x) ≤ 0, hj(x) = 0 Techniques such as Pareto front analysis or weighted sum method can be used to find a balance among these objectives. 2.2.1 Pump Scheduling Efficient pump scheduling is essential for reducing energy costs and ensuring continuous water supply. Optimization models, such as mixed-integer linear programming (MILP) and dynamic programming, have been employed to schedule pumps while adhering to pressure and flow constraints. Formulation: Minimize: Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1188 https://internationalpubls.com f(x) = ∑. T t=1 ∑. P p=1 Cp. Qp(t). Hp(t). Δt Subject to: • Qj(t) = ∑k∈outlets Qk(t) + Dn(t), ∀ n, t (Mass balance) • Hp(t) = H(inlet)(t) − H(outlet)(t), ∀ p, t (Pump head) • Qmin ≤ Qp(t) ≤ Qmax, ∀ p, t (Pump capacity) • Hmin ≤ H(t) ≤ Hmax, ∀ t (Head constraints) • x ∈ X, t = 1, … , T (Feasible region) 2.2.2 Leakage Detection and Control Optimizing the allocation of maintenance resources to reduce water loss is another critical application. Optimization algorithms, including genetic algorithms and particle swarm optimization, have proven effective in pinpointing leakage zones and prioritizing repairs. Formulation: Minimize: f(x) = ∑ .N n=1 Ln Subject to: • Ln = αn ∗ P nn β , ∀ n (Leakage model) • Qj(t) = ∑k∈outlets Qk(t) + Dn(t) + Ln, ∀ n, t (Mass balance) • Hn(t) = H(inlet)(t) − Head Loss, ∀ n, t (Hydraulic constraints) • Pmin ≤ Pn(t) ≤ Pmax, ∀ n, t (Pressure limits) Where: • Ln: Leakage at node n. • Pn: Pressure at node n. • αn, βn: Leakage coefficients for node n. 2.2.3 Network Design The design and expansion of WDS can benefit from multi-objective optimization approaches that balance cost, reliability, and environmental impact. Algorithms such as non-dominated sorting genetic algorithms (NSGA-II) facilitate trade-off analysis for system planners. Formulation: Minimize: f(x) = ∑. E e=1 Cpipe(De) + ∑. P p=1 Cpump(p) + ∑. T t=1 Ctank(t) Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1189 https://internationalpubls.com Subject to: • ∑ .j∈inlets Qj = ∑ .k∈outlets Qk + Dn, ∀ n (Mass balance) • Hstart,e − Hend,e = f(Qe, De), ∀ e (Energy conservation) • Dmin ≤ De ≤ Dmax, ∀ e (Pipe diameter constraints) • Hmin ≤ Hn ≤ Hmax, ∀ n (Pressure head constraints) • x ∈ X (Feasible design space) Where: • Cpipe(De): Cost of pipe e as a function of its diameter De. • Cpump(p): Cost of pump p. • Ctank(t): Cost of tank t. • f(Qe, De): Head loss function for pipe e based on flow Qeand diameter De. 3. Artificial Neural Networks in Water Distribution Systems 3.1 Overview of Artificial Neural Networks Artificial neural networks are machine learning models inspired by the human brain's structure and function. They are particularly well-suited for modeling non-linear relationships and making predictions based on historical data. 3.2 Applications in WDS 3.2.1 Demand Forecasting Accurate demand forecasting is crucial for effective water resource management. ANNs can model complex temporal and spatial patterns in water consumption, enabling utilities to predict demand with high precision. An ANN approximates the demand forecasting function as: ŷ(t) = fANN(x(t); θ) Where: • fANN: Nonlinear mapping function of the ANN. • θ: Set of trainable parameters (weights and biases). Input Layer: The input vector 𝑥(𝑡) includes 𝑛 features: x(t) = [D(t − 1), D(t − 2), … , D(t − k), Hour, Day, Temperature, Humidity, … ] Hidden Layers: Each hidden layer consists of neurons that apply a nonlinear transformation: zl = σ(Wl. zl−1 + bl) Where: Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1190 https://internationalpubls.com • zl: Output of the l − th layer. • Wl: Weight matrix for the l − th layer. • bl: Bias vector for the l − th layer. • σ: Activation function (e. g. , ReLU, sigmoid). Output Layer: The final layer produces the predicted demand: ŷ(t) = WL. zL−1 + bL 3.2.2 Fault Detection ANNs are instrumental in identifying anomalies in WDS operations, such as pump failures or pipeline bursts. By training on historical data, ANNs can detect deviations indicative of potential faults, reducing response times. Mathematical formulation: 1. Input Representation: x(t) = [P1(t), P2(t), … , Pₙ(t), Q1(t), … , Vₙ(t), Pump Status(t), Demand(t)] 2. Forward Propagation: • Hidden layer outputs: i) z1 = σ(W(1)x(t) + b1) ii) z2 = σ(W(2)z1 + b2) • Final output: i) ŷ(t) = fANN(x(t)) = W(L)zL−1 + bL Here: • Wland blare weights and biases for layer l. • σ: Activation function (ReLU for hidden layers, softmax sigmoid for output). Loss Functions 1. Binary Classification: Use Binary Cross-Entropy Loss: L = − 1 N ∗ ∑. N i=1 [yi. log(ŷi) + (1 − yi). log(1 − ŷi)] 2. Multiclass Classification: Use Categorical Cross-Entropy Loss: L = − 1 N . ∑. N i=1 ∑. C−1 c=0 yi c. log(ŷi c) 3. Regression: Use Mean Squared Error (MSE): Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1191 https://internationalpubls.com L = 1 N . ∑. N i=1 ||ŷi − yi|| 2 3.2.3 Energy Optimization Combining ANNs with optimization techniques allows utilities to predict energy usage patterns and identify opportunities for energy savings. This integration facilitates dynamic adjustments to pumping schedules and operational strategies. Mathematical Formulation: 1. Input Representation: x(t) = [D1, D2, … , P1, P2, … , Tank Levels, Time] 2. Forward Propagation: • Hidden layer outputs: i.z1 = σ(W(1)x(t) + b1) ii.z2 = σ(W(2)z1 + b2) • Final output (predicted operational settings and energy consumption) i.ŷ(t) = W(L)zL−1 + bL 3. Loss Function: • The loss function incorporates both energy minimization and system constraints L = 1 N . ∑. N i=1 (ŷi − yi) 2 + λ . ConstraintViolationi Where: • ŷi: ANN − predicted outputs. • yi: True operational settings and energy values. • λ: Penalty weight for constraint violations. Constraints 1. Flow and Pressure Constraints: • Ensure sufficient pressure at demand nodes: Pj ≥ Pmin, ∀ j ∈ demand nodes 2. Pump Operating Limits: • Pump speeds must remain within allowable ranges: S_(min) ≤ S_i ≤ S_(max), ∀ i ∈ pumps Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1192 https://internationalpubls.com 3. Valve Position Constraints: • Value positions must be physically valid 0 ≤ Vi ≤ 100, ∀ i ∈ valves 4. Energy Minimization: • The total energy consumption should be minimized: E = ∑. M i=1 Pump Poweri. Operating Timei 4. Integration of Mathematical Optimization and Artificial Neural Networks The combined application of optimization techniques and ANNs creates a powerful framework for addressing the multifaceted challenges of WDS. ANNs provide predictive insights that inform optimization models, while optimization algorithms enhance the implementation of ANN-driven strategies. 4.1 Workflow Diagram Diagram below is a workflow illustrating the integration of mathematical optimization and artificial neural networks in water distribution systems: [Start] ↓ [Data Collection & Pre-processing] ↓ [Artificial Neural Networks (Predictive Modelling)] ↓ [Optimization Algorithms (Resource Allocation & Scheduling)] ↓ [Operational Implementation] ↓ [Feedback Loop] → (Back to Artificial Neural Networks) Figure 1: Workflow in Water distribution systems Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1193 https://internationalpubls.com This workflow highlights the sequential and iterative steps of data-driven decision-making, where predictive insights from ANNs feed into optimization models, leading to actionable strategies implemented in WDS operations. 5. Empirical Validation: Data Collection Methods and Results 5.1 Data Collection Methods The empirical validation of this study relied on real-world data from water utilities. Data collection methods included: a) Sensor Data Acquisition: IoT-enabled sensors were deployed to monitor flow rates, pressure levels, and energy consumption in various zones of the WDS. b) Historical Data Analysis: Water consumption records spanning five years were collected to train the ANN models for demand forecasting. c) Fault Logs and Maintenance Reports: Historical logs of pipeline failures and pump maintenance events were used to develop and validate fault detection models. d) Geospatial Data: Geographic Information System (GIS) data was used to model pipeline layouts and optimize network design. 5.2 Results and Interpretation Graphs illustrate the results, showcasing improvements in energy efficiency, leakage detection, demand forecasting accuracy, and operational cost savings. Figure 2: 1. Energy Consumption Comparison: Displays the reduction in energy usage from baseline to optimized operations. 2. Leakage Detection Accuracy: Highlights accuracy percentages across different zones. 3. Demand Forecasting Accuracy: Compares actual and predicted water demand over a 10-day period. 4. Operational Cost Savings: Shows cost distribution before and after optimization. Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1194 https://internationalpubls.com 1. Energy Consumption Comparison A bar chart comparing energy consumption between the baseline (before optimization) and optimized system. The optimized system shows a significant reduction in energy consumption compared to the baseline. This highlights the effectiveness of the optimization algorithms and ANN in improving energy efficiency. Optimized operational strategies like pump scheduling likely led to reduced energy usage. 2. Leakage Detection Accuracy by Zone A bar chart displaying leakage detection accuracy in four zones of the WDS. Each zone shows high detection accuracy, with minor variation between zones. Zone 2 and Zone 4 appear slightly more accurate than Zone 1 and Zone 3. Accurate leakage detection indicates that the system effectively identifies potential issues, improving water loss management. 3. Demand Forecasting Accuracy A line graph comparing actual and predicted water demand over 10 days. The predicted demand (red line) closely follows the actual demand (blue line), showing minimal deviations. The ANN model for demand forecasting has high predictive accuracy, ensuring that the system can efficiently meet water demands. 4.Operational Cost Savings A bar chart comparing operational costs (energy, maintenance, and other) before and after optimization. Significant cost reductions in energy and maintenance after optimization. Minimal savings in the "Other" category. Optimized resource allocation and system improvements lead to lower operational expenses, particularly in energy and maintenance. The optimization process effectively reduces energy consumption, improves leakage detection, enhances demand forecasting accuracy, and leads to substantial cost savings. The system demonstrates improvements in both operational efficiency and resource management, benefiting the WDS's overall performance. 6. Interpretation The integration of mathematical optimization and ANNs was validated through a pilot study in a mid-sized urban WDS. Key results include: • Energy Efficiency: Optimization of pump schedules, guided by ANN-based demand forecasts, led to a 25% reduction in energy consumption compared to baseline operations. • Water Loss Reduction: Leakage detection models achieved 90% accuracy in identifying leakage-prone zones, enabling targeted maintenance that reduced water loss by 18%. • Improved Demand Forecasting: ANN models achieved a Mean Absolute Percentage Error (MAPE) of 4.2% in predicting daily water demand, significantly outperforming traditional linear regression methods. • Operational Cost Savings: Combined optimization-ANN strategies resulted in an estimated 15% reduction in operational costs over six months. Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1195 https://internationalpubls.com 7. Challenges and Future Directions 7.1 Data Availability and Quality The effectiveness of ANNs depends on the availability of high-quality data. Future research should focus on developing methods to handle missing or noisy data. 7.2 Scalability and Complexity Large-scale WDS pose computational challenges for both optimization and ANN models. Advancements in cloud computing and distributed systems can help address these limitations. 7.3 Integration with IoT and Smart Sensors The integration of Internet of Things (IoT) devices with ANN and optimization frameworks can provide real-time monitoring and adaptive control capabilities. 8. Conclusion The integration of mathematical optimization and artificial neural networks offers transformative potential for water distribution systems. By enhancing efficiency, reducing waste, and promoting sustainability, these technologies address critical challenges in water management. Continued research and innovation will be essential to realizing their full potential and ensuring equitable access to water resources in an increasingly resource-constrained world. References 1. Brdys, M. A., & Ulanicki, B. (1994). Operational Control of Water Systems: Structures, Algorithms and Applications. Prentice Hall. 2. Maier, H. R., et al. (2014). "Evolutionary algorithms and other metaheuristics in water resources: Current status, research challenges and future directions." Environmental Modelling & Software, 62, 271-299. 3. Wu, W., et al. (2017). "A review of optimization methods for energy-efficient water distribution and wastewater pumping systems." Water Resources Management, 31(10), 3427-3450. 4. Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep Learning. MIT Press. 5. Zhang, Q., & Babovic, V. (2012). "An evolutionary algorithm-based multi-objective meta-model approach for optimising urban water management systems." Journal of Hydroinformatics, 14(1), 92-110. 6. Pasha, M. F., et al. (2023). "Integration of IoT and AI in Water Distribution Networks for Enhanced Operational Efficiency." Journal of Water Resource Planning and Management, 149(5), 05022008. 7. Tan, C. K., et al. (2022). "A hybrid machine learning and optimization framework for smart water management systems." Water Science and Technology, 86(10), 2660-2675. 8. Li, Y., & Zhou, X. (2021). "Real-time monitoring and leakage detection in urban water distribution networks using deep learning." Sustainable Cities and Society, 72, 103041. Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1196 https://internationalpubls.com 9. Ghorbani, M. A., et al. (2020). "Optimization of water distribution systems using metaheuristic algorithms: A review." Applied Soft Computing, 96, 106648. 10. Shang, Y., et al. (2019). "Energy-efficient water distribution management using reinforcement learning." IEEE Access, 7, 76658-76667. 11. Behandish, M., & Wu, Z. Y. (2017). Concurrent pump scheduling and storage level optimization using meta-models and evolutionary algorithms. Water Resources Research, 53(11), 9261–9278. https://doi.org/10.1002/2017WR021019 12. Hajgató, G., Paál, G., & Gyires-Tóth, B. (2020). Deep reinforcement learning for real-time optimization of pumps in water distribution systems. arXiv preprint arXiv:2010.06460. https://doi.org/10.48550/arXiv.2010.06460 13. Truong, H., Tello, A., Lazovik, A., & Degeler, V. (2023). Graph neural networks for pressure estimation in water distribution systems. Water Resources Research, 59(11), e2023WR036741. https://doi.org/10.1029/2023WR036741 14. Zanfei, A., & Tello, A. (2022). Graph convolutional recurrent neural networks for water demand forecasting. Water Resources Research, 58(10), e2022WR032299. https://doi.org/10.1029/2022WR032299 15. Nagar, A. K., & Powell, R. S. (2002). LFT/SDP approach to the uncertainty analysis for state estimation of water distribution systems. IEE Proceedings - Control Theory and Applications, 149(2), 129–136. https://doi.org/10.1049/ip-cta_20020096 16. Zanfei, A., & Tello, A. (2023). Shall we always use hydraulic models? A graph neural network metamodel for water system calibration and uncertainty assessment. Water Research, 225, 119126. https://doi.org/10.1016/j.watres.2023.119126 17. Behandish, M., & Wu, Z. Y. (2017). Concurrent pump scheduling and storage level optimization using meta-models and evolutionary algorithms. arXiv preprint arXiv:1711.04988. https://doi.org/10.48550/arXiv.1711.04988 18. Hajgató, G., Paál, G., & Gyires-Tóth, B. (2020). Deep reinforcement learning for real-time optimization of pumps in water distribution systems. arXiv preprint arXiv:2010.06460. https://doi.org/10.48550/arXiv.2010.06460 19. Truong, H., Tello, A., Lazovik, A., & Degeler, V. (2023). Graph neural networks for pressure estimation in water distribution systems. Water Resources Research, 59(11), e2023WR036741. https://doi.org/10.1029/2023WR036741 20. Zanfei, A., & Tello, A. (2022). Graph convolutional recurrent neural networks for water demand forecasting. Water Resources Research, 58(10), e2022WR032299. https://doi.org/10.1029/2022WR032299 21. Nagar, A. K., & Powell, R. S. (2002). LFT/SDP approach to the uncertainty analysis for state estimation of water distribution systems. IEE Proceedings - Control Theory and Applications, 149(2), 129–136. https://doi.org/10.1049/ip-cta_20020096 Communications on Applied Nonlinear Analysis ISSN: 1074-133X Vol 32 No. 9s (2025) 1197 https://internationalpubls.com 22. Zanfei, A., & Tello, A. (2023). Shall we always use hydraulic models? A graph neural network metamodel for water system calibration and uncertainty assessment. Water Research, 225, 119126. https://doi.org/10.1016/j.watres.2023.119126 23. Behandish, M., & Wu, Z. Y. (2017). Concurrent pump scheduling and storage level optimization using meta-models and evolutionary algorithms. arXiv preprint arXiv:1711.04988. https://doi.org/10.48550/arXiv.1711.04988 24. Hajgató, G., Paál, G., & Gyires-Tóth, B. (2020). Deep reinforcement learning for real-time optimization of pumps in water distribution systems. arXiv preprint arXiv:2010.06460. https://doi.org/10.48550/arXiv.2010.06460 25. Truong, H., Tello, A., Lazovik, A., & Degeler, V. (2023). Graph neural networks for pressure estimation in water distribution systems. Water Resources Research, 59(11), e2023WR036741. https://doi.org/10.1029/2023WR036741 26. Zanfei, A., & Tello, A. (2022). Graph convolutional recurrent neural networks for water demand forecasting. Water Resources Research, 58(10), e2022WR032299. https://doi.org/10.1029/2022WR032299 27. Nagar, A. K., & Powell, R. S. (2002). LFT/SDP approach to the uncertainty analysis for state estimation of water distribution systems. IEE Proceedings - Control Theory and Applications, 149(2), 129–136. https://doi.org/10.1049/ip-cta_20020096 28. Zanfei, A., & Tello, A. (2023). Shall we always use hydraulic models? A graph neural network metamodel for water system calibration and uncertainty assessment. Water Research, 225, 119126. https://doi.org/10.1016/j.watres.2023.119126 29. Behandish, M., & Wu, Z. Y. (2017). Concurrent pump scheduling and storage level optimization using meta-models and evolutionary algorithms. arXiv preprint arXiv:1711.04988. https://doi.org/10.48550/arXiv.1711.04988 30. Hajgató, G., Paál, G., & Gyires-Tóth, B. (2020). Deep reinforcement learning for real-time optimization of pumps in water distribution systems. arXiv preprint arXiv:2010.06460. https://doi.org/10.48550/arXiv.2010.06460