Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (303)

Search Parameters:
Keywords = strong convexity

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
17 pages, 444 KB  
Article
Mean-Square Convergence of Particle Swarm Optimization via Stochastic Momentum Analysis
by Boris Budak and Georgii Vorontsov
Mathematics 2026, 14(12), 2107; https://doi.org/10.3390/math14122107 (registering DOI) - 12 Jun 2026
Abstract
We analyze the standard multi-particle particle swarm optimization (PSO) algorithm with global-best (all-to-all) topology and constant hyperparameters on smooth strongly convex objectives. By rewriting the PSO velocity recursion as a stochastic heavy-ball method acting on a time-varying quadratic surrogate defined by the personal [...] Read more.
We analyze the standard multi-particle particle swarm optimization (PSO) algorithm with global-best (all-to-all) topology and constant hyperparameters on smooth strongly convex objectives. By rewriting the PSO velocity recursion as a stochastic heavy-ball method acting on a time-varying quadratic surrogate defined by the personal and global bests, and by applying a Lyapunov drift argument in the style of stochastic momentum analyses, we obtain mean-square convergence of particle positions to the unique minimizer and convergence of the best-so-far objective gaps. The deterministic PSO obtained by fixing the random coefficients at their mean values appears as a noise-free special case of the same Lyapunov framework. Full article
(This article belongs to the Section E: Applied Mathematics)
Show Figures

Figure 1

19 pages, 1012 KB  
Article
A Robust Multivariate Thresholding Function for Sparse and Biomedical Signal Reconstruction
by Hayat Ullah, Sunil Gaire and Corey A. Graves
Sensors 2026, 26(11), 3595; https://doi.org/10.3390/s26113595 - 5 Jun 2026
Viewed by 211
Abstract
This paper presents a computationally efficient Multivariate Mixture Model Thresholding (MMMT) technique for sparse signal denoising and recovery, with the goal of improving data quality in modern sensing and biomedical systems. The proposed method extends classical thresholding approaches by modeling nonzero signal coefficients [...] Read more.
This paper presents a computationally efficient Multivariate Mixture Model Thresholding (MMMT) technique for sparse signal denoising and recovery, with the goal of improving data quality in modern sensing and biomedical systems. The proposed method extends classical thresholding approaches by modeling nonzero signal coefficients using a multivariate Gaussian mixture prior, thereby capturing cross-channel and intercomponent dependencies commonly observed in multi-sensor and physiological signals. The thresholding rule is analytically derived through maximum a posteriori (MAP) estimation within a majorization–minimization (MM) optimization framework, while the associated model parameters are adaptively estimated using an expectation–maximization (EM) algorithm. Experimental results on noisy sinusoidal signals and synthetic ECG data demonstrate that MMMT consistently achieves higher correlation with ground-truth signals and improved preservation of pulse amplitude and morphological characteristics compared with benchmark methods, including the l1-fused lasso and convex–non-convex (CNC) fused lasso. Quantitative evaluations based on correlation metrics, signal-to-noise ratio (SNR), and peak signal-to-noise ratio (PSNR) further confirm the effectiveness of the proposed approach. Owing to its scalability, robustness, and strong statistical interpretability, MMMT provides a promising framework for real-time ECG signal enhancement. Although the proposed framework is general and can be adapted to other biomedical modalities such as EEG, CT, and MRI, experimental validation in this study is limited to ECG signals. Full article
(This article belongs to the Special Issue Advanced Biomedical Imaging and Signal Processing)
Show Figures

Figure 1

18 pages, 5242 KB  
Article
Spatial Optimization of Electric Vehicle Charging Infrastructure in Highly Heterogeneous Cities: A Monte Carlo Tree Search Approach Integrating Socioeconomic and Mobility Indicators
by Diego Julian Rodriguez Patarroyo, Jaime Francisco Pantoja Benavides and Frank Nixon Giraldo Ramos
Urban Sci. 2026, 10(6), 316; https://doi.org/10.3390/urbansci10060316 - 4 Jun 2026
Viewed by 148
Abstract
This work proposes a spatial optimization framework based on Monte Carlo Tree Search (MCTS) to support infrastructure planning in complex urban environments. The challenge lies in integrating diverse geospatial and socioeconomic data to balance efficiency, defined as potential demand, with territorial equity, related [...] Read more.
This work proposes a spatial optimization framework based on Monte Carlo Tree Search (MCTS) to support infrastructure planning in complex urban environments. The challenge lies in integrating diverse geospatial and socioeconomic data to balance efficiency, defined as potential demand, with territorial equity, related to mobility needs. The approach formulates the problem as a sequential decision process, capturing the interdependence of location choices and enabling structured exploration of the solution space. Unlike traditional optimization methods that rely on local heuristics or require strong simplifications, this framework accommodates non-linear relationships and competing objectives without sacrificing system complexity. The use of MCTS effectively balances exploration and exploitation, making it well-suited for high-dimensional, non-convex spatial problems. This methodology offers a flexible and scalable tool for urban planning, adaptable to various contexts and constraints. It supports generating solutions that are both efficient and aligned with equity considerations, providing valuable guidance for decision-making in rapidly evolving urban systems. Full article
Show Figures

