<?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>semantic segmentation in image processing &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/semantic-segmentation-in-image-processing/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2026 23:31:49 +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>semantic segmentation in image processing &#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>Multi-task framework fuses infrared and visible images for better semantics</title>
		<link>https://scienmag.com/multi-task-framework-fuses-infrared-and-visible-images-for-better-semantics/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 23:31:46 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI frameworks for nighttime vision]]></category>
		<category><![CDATA[AI-assisted object recognition]]></category>
		<category><![CDATA[cross-modal image analysis]]></category>
		<category><![CDATA[deep learning for multi-spectral image analysis]]></category>
		<category><![CDATA[enhanced image perception in adverse conditions]]></category>
		<category><![CDATA[image fusion for improved machine perception]]></category>
		<category><![CDATA[Infrared and visible image fusion]]></category>
		<category><![CDATA[infrared and visible-light sensor data integration]]></category>
		<category><![CDATA[innovative image fusion techniques for autonomous systems]]></category>
		<category><![CDATA[Jiangxi University of Science and Technology research]]></category>
		<category><![CDATA[joint optimization in AI models]]></category>
		<category><![CDATA[joint optimization in image fusion networks]]></category>
		<category><![CDATA[machine learning for improved object recognition]]></category>
		<category><![CDATA[multi-sensor image analysis]]></category>
		<category><![CDATA[multi-task deep learning framework]]></category>
		<category><![CDATA[multi-task learning for image processing]]></category>
		<category><![CDATA[night vision enhancement]]></category>
		<category><![CDATA[salient object detection]]></category>
		<category><![CDATA[salient object detection in multi-sensor images]]></category>
		<category><![CDATA[semantic segmentation in image fusion]]></category>
		<category><![CDATA[semantic segmentation in image processing]]></category>
		<category><![CDATA[thermal and high-resolution image fusion]]></category>
		<category><![CDATA[thermal and visual imaging integration]]></category>
		<guid isPermaLink="false">https://scienmag.com/multi-task-framework-fuses-infrared-and-visible-images-for-better-semantics/</guid>

					<description><![CDATA[In a development that could reshape how machines see in the dark, a team of researchers at Jiangxi University of Science and Technology in Nanchang, China, has unveiled a new artificial intelligence framework that fuses infrared and visible-light images while simultaneously teaching itself what the objects in those images actually mean. The system, called MTSF-Net, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a development that could reshape how machines see in the dark, a team of researchers at Jiangxi University of Science and Technology in Nanchang, China, has unveiled a new artificial intelligence framework that fuses infrared and visible-light images while simultaneously teaching itself what the objects in those images actually mean. The system, called MTSF-Net, is described in a paper published in Mobile Networks and Applications, and its central innovation is deceptively simple: rather than treating image fusion as an isolated pixel-processing problem, the framework forces the fusion process to be guided by high-level vision tasks such as semantic segmentation and salient object detection, all within a single jointly optimized network.</p>
<p>Image fusion, at its core, is the practice of combining complementary information from multiple imaging sensors into a single, richer visual product. Infrared cameras capture thermal radiation emitted by objects, making them invaluable for seeing warm bodies in complete darkness, through smoke, or in adverse weather. Visible-light cameras, by contrast, deliver the high-resolution texture, color, and fine detail that human observers and recognition algorithms expect from ordinary photography. Neither modality alone tells the whole story, and for decades researchers have sought algorithms that can merge the two so that the thermal signatures of people, vehicles, and machinery are preserved alongside the crisp edges and textures of the visible scene. Early approaches relied on handcrafted mathematical tools: the Laplacian pyramid, wavelet decompositions, nonsubsampled contourlet transforms, guided filtering, sparse representation, and principal component analysis all featured prominently in the fusion literature. These methods offered interpretability and speed, but their hand-designed rules often struggled to balance the competing demands of thermal contrast and texture fidelity.</p>
<p>The arrival of deep learning transformed the field. Convolutional neural networks such as DenseFuse and RFN-NEST demonstrated that end-to-end training could produce fusion results that adapt to scene content rather than obeying fixed formulas. Generative adversarial networks, beginning with FusionGAN, injected a different philosophy, using adversarial training to preserve more visible detail in the fused output. More recently, transformer-based architectures like SwinFusion have extended fusion to long-range dependencies across the entire image, and diffusion models have been recruited to generate fused results with learned priors. Yet according to the research team, a fundamental weakness persists across most of this lineage: these methods operate at the pixel level and largely ignore what the image actually depicts. A fusion network that has no notion of &#8220;pedestrian,&#8221; &#8220;road,&#8221; or &#8220;sky&#8221; may blend intensities in ways that are mathematically pleasing but semantically destructive, blurring the very objects that downstream systems—autonomous vehicles, surveillance platforms, search-and-rescue robots—most need to see clearly.</p>
<p>MTSF-Net attacks this blind spot with a multi-task collaborative architecture. The framework employs a jointly optimized multi-encoder design in which cross-modal, hierarchical features are extracted from both the infrared and visible inputs through a shared encoder. Instead of feeding those features into a single fusion decoder, the network couples the fusion decoder with two additional task heads: one performing semantic segmentation, which assigns a class label to every pixel in the scene, and one performing salient object detection, which identifies the visually or thermally most conspicuous objects. Because all three tasks draw from the same shared feature representations and are optimized together, the semantic understanding learned for segmentation and detection flows backward into the fusion process itself. The fused image is no longer merely an aesthetic blend; it is a blend shaped by the knowledge of what matters in the scene.</p>
<p>This design philosophy builds on a growing recognition in the computer vision community that fusion and high-level vision should inform one another in a loop. The authors cite prior semantic-aware fusion work, including Tang and colleagues&#8217; semantic-aware real-time fusion network, as evidence that injecting high-level task knowledge can dramatically improve both the fused imagery and the performance of the tasks that consume it. MTSF-Net extends this idea into a fully collaborative, multi-decoder framework in which fusion, segmentation, and detection are peers rather than a primary task with auxiliary helpers. The practical consequence is that the fused output is optimized not only for how it looks but for how well it supports machine perception—arguably the more important criterion in real deployments, where a human rarely inspects the raw fused frame without algorithmic assistance.</p>
<p>The quantitative results reported on the MSRS dataset, a widely used benchmark containing registered pairs of infrared and visible images with semantic annotations, are notable. MTSF-Net outperformed existing fusion methods with average gains of 6.3 percent in mutual information, a standard metric that quantifies how much information from the source images is retained in the fused output, and 0.025 in Q-ABF, a quality metric that assesses how well edge and detail information is transferred from the sources to the fusion product. Perhaps more significant for downstream applications, the framework achieved a 3.2 percent improvement in mean intersection over union, or mIoU, for the semantic segmentation task. Because mIoU measures the overlap between predicted and ground-truth regions for each object class, this improvement indicates that the fused images produced under the multi-task objective are genuinely easier for segmentation networks to interpret—direct evidence that semantic guidance during fusion pays dividends in machine understanding, not just in image quality scores.</p>
<p>Equally important for practical adoption is the framework&#8217;s efficiency profile. Multi-task architectures can balloon in size, but the researchers report that the collaborative design introduces only approximately 12.5 million additional parameters beyond the base fusion network—a modest footprint by modern deep learning standards. The team characterizes this as a favorable trade-off between performance and complexity, a consideration that matters enormously for the edge devices where infrared-visible fusion is most needed. Self-driving cars, drones, and portable night-vision systems have limited compute and power budgets, and a fusion algorithm that demands server-class hardware is of little use to them. By keeping the parameter overhead contained while delivering measurable gains in both fusion quality and segmentation accuracy, MTSF-Net positions itself as a candidate for deployment in resource-constrained robotic and mobile platforms—the very domain suggested by its publication in a journal devoted to mobile networks and applications.</p>
<p>The research was carried out by He Xiao, Yaoyi Liu, Yingliang Weng, Xiaoshun Wu, Jiandong Zhang, Qiangyan Yan, Manjiao Zhou, and Qiuming Liu, all of the School of Software Engineering at Jiangxi University of Science and Technology. According to the paper&#8217;s contribution statement, Xiao and Liu conceived the study and drafted the original manuscript, while Weng, Liu, and Wu performed the experiments; Yan and Zhou analyzed the data and prepared the figures, and all authors reviewed and edited the final text. The work received support from the Natural Science Foundation of Jiangxi Province under grant number 20242BAB25073. The authors declare no competing interests. The article was received on 24 June 2025, accepted on 1 September 2026, and published on 9 September 2026.</p>
<p>The broader implications of this work reach into several active frontiers of applied computer vision. In autonomous driving, infrared fusion promises reliable pedestrian detection at night and in fog, where visible cameras fail and thermal signatures remain visible; a fusion output that is semantically structured from the outset could shorten the pipeline from raw sensor data to drivable decisions. In security and surveillance, salient object detection coupled with fusion could automatically flag human intruders in darkness while preserving enough visible texture for identification. In search-and-rescue operations, where smoke, debris, and darkness conspire against any single sensor, semantically aware fusion could help operators and algorithms alike distinguish a person from background heat sources more reliably than either modality alone. The MSRS benchmark results, while laboratory-bound, suggest that the multi-task philosophy generalizes well enough to be worth testing in these arenas.</p>
<p>The paper also situates itself within an accelerating wave of fusion research that now spans knowledge distillation approaches like DistillFuse, lightweight real-time designs such as MobileFuse, decomposition-based self-supervised methods, frequency-domain coupled dictionary learning in CDDFuse, interactive graph transformers such as IGFormer, and even reinforcement learning and large-language-model-informed fusion strategies like RL-Fusion. Against this crowded backdrop, MTSF-Net&#8217;s distinguishing claim is architectural rather than algorithmic: that the fusion objective itself should be constructed jointly with the tasks that will consume its output. The 6.3 percent mutual information gain and the 3.2 percent mIoU improvement together support the thesis that the loop between low-level fusion and high-level understanding, when closed inside a single network, produces better results at both ends. As sensor-equipped machines proliferate in safety-critical roles, frameworks that fuse what cameras see with an understanding of what it means are likely to define the next generation of multimodal perception.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A multi-task collaborative deep learning framework (MTSF-Net) for semantically guided fusion of infrared and visible images, jointly optimized with semantic segmentation and salient object detection.</p>
<p><strong>Article Title:</strong> MTSF-Net: A Multi-Task Collaborative Framework for Semantic Fusion of Infrared and Visible Image</p>
<p><strong>Article References:</strong> Xiao, H., Liu, Y., Weng, Y., Wu, X., Zhang, J., Yan, Q., Zhou, M., &amp; Liu, Q. (2026). MTSF-Net: A Multi-Task Collaborative Framework for Semantic Fusion of Infrared and Visible Image. <em>Mobile Networks and Applications</em>. <a href="https://doi.org/10.1007/s11036-026-02539-z" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11036-026-02539-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11036-026-02539-z" target="_blank" rel="noopener noreferrer">10.1007/s11036-026-02539-z</a></p>
<p><strong>Keywords:</strong> infrared and visible image fusion, multi-task learning, semantic segmentation, salient object detection, semantic-guided fusion, jointly optimized multi-decoders, mutual information, MSRS dataset, deep learning, computer vision, multi-encoder architecture</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192012</post-id>	</item>
	</channel>
</rss>
