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

Article Types

Countries / Regions

Search Results (69)

Search Parameters:
Keywords = self-adaptive step size

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
36 pages, 2728 KB  
Article
Self-Adaptive AdamW-Guided Optimization: A Learning-Driven Metaheuristic for Solving Complex Real-World Engineering Problems
by Yuhang Xie, Wei Li, Cheng Zhong, Shang Gao, Kai Xu, Juanjuan Tu and Bin Qin
Entropy 2026, 28(6), 660; https://doi.org/10.3390/e28060660 - 9 Jun 2026
Viewed by 162
Abstract
Given the growing complexity of continuous optimization problems in strongly coupled and black-box environments, this study proposes a novel adaptive gradient-guided metaheuristic, referred to as Self-Adaptive AdamW-Guided Optimization (SAWG). Without requiring explicit gradient information, SAWG constructs population-based pseudo-gradients and systematically integrates key AdamW [...] Read more.
Given the growing complexity of continuous optimization problems in strongly coupled and black-box environments, this study proposes a novel adaptive gradient-guided metaheuristic, referred to as Self-Adaptive AdamW-Guided Optimization (SAWG). Without requiring explicit gradient information, SAWG constructs population-based pseudo-gradients and systematically integrates key AdamW mechanisms, including adaptive moment estimation, step-size regulation, and weight decay, to guide efficient population updates. Furthermore, a stagnation-aware adaptive control strategy is introduced to alleviate premature convergence and dynamically balance exploration and exploitation. To evaluate the optimization performance of SAWG, experiments were conducted on the CEC2017 and CEC2020 benchmark suites and eight engineering optimization problems. SAWG was also compared with nine other typical and novel high-performance optimizers. Experimental results and statistical analysis show that SAWG achieved excellent optimization performance in most test tasks and maintained strong adaptability and competitiveness in various numerical optimization problems. Therefore, SAWG can be regarded as a high-performance optimizer, providing a novel and effective method for solving complex numerical optimization tasks. Full article
(This article belongs to the Section Multidisciplinary Applications)
Show Figures

Figure 1

27 pages, 5100 KB  
Article
Research and Experiment on the Self-Calibration Mechanism of the Position and Orientation of Micro-Component Based on Droplet Array
by Yan Hu, Qin Zhang and Yueshu He
Micromachines 2026, 17(6), 669; https://doi.org/10.3390/mi17060669 - 28 May 2026
Viewed by 329
Abstract
The self-calibration of micro-component position and orientation is a key step in micro-assembly. To address the limitations of conventional self-calibration methods—where the calibration substrate is fixed and lacks adaptability—this study proposes a droplet-array-based method for self-calibrating micro-component position and orientation. By using a [...] Read more.
The self-calibration of micro-component position and orientation is a key step in micro-assembly. To address the limitations of conventional self-calibration methods—where the calibration substrate is fixed and lacks adaptability—this study proposes a droplet-array-based method for self-calibrating micro-component position and orientation. By using a droplet array to form a reconfigurable calibration substrate, the method supports iterative updates of micro-devices and enables synchronous restructuring of the substrate. First, a mechanical model of the self-calibration process is established to analyze the coupling forces exerted by the liquid-bridge array between the calibration substrate and the micro-component, thereby clarifying the mechanism of droplet-array-driven self-calibration. Next, the effects of micro-component material and surface properties on calibration error are examined. Extensive experiments are then conducted to validate the proposed analytical approach. The results show that a droplet array matching the shape and size of the micro-component can be constructed in real time as a calibration substrate. Through the coupling forces generated by the liquid bridges, self-calibration of micro-components with arbitrary shapes and dimensions can be achieved. Calibration accuracy is dependent upon the material and surface roughness of the micro-component. Variations in the micro-component material lead to different forces being applied by the liquid bridge, with the self-calibration error arising from the interplay of these factors. For micro-components of identical material, a smoother surface corresponds to higher calibration accuracy. Full article
Show Figures

Figure 1