Figure 1

30 pages, 10197 KB  
Article
Gromov–Wasserstein Meets Combinatorial Optimization: A Scalable Solver for the Capacitated Quadratic Assignment Problem
by Iman Seyedi, Antonio Candelieri, Enza Messina and Francesco Archetti
Mathematics 2026, 14(11), 1972; https://doi.org/10.3390/math14111972 - 3 Jun 2026
Viewed by 243
Abstract
The Capacitated Quadratic Assignment Problem (CQAP) arises in logistics and network design, requiring the allocation of tasks to agents under quadratic interaction costs and capacity constraints. Classical exact solvers become computationally infeasible for large-scale instances, while heuristic methods such as Genetic Algorithms suffer [...] Read more.
The Capacitated Quadratic Assignment Problem (CQAP) arises in logistics and network design, requiring the allocation of tasks to agents under quadratic interaction costs and capacity constraints. Classical exact solvers become computationally infeasible for large-scale instances, while heuristic methods such as Genetic Algorithms suffer from scalability limitations and sensitivity to local optima, leaving a gap for principled scalable approximations. In this paper, we address CQAP using the Gromov–Wasserstein (GW) framework, derived from Optimal Transport (OT) theory. In particular, we propose a multi-initialization GW strategy (GW_MultiInit) that mitigates the local optima problem inherent to non-convex GW optimization and scales efficiently to large problem sizes. Computational experiments on synthetic CQAP instances show that GW_MultiInit consistently achieves solutions close to the exact optimum for small- and medium-scale problems, and outperforms heuristic baselines such as the genetic algorithm at large scale in both runtime and solution quality across the benchmarks tested. To validate generalizability, we further evaluate GW_MultiInit On 17 QAPLIB benchmark instances adapted to the CQAP setting, GW_MultiInit achieves the best approximate result on 15 out of 17 instances with an average optimality gap of 0.34%, demonstrating strong generalizability beyond synthetic data. Additional comparisons with Entropic GW and Fused GW highlight practical trade-offs between accuracy, speed, and parameter sensitivity, offering guidelines for real-world deployment. Our results suggest that GW-based methods, and GW_MultiInit in particular, offer a promising and scalable approach for CQAP and related large-scale assignment problems within the problem scales examined. Full article
(This article belongs to the Special Issue Combinatorial Optimization and Its Real-World Applications)
Show Figures

Figure 1

22 pages, 2584 KB  
Article
Energy Consumption Optimization for NOMA-Based RIS-Assisted UAV-Enabled MEC Systems
by Xuan Lin, Zhengqiang Wang, Qinghe Zheng and Zhan Zhang
Drones 2026, 10(6), 402; https://doi.org/10.3390/drones10060402 - 22 May 2026
Viewed by 296
Abstract
Reconfigurable intelligent surface (RIS)-assisted unmanned aerial vehicle (UAV)-enabled mobile edge computing (MEC) has become an effective architecture for supporting computation-intensive and latency-sensitive applications by enabling flexible deployment and enhanced wireless coverage. However, when non-orthogonal multiple access (NOMA) is incorporated, the joint optimization of [...] Read more.
Reconfigurable intelligent surface (RIS)-assisted unmanned aerial vehicle (UAV)-enabled mobile edge computing (MEC) has become an effective architecture for supporting computation-intensive and latency-sensitive applications by enabling flexible deployment and enhanced wireless coverage. However, when non-orthogonal multiple access (NOMA) is incorporated, the joint optimization of computation offloading, wireless resource allocation, RIS phase configuration, and UAV trajectory design becomes highly challenging owing to the strong coupling among decision variables, problem non-convexity, and time-varying system dynamics. To address these challenges, this paper investigates the energy consumption minimization problem in a NOMA-based RIS-assisted UAV-MEC system by jointly optimizing user offloading ratios, transmit power, UAV computing resource allocation, and flight trajectory. A long short-term memory (LSTM)-embedded proximal policy optimization (PPO) algorithm is developed to capture the temporal dependencies of system states and enable adaptive decision-making in dynamic environments. In addition, a closed-form phase conjugation-based optimal RIS configuration is derived and incorporated into the environment model to reduce the action space and improve training efficiency. The simulation results show that the proposed LSTM-PPO method converges faster and achieves lower energy consumption than conventional PPO, deep deterministic policy gradient (DDPG), and fixed offloading schemes, while exhibiting improved stability and scalability in the tested multi-user scenarios. These results demonstrate the effectiveness of combining temporal learning and model-assisted RIS optimization for energy efficient resource management in RIS-assisted UAV-MEC systems. Full article
Show Figures

