<?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>autonomous underwater vehicle communication &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/autonomous-underwater-vehicle-communication/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Sep 2026 14:51:00 +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>autonomous underwater vehicle communication &#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>Divers use 3D pointing gestures to communicate with underwater robots</title>
		<link>https://scienmag.com/divers-use-3d-pointing-gestures-to-communicate-with-underwater-robots/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 06 Sep 2026 14:50:57 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[3D depth interpretation in underwater robotics]]></category>
		<category><![CDATA[3D pointing gesture recognition]]></category>
		<category><![CDATA[3D spatial understanding for robots]]></category>
		<category><![CDATA[addressing 2D pointing ambiguity in underwater environments]]></category>
		<category><![CDATA[advancements in underwater robotic communication]]></category>
		<category><![CDATA[advancements in underwater robotic navigation]]></category>
		<category><![CDATA[autonomous underwater vehicle (AUV) communication]]></category>
		<category><![CDATA[autonomous underwater vehicle communication]]></category>
		<category><![CDATA[depth perception in underwater robotics]]></category>
		<category><![CDATA[DIP-3D algorithm for diver gestures]]></category>
		<category><![CDATA[DIP-3D algorithm for underwater robots]]></category>
		<category><![CDATA[human-robot collaboration underwater]]></category>
		<category><![CDATA[improving diver-robot collaboration]]></category>
		<category><![CDATA[long-range underwater object identification]]></category>
		<category><![CDATA[underwater coral reef monitoring]]></category>
		<category><![CDATA[underwater exploration and debris retrieval]]></category>
		<category><![CDATA[underwater exploration and inspection]]></category>
		<category><![CDATA[underwater gesture-based control systems]]></category>
		<category><![CDATA[underwater human-robot interaction]]></category>
		<category><![CDATA[underwater object detection and localization]]></category>
		<category><![CDATA[underwater object identification]]></category>
		<category><![CDATA[underwater robot navigation]]></category>
		<guid isPermaLink="false">https://scienmag.com/divers-use-3d-pointing-gestures-to-communicate-with-underwater-robots/</guid>

					<description><![CDATA[Underwater robots are learning to understand one of humanity&#8217;s oldest and most instinctive gestures: pointing. In a study published in the journal Autonomous Robots, researchers describe a new algorithm called DIP-3D, short for Diver Interest via Pointing in Three Dimensions, that allows an autonomous underwater vehicle (AUV) to work out not just the direction in [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Underwater robots are learning to understand one of humanity&#8217;s oldest and most instinctive gestures: pointing. In a study published in the journal Autonomous Robots, researchers describe a new algorithm called DIP-3D, short for Diver Interest via Pointing in Three Dimensions, that allows an autonomous underwater vehicle (AUV) to work out not just the direction in which a scuba diver is pointing, but how far away the indicated object actually is. The breakthrough addresses a long-standing frustration in underwater human-robot interaction, where robots could previously only follow a diver&#8217;s pointing gesture within the flat, two-dimensional plane of a camera image, leaving them helpless when several objects lined up along the same line of sight.</p>
<p>The problem is deceptively simple to describe. Imagine a diver hovering over a coral reef who wants a robotic companion to inspect a piece of debris, photograph a specific coral head, or retrieve a dropped tool. If two objects sit in the same direction but at different distances, a two-dimensional interpretation of the pointing gesture is fundamentally ambiguous. The robot cannot tell whether the diver means the sponge three meters away or the wreck ten meters beyond it. Resolving that ambiguity requires depth information, and obtaining reliable depth information underwater is notoriously difficult. Traditional dense stereo vision, the standard technique for computing distance from paired camera images on land, breaks down beneath the surface because seawater absorbs most frequencies of incident visual light, leaving scenes washed in blue-green, starved of texture, and plagued by optical attenuation. Algorithms that estimate distance by matching every pixel between a left and right camera image produce wildly inconsistent results in these conditions.</p>
<p>The research team, led by Chelsey Edge of Carleton College, Demetrious Kutzke and Junaed Sattar of the University of Minnesota, and Megdalia Bromhal of the University of North Carolina Wilmington, sidestepped the problem with an elegant trick. Rather than attempting to reconstruct the entire scene in three dimensions, their algorithm reconstructs only a handful of carefully chosen points. A human pose estimator identifies three anatomical landmarks on the diver&#8217;s body: the wrist, elbow, and shoulder of the pointing arm. A feature detector, in this implementation the classic SIFT algorithm, picks out distinctive keypoints on candidate objects of interest in the scene. Because these points appear in both the left and right images of the robot&#8217;s stereo camera, they can be matched and triangulated using standard stereo geometry, yielding sparse but reliable three-dimensional coordinates even when dense reconstruction fails.</p>
<p>The mathematics at the heart of the method is a triangulation pipeline familiar from classical computer vision. For each matched keypoint pair, the disparity between its horizontal positions in the two rectified images is computed, and depth follows from the relationship that disparity equals the camera&#8217;s focal length multiplied by the stereo baseline, divided by the distance. A reprojection matrix then converts these disparities into full camera-frame coordinates. The team filtered out implausible results, discarding keypoints whose wrist-to-elbow or elbow-to-shoulder separation exceeded empirically determined limits, and rejecting computations that produced invalid, infinite depths. What remains is a sparse constellation of three-dimensional points describing the diver&#8217;s arm and each potential target.</p>
<p>From there, the robot reasons geometrically. The algorithm extends a vector from the diver&#8217;s elbow through the wrist, scaling it outward by a factor of three so that it sweeps through the volume in front of the diver. Each candidate object&#8217;s perpendicular distance to this extended pointing line is calculated using the cross-product formula for point-to-line distance in three dimensions. The object closest to the line wins. The robot then projects that winning object back into the two-dimensional image plane, where conventional visual servo controllers can drive the vehicle toward it. Crucially, the framework is modular: any state-of-the-art pose estimator or object detector can be swapped in as those technologies improve, without redesigning the pipeline.</p>
<p>Validating the system demanded real-world evidence, and the team delivered it in two dramatically different arenas: the controlled environment of a swimming pool and the open waters of the Caribbean Sea off the coast of Barbados. Underwater ground-truth measurements are genuinely difficult because the robot, diver, and objects are all in constant relative motion. To manage this, the researchers laid an instrumented trackline on the pool floor and the seafloor, marked with numbered placards at meter intervals and rigged with fishing floats for visibility, allowing approximate distances from the camera to be known during each experimental run. Both the Aqua AUV&#8217;s onboard stereo cameras, with a baseline of roughly 91 millimeters, and an external ZED-Mini stereo camera were used to guard against hardware-specific artifacts, and the cameras were calibrated in situ using waterproof AprilTag calibration boards.</p>
<p>The results were encouraging. In the pool, when both the diver and the target object were within about three meters of the vehicle, DIP-3D selected the correct object in the majority of trials, and the located object landed on average 117 pixels from the ground-truth annotation, roughly ten percent of the image height. In the open ocean, where turbidity and natural swells degraded visibility and station-keeping, performance held up within about two meters, with the average error shrinking to about 76 pixels, or six percent of the image height. The system even handled cases where the target was barely within the camera&#8217;s frame. Beyond those distances, the pose estimator simply could not detect the diver reliably, a limitation the team attributes to current pose-detection technology rather than to the pointing framework itself.</p>
<p>Perhaps the most thought-provoking evaluation involved comparing the algorithm against human perception. Because no prior method exists for interpreting three-dimensional diver pointing, the researchers recruited 305 participants through Amazon Mechanical Turk to examine ten images in which DIP-3D had succeeded, drawing bounding boxes around where they believed the diver was pointing. Each image received sixty independent labels, totaling 600. The comparison revealed something intuitive: when humans had an anchor feature such as the seafloor or pool bottom, their judgments clustered close to the algorithm&#8217;s prediction, often within a few pixels. But when the scene was ambiguous, for instance with a diver pointing at an object suspended in open water with no reference bottom, human error ballooned to as much as half the image dimensions, with some participants convinced the diver was indicating a small object behind them. The algorithm, anchored in genuine three-dimensional geometry, was immune to precisely the visual illusions that fooled people.</p>
<p>Runtime performance matters for a robot that must respond to a human holding a pose in open water. On a standard laptop-class CPU, the full DIP-3D pipeline completed in 0.74 seconds per stereo pair. On the Nvidia Jetson TX2 edge computer that flies aboard the Aqua AUV, the cycle took 2.56 seconds, about 0.39 cycles per second. That sounds slow compared with terrestrial real-time vision, but the authors argue it is entirely practical: recreational, commercial, and military diving standards already instruct divers to make deliberate, clear gestures and to pause between signals, so holding a pointing pose for three seconds is well within normal diving practice. Future improvements in pose estimation and object detection networks will only accelerate the pipeline.</p>
<p>The broader significance reaches beyond a single gesture. Underwater work, from pipeline inspection and gas-leak detection to coral surveys, archaeological mapping, and deep-ocean monitoring, increasingly relies on robots, yet deployed AUVs typically receive hard-coded mission plans before launch, and the only channel for in-situ reconfiguration is low-bandwidth acoustic communication that cannot carry rich instructions. ROVs offer flexibility but tether the operator&#8217;s awareness to the vehicle&#8217;s own sensors, creating blind spots and entanglement risks. DIP-3D points toward a third paradigm in which experienced divers and autonomous robots collaborate directly, with the diver simply pointing at what needs attention and the robot doing the rest. Because pointing is already part of every diver&#8217;s natural gesture repertoire, the interaction adds essentially no cognitive or physical burden to a human who is already managing a demanding task.</p>
<p>The authors are candid about remaining challenges. Divers assume poses underwater that no terrestrial pose estimator was trained to anticipate: cross-body pointing, hovering horizontally above the seafloor, and the visual clutter of buoyancy vests, regulators, and fins all complicate keypoint detection. A wider stereo baseline could extend the effective range but would demand a larger vehicle; the team notes that newer platforms such as the CUREE and MeCO AUVs could accommodate one. Newly emerging stereo-based three-dimensional pose estimators that require no 3D supervision may also boost accuracy and range. Still, the foundation is in place. The team envisions a future in which gesture classification is layered on top of pointing, letting a diver tell a robotic dive companion not only where to look but what to do there, whether that means picking up trash, photographing an artifact, or investigating a suspicious structure. In the silent, dim world beneath the waves, a simple outstretched arm may soon be all the instruction a robot needs.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A three-dimensional pointing-gesture reconstruction algorithm (DIP-3D) enabling autonomous underwater vehicles to identify objects of interest indicated by scuba divers</p>
<p><strong>Article Title:</strong> Diver interest via pointing in three dimensions: 3D pointing reconstruction for diver-AUV communication</p>
<p><strong>Article References:</strong> Edge, C., Kutzke, D., Bromhal, M., &amp; Sattar, J. (2026). Diver interest via pointing in three dimensions: 3D pointing reconstruction for diver-AUV communication. <em>Autonomous Robots, 50</em>(2), Article 23. <a href="https://doi.org/10.1007/s10514-026-10246-7" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10514-026-10246-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10514-026-10246-7" target="_blank" rel="noopener noreferrer">10.1007/s10514-026-10246-7</a></p>
<p><strong>Keywords:</strong> underwater human-robot interaction, autonomous underwater vehicles, pointing gestures, sparse stereo reconstruction, human pose estimation, diver-AUV communication, 3D object localization, marine robotics, stereo triangulation, underwater computer vision</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188780</post-id>	</item>
		<item>
		<title>Breaking New Ground in Marine Robot Communication: UF Scientists Unveil BlueME</title>
		<link>https://scienmag.com/breaking-new-ground-in-marine-robot-communication-uf-scientists-unveil-blueme/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Fri, 29 May 2026 18:13:26 +0000</pubDate>
				<category><![CDATA[Marine]]></category>
		<category><![CDATA[autonomous underwater vehicle communication]]></category>
		<category><![CDATA[BlueME antenna innovation]]></category>
		<category><![CDATA[compact underwater antennas]]></category>
		<category><![CDATA[energy-efficient underwater communication]]></category>
		<category><![CDATA[environmental monitoring with marine robots]]></category>
		<category><![CDATA[low-frequency electromagnetic underwater signals]]></category>
		<category><![CDATA[magnetoelectric antenna system]]></category>
		<category><![CDATA[marine robotics wireless communication]]></category>
		<category><![CDATA[naval underwater communication systems]]></category>
		<category><![CDATA[offshore structure inspection technology]]></category>
		<category><![CDATA[underwater robot communication technology]]></category>
		<category><![CDATA[University of Florida marine technology]]></category>
		<guid isPermaLink="false">https://scienmag.com/breaking-new-ground-in-marine-robot-communication-uf-scientists-unveil-blueme/</guid>

					<description><![CDATA[From the tranquil shallow waters of Lake Wahlberg to the vast, salty expanses of the open ocean, a groundbreaking technological initiative led by University of Florida researchers is transforming underwater communication. The team, leveraging expertise from the fields of marine robotics, wireless communication, and magnetoelectric device engineering, has succeeded in developing a compact, power-efficient antenna [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>From the tranquil shallow waters of Lake Wahlberg to the vast, salty expanses of the open ocean, a groundbreaking technological initiative led by University of Florida researchers is transforming underwater communication. The team, leveraging expertise from the fields of marine robotics, wireless communication, and magnetoelectric device engineering, has succeeded in developing a compact, power-efficient antenna system capable of dramatically improving robot-to-robot communication beneath the waves. This advancement holds the promise of revolutionizing applications ranging from naval missions and environmental monitoring to the inspection of offshore structures.</p>
<p>At the heart of this innovation lies BlueME, a sophisticated antenna system utilizing magnetoelectric principles tailored specifically for underwater environments. Traditional underwater communication systems often require large antennas or consume substantial power to transmit signals effectively in water—a medium notoriously challenging for electromagnetic waves due to its conductivity and attenuation properties. BlueME circumvents these limitations by operating around its natural resonance frequency, allowing it to efficiently transmit and receive very low-frequency (VLF) and low-frequency (LF) electromagnetic signals underwater while maintaining a remarkably compact form factor.</p>
<p>Efficiency in energy use is critical for underwater autonomous systems, which frequently operate on limited power budgets. Dr. Md Jahidul Islam, one of the lead researchers, articulated the design ethos underpinning BlueME: achieving robust communication performance with power consumption that remains below that of everyday consumer technology, such as standard stereo camera systems. The resulting device operates at about 10 watts at maximum capacity, a feat that represents a remarkable balance between energy efficiency and communication reliability in such a challenging medium.</p>
<p>The genesis of this project is deeply interdisciplinary. Dr. Adam Khalifa, whose primary research focuses on the design of miniature wireless medical microdevices deployable through minimally invasive procedures, found an intriguing parallel between wireless communication inside the human body and underwater environments. Since the human body is constituted largely of lightly salted water, the challenges of efficient wireless power transfer and signal transmission it presents are analogous to those encountered beneath the ocean’s surface. This unique insight fueled the conceptual breakthrough leading to BlueME and its novel application for underwater robotics.</p>
<p>Communication underwater remains an enduring obstacle impeding the advancement of autonomous marine platforms. Today, many underwater robots are limited to sending sparse status updates or must surface regularly to transmit mission-critical data, which significantly curtails their real-time autonomy and collaboration capabilities. The constraints on communication bandwidth and range directly impact the efficiency with which underwater systems can tackle complex tasks that demand coordinated behaviors.</p>
<p>BlueME addresses these challenges by enabling sustained communication over ranges exceeding 700 meters in ocean trials, an achievement surpassing many existing underwater communication platforms. Despite its compact size and low power requirements, the system maintains robust connectivity, empowering operators to receive periodic real-time updates from underwater robots during missions. This capability could allow mission adjustments based on evolving underwater conditions, thus enhancing operational flexibility and effectiveness.</p>
<p>The practical demonstration of BlueME is believed to be among the pioneering uses of compact magnetoelectric antennas for underwater robotic communication. The research team has proactively taken steps to protect this technology through a provisional patent filing and is actively seeking further support to refine the system&#8217;s design and expand field-testing with various autonomous underwater vehicles (AUVs). This work lays the foundation for a new paradigm in underwater robotics communication.</p>
<p>Beyond this immediate application, the research team envisions broader implications for BlueME and similar technologies. With sustained development and large-scale deployment, these innovations could catalyze a profound transformation in how swarms of autonomous underwater vehicles collaborate and interact within complex and dynamic marine environments. Such capabilities could dramatically improve the efficiency of naval reconnaissance, environmental data collection, resource monitoring, and the maintenance of underwater infrastructure.</p>
<p>The significance of BlueME extends beyond just hardware innovation; it signals the advent of a new era in underwater robotics. By overcoming the perennial hurdles of limited communication range and high power consumption, this technology enables a level of coordinated autonomy that was previously unattainable. As Dr. Islam notes, while this technology is still in its infancy, it represents “the very early days of a very powerful product” set to revolutionize underwater operations.</p>
<p>This research underscores the potential for cross-disciplinary innovation to solve problems once deemed intractable. By bridging fields as diverse as medical device engineering and marine robotics, the University of Florida team has opened new vistas in underwater communication technology. The synergy of these fields has delivered a solution that not only addresses the technical challenges of underwater electromagnetic propagation but does so with a level of practicality and efficiency conducive to real-world applications.</p>
<p>Future iterations of BlueME promise enhancements in miniaturization, power efficiency, and communication bandwidth, which will broaden the scope and complexity of tasks autonomous marine systems can undertake. Furthermore, the flexible and compact nature of this antenna system facilitates its integration into a wide array of robotic platforms, from small survey drones to larger underwater vehicles used in research, search and rescue, and military operations.</p>
<p>Ultimately, BlueME embodies the critical intersection of theoretical insight, engineering rigor, and practical application. As autonomous underwater systems become increasingly vital to a range of scientific, environmental, and security missions, innovations like BlueME will be central to enabling these technologies to operate collaboratively, efficiently, and intelligently beneath the ocean’s surface.</p>
<hr />
<p><strong>Subject of Research</strong>: Underwater wireless communication technology for autonomous marine robots using magnetoelectric antennas.</p>
<p><strong>Article Title</strong>: BlueME: Robust Underwater Robot-to-Robot Communication Using Compact Magnetoelectric Antennas</p>
<p><strong>News Publication Date</strong>: 5-May-2026</p>
<p><strong>Web References</strong>: <a href="https://ieeexplore.ieee.org/document/11506063">https://ieeexplore.ieee.org/document/11506063</a></p>
<p><strong>References</strong>: Published in IEEE Journal of Oceanic Engineering (JOE), DOI: 10.1109/JOE.2026.3675822</p>
<p><strong>Image Credits</strong>: Md Jahidul Islam, Ph.D., and Adam Khalifa, Ph.D./University of Florida</p>
<p><strong>Keywords</strong>: Underwater communication, magnetoelectric antennas, autonomous marine systems, low-frequency electromagnetic signals, energy-efficient underwater robotics, robot-to-robot communication, compact antenna design</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">162586</post-id>	</item>
	</channel>
</rss>