22 pages, 1885 KB  
Article
LTiT: A Deep Learning Model for Subway Section Passenger Flow Prediction Based on LSTM-TSSA-iTransformer
by Jie Liu, Yanzhan Chen, Yange Li and Fan Yu
Sensors 2026, 26(9), 2584; https://doi.org/10.3390/s26092584 - 22 Apr 2026
Cited by 1 | Viewed by 765
Abstract
As a vital part of urban public transportation system, subway passenger flow prediction plays a crucial role in alleviating traffic congestion, improving transportation infrastructure, and optimizing travel experience. Existing subway passenger flow prediction mainly focuses on short-term predictions of inbound/outbound passenger flow and [...] Read more.
As a vital part of urban public transportation system, subway passenger flow prediction plays a crucial role in alleviating traffic congestion, improving transportation infrastructure, and optimizing travel experience. Existing subway passenger flow prediction mainly focuses on short-term predictions of inbound/outbound passenger flow and origin-destination (O-D) demand. Subway section passenger flow prediction can provide a more direct reflection of passenger fluctuations across different line segments, and offer robust support for management and resource allocation. We propose a subway section passenger flow generation model and a prediction method based on LTiT (LSTM-TSSA-iTransformer). This model is based on the overall architecture of the iTransformer encoder, and an LSTM (Long Short-Term Memory) network is employed to capture the temporal characteristics of subway section passenger flow. This is combined with the TSSA (Token Statistics Self-Attention) to adaptively weight the information at key time points. Efficient performance of the model was evaluated by comparing its predictions with other models, including SARIMA (Seasonal Auto-Regressive integrated moving average), BP neural networks, LightGBM (Light Gradient Boosting Machine) and LSTM (Long Short-Term Memory). Experimental results show that the proposed model outperforms traditional baseline models in evaluation metrics such as R2, MAE, MSE, and MAPE. Finally, we further investigate the selection of input window length and prediction step size, and perform robustness analysis under different noise conditions. Full article
(This article belongs to the Section Intelligent Sensors)
Show Figures

Figure 1

23 pages, 2954 KB  
Article
VGPO-MCTS: Distilling Step-Level Supervision from Value-Guided Tree Search for Mathematical Reasoning
by Pin Wu, Yufei Zhu and Huiyan Wang
AI 2026, 7(4), 146; https://doi.org/10.3390/ai7040146 - 17 Apr 2026
Viewed by 1290
Abstract
Large language models (LLMs) are increasingly used in applied intelligent systems, but mid-sized models still lag on mathematical reasoning, partly because reliable step-level supervision is scarce. Many existing remedies rely on costly human annotation, stronger teacher models, or heavy training pipelines, which limits [...] Read more.
Large language models (LLMs) are increasingly used in applied intelligent systems, but mid-sized models still lag on mathematical reasoning, partly because reliable step-level supervision is scarce. Many existing remedies rely on costly human annotation, stronger teacher models, or heavy training pipelines, which limits practical adoption. We propose VGPO-MCTS (Value-Guided Group-wise Policy Optimization over Monte Carlo Tree Search), a search-and-distillation framework that constructs reusable step-level supervision from datasets that provide only problems and final answers. VGPO-MCTS augments a frozen backbone with (i) a lightweight value model that scores candidate reasoning states formed by a reasoning prefix and its candidate next step, and (ii) a policy updated with parameter-efficient adaptation. During search, the value model guides tree expansion and selection, while verified outcomes are propagated backward to correct node utilities. The corrected search trees are then distilled into two complementary datasets: a value regression dataset for value learning and group-wise sibling candidate sets for GRPO-style policy optimization. Experiments on GSM8K and the MATH dataset with ChatGLM3-6B and SciGLM-6B show stable round-wise improvements in final-answer exact match under a lightweight adaptation setting. After three rounds of self-training, the proposed framework improves performance by about 6.3 percentage points on GSM8K and about 3.9 percentage points on MATH across the two backbones. Full article
Show Figures

Figure 1