Figure 1

19 pages, 5292 KB  
Article
Polarized GPR Clutter Suppression Based on Non-Convex Tensor Robust Principal Analysis
by Beiqiang Zhao, Xiaoji Song, Zhihua He, Tao Liu and Yangyang Fu
Remote Sens. 2026, 18(10), 1494; https://doi.org/10.3390/rs18101494 - 9 May 2026
Viewed by 291
Abstract
Being capable of high-resolution imaging and non-contact measurement, Ground Penetrating Radar (GPR) is a promising technology for the detection of unexploded ordnance (UXO). However, UXO detection is severely hindered by clutter, particularly in environments with significant surface roughness where conventional suppression methods prove [...] Read more.
Being capable of high-resolution imaging and non-contact measurement, Ground Penetrating Radar (GPR) is a promising technology for the detection of unexploded ordnance (UXO). However, UXO detection is severely hindered by clutter, particularly in environments with significant surface roughness where conventional suppression methods prove ineffective. To address this, we propose a polarimetric GPR clutter suppression method based on an improved non-convex Tensor Robust Principal Component Analysis (TRPCA) framework. Specifically, a polarization-aware tensor construction scheme is designed by stacking the HH and VV channel data. This approach exploits the strong inter-channel correlation of clutter to enhance its low-rank property, while highlighting the distinct sparse signatures of targets derived from their polarimetric responses. To further optimize tensor decomposition, we introduce a non-convex Tensor Adjustable Logarithmic Norm (TALN) to overcome the estimation bias inherent in the conventional Tensor Nuclear Norm (TNN). Serving as a tighter surrogate for tensor rank, the proposed TALN regularizer improves the approximation accuracy of the low-rank component, thereby ensuring a clearer separation between clutter and targets. The resulting non-convex optimization problem is efficiently solved using Alternating Direction Method of Multipliers (ADMM). Numerical simulations and laboratory experiments demonstrate that the proposed method suppresses strong clutter stemming from rough-surface reflections more effectively than existing methods, achieving a Signal-to-Clutter Ratio (SCR) improvement of over 20 dB. Full article
Show Figures

Figure 1

20 pages, 2495 KB  
Article
Adaptive UAV Visual Localisation Based on Improved Gradient-Damping Newton Method
by Xunli Zhou, Ancheng Fang, Song Fu, Jiaming Liu, Xiaoge Zhang, Xiong Liao and Jianwei Zhang
Electronics 2026, 15(10), 1974; https://doi.org/10.3390/electronics15101974 - 7 May 2026
Viewed by 353
Abstract
The role of unmanned aerial vehicles (UAVs) in time-sensitive missions such as low-altitude reconnaissance and disaster rescue has gained increasing significance. To address the challenge of visual localisation for UAVs operating in complex terrains under Global Navigation Satellite System (GNSS)-denied environments, this paper [...] Read more.
The role of unmanned aerial vehicles (UAVs) in time-sensitive missions such as low-altitude reconnaissance and disaster rescue has gained increasing significance. To address the challenge of visual localisation for UAVs operating in complex terrains under Global Navigation Satellite System (GNSS)-denied environments, this paper proposes an improved adaptive gradient-damped Newton approach to mitigate the trade-off between terrain non-convexity and computational real-time performance. The proposed approach incorporates a terrain-gradient-based dynamic step-size adjustment mechanism that adaptively captures non-linear terrain characteristics in real time and effectively reduces the numerical oscillations typically observed in steep regions when using the standard Newton method. In addition, a tightly coupled vision–geometry framework was developed to constrain cumulative drift during long-range flight. Monte Carlo simulation results demonstrate that the proposed algorithm maintains submeter localisation accuracy while achieving approximately a three-fold improvement in computational efficiency compared with traditional grid-based methods, and a 27.4% increase in convergence speed relative to the standard Newton method. Experiments conducted under high-noise conditions and highly undulating terrains indicate that the approach exhibits strong convergence stability, offering a computationally efficient and robust solution for UAV navigation. Full article
Show Figures

