<?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>scan context &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/scan-context/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 Sep 2026 23:40:21 +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>scan context &#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>Object-Based Semantic Descriptors Push Robot Loop Closure Beyond Close Quarters</title>
		<link>https://scienmag.com/object-based-semantic-descriptors-push-robot-loop-closure-beyond-close-quarters/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 20 Sep 2026 23:40:21 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced robot localization techniques]]></category>
		<category><![CDATA[error correction in robot positioning]]></category>
		<category><![CDATA[improving navigation in complex environments]]></category>
		<category><![CDATA[LiDAR]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[loop closure detection]]></category>
		<category><![CDATA[loop closure detection in mobile robotics]]></category>
		<category><![CDATA[mapping drift prevention]]></category>
		<category><![CDATA[mobile robotics]]></category>
		<category><![CDATA[object semantic scan context (OSSC)]]></category>
		<category><![CDATA[object semantics]]></category>
		<category><![CDATA[Object-based semantic descriptors]]></category>
		<category><![CDATA[place recognition]]></category>
		<category><![CDATA[place recognition challenges]]></category>
		<category><![CDATA[point cloud]]></category>
		<category><![CDATA[RELLIS-3D]]></category>
		<category><![CDATA[research in Singapore for robotic mapping]]></category>
		<category><![CDATA[scan context]]></category>
		<category><![CDATA[semantic scene understanding for robots]]></category>
		<category><![CDATA[semantic segmentation]]></category>
		<category><![CDATA[SemanticKITTI]]></category>
		<category><![CDATA[simultaneous localization and mapping (SLAM)]]></category>
		<category><![CDATA[SLAM]]></category>
		<category><![CDATA[urban and off-road navigation accuracy]]></category>
		<category><![CDATA[visual and object recognition in robotics]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=204004</guid>

					<description><![CDATA[Researchers in Singapore have developed a semantic object-based descriptor called OSSC that improves loop closure detection for robots, enabling accurate place recognition between spatially separated lidar scans on urban and off-road benchmarks.]]></description>
										<content:encoded><![CDATA[<p>One of the most stubborn problems in mobile robotics has just received a promising new solution. When a robot drives through a city, a warehouse, or an off-road trail, it must constantly ask itself a deceptively simple question: have I been here before? Answering that question correctly is the essence of loop closure detection, the process by which a robot recognizes a previously visited place and uses that recognition to correct the accumulated errors in its estimated position. Without reliable loop closure, even the most sophisticated simultaneous localization and mapping systems drift slowly but inevitably away from reality, producing warped maps that become useless for navigation. A team of researchers working in Singapore has now introduced a descriptor called Object Semantic Scan Context, or OSSC, which promises to make loop closure detection dramatically more accurate, especially in the difficult situations where conventional methods tend to fail.</p>
<p>The new approach, described in a paper published in the journal Autonomous Robots by Dhruv Kumarjiguda of Nanyang Technological University and colleagues at the Institute for Infocomm Research, part of the Agency for Science, Technology and Research in Singapore, tackles a specific and costly weakness of existing techniques. Most state-of-the-art loop closure methods depend on the robot physically revisiting a location in close proximity to where it was before. In other words, the robot must essentially travel back to nearly the exact same spot before the system can confidently declare that a loop has been closed. That requirement forces robots to perform unnecessary traversals of their environments, wasting time and energy, and it leaves a wide band of scenarios in which two scans of the same neighborhood, taken from moderately different vantage points, are simply not recognized as describing the same place.</p>
<p>OSSC departs from the conventional recipe in a fundamental way. Instead of encoding only the geometric structure of the environment, the raw shapes and distances captured by a lidar sensor as a three-dimensional point cloud, the new descriptor layers semantic information into the representation. Modern perception systems can label individual points in a lidar scan according to the object they belong to: this cluster is a car, that one is a tree, another is a building, a pedestrian, or a traffic sign. OSSC exploits these labels by organizing the description of a scene around prominent external reference points that the authors call Main Objects. Rather than treating the environment as an undifferentiated field of geometry, the descriptor builds a rich local representation of everything surrounding each Main Object, capturing not just where things are but what kinds of things they are.</p>
<p>The technical machinery behind the descriptor draws on the successful lineage of scan context methods. The original Scan Context, introduced in 2018, divides the space around a robot into a polar grid and encodes the maximum height of points in each cell, producing a compact two-dimensional matrix that can be compared rapidly against other scans. Scan Context++ and numerous successors refined this idea to handle rotation and lateral shifts in urban environments, and subsequent variants incorporated intensity information, deep learning, and other cues. OSSC extends this family by filling the grid not with geometric summaries alone but with weighted semantic labels, so that the pattern of object types in a neighborhood becomes a fingerprint of the place. Because objects such as buildings, poles, and vegetation tend to be arranged in stable configurations, two scans of the same area will encode similar semantic distributions even when the sensor viewpoints differ substantially.</p>
<p>A crucial design decision distinguishes OSSC from earlier attempts to inject semantics into place recognition. Some prior methods, such as the Semantic Scan Context approach, relied on a limited set of dominant or sparse semantic features, which made them fragile when the expected objects were missing, occluded, or poorly detected. The Singapore team instead chose to capture the semantic patterns and distributions of all objects around the Main Objects, not merely a handful of the most salient ones. This wholesale encoding of the semantic landscape gives the descriptor a resilience that sparse approaches lack. If one car moves between visits, or a pedestrian walks out of frame, the overall semantic composition of the scene remains recognizable, and the comparison between scans still yields a confident match.</p>
<p>The researchers also developed careful strategies for choosing which objects serve as Main Objects and for weighting different semantic labels according to their discriminative power. Not all object categories are equally useful for identifying a place. Buildings and poles persist and stay put, whereas cars and people come and go, so the system learns to emphasize the categories that reliably distinguish one location from another while downweighting the transient ones. These weighting strategies become especially important in challenging scenarios where the geometric structure of the environment is repetitive, such as corridors of similar-looking buildings or stretches of tree-lined road, and where semantic composition provides the only reliable signal of identity.</p>
<p>To test the approach, the team evaluated OSSC on two demanding public benchmarks. The first, SemanticKITTI, provides dense lidar point clouds with semantic annotations collected in structured urban and residential environments, and has become a standard proving ground for semantic perception research. The second, RELLIS-3D, offers point cloud data from unstructured, off-road terrain, a setting in which the tidy geometry of city streets gives way to irregular vegetation, uneven ground, and far less predictable scene composition. Performing well on both benchmarks is a meaningful achievement, because methods that thrive on the regular structure of urban scenes frequently collapse when confronted with the visual chaos of natural terrain.</p>
<p>The results showed high accuracy across a variety of scenarios, and, most significantly, the descriptor maintained its performance on scans that were spatially separated from one another. This is precisely the capability that matters most for practical deployment. A robot equipped with OSSC can recognize a previously visited region even from a moderately distant vantage point, which means it does not have to drive all the way back to the same spot before its mapping system can correct itself. The reduction in unnecessary traversals translates directly into operational savings: less energy consumed, less time wasted, and faster map convergence, benefits that compound over long autonomous missions in warehouses, campuses, agricultural fields, and city streets alike.</p>
<p>The significance of this work extends beyond any single algorithm. Loop closure detection sits at the heart of the growing mobile robotics sector, underpinning autonomous vehicles, delivery robots, inspection drones, and agricultural machinery, all of which must build and maintain accurate maps to function safely. As the industry scales, the robustness of place recognition in diverse environments, from structured cities to unstructured wild terrain, becomes a bottleneck for deployment. A descriptor that fuses geometry with semantics, anchored on stable objects and tolerant of viewpoint change, addresses the problem at its conceptual root: places are identified not just by their shapes but by the meaningful things they contain. The research also highlights the value of rich semantic segmentation, since the entire approach depends on accurately labeling points in the point cloud, and improvements in perception models will feed directly into better loop closure.</p>
<p>For the robotics community, OSSC offers a demonstration that the long-standing trade-off between the strictness of place recognition and the flexibility of robot behavior can be loosened. By encoding the full semantic distribution around carefully selected reference objects, and by weighting semantic labels to maximize discriminative power, the method achieves robustness in exactly the regimes, spatially apart scans, dynamic scenes, and unstructured terrain, where geometric descriptors stumble. The work, supported by the Robotics and Machine Intellection departments at A*STAR&#8217;s Institute for Infocomm Research and tested on openly available datasets, points toward a generation of robots that can navigate the world with a more human-like sense of place, one that recognizes a street corner not because the laser rangefinder sees identical geometry, but because the same distinctive assembly of buildings, poles, and vegetation stands sentinel there.</p>
<p><strong>Subject of Research:</strong> Semantic object-based loop closure detection for robot SLAM</p>
<p><strong>Article Title:</strong> Enhancing loop closure detection with object semantic scan context</p>
<p><strong>Article References:</strong> Kumarjiguda, D., Verma, S., Dutta, R., Ahmed, S. Z., &amp; Kun, Z. (2026). Enhancing loop closure detection with object semantic scan context. <em>Autonomous Robots, 50</em>(4), Article 39. <a href="https://doi.org/10.1007/s10514-026-10270-7" rel="noopener noreferrer">https://doi.org/10.1007/s10514-026-10270-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10514-026-10270-7" rel="noopener noreferrer">10.1007/s10514-026-10270-7</a></p>
<p><strong>Keywords:</strong> loop closure detection, SLAM, place recognition, lidar, point cloud, semantic segmentation, scan context, object semantics, mobile robotics, localization, SemanticKITTI, RELLIS-3D</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">204004</post-id>	</item>
	</channel>
</rss>