44 pages, 2643 KB  
Article
An Improved Genghis Khan Shark Optimization Algorithm for Solving Optimization Problems
by Yanjiao Wang and Jiaqi Wang
Biomimetics 2026, 11(4), 270; https://doi.org/10.3390/biomimetics11040270 - 14 Apr 2026
Viewed by 539
Abstract
As an innovative metaheuristic algorithm, Genghis Khan Shark Optimization (GKSO) faces challenges, including a tendency towards local optima and poor convergence speed and accuracy. To mitigate these limitations, an improved Genghis Khan shark optimizer (IGKSO) is proposed in this paper. A population partitioning [...] Read more.
As an innovative metaheuristic algorithm, Genghis Khan Shark Optimization (GKSO) faces challenges, including a tendency towards local optima and poor convergence speed and accuracy. To mitigate these limitations, an improved Genghis Khan shark optimizer (IGKSO) is proposed in this paper. A population partitioning method based on cosine similarity and fitness is introduced, where individuals are strategically assigned to different evolutionary phases: Disadvantaged populations are responsible for the foraging stage. By contrast, advantaged populations dominate the moving stage. In the moving stage, the base vector is randomly selected from multiple candidates, which ensures the evolutionary direction of the population while maintaining its diversity. An adaptive step-size mechanism is introduced to avoid boundary overflow problems. A subspace method is employed to prevent diversity loss during foraging. Additionally, in the hunting stage, a novel opposition-based learning strategy is proposed to moderate the tendency of converging to suboptimal solutions. Furthermore, during the self-protection phase, a criterion for assessing the diversity of the whole population is employed to monitor and supplement diversity in real time. The results of the CEC2017 and CEC2019 benchmark test sets reveal that IGKSO exhibits substantial advantages over the GKSO algorithm and eight other high-performance algorithms in terms of convergence speed and accuracy. Full article
(This article belongs to the Special Issue Bio-Inspired Optimization Algorithms)
Show Figures

Figure 1

44 pages, 2457 KB  
Article
Extreme Deformations and Self-Coupling: An Analytical Approach to Beams Subjected to Complex Follower Loads
by Adrian Ioan Botean
Mathematics 2026, 14(6), 1009; https://doi.org/10.3390/math14061009 - 16 Mar 2026
Viewed by 1112
Abstract
This paper presents a systematic application of the Homotopy Perturbation Method (HPM) to the nonlinear static analysis of cantilever beams subjected simultaneously to three coplanar follower loads: an axial force H, a transverse force V, and a bending moment M1. The [...] Read more.
This paper presents a systematic application of the Homotopy Perturbation Method (HPM) to the nonlinear static analysis of cantilever beams subjected simultaneously to three coplanar follower loads: an axial force H, a transverse force V, and a bending moment M1. The studied configuration introduces complex mathematical self-coupling, as the bending moment depends on the solution of the differential equation even in its boundary conditions (γ1), transforming the problem into a nonlinear one that is resistant to standard analytical methods. The primary methodological contribution of this work is the successful extension of the HPM framework to treat, within a unified mathematical formalism, this complete loading case, which has practical applications in compliant mechanisms, micro-electromechanical systems (MEMSs), and auxetic structures. The paper provides a complete mathematical formulation and explicit derivation of the HPM solution terms up to the third order and a rigorous demonstration of the method’s convergence, with quantitative error estimates and the establishment of a practical domain of validity, γ1 < 30°, for an accuracy below 0.5%. As a direct consequence of this analytical advancement, we derive a series of practical engineering tools: nomograms, simplified empirical formulas, interaction diagrams, and a systematic six-step design procedure, which includes an adaptive algorithm for selecting the auxiliary parameter η to optimize convergence. The solution’s structure also lends itself to AI-based optimization frameworks, demonstrating how HPM solutions can serve as a foundation for machine learning surrogates and automated multi-objective optimizations. HPM proves to be a robust and efficient alternative, providing semi-analytical solutions in the form of convergent series without requiring an explicitly small physical parameter. This enables a direct parametric understanding of the structural response and offers rapid tools for the conceptual and preliminary sizing phases, thereby complementing the intensive numerical methods used in the final design stages. Full article
Show Figures

Figure 1

