<?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>switched systems &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/switched-systems/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 Sep 2026 21:04:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>switched systems &#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>Depth-Sensing Control Layer Cuts Robot Collisions in Vision-Language Navigation</title>
		<link>https://scienmag.com/depth-sensing-control-layer-cuts-robot-collisions-in-vision-language-navigation/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 20 Sep 2026 21:04:48 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[3D simulation]]></category>
		<category><![CDATA[cluttered environment robot navigation]]></category>
		<category><![CDATA[collision avoidance]]></category>
		<category><![CDATA[collision avoidance in robotics]]></category>
		<category><![CDATA[continuous motion planning]]></category>
		<category><![CDATA[depth sensing]]></category>
		<category><![CDATA[depth-sensing control layer]]></category>
		<category><![CDATA[differential-drive robot]]></category>
		<category><![CDATA[differential-drive robot navigation]]></category>
		<category><![CDATA[embodied AI]]></category>
		<category><![CDATA[embodied AI navigation]]></category>
		<category><![CDATA[hierarchical control architecture]]></category>
		<category><![CDATA[model predictive control]]></category>
		<category><![CDATA[natural language guided robot movement]]></category>
		<category><![CDATA[obstacle reduction in autonomous robots]]></category>
		<category><![CDATA[path planning]]></category>
		<category><![CDATA[PID control]]></category>
		<category><![CDATA[real-world robot collision reduction]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[simulation-based robotics research]]></category>
		<category><![CDATA[switched systems]]></category>
		<category><![CDATA[vision-language navigation]]></category>
		<category><![CDATA[VLN]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=202444</guid>

					<description><![CDATA[A hierarchical control architecture combines discrete vision-language navigation planning with switched PID, P and model predictive control to cut robot collisions from tens to fewer than one per episode in 3D simulation.]]></description>
										<content:encoded><![CDATA[<p>Robots that can follow spoken or written directions through a building have long been a goal of embodied artificial intelligence, but turning a high-level navigation plan into smooth, collision-free motion on real hardware remains one of the field&#8217;s stubborn gaps. A new study published in the International Journal of Intelligent Robotics and Applications tackles that gap head-on, presenting a hierarchical architecture that lets a differential-drive robot execute vision-language navigation instructions in a continuous, cluttered environment while dramatically reducing the number of times it crashes into obstacles. The work, led by Jahanzeb Khan of the National University of Sciences and Technology in Pakistan together with Huzaifa Salahuddin of Bilkent University, Nayyer Aafaq and Qasim Ali, reports that the approach cuts collisions per navigation episode from tens to fewer than one in realistic three-dimensional simulation.</p>
<p>Vision-language navigation, often abbreviated VLN, is the task of instructing an embodied agent, in natural language, to move through an environment, for example, &#8220;walk past the kitchen and stop at the door at the end of the hallway.&#8221; The agent must ground that instruction in what its cameras see, infer a route, and then physically execute it. Much of the progress in VLN over the past several years has come from models trained in discrete environments, where the world is represented as a graph of navigable nodes connected by edges and the agent simply hops from node to node. That formulation is computationally convenient and has produced impressive instruction-following performance, but it sidesteps a fundamental problem: in the continuous physical world, the space between nodes is filled with furniture, walls, doorframes and other obstacles that a node-hopping agent never has to think about.</p>
<p>The discrepancy between discrete training environments and continuous deployment environments has become a recognized bottleneck. When researchers evaluate discrete-trained VLN models in continuous settings, agents frequently collide with objects, get stuck, or fail to complete their routes, because nothing in their training taught them how to steer around a chair that was never on the navigation graph. Previous efforts to bridge this divide have included waypoint models that convert continuous trajectories into sequences of intermediate targets, and dedicated collision-avoidance frameworks such as Safe-VLN, which trains agents to avoid obstacles in continuous environments. The new paper takes a complementary and distinctly control-theoretic route: rather than retraining the VLN model itself, it wraps the discrete planner inside a layered control system that handles the physical realities of motion.</p>
<p>The architecture is hierarchical in the strict sense. At the top sits a high-level path planner built on VLN models that were trained in a discrete environment. This planner produces an inferred path, essentially a sequence of waypoints that satisfies the language instruction. At the bottom sits a low-level switching control system responsible for actually driving the robot&#8217;s wheels along that path. The robot platform considered is a differential-drive robot, the common two-wheeled configuration in which motion is achieved by varying the relative speeds of the left and right wheels. This class of robot is nonholonomic, meaning it cannot slide sideways, which makes precise path following a nontrivial control problem in its own right, independent of any obstacles.</p>
<p>The key innovation lies in how the low-level layer decides which controller to apply at any moment. The system intelligently switches among three classical and modern control strategies: Proportional-Integral-Derivative control, or PID, which is the workhorse of industrial feedback control and works well for steady tracking of a clear path; Proportional control, or P, a lighter-weight variant suited to certain regimes of the trajectory; and Nonlinear Model Predictive Control, or NMPC, an optimization-based technique that, at each control step, solves for the best sequence of future actions subject to constraints on the robot&#8217;s dynamics and its environment. NMPC is computationally heavier but far more capable when the robot must re-plan a segment of route that an obstacle has obstructed, because it can look ahead over a prediction horizon and find a feasible detour rather than reacting myopically.</p>
<p>Switching between controllers is not a trivial engineering choice. Control theorists have long studied switched systems, and a classical result by Hespanha and Morse established that stability of a switched system depends on how frequently and how abruptly the switching occurs; switch too erratically and even individually stable controllers can produce unstable overall behavior. The paper&#8217;s switching logic is designed with this in mind, selecting the active controller based on the robot&#8217;s situation, whether it is tracking an unobstructed path segment or confronting a detected obstacle, so that transitions between modes remain well-behaved. Depth sensing plays a central role here: by perceiving the distance to obstacles in the robot&#8217;s field of view, the system knows when a planned segment is blocked and when it is safe to hand control back to the smooth path-following controllers.</p>
<p>When the depth sensors reveal a static obstacle blocking the inferred route, the system does not simply stop or nudge around it with ad-hoc rules. Instead, the NMPC layer dynamically re-plans the obstructed segment of the route, generating a local detour that respects the robot&#8217;s kinematic constraints, and the robot then rejoins the original path beyond the obstruction. This division of labor means the expensive VLN model does not need to be retrained or re-queried every time a sofa sits where the planner expected clear floor. The intelligence about the world&#8217;s clutter lives in the control layer, where it can be handled with fast, well-understood feedback techniques running at control-loop rates rather than at the slower cadence of a large neural network.</p>
<p>The authors validated the approach in a realistic three-dimensional simulator, testing the full pipeline from language instruction to VLN-based path inference to switched-control execution with obstacle detours. The headline result is a substantial reduction in the number of collisions per episode, dropping from tens of collisions in the baseline setting to fewer than one on average. That order-of-magnitude improvement matters because collisions are not merely cosmetic failures; each one can leave an agent stuck, invalidate the rest of its plan, or, on physical hardware, damage the robot or its surroundings. The simulation code has been released publicly on GitHub, allowing other researchers to reproduce and build on the results.</p>
<p>The broader significance of the work is that it offers a viable recipe for bridging the gap between discrete high-level navigation plans and continuous robot control, without discarding the large investment the community has made in discrete-environment VLN models. Because the collision-handling intelligence is modular, improvements in VLN models, whether from better multimodal pre-training, larger language backbones, or new training objectives, can be dropped into the high-level layer while the control layer continues to guarantee safe execution. The authors frame the contribution as enhancing the robustness of VLN agents in cluttered or obstructed working spaces, a property that will be essential for assistive robots, delivery robots and any embodied agent expected to follow instructions in environments that were not engineered to be empty. As embodied AI moves from benchmark graphs toward homes, hospitals and warehouses, architectures like this one, which marry learned semantic navigation with rigorously engineered control, are likely to define the path from simulation success to real-world reliability.</p>
<p><strong>Subject of Research:</strong> Bridging discrete vision-language navigation planning and continuous robot control using switched controllers and depth sensing to reduce collisions</p>
<p><strong>Article Title:</strong> Discrete to continuous VLN adaptation with collision mitigation through depth sensing</p>
<p><strong>Article References:</strong> Khan, J., Salahuddin, H., Aafaq, N., &amp; Ali, Q. (2026). Discrete to continuous VLN adaptation with collision mitigation through depth sensing. <em>International Journal of Intelligent Robotics and Applications</em>. <a href="https://doi.org/10.1007/s41315-026-00592-1" rel="noopener noreferrer">https://doi.org/10.1007/s41315-026-00592-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s41315-026-00592-1" rel="noopener noreferrer">10.1007/s41315-026-00592-1</a></p>
<p><strong>Keywords:</strong> vision-language navigation, VLN, robotics, differential-drive robot, collision avoidance, depth sensing, model predictive control, PID control, switched systems, embodied AI, path planning, 3D simulation</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">202444</post-id>	</item>
	</channel>
</rss>