Figure 1

21 pages, 14075 KB  
Article
Concave Sparsity-Assisted Generalized Dispersive Mode Decomposition for Drive Motor Bearing Fault Diagnosis of Vehicles
by Delong Zhang, Yubo Ma and Hongan Wu
World Electr. Veh. J. 2026, 17(5), 247; https://doi.org/10.3390/wevj17050247 - 5 May 2026
Viewed by 262
Abstract
As a critical element of the drive motor, rolling bearings are susceptible to localized defects under complex loads and varying operating conditions. Such defects typically generate periodic transient shocks, which reflect bearing fault features. However, the accurate extraction of fault-related transient components becomes [...] Read more.
As a critical element of the drive motor, rolling bearings are susceptible to localized defects under complex loads and varying operating conditions. Such defects typically generate periodic transient shocks, which reflect bearing fault features. However, the accurate extraction of fault-related transient components becomes challenging due to strong noise influence. To address this issue, a concave sparsity-assisted generalized dispersive mode decomposition (CSA-GDMD) method is developed to enhance fault feature extraction. This method introduces a non-convex sparse model based on generalized mini-max concave (GMC) regularization to preprocess the vibration signal. The GMC penalty effectively suppresses background noise while better preserving the amplitude characteristics of the transient shocks. Subsequently, GDMD is applied to progressively extract transient shock components from the preprocessed signal and reconstruct the signal, resulting in more prominent fault-related transient components. The simulation results show that CSA-GDMD significantly improves the signal-to-noise ratio (SNR), from 6.5905 dB at −15 dB to 9.5122 dB at 5 dB, and reduces the root mean square error (RMSE) from 0.0280 to 0.0196. Consequently, the fault feature frequencies can be identified more clearly in the envelope spectrum, further confirming the accurate fault diagnosis capability of the proposed method for bearing faults under strong noise conditions. Full article
(This article belongs to the Section Propulsion Systems and Components)
Show Figures

Figure 1

21 pages, 5196 KB  
Article
Energy Efficiency Maximization for ME-IRS-Enabled Secure Communications
by Chenxi Liu, Limeng Dong, Yong Li and Wei Cheng
Entropy 2026, 28(4), 432; https://doi.org/10.3390/e28040432 - 12 Apr 2026
Viewed by 422
Abstract
This paper investigates the secrecy energy efficiency (SEE) maximization problem in a downlink multiple-input single-output (MISO) wireless communication system assisted by an intelligent reflecting surface with movable elements (ME-IRS). Unlike a conventional IRS, which has fixed-position elements, the proposed ME-IRS enables dynamic adjustment [...] Read more.
This paper investigates the secrecy energy efficiency (SEE) maximization problem in a downlink multiple-input single-output (MISO) wireless communication system assisted by an intelligent reflecting surface with movable elements (ME-IRS). Unlike a conventional IRS, which has fixed-position elements, the proposed ME-IRS enables dynamic adjustment of element positions to exploit additional spatial degrees of freedom for performance enhancement. However, such flexibility introduces new challenges due to the strong coupling among transmit beamforming, IRS phase shifts, and element positions, as well as the additional power consumption caused by element movement. To address these issues, we formulate an SEE maximization problem by jointly optimizing the transmit beamforming, phase shift matrix, and element positions. The resulting problem is highly non-convex owing to the fractional objective function and coupled variables. To address this challenge, an efficient alternating optimization (AO) framework is developed by leveraging semidefinite relaxation (SDR), successive convex approximation (SCA), and gradient-based methods. Simulation results demonstrate that the proposed ME-IRS configuration significantly outperforms conventional fixed-position and discrete-position IRS configurations in terms of SEE, providing valuable insights into the impact of movable region size and system parameters. Full article
(This article belongs to the Special Issue Wireless Physical Layer Security Toward 6G)
Show Figures

Figure 1