21 pages, 7705 KB  
Article
Vine-Inspired Twining Actuator: Cylindrical Hyper-Form-Closure Envelopment by Single Actuated Linkage
by Jinnong Liao, Qihua Zhou, Yonglin Wang, Jinghua Chen, Yongsheng Luo, Gangfeng Liu, Meng Chen, Chongfeng Zhang and Jie Zhao
Biomimetics 2026, 11(2), 125; https://doi.org/10.3390/biomimetics11020125 - 9 Feb 2026
Viewed by 689
Abstract
Linkage mechanisms with fewer closed loops exhibit limited enveloping angles, whereas multi-loop designs increase complexity, compromise reliability, and introduce structural interference issues. This paper establishes the kinematic general formula of the N-layer Reverse Four-Bar Linkage, whose spiral enveloping mechanism is inspired by the [...] Read more.
Linkage mechanisms with fewer closed loops exhibit limited enveloping angles, whereas multi-loop designs increase complexity, compromise reliability, and introduce structural interference issues. This paper establishes the kinematic general formula of the N-layer Reverse Four-Bar Linkage, whose spiral enveloping mechanism is inspired by the twining growth of climbing plants. It reveals the variation law of the envelope angle with the closed-loop layer number N, and explores the influence of structural parameters on the configuration. It is found that when the symmetric length conditions of the two sets of opposing links are satisfied and the three-pair links meet the internal-angle constraint α1=α2, the mechanism exhibits self-similar topological characteristics, allowing the mechanism to maintain kinematic stability during multi-layer expansion. In terms of prototype implementation, the multi-link interference issues were successfully addressed by adopting slotted shaft-thrust bearing composite joints and a stepped arrangement design, leading to the development of an N=6 six-layer Reverse Four-Bar Linkage prototype. The prototype achieves a theoretical envelope angle of 450°, enabling hyper form closure grasping. It can stably grasp objects such as cylindrical objects with diameters ranging from 35 mm to 110 mm, effectively adapting to the grasping requirements of targets with various sizes and shapes. This provides a highly versatile and reliable grasping solution for industrial automation scenarios. Full article
(This article belongs to the Section Biomimetic Design, Constructions and Devices)
Show Figures

Graphical abstract

26 pages, 2749 KB  
Article
Deep-Learning-Driven Adaptive Filtering for Non-Stationary Signals: Theory and Simulation
by Manuel J. Cabral S. Reis
Electronics 2026, 15(2), 381; https://doi.org/10.3390/electronics15020381 - 15 Jan 2026
Cited by 2 | Viewed by 1678
Abstract
Adaptive filtering remains a cornerstone of modern signal processing but faces fundamental challenges when confronted with rapidly changing or nonlinear environments. This work investigates the integration of deep learning into adaptive-filter architectures to enhance tracking capability and robustness in non-stationary conditions. After reviewing [...] Read more.
Adaptive filtering remains a cornerstone of modern signal processing but faces fundamental challenges when confronted with rapidly changing or nonlinear environments. This work investigates the integration of deep learning into adaptive-filter architectures to enhance tracking capability and robustness in non-stationary conditions. After reviewing and analyzing classical algorithms—LMS, NLMS, RLS, and a variable step-size LMS (VSS-LMS)—their theoretical stability and mean-square error behavior are formalized under a slow-variation system model. Comprehensive simulations using drifting autoregressive (AR(2)) processes, piecewise-stationary FIR systems, and time-varying sinusoidal signals confirm the classical trade-off between performance and complexity: RLS achieves the lowest steady-state error, at a quadratic cost, whereas LMS remains computationally efficient with slower adaptation. A stabilized VSS-LMS algorithm is proposed to balance these extremes; the results show that it maintains numerical stability under abrupt parameter jumps while attaining steady-state MSEs that are comparable to RLS (approximately 3 × 10−2) and superior robustness to noise. These findings are validated by theoretical tracking-error bounds that are derived for bounded parameter drift. Building on this foundation, a deep-learning-driven adaptive filter is introduced, where the update rule is parameterized by a neural function, Uθ, that generalizes the classical gradient descent. This approach offers a pathway toward adaptive filters that are capable of self-tuning and context-aware learning, aligning with emerging trends in AI-augmented system architectures and next-generation computing. Future work will focus on online learning and FPGA/ASIC implementations for real-time deployment. Full article
Show Figures

Figure 1

