<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cable-driven manipulator safety assessment &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/cable-driven-manipulator-safety-assessment/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 19:08:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>cable-driven manipulator safety assessment &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Learns to Find a Robot&#8217;s Most Dangerous Pose Before It Ever Moves</title>
		<link>https://scienmag.com/ai-learns-to-find-a-robots-most-dangerous-pose-before-it-ever-moves/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 19:08:17 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced robotics design using AI]]></category>
		<category><![CDATA[autonomous identification of dangerous robot postures]]></category>
		<category><![CDATA[Bayesian optimisation]]></category>
		<category><![CDATA[Bayesian optimization in robotics]]></category>
		<category><![CDATA[cable-driven manipulator]]></category>
		<category><![CDATA[cable-driven manipulator safety assessment]]></category>
		<category><![CDATA[computational methods for robot stress analysis]]></category>
		<category><![CDATA[configuration space]]></category>
		<category><![CDATA[Expected Improvement]]></category>
		<category><![CDATA[finite element analysis]]></category>
		<category><![CDATA[finite element simulation reduction]]></category>
		<category><![CDATA[Gaussian process]]></category>
		<category><![CDATA[high degree-of-freedom robot pose evaluation]]></category>
		<category><![CDATA[hyper-redundant robots]]></category>
		<category><![CDATA[machine learning for robotic safety]]></category>
		<category><![CDATA[robot pose optimization]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[safe operation of flexible robotic arms]]></category>
		<category><![CDATA[stress analysis in hyper-redundant robots]]></category>
		<category><![CDATA[structural design]]></category>
		<category><![CDATA[structural stress prediction in robotic configurations]]></category>
		<category><![CDATA[surrogate modelling]]></category>
		<category><![CDATA[Von Mises stress]]></category>
		<category><![CDATA[worst-case stress]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197724</guid>

					<description><![CDATA[Researchers at the Italian Institute of Technology used Bayesian optimisation with a Gaussian process surrogate to identify stress-critical poses of a cable-driven hyper-redundant robot with only 250 finite element simulations.]]></description>
										<content:encoded><![CDATA[<p>Every robot pose is not created equal. For a slender, snake-like manipulator with five joints and a bundle of cables threading through its body, a subtle change in posture can quietly shift where internal forces concentrate, turning an innocuous-looking configuration into the single most structurally punishing position the machine can adopt. Finding that worst-case pose has long been a computational nightmare, because verifying the stress inside even one configuration requires a full finite element simulation. A team of roboticists at the Italian Institute of Technology and the University of Genova has now shown that a machine-learning technique called Bayesian optimisation can hunt down these stress-critical poses with a small fraction of the simulations that brute-force methods would demand, offering a new route to safer robot design and operation.</p>
<p>The research, published in the International Journal of Intelligent Robotics and Applications, focuses on a cable-driven hyper-redundant robot, a class of machines defined by a very high number of degrees of freedom. Hyper-redundant manipulators are prized for their manoeuvrability in confined and challenging environments, from inspection ducts to maintenance scenarios where conventional rigid arms cannot reach. But that flexibility comes at a price. Because each joint can move independently, the space of feasible postures is vast, and each posture produces a different distribution of internal loads. The mapping from configuration to peak stress is highly nonlinear and can only be evaluated reliably through computationally expensive simulations, making an exhaustive search impractical even for a five-dimensional problem.</p>
<p>The core of the new workflow treats worst-case stress identification as a black-box maximisation problem over the robot&#8217;s configuration space. For any candidate pose, a recursive statics model first computes the forces and moments that the rest of the manipulator transmits to the component of interest, in this case the robot&#8217;s first link. Cable tensions, gravity and the geometry of the cable routing all enter this equilibrium calculation, which is solved sequentially from the distal end of the arm toward the base. The resulting interface reactions then serve as boundary conditions for a finite element analysis of the link, performed in ANSYS, which returns the peak Von Mises stress, the standard scalar measure engineers use to gauge how close a material is to failure.</p>
<p>Running that pipeline for every conceivable pose would be prohibitively slow, so the researchers built a surrogate model that learns the relationship between configuration and stress. The surrogate is a Gaussian process, a probabilistic model that not only predicts the stress at any pose but also quantifies how confident it is in that prediction. The team used an ARD Matérn 5/2 kernel, a mathematical structure whose per-dimension length scales reveal which joint variables matter most to the stress response, and trained it on an initial set of 200 poses generated by Latin hypercube sampling across the joint limits of minus 45 to plus 45 degrees. All inputs and outputs were z-score standardised before training to keep the numerics well conditioned.</p>
<p>Bayesian optimisation then took over. The algorithm repeatedly asks where the next finite element simulation should be spent, using an acquisition function called Expected Improvement that balances two competing urges: exploiting regions where the model already predicts high stress, and exploring regions where its uncertainty is large, since a hidden danger may lurk there. Rather than evaluating one pose at a time, the framework uses batch Expected Improvement, proposing ten configurations per iteration that are evaluated in parallel. Because the batch criterion accounts for correlations between the proposed points, it penalises redundant, near-identical samples and rewards diverse batches that jointly cover both promising and uncertain regions of the configuration space.</p>
<p>The optimisation converged after just six Bayesian iterations, corresponding to 250 evaluated configurations in total. The identified worst-case pose produced a peak stress of 14.23 megapascals, an improvement of 1.41 percent over the best configuration found in the initial random design. That modest gain is itself informative: the space-filling initial design had already sampled near the critical region, and the Bayesian loop refined and confirmed the most demanding neighbourhood rather than drifting elsewhere. The Expected Improvement values attached to proposed batches fell from 16.2 percent of the normalised output range at the first iteration to 0.21 percent at convergence, indicating genuine saturation rather than a premature stop.</p>
<p>Two further checks strengthened confidence that nothing dangerous had been missed. When the researchers optimised the final Gaussian process surrogate itself and validated its predicted optimum in ANSYS, the resulting configuration, although geometrically distinct from the observed worst case, produced approximately 14.2 megapascals, nearly identical to the maximum found during the loop. This suggests the stress-critical condition is not an isolated spike but a neighbourhood of similarly punishing poses, exactly the kind of insight engineers need when planning real trajectories. On an independent test set of 100 previously unseen configurations, the surrogate achieved a mean absolute error of 0.13 megapascals and a coefficient of determination of 0.992, and in the top decile of the stress distribution its uncertainty estimates proved slightly conservative, with no false negatives at either the 90th or 95th percentile danger thresholds.</p>
<p>The authors are careful to frame the case study as methodological rather than as a certification of the hardware. The first link they analysed is intentionally overdesigned, so the absolute stress values remain far below the 45 megapascal yield strength of the PA12 polymer from which the link is made. The load cases considered arise from self-weight, cable preload and configuration-dependent internal load transfer, with no external payload applied at the end effector, and the analysis is quasi-static, omitting inertial effects and distributed cable friction. Within those assumptions, however, the framework demonstrates something broadly useful: it can tell designers whether substantially higher stresses are likely to remain hidden in unexplored regions of the configuration space, and it can do so with a limited simulation budget.</p>
<p>The practical implications extend beyond design verification. Because the surrogate is trained directly on robot configurations, the same workflow can be used during operation to screen trajectories, flagging or excluding poses associated with elevated structural demand before the robot ever attempts them. This stress-aware trajectory screening could be particularly valuable for hyper-redundant and snake-like robots deployed in inspection and maintenance, where the machine&#8217;s posture changes continuously and a single unlucky configuration could compromise the mission. The authors also note that the approach could be extended to multiple links, alternative structural metrics such as fatigue, or constrained multi-objective formulations, and that nonlinear material regimes would require discontinuity-aware kernels or additional regularisation.</p>
<p>What makes the work resonate beyond robotics is its demonstration of a broader principle: when every evaluation is expensive, intelligence about where to look next is worth more than raw computational power. Bayesian optimisation with Gaussian process surrogates has already transformed topology optimisation, aerospace design and co-design of robot mechanics and behaviour, and this study extends that logic into the configuration space of the robots themselves. As machines grow more articulated and their design spaces explode in size, the ability to map where danger concentrates, with a few hundred simulations instead of millions, may become as important to robot safety as the strength of any individual part.</p>
<p><strong>Subject of Research:</strong> Bayesian optimisation for identifying stress-critical robot poses in a cable-driven hyper-redundant manipulator</p>
<p><strong>Article Title:</strong> Configuration-space Bayesian optimisation for stress-critical pose identification on a hyper-redundant robot</p>
<p><strong>Article References:</strong> Configuration-space Bayesian optimisation for stress-critical pose identification on a hyper-redundant robot. (n.d.). <a href="https://doi.org/10.1007/s41315-026-00586-z" rel="noopener noreferrer">https://doi.org/10.1007/s41315-026-00586-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s41315-026-00586-z" rel="noopener noreferrer">10.1007/s41315-026-00586-z</a></p>
<p><strong>Keywords:</strong> Bayesian optimisation, hyper-redundant robots, Gaussian process, finite element analysis, Von Mises stress, surrogate modelling, cable-driven manipulator, robotics, structural design, worst-case stress, Expected Improvement, configuration space</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197724</post-id>	</item>
	</channel>
</rss>
