Quantification of non-persistent pesticides in small volumes of human breast milk with ultra-high performance liquid chromatography coupled to tandem mass-spectrometry
Identification of drugs associated with reduced severity of COVID-19: A case-control study in a large population
Until COVID-19 drugs specifically developed to treat COVID-19 become more widely accessible, it is crucial to identify whether existing medications have a protective effect against severe disease. Towards this objective, we conducted a large population study in Clalit Health Services (CHS), the largest healthcare provider in Israel, insuring over 4.7 million members.
Optimal Portfolio Management for Engineering Problems Using Nonconvex Cardinality Constraint: A Computing Perspective
The problem of portfolio management relates to the selection of optimal stocks, which results in a maximum return to the investor while minimizing the loss. Traditional approaches usually model the portfolio selection as a convex optimization problem and require the calculation of gradient. Note that gradient-based methods can stuck at local optimum for complex problems and the simplification of portfolio optimization to convex, and further solved using gradient-based methods, is at a high cost of solution accuracy. In this paper, we formulate a nonconvex model for the portfolio selection problem, which considers the transaction cost and cardinality constraint, thus better reflecting the decisive factor affecting the selection of portfolio in the real-world. Additionally, constraints are put into the objective function as penalty terms to enforce the restriction. Note that this reformulated problem cannot be readily solved by traditional methods based on gradient search due to its nonconvexity. Then, we apply the Beetle Antennae Search (BAS), a nature-inspired metaheuristic optimization algorithm capable of efficient global optimization, to solve the problem. We used a large real-world dataset containing historical stock prices to demonstrate the efficiency of the proposed algorithm in practical scenarios. Extensive experimental results are presented to further demonstrate the efficacy and scalability of the BAS algorithm. The comparative results are also performed using Particle Swarm Optimizer (PSO), Genetic Algorithm (GA), Pattern Search (PS), and gradient-based fmincon (interior-point search) as benchmarks. The comparison results show that the BAS algorithm is six times faster in the worst case (25 times in the best case) as compared to the rival algorithms while achieving the same level of performance.
Sliding Mode Control With PID Sliding Surface for Active Vibration Damping of Pneumatically Actuated Soft Robots
This paper proposes a novel active vibration damping mechanism for soft robots. In recent years, soft robots have gained increasing research attention for robotic researchers and industrial developers alike. Soft robots offer a significant number of advantages when it comes to the handling of fragile objects, clinical rehabilitation tasks, and human-machine interaction. Soft robots demonstrate a high degree of compliance and safety because of their inherent softness, achieving the same with rigid robots will require intricate controller design and sensing mechanisms. However, the most commonly used soft robots use pneumatic systems for actuation. These pneumatic soft robots undergo large amplitude vibrations when deactuated suddenly. These vibrations not only decrease the accuracy of these soft robots but also compromise their structural integrity, which results in a decrease in their useable lifespan. An active vibration damping mechanism is very much needed to increase the utility of soft robots in industrial applications. To accurately control the dynamic behavior of soft robots, we propose a sliding mode based controller with PID sliding surface. The proposed controller uses feedback error to define a PID sliding surface, and a nonlinear sliding mode controller works to keep the system attached to the sliding surface. The coefficients of the PID sliding surface determine the dynamic behavior of the soft robot. The performance of the proposed controller is verified by using a multi-chambered parallel soft robot. The experimental results demonstrate that the proposed controller can suppress vibration amplitude to a decidedly smaller range.
Towards Energy Efficient Smart Grids Using Bio-Inspired Scheduling Techniques
Electric power grids are lagging in flexibility and time-response. A smart grid is an improved version of electrical grids that leverages Internet of Things (IoT) based devices to improve the overall infrastructure from the grid stations to intelligent appliances. It provides better understanding of supply and demand and overall flow of data depending based upon the requirements. Modern approach towards Smart grid envisions to provide electricity consumers with the opportunity to manage their respective power usage. Population increase has played a major role in the adoption of smart grid as a lot of electrical energy is consumed in the residential sector and a lot of architectures have been proposed for better flow of information from the smart meter to connectors and devices for improved customer participation. Customer needs have been very important in the smart grid. However, the customers have never been provided with the ease of choosing their own kind of benefits from the smart grid. In this work, we propose an enhanced architecture working effectively for multiple users based on their requirements. The users would be able to choose their type of scheduling techniques based on their requirements. These requirements may include cost reduction and increasing user comfort for better consumption of electricity and reliable systems. These requirements can be achieved using different Bio inspired computing based scheduling algorithms. Furthermore, in this work, we provide a comparison of these bio inspired scheduling techniques, i.e., Enhanced Differential Evolution, Bacterial Foraging Algorithm and Grey Wolf Optimization integrated in smart grid architecture for providing better consumption of electricity and achieving reliable systems. These algorithms mainly aim to schedule load, minimize electricity bills and maximize the user comfort depending on user demand.
Control Framework for Trajectory Planning of Soft Manipulator Using Optimized RRT Algorithm
This paper proposes a model-free control framework for the path planning of the rigid and soft robotic manipulator using an intelligent algorithm called Weighted Jacobian Rapidly-exploring Random Tree (WJRRT). The optimization approach is used to model the path planning problem, which is independent of the robotic model, and then used the WJRRT algorithm to solve it. WJRRT algorithm not only explores the cartesian space for the end-effector of the robotic manipulator randomly but also directs it towards the goal-position when required. It is robust enough to tackle the uncertainties in the manipulator and make the computation of path planning more efficient. WJRRT assigned a fitness value to each node of the tree. Based on the fitness values algorithm computes the final path, which is a trade-off between efficiency and safety of the path. The simulation results of two, three, and seven degrees of freedom (DOF) robotic manipulators are presented and compared with JT-RRT, Bi-RRT, and TB-RRT algorithms. Experimental results are verified using a soft manipulator made from flexible materials, i.e., polypropylene and polychloroprene. Their flexible structure makes their control complex and creates uncertainties in the model. The simulation and experimental results demonstrate that WJRRT can efficiently and accurately control the motion of manipulators.
Which is the best PID variant for pneumatic soft robots? an experimental study
This paper presents an experimental study to compare the performance of model-free control strategies for pneumatic soft robots. Fabricated using soft materials, soft robots have gained much attention in academia and industry during recent years because of their inherent safety in human interaction. However, due to structural flexibility and compliance, mathematical models for these soft robots are nonlinear with an infinite degree of freedom ( DOF) . Therefore, accurate position ( or orientation ) control and optimization of their dynamic response remains a challenging task. Most existing soft robots currently employed in industrial and rehabilitation applications use model-free control algorithms such as PID. However, to the best of our knowledge, there has been no systematic study on the comparative performance of model-free control algorithms and their ability to optimize dynamic response, i.e., reduce overshoot and settling time. In this paper, we present comparative performance of several variants of model-free PID-controllers based on extensive experimental results. Additionally, most of the existing work on model-free control in pneumatic soft-robotic literature use manually tuned parameters, which is a time-consuming, labor-intensive task. We present a heuristic-based coordinate descent algorithm to tune the controller parameter automatically. We presented results for both manual tuning and automatic tuning using the Ziegler–Nichols method and proposed algorithm, respectively. We then used experimental results to statistically demonstrate that the presented automatic tuning algorithm results in high accuracy. The experiment results show that for soft robots, the PID-controller essentially reduces to the PI controller. This behavior was observed in both manual and automatic tuning experiments; we also discussed a rationale for removing the derivative term.
BAS-ADAM: an ADAM based approach to improve the performance of beetle antennae search optimizer
In this paper, we propose enhancements to Beetle Antennae search ( BAS ) algorithm, called BAS-ADAM, to smoothen the convergence behavior and avoid trapping in local-minima for a highly non-convex objective function. We achieve this by adaptively adjusting the step-size in each iteration using the adaptive moment estimation ( ADAM ) update rule. The proposed algorithm also increases the convergence rate in a narrow valley. A key feature of the ADAM update rule is the ability to adjust the step-size for each dimension separately instead of using the same step-size. Since ADAM is traditionally used with gradient-based optimization algorithms, therefore we first propose a gradient estimation model without the need to differentiate the objective function. Resultantly, it demonstrates excellent performance and fast convergence rate in searching for the optimum of non-convex functions. The efficiency of the proposed algorithm was tested on three different benchmark problems, including the training of a high-dimensional neural network. The performance is compared with particle swarm optimizer ( PSO ) and the original BAS algorithm.
SIMPLER MAGIC: Synthesis and Mapping of In-Memory Logic Executed in a Single Row to Improve Throughput
In-memory processing can dramatically improve the latency and energy consumption of computing systems by minimizing the data transfer between the memory and the processor. Efficient execution of processing operations within the memory is therefore, a highly motivated objective in modern computer architecture. This article presents a novel automatic framework for efficient implementation of arbitrary combinational logic functions within a memristive memory. Using tools from logic design, graph theory and compiler register allocation technology, we developed synthesis and in-memory mapping of logic execution in a single row (SIMPLER), a tool that optimizes the execution of in-memory logic operations in terms of throughput and area. Given a logical function, SIMPLER automatically generates a sequence of atomic memristor-aided logic (MAGIC) NOR operations and efficiently locates them within a single sizelimited memory row, reusing cells to save area when needed. This approach fully exploits the parallelism offered by the MAGIC NOR gates. It allows multiple instances of the logic function to be performed concurrently, each compressed into a single row of the memory. This virtue makes SIMPLER an attractive candidate for designing in-memory single instruction, multiple data (SIMD) operations. Compared to the previous work (that optimizes latency rather than throughput for a single function), SIMPLER achieves an average throughput improvement of 435×. When the previous tools are parallelized similarly to SIMPLER, SIMPLER achieves higher throughput of at least 5×, with 23× improvement in area and 20× improvement in area efficiency. These improvements more than fully compensate for the increase (up to 17% on average) in latency.