48 pages, 5409 KB  
Article
Enhanced Chimp Algorithm and Its Application in Optimizing Real-World Data and Engineering Design Problems
by Hussam N. Fakhouri, Riyad Alrousan, Hasan Rashaideh, Faten Hamad and Zaid Khrisat
Computation 2026, 14(1), 1; https://doi.org/10.3390/computation14010001 - 20 Dec 2025
Viewed by 1131
Abstract
This work proposes an Enhanced Chimp Optimization Algorithm (EChOA) for solving continuous and constrained data science and engineering optimization problems. The EChOA integrates a self-adaptive DE/current-to-pbest/1 (with jDE-style parameter control) variation stage with the canonical four-leader ChOA guidance and augments the search with [...] Read more.
This work proposes an Enhanced Chimp Optimization Algorithm (EChOA) for solving continuous and constrained data science and engineering optimization problems. The EChOA integrates a self-adaptive DE/current-to-pbest/1 (with jDE-style parameter control) variation stage with the canonical four-leader ChOA guidance and augments the search with three lightweight modules: (i) L’evy flight refinement around the incumbent best, (ii) periodic elite opposition-based learning, and (iii) stagnation-aware partial restarts. The EChOA is compared with more than 35 optimizers on the CEC2022 single-objective suite (12 functions). The results shows that the EChOA attains state-of-the-art results at both D=10 and D=20. At D=10, it ranks first on all functions (average rank 1.00; 12/12 wins) with the lowest mean objective and the smallest dispersion relative to the strongest competitor (OMA). At D=20, the EChOA retains the best overall rank and achieves top scores on most functions, indicating stable scalability with problem dimension. Pairwise Wilcoxon signed-rank tests (α=0.05) against the full competitor set corroborate statistical superiority on the majority of functions at both dimensions, aligning with the aggregate rank outcomes. Population size studies indicate that larger populations primarily enhance reliability and time to improvement while yielding similar terminal accuracy under a fixed iteration budget. Four constrained engineering case studies (including welded beam, helical spring, pressure vessel, and cantilever stepped beam) further confirm practical effectiveness, with consistently low cost/weight/volume and tight dispersion. Full article
Show Figures

Figure 1

26 pages, 1035 KB  
Article
Inertial Algorithm for Best Proximity Point, Split Variational Inclusion and Equilibrium Problems with Application to Image Restorations
by Mujahid Abbas, Muhammad Waseem Asghar and Ahad Hamoud Alotaibi
Axioms 2025, 14(12), 924; https://doi.org/10.3390/axioms14120924 - 16 Dec 2025
Viewed by 510
Abstract
If S and T are two non-self-mappings, then a solution of equation Sa*=Ta*=a* does not necessarily exist. The common best proximity point problem is to find the approximate optimal solution of such type of [...] Read more.
If S and T are two non-self-mappings, then a solution of equation Sa*=Ta*=a* does not necessarily exist. The common best proximity point problem is to find the approximate optimal solution of such type of equation and have a key role in theory of approximation and optimization. The primary goal of this paper is to introduce an inertial-type self-adaptive algorithm for solving the common best proximity point, generalized equilibrium and split variational inclusion problems in Hilbert spaces. The strong convergence of the proposed algorithm is given under some mild conditions. It is worth mentioning that the step size in many existing algorithms requires the prior knowledge of operator norms which is difficult to compute, whereas our proposed algorithm does not require this condition. Numerical examples are given to illustrate the efficiency and applicability of the proposed approach. We further apply the proposed algorithm to an image restoration problem and show that it achieves a higher signal-to-noise ratio compared with the existing algorithms considered in this study. Full article
(This article belongs to the Section Mathematical Analysis)
Show Figures

Figure 1

23 pages, 7494 KB  
Article
Implementation of a Potential Industrial Green, Economical, and Safe Strategy to Enhance Commercial Viability of Liquid Self-Nanoemulsifying Drug Delivery System
by Abdelrahman Y. Sherif, Mohammad A. Altamimi and Ehab M. Elzayat
Pharmaceutics 2025, 17(11), 1461; https://doi.org/10.3390/pharmaceutics17111461 - 12 Nov 2025
Cited by 1 | Viewed by 1051
Abstract
Background/Objectives: Conventional solidification methods for liquid self-nanoemulsifying drug delivery systems face significant limitations. This includes complex manufacturing processes, high costs, and environmental concerns. This study aimed to develop and optimize a thermoresponsive self-nanoemulsifying drug delivery system (T-SNEDDS) for dapagliflozin as a sustainable [...] Read more.
Background/Objectives: Conventional solidification methods for liquid self-nanoemulsifying drug delivery systems face significant limitations. This includes complex manufacturing processes, high costs, and environmental concerns. This study aimed to develop and optimize a thermoresponsive self-nanoemulsifying drug delivery system (T-SNEDDS) for dapagliflozin as a sustainable alternative solidification technique. Methods: Oil and surfactant were selected based on solubility and emulsification studies. The Box–Behnken approach was used to examine the impacts of three independent variables (pluronic F127, propylene glycol, and dapagliflozin concentrations) on liquefying temperature and time. Optimized T-SNEDDS was characterized in terms of particle size, zeta potential, and dissolution performance. Stability assessment included centrifugation testing and a six-month storage evaluation. The green pharmaceutical performance was comparatively evaluated against five conventional solidification methods using ten adapted parameters. Results: Imwitor 308 and Cremophor EL were selected as optimal excipients for SNEDDS formulation. In addition, Pluronic F127 and propylene glycol were used to induce solidification during storage. The optimized formulation (8.60% w/w Pluronic F127, 10% w/w propylene glycol, and 5% w/w dapagliflozin) exhibited a liquefying temperature of 33.5 °C with a liquefying time of 100.3 s and a particle size of 96.64 nm. T-SNEDDS significantly enhanced dissolution efficiency of dapagliflozin (95.7%) compared to raw drug (42.4%) and marketed formulation (91.3%). Green pharmaceutical evaluation revealed that T-SNEDDS achieved the highest score compared to conventional approaches. Conclusions: T-SNEDDS represents a superior sustainable approach for SNEDDS solidification that offers enhancement in drug dissolution while addressing manufacturing, environmental, and economic challenges through its solvent-free and single-step preparation process with excellent scalability potential. Full article
(This article belongs to the Section Pharmaceutical Technology, Manufacturing and Devices)
Show Figures

