<?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>TD3+BC &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/td3bc/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 15:29:54 +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>TD3+BC &#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>Robots Taught to Expect the Worst: Adversarial Fine-Tuning Makes AI Control Systems Fail-Safe</title>
		<link>https://scienmag.com/robots-taught-to-expect-the-worst-adversarial-fine-tuning-makes-ai-control-systems-fail-safe/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 15:29:54 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[actuator faults]]></category>
		<category><![CDATA[adaptive reinforcement learning for robots]]></category>
		<category><![CDATA[adversarial training]]></category>
		<category><![CDATA[adversarial training for resilient control systems]]></category>
		<category><![CDATA[catastrophic failure prevention in robot policies]]></category>
		<category><![CDATA[continuous control]]></category>
		<category><![CDATA[curriculum learning]]></category>
		<category><![CDATA[D4RL]]></category>
		<category><![CDATA[data-driven robot learning with simulated failures]]></category>
		<category><![CDATA[enhancing AI control system robustness against real-world uncertainties]]></category>
		<category><![CDATA[failure-tolerant AI control policies]]></category>
		<category><![CDATA[improving robot failure recovery through adversarial fine-tuning]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[offline reinforcement learning]]></category>
		<category><![CDATA[offline-to-online learning]]></category>
		<category><![CDATA[reinforcement learning]]></category>
		<category><![CDATA[robot control]]></category>
		<category><![CDATA[Robotics safety in offline reinforcement learning]]></category>
		<category><![CDATA[robustness]]></category>
		<category><![CDATA[robustness in autonomous robot control]]></category>
		<category><![CDATA[safety protocols for AI-powered robots]]></category>
		<category><![CDATA[second-phase sabotage training for fault tolerance]]></category>
		<category><![CDATA[TD3+BC]]></category>
		<category><![CDATA[troubleshooting AI control system vulnerabilities]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=195927</guid>

					<description><![CDATA[Researchers have developed an offline-to-online reinforcement learning framework that uses adversarial action perturbations and an adaptive curriculum to make robot control policies dramatically more robust.]]></description>
										<content:encoded><![CDATA[<p>Robots are often trained in a strange paradox: the safest way to teach them is to keep them away from the real world. Offline reinforcement learning has emerged as the leading answer to this dilemma, allowing algorithms to learn control policies entirely from pre-collected datasets of past experience. The robot never has to flail, fall, or crash while learning, because the trial and error happened in data gathered earlier, whether from simulations, teleoperation, or previous deployments. But this efficiency comes with a hidden fragility that researchers have now begun to attack directly. Policies learned from static datasets tend to perform beautifully under the exact conditions recorded in that data and poorly everywhere else. When an actuator weakens, a joint stiffens, or noise creeps into the command signals, a policy trained only on clean demonstrations can fail in ways that are sudden and catastrophic. A new study published in Applied Intelligence by Shingo Ayabe, Hiroshi Kera, and Kazuhiko Kawamoto of Chiba University proposes a solution that is as conceptually elegant as it is technically effective: deliberately sabotage the robot during a second phase of training, so that it learns to compensate for the very failures it will one day face.</p>
<p>The framework the team developed sits at the junction of two major threads in modern reinforcement learning. The first thread is offline-to-online learning, a pipeline in which a policy is first pretrained on static data and then fine-tuned with limited real-world or simulated interaction. This two-stage approach preserves the sample efficiency of offline learning while allowing some online adaptation, and it has become increasingly popular for robotics because it minimizes dangerous, expensive online exploration. The second thread is adversarial training, borrowed in spirit from the adversarial examples literature in computer vision, where imperceptible perturbations to images expose shocking weaknesses in neural networks. In reinforcement learning, adversarial methods have been used to perturb state observations or actions to stress-test policies. The Chiba team&#8217;s contribution is to fuse these ideas: after offline pretraining on clean data, they fine-tune the policy while injecting perturbations into the actions it executes, forcing the policy to learn compensatory behavior that restores performance even when its commanded actions are corrupted.</p>
<p>The technical details matter here, because naive adversarial training can destroy as much as it hardens. In their main experiments, the researchers pretrained policies using TD3+BC, an offline reinforcement learning algorithm that combines the twin delayed deep deterministic policy gradient architecture with a behavior cloning regularizer to keep the policy close to the dataset. Perturbations were generated using Differential Evolution, an evolutionary optimization method that searches for action corruptions which minimize the critic&#8217;s value estimate, effectively finding the worst-case damage that can be inflicted within a bounded perturbation budget. During fine-tuning, these adversarial perturbations were applied stochastically: with some probability, the action the policy intended to execute was replaced or corrupted by the adversarial version. The fine-tuning process then continued online in continuous-control locomotion environments, with the replay buffer mixing fresh adversarial experience with a controlled proportion of the original offline data. This combination allowed the policy to retain its offline competence while progressively building resistance to action-space disturbances.</p>
<p>One of the study&#8217;s central innovations is a performance-aware curriculum that governs how aggressively the perturbations are applied. In a linear curriculum, the perturbation probability increases at a fixed rate regardless of how well the policy is actually learning. The team showed both theoretically and empirically why this can be dangerous. They formalized the problem with a lemma on safe curriculum progression: if performance degrades smoothly as perturbation probability increases, at a rate captured by a Lipschitz constant, then increasing difficulty is only safe when the expected performance improvement from policy optimization exceeds the loss caused by the jump in perturbation level. A linear schedule ignores this condition entirely. When learning progress slows but the perturbation probability keeps climbing, the difficulty shift dominates the improvement, and nominal performance collapses. This analysis explains a persistent pathology observed in adversarial curricula: policies that become excellent at surviving perturbations but forget how to walk properly when nothing is wrong at all.</p>
<p>The adaptive curriculum the researchers designed solves this by listening to the learning signal. Rather than marching to a fixed schedule, the perturbation probability is updated using an exponential moving average of the policy&#8217;s normalized performance score. When the policy is improving steadily, the curriculum tightens the screws and increases perturbation frequency; when performance stalls or fluctuates, the curriculum eases off. The update uses a bounded step size, which directly enforces the safe progression condition from the theoretical analysis, and the exponential moving average smooths the noisy episodic returns that make naive adaptation unstable. Hyperparameter analysis revealed how the smoothing factor and the step-size parameter shape the trajectory of the perturbation probability: larger smoothing factors make the curriculum more sensitive to performance swings, while larger step sizes push the overall perturbation level higher. The combination that maximized average performance across normal, random, and adversarial evaluation conditions was selected for the headline experiments, and the adaptive strategy consistently avoided the nominal performance degradation that plagued the linear alternative.</p>
<p>The experimental results, conducted on standard continuous-control locomotion benchmarks from the D4RL dataset suite including Hopper, HalfCheetah, and Ant, demonstrate that adversarial fine-tuning delivers robustness gains that are both substantial and statistically significant. Fine-tuned policies consistently outperformed offline-only baselines under both random and adversarial perturbation conditions, and Welch&#8217;s t-tests confirmed that most of these improvements were significant at conventional thresholds. Equally important, the fine-tuning converged substantially faster than training a robust policy from scratch, validating the core premise of the offline-to-online pipeline: the expensive work of acquiring basic competence can be done safely offline, and the comparatively cheap work of hardening that competence can then be done online. The study also found that matching the fine-tuning conditions to the evaluation conditions produced the strongest robustness, a finding with practical implications for deployment. If a robot is expected to operate with degraded actuators, it should be fine-tuned under perturbations resembling that degradation, not under a generic disturbance model.</p>
<p>The researchers went to considerable lengths to show that their framework is not an artifact of one particular algorithm. Additional experiments replaced TD3+BC with Implicit Q-Learning for pretraining and Soft Actor-Critic for online fine-tuning, demonstrating that the adversarial fine-tuning recipe generalizes across both policy-constraint-based and value-based offline methods. The robustness improvements persisted, although the stability-robustness trade-off proved environment-dependent, appearing most sharply in Hopper, where precise balance control makes the task unusually sensitive to robustness-oriented updates. The team also compared static perturbations generated in advance by Differential Evolution against step-wise perturbations generated on the fly by Projected Gradient Descent, which attacks the critic&#8217;s value estimates at every interaction step. The comparison revealed a subtle but consequential truth: robustness depends not only on perturbation magnitude but on the temporal structure of the perturbations themselves. Policies fine-tuned with static perturbations excelled under static adversarial evaluation and preserved nominal performance, while policies fine-tuned with step-wise PGD attacks excelled under step-wise attacks at the cost of slight conservatism in normal conditions.</p>
<p>Beyond the specific algorithmic contributions, the study carries a broader message about how robust systems should be built. The traditional alternatives to adversarial fine-tuning, such as domain randomization, inject randomness into training dynamics or environments and hope that the resulting policy averages over the noise. Adversarial training instead targets the worst case, teaching the policy to compensate for the most damaging corruption within a bounded budget. The Chiba team&#8217;s work suggests these two philosophies can be reconciled within a curriculum that respects the policy&#8217;s actual learning progress, and their theoretical safety condition offers a principled template for curriculum design far beyond robotics. It also echoes a growing recognition across machine learning, from malware detection to remote sensing, that adversarial stress testing is not merely a security exercise but a training strategy: systems that have grappled with their worst case during development handle the messy middle of reality far better than systems trained only on the ideal case.</p>
<p>The practical implications extend to any deployed control system where failure is expensive. Industrial manipulators with wearing actuators, legged robots traversing uneven terrain, autonomous vehicles whose control signals pass through noisy channels, and even medical dosing systems all face action-space disturbances that offline datasets rarely capture. A framework that requires no additional real-world risk during the bulk of learning, adapts its own training difficulty to the pace of progress, and comes with a formal guarantee on when increasing that difficulty is safe offers a compelling template for the next generation of resilient robot controllers. The authors, whose work was supported by JSPS KAKENHI Grant Number JP23K24914, have released their methodology on publicly available D4RL datasets and the open-source d3rlpy library, lowering the barrier for other laboratories to adopt and extend the approach. As robots move out of laboratories and into factories, hospitals, and homes, the ability to fail gracefully rather than catastrophically may prove to be the difference between machines we trust and machines we merely tolerate. Adversarial fine-tuning, this research suggests, is a major step toward the former.</p>
<p><strong>Subject of Research:</strong> Adversarial fine-tuning in offline-to-online reinforcement learning for robust robot control</p>
<p><strong>Article Title:</strong> Adversarial fine-tuning in offline-to-online reinforcement learning for robust robot control</p>
<p><strong>Article References:</strong> Adversarial fine-tuning in offline-to-online reinforcement learning for robust robot control. (n.d.). <a href="https://doi.org/10.1007/s10489-026-07455-z" rel="noopener noreferrer">https://doi.org/10.1007/s10489-026-07455-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10489-026-07455-z" rel="noopener noreferrer">10.1007/s10489-026-07455-z</a></p>
<p><strong>Keywords:</strong> reinforcement learning, offline reinforcement learning, offline-to-online learning, adversarial training, robot control, robustness, curriculum learning, continuous control, TD3+BC, D4RL, actuator faults, machine learning</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">195927</post-id>	</item>
	</channel>
</rss>