26 pages, 8263 KB  
Article
Stability Modeling and Analysis of Profile Grinding with Varying Contact Geometry
by Kunzi Wang, Zongxing Li, Qiankai Gao and Liming Xu
Processes 2026, 14(8), 1228; https://doi.org/10.3390/pr14081228 - 11 Apr 2026
Viewed by 559
Abstract
Machining stability in profile grinding directly affects surface quality and form accuracy, while the variation in local contact conditions induced by complex contour geometries makes its stability behavior more complicated than that of conventional grinding. This study investigates chatter stability under the coupled [...] Read more.
Machining stability in profile grinding directly affects surface quality and form accuracy, while the variation in local contact conditions induced by complex contour geometries makes its stability behavior more complicated than that of conventional grinding. This study investigates chatter stability under the coupled effects of contour geometric features and process parameters. A dynamic grinding force model is developed based on a tool nose micro-element method, explicitly considering the coupled effects of contour geometric parameters, wheel–workpiece contact, and regenerative effects. A chatter stability model is then established, and an iterative method is proposed to predict stability limits under different contour features. The results indicate that wheel speed and grinding depth dominate system stability. Under the same curvature radius, convex contours exhibit the highest stability, followed by straight and concave contours. As the curvature radius increases, the stability boundaries gradually converge toward that of the straight contour. Increasing the contour normal angle (CNA) significantly enhances stability and promotes the transition of the dominant unstable mode from single-direction to multi-directional coupling. Grinding experiments on a composite curved workpiece validate the model, showing strong agreement between predicted stability regions and measured chatter marks and spectra. The proposed model provides a basis for parameter selection and chatter suppression in complex profile grinding. Full article
(This article belongs to the Section Manufacturing Processes and Systems)
Show Figures

Figure 1

15 pages, 2398 KB  
Article
Phenotyping Root and Shoot Traits for Drought Response in Bambara Groundnut (Vigna subterranea (L.) Verdc.)
by Anne Linda Chisa, Takudzwa Mandizvo, Alfred Odindo and Paramu Mafongoya
Plants 2026, 15(8), 1138; https://doi.org/10.3390/plants15081138 - 8 Apr 2026
Viewed by 679
Abstract
Drought stress poses a significant challenge to food security in sub-Saharan Africa, particularly for smallholder farmers in dryland systems. Bambara groundnut (Vigna subterranea (L.) Verdc.), an underutilised legume with inherent drought tolerance, remains underexplored in terms of its root system traits. This [...] Read more.
Drought stress poses a significant challenge to food security in sub-Saharan Africa, particularly for smallholder farmers in dryland systems. Bambara groundnut (Vigna subterranea (L.) Verdc.), an underutilised legume with inherent drought tolerance, remains underexplored in terms of its root system traits. This greenhouse study investigated the early root and shoot responses of six Bambara groundnut genotypes under well-watered (100% field capacity) and water-stressed (50% field capacity) conditions using rhizotron-based phenotyping. Significant genotypic differences (p < 0.01) were observed in root traits such as root system depth (RSD: 11.0–19.9 cm), root system width (RSW: 6.96–12.2 cm), and root dry mass (RDM: 0.42–1.27 g). The ARC genotype exhibited a strong drought-avoidance strategy, increasing RSD from 12.2 to 19.9 cm and RDM from 0.42 to 1.16 g under stress. The Tiga Nicuru DIP-C-F7471 genotype showed adaptive plasticity, maintaining deeper roots (11.0–14.5 cm), high convex hull area (CHA), and root–shoot ratio (RSR) values, despite a reduction in RDM, suggesting a resource-conserving strategy. Principal Component Analysis (PCA) captured 93.6% of the total variability among genotypes. Root traits, particularly total root length (TRL), convex hull area (CHA), root system width (RSW), and root dry mass (RDM), were the main contributors to genotype differentiation. Strong positive correlations (r = 0.88–0.97) between root and shoot traits suggest that genotypes with more developed root systems also supported greater shoot growth, highlighting the coordinated response of above- and below-ground traits under drought stress. These findings provide valuable targets for breeding and highlight the value of rhizotron-based screening for root trait selection. Future field validation and full-season studies are recommended to confirm their relevance for improving yield stability in dryland agriculture. Full article
(This article belongs to the Special Issue Plant Challenges in Response to Salt and Water Stress, 2nd Edition)
Show Figures

Figure 1