Graphical abstract

51 pages, 4543 KB  
Article
Ripple Evolution Optimizer: A Novel Nature-Inspired Metaheuristic
by Hussam N. Fakhouri, Hasan Rashaideh, Riyad Alrousan, Faten Hamad and Zaid Khrisat
Computers 2025, 14(11), 486; https://doi.org/10.3390/computers14110486 - 7 Nov 2025
Cited by 2 | Viewed by 1038
Abstract
This paper presents a novel Ripple Evolution Optimizer (REO) that incorporates adaptive and diversified movement—a population-based metaheuristic that turns a coastal-dynamics metaphor into principled search operators. REO augments a JADE-style current-to-p-best/1 core with jDE self-adaptation and three complementary motions: (i) a [...] Read more.
This paper presents a novel Ripple Evolution Optimizer (REO) that incorporates adaptive and diversified movement—a population-based metaheuristic that turns a coastal-dynamics metaphor into principled search operators. REO augments a JADE-style current-to-p-best/1 core with jDE self-adaptation and three complementary motions: (i) a rank-aware that pulls candidates toward the best, (ii) a time-increasing that aligns agents with an elite mean, and (iii) a scale-aware sinusoidal that lead solutions with a decaying envelope; rare Lévy-flight kicks enable long escapes. A reflection/clamp rule preserves step direction while enforcing bound feasibility. On the CEC2022 single-objective suite (12 functions spanning unimodal, rotated multimodal, hybrid, and composition categories), REO attains 10 wins and 2 ties, never ranking below first among 34 state-of-the-art compared optimizers, with rapid early descent and stable late refinement. Population-size studies reveal predictable robustness gains for larger N. On constrained engineering designs, REO achieves outperforming results on Welded Beam, Spring Design, Three-Bar Truss, Cantilever Stepped Beam, and 10-Bar Planar Truss. Altogether, REO couples adaptive guidance with diversified perturbations in a compact, transparent optimizer that is competitive on rugged benchmarks and transfers effectively to real engineering problems. Full article
(This article belongs to the Topic Artificial Intelligence Models, Tools and Applications)
Show Figures

Figure 1

20 pages, 3000 KB  
Article
NRNH-AR: A Small Robotic Agent Using Tri-Fold Learning for Navigation and Obstacle Avoidance
by Carlos Vasquez-Jalpa, Mariko Nakano, Martin Velasco-Villa and Osvaldo Lopez-Garcia
Appl. Sci. 2025, 15(15), 8149; https://doi.org/10.3390/app15158149 - 22 Jul 2025
Viewed by 1030
Abstract
We propose a tri-fold learning algorithm, called Neuroevolution of Hybrid Neural Networks in a Robotic Agent (acronym in Spanish, NRNH-AR), based on deep reinforcement learning (DRL), with self-supervised learning (SSL) and unsupervised learning (USL) steps, specifically designed to be implemented in a small [...] Read more.
We propose a tri-fold learning algorithm, called Neuroevolution of Hybrid Neural Networks in a Robotic Agent (acronym in Spanish, NRNH-AR), based on deep reinforcement learning (DRL), with self-supervised learning (SSL) and unsupervised learning (USL) steps, specifically designed to be implemented in a small autonomous navigation robot capable of operating in constrained physical environments. The NRNH-AR algorithm is designed for a small physical robotic agent with limited resources. The proposed algorithm was evaluated in four critical aspects: computational cost, learning stability, required memory size, and operation speed. The results obtained show that the performance of NRNH-AR is within the ranges of the Deep Q Network (DQN), Deep Deterministic Policy Gradient (DDPG), and Twin Delayed Deep Deterministic Policy Gradient (TD3). The proposed algorithm comprises three types of learning algorithms: SSL, USL, and DRL. Thanks to the series of learning algorithms, the proposed algorithm optimizes the use of resources and demonstrates adaptability in dynamic environments, a crucial aspect of navigation robotics. By integrating computer vision techniques based on a Convolutional Neuronal Network (CNN), the algorithm enhances its abilities to understand visual observations of the environment rapidly and detect a specific object, avoiding obstacles. Full article
Show Figures

Figure 1

27 pages, 11254 KB  
Article
Improved RRT-Based Obstacle-Avoidance Path Planning for Dual-Arm Robots in Complex Environments
by Jing Wang, Genliang Xiong, Bowen Dang, Jianli Chen, Jixian Zhang and Hui Xie
Machines 2025, 13(7), 621; https://doi.org/10.3390/machines13070621 - 18 Jul 2025
Viewed by 3075
Abstract
To address the obstacle-avoidance path-planning requirements of dual-arm robots operating in complex environments, such as chemical laboratories and biomedical workstations, this paper proposes ODSN-RRT (optimization-direction-step-node RRT), an efficient planner based on rapidly-exploring random trees (RRT). ODSN-RRT integrates three key optimization strategies. First, a [...] Read more.
To address the obstacle-avoidance path-planning requirements of dual-arm robots operating in complex environments, such as chemical laboratories and biomedical workstations, this paper proposes ODSN-RRT (optimization-direction-step-node RRT), an efficient planner based on rapidly-exploring random trees (RRT). ODSN-RRT integrates three key optimization strategies. First, a two-stage sampling-direction strategy employs goal-directed growth until collision, followed by hybrid random-goal expansion. Second, a dynamic safety step-size strategy adapts each extension based on obstacle size and approach angle, enhancing collision detection reliability and search efficiency. Third, an expansion-node optimization strategy generates multiple candidates, selects the best by Euclidean distance to the goal, and employs backtracking to escape local minima, improving path quality while retaining probabilistic completeness. For collision checking in the dual-arm workspace (self and environment), a cylindrical-spherical bounding-volume model simplifies queries to line-line and line-sphere distance calculations, significantly lowering computational overhead. Redundant waypoints are pruned using adaptive segmental interpolation for smoother trajectories. Finally, a master-slave planning scheme decomposes the 14-DOF problem into two 7-DOF sub-problems. Simulations and experiments demonstrate that ODSN-RRT rapidly generates collision-free, high-quality trajectories, confirming its effectiveness and practical applicability. Full article
(This article belongs to the Section Robotics, Mechatronics and Intelligent Machines)
Show Figures

Figure 1

26 pages, 1289 KB  
Article
A Double-Inertial Two-Subgradient Extragradient Algorithm for Solving Variational Inequalities with Minimum-Norm Solutions
by Ioannis K. Argyros, Fouzia Amir, Habib ur Rehman and Christopher Argyros
Mathematics 2025, 13(12), 1962; https://doi.org/10.3390/math13121962 - 14 Jun 2025
Viewed by 955
Abstract
Variational inequality problems (VIPs) provide a versatile framework for modeling a wide range of real-world applications, including those in economics, engineering, transportation, and image processing. In this paper, we propose a novel iterative algorithm for solving VIPs in real Hilbert spaces. The method [...] Read more.
Variational inequality problems (VIPs) provide a versatile framework for modeling a wide range of real-world applications, including those in economics, engineering, transportation, and image processing. In this paper, we propose a novel iterative algorithm for solving VIPs in real Hilbert spaces. The method integrates a double-inertial mechanism with the two-subgradient extragradient scheme, leading to improved convergence speed and computational efficiency. A distinguishing feature of the algorithm is its self-adaptive step size strategy, which generates a non-monotonic sequence of step sizes without requiring prior knowledge of the Lipschitz constant. Under the assumption of monotonicity for the underlying operator, we establish strong convergence results. Numerical experiments under various initial conditions demonstrate the method’s effectiveness and robustness, confirming its practical advantages and its natural extension of existing techniques for solving VIPs. Full article
Show Figures

Figure 1

Back to TopTop