33 pages, 442 KB  
Article
Learning-Augmented Quasi-Gradient Operators for Constrained Optimization: A Contraction–Bias–Variance Decomposition
by Gilberto Pérez-Lechuga, Marco Antonio Coronel García and Ana Lidia Martínez Salazar
Mathematics 2026, 14(7), 1202; https://doi.org/10.3390/math14071202 - 3 Apr 2026
Viewed by 726
Abstract
This paper develops a rigorous operator-theoretic framework for learning-augmented quasi-gradient methods in constrained optimization. We consider the minimization of an objective function over a closed convex feasible set, where feasibility is enforced via projection and directional updates may incorporate data-driven corrections. Such settings [...] Read more.
This paper develops a rigorous operator-theoretic framework for learning-augmented quasi-gradient methods in constrained optimization. We consider the minimization of an objective function over a closed convex feasible set, where feasibility is enforced via projection and directional updates may incorporate data-driven corrections. Such settings arise naturally in modern optimization algorithms that integrate artificial intelligence components under structural constraints. The proposed formulation introduces an explicit contraction–bias–variance decomposition of the iterative dynamics. Curvature induces deterministic contraction, alignment distortion—quantified by a geometric parameter—modifies the effective contraction margin, and stochastic learning components inject controlled dispersion. Explicit error recursions yield convergence guarantees under strong convexity, the Polyak–Łojasiewicz condition, and smooth nonconvexity. The analysis establishes that stability regions and first-order complexity bounds are preserved whenever alignment distortion remains below unity and bounded second-moment conditions hold. A fully reproducible computational study provides quantitative validation: the empirically observed steady-state error closely matches the theoretical prediction proportional to σ2/μ(1η). Comparative experiments with gradient, stochastic gradient, and momentum methods confirm that the proposed operator retains classical stability margins and conditioning sensitivity while enabling principled integration of learned directional components. The results provide a transparent mathematical bridge between stochastic approximation theory and contemporary AI-enhanced constrained optimization. Full article
45 pages, 3443 KB  
Article
Novel Hybrid Nature-Inspired Metaheuristic Algorithm for Global and Engineering Design Optimization
by Hasan Kanaker, Osama Al Sayaydeh, Essam Alhroob, Nader Abdel Karim, Sami Smadi and Nurul Halimatul Asmak Ismail
Computers 2026, 15(4), 211; https://doi.org/10.3390/computers15040211 - 27 Mar 2026
Cited by 2 | Viewed by 1044
Abstract
Metaheuristic algorithms have become indispensable for solving high-dimensional, non-convex, and constrained optimization problems arising in science and engineering. However, no single method can simultaneously provide strong global exploration, accurate local exploitation, and robust performance across diverse problem classes. This paper proposes JADEFLO, a [...] Read more.
Metaheuristic algorithms have become indispensable for solving high-dimensional, non-convex, and constrained optimization problems arising in science and engineering. However, no single method can simultaneously provide strong global exploration, accurate local exploitation, and robust performance across diverse problem classes. This paper proposes JADEFLO, a new hybrid nature-inspired metaheuristic that couples Adaptive Differential Evolution with Optional External Archive (JADE) and Frilled Lizard Optimization (FLO) in a two-stage search framework. In the first stage, JADE drives global exploration using p-best mutation, an external archive, and adaptive control of the mutation factor and crossover rate to maintain population diversity. In the second stage, FLO performs intensive local refinement by mimicking the hunting and tree-climbing behaviors of frilled lizards through dedicated exploration and exploitation moves. The resulting algorithm has linear time complexity with respect to the population size, dimensionality, and number of iterations. JADEFLO is evaluated on the IEEE CEC 2022 single-objective benchmark suite (F1–F12) and three constrained engineering design problems (Pressure Vessel, tension/compression spring, and speed reducer), using 30 independent runs and comparisons against more than thirty state-of-the-art metaheuristics, including GA, PSO, DE variants, GWO, WOA, MFO, and FLO. The results show that JADEFLO attains the best overall rank on the CEC functions, delivers faster convergence and higher accuracy on most test cases, and matches or improves the best-known designs with markedly reduced variance. These findings indicate that JADEFLO is a promising general-purpose optimizer and a flexible foundation for future extensions to multi-objective and large-scale optimization. Full article
(This article belongs to the Special Issue Operations Research: Trends and Applications)
Show Figures

Figure 1

32 pages, 4620 KB  
Article
Joint Resource Allocation for Maritime RIS–RSMA Communications Using Fractal-Aware Robust Deep Reinforcement Learning
by Da Liu, Kai Su, Nannan Yang and Jingbo Zhang
Fractal Fract. 2026, 10(4), 223; https://doi.org/10.3390/fractalfract10040223 - 27 Mar 2026
Viewed by 368
Abstract
Sea-surface reflections and wind–wave motion render maritime channels strongly time-varying and statistically non-stationary, while nearshore deployments face sparse infrastructure and co-channel multiuser interference. This study integrates reconfigurable intelligent surfaces (RISs) with rate-splitting multiple access (RSMA) for joint online resource allocation. A physics-inspired time-varying [...] Read more.
Sea-surface reflections and wind–wave motion render maritime channels strongly time-varying and statistically non-stationary, while nearshore deployments face sparse infrastructure and co-channel multiuser interference. This study integrates reconfigurable intelligent surfaces (RISs) with rate-splitting multiple access (RSMA) for joint online resource allocation. A physics-inspired time-varying channel model is established by embedding fractional Brownian motion-driven slow statistical drift and reflection-phase perturbations. With imperfect, delayed channel state information (CSI) and discrete RIS phase quantization, a proportional-fairness utility maximization problem is formulated to jointly optimize shore base-station precoding, RIS phase shifts, and RSMA common-rate allocation. To cope with strong non-convexity, high dimensionality, mixed continuous–discrete coupling, and partial observability, a fractal-aware recurrent robust Actor–Critic (FRRAC) algorithm is developed. FRRAC encodes short observation histories using a gated recurrent unit and incorporates a lightweight Hurst-proxy estimator to capture slow channel statistics for robust value evaluation and policy learning. Truncated quantile critics and mixed prioritized–uniform replay further improve value robustness, training stability, and sample efficiency. Simulation results show that FRRAC converges faster and more stably under both conventional and fractal non-stationary channel modeling, and outperforms representative baselines across the objective and multiple statistical metrics, validating its effectiveness for joint resource optimization in maritime RIS–RSMA systems. Full article
(This article belongs to the Section Optimization, Big Data, and AI/ML)
Show Figures

Figure 1

17 pages, 3275 KB  
Article
3D Reconstruction Method for GM-APD Array LiDAR Based on Intensity Image Guidance
by Ye Liu, Kehao Chi, Ruikai Xue and Genghua Huang
Photonics 2026, 13(4), 323; https://doi.org/10.3390/photonics13040323 - 26 Mar 2026
Viewed by 554
Abstract
Geiger-mode avalanche photodiode (GM-APD) array light detection and ranging (LiDAR) has significant advantages in low-light scenes due to its single-photon-level detection sensitivity. However, it is susceptible to noise, which leads to a decrease in target localization accuracy. Traditional methods rely on long-term accumulation [...] Read more.
Geiger-mode avalanche photodiode (GM-APD) array light detection and ranging (LiDAR) has significant advantages in low-light scenes due to its single-photon-level detection sensitivity. However, it is susceptible to noise, which leads to a decrease in target localization accuracy. Traditional methods rely on long-term accumulation to distinguish signal photons from noise photons, making it difficult to achieve efficient processing, especially in scenarios with sparse echo photons and low signal-to-noise ratio (SNR), where performance is limited. To quickly and accurately obtain three-dimensional (3D) information of the target under such extreme conditions, this paper proposes a method for target detection and temporal window depth estimation based on intensity information guidance. First, noise suppression is performed on the intensity image according to its statistical characteristics, and an outlier detection mechanism based on neighborhood sparsity is introduced to remove outliers, thereby completing the target detection. Next, by exploiting the spatial continuity and reflectivity similarity of the target, local fusion of photon data within the target neighborhood is performed to construct highly consistent “superpixels”. Finally, according to the distribution difference between signal photons and noise photons on the time axis, temporal window screening is applied to the superpixels to extract depth information, and empty pixels are filled using a convex segmentation method to achieve depth estimation of the target. The experimental results demonstrate that under conditions of low photon counts and strong noise, the proposed method significantly outperforms traditional and existing methods in target recovery and depth estimation by effectively integrating target intensity information. Furthermore, this method achieves faster reconstruction speed, enabling high-precision and high-efficiency 3D target reconstruction. Full article
(This article belongs to the Special Issue Advances in Photon-Counting Imaging and Sensing)
Show Figures

Figure 1

Back to TopTop