<?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>ICFG-PEDES &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/icfg-pedes/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 13:55:00 +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>ICFG-PEDES &#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>AI Turns Visual and Linguistic Noise Into Structure for Person Retrieval</title>
		<link>https://scienmag.com/ai-turns-visual-and-linguistic-noise-into-structure-for-person-retrieval/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 13:55:00 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adaptive triplet learning]]></category>
		<category><![CDATA[AI for crowd surveillance]]></category>
		<category><![CDATA[cross-modal alignment]]></category>
		<category><![CDATA[cross-modal retrieval challenges]]></category>
		<category><![CDATA[CUHK-PEDES]]></category>
		<category><![CDATA[foreground discrimination]]></category>
		<category><![CDATA[ICFG-PEDES]]></category>
		<category><![CDATA[image and text modality mismatch]]></category>
		<category><![CDATA[innovative approaches in person re-identification]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in person search]]></category>
		<category><![CDATA[natural language description matching]]></category>
		<category><![CDATA[noise as valuable signal in computer vision]]></category>
		<category><![CDATA[noise modeling]]></category>
		<category><![CDATA[person re-identification]]></category>
		<category><![CDATA[Person retrieval using multimodal AI]]></category>
		<category><![CDATA[RSTPReID]]></category>
		<category><![CDATA[structured semantic reconstruction]]></category>
		<category><![CDATA[subtle visual cues in person detection]]></category>
		<category><![CDATA[surveillance image analysis]]></category>
		<category><![CDATA[text-based person identification]]></category>
		<category><![CDATA[text-based person retrieval]]></category>
		<category><![CDATA[vision-language understanding]]></category>
		<category><![CDATA[visual and linguistic noise filtering]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=205527</guid>

					<description><![CDATA[A new framework called From Noise to Structure transforms background clutter and linguistic redundancy into structured semantic signals, achieving state-of-the-art performance in text-based person retrieval.]]></description>
										<content:encoded><![CDATA[<p>Finding one particular person among thousands of surveillance frames has always been an awkward problem for machines. Ask a human investigator to locate &#8220;a man in a dark green jacket carrying a black backpack&#8221; and they will scan a crowd, filtering out the clutter of shopfronts, parked cars and passers-by almost instinctively. Ask a computer vision system to do the same, and it must first learn that most of what it sees is irrelevant — while somehow not destroying the subtle visual cues that actually identify the target. A new study published in the International Journal of Machine Learning and Cybernetics argues that the field has been solving this problem the wrong way, and that the &#8220;noise&#8221; everyone has been trying to eliminate may be one of the most valuable signals available.</p>
<p>The task in question is text-based person retrieval, often abbreviated TBPR. The goal is straightforward to state: given a natural language description of a person, retrieve the matching images from a gallery of pedestrian photographs. What makes it difficult is the mismatch between the two modalities. Language is sequential, abstract and selective; a sentence describes a handful of salient attributes and silently omits everything else. Images, by contrast, are exhaustive and spatially dense — every pixel of background, shadow and occluding object is present whether it matters or not. Between these two representations sits what the researchers call structural asymmetry: the same person can be described in wildly different sentences, and the same sentence can plausibly match several visually distinct people.</p>
<p>Conventional systems have treated the resulting difficulties as noise to be suppressed. Background clutter is cropped or masked away, non-semantic words are down-weighted or filtered, and the hope is that a clean, purely person-centric representation will emerge. The problem, as the authors of the new work point out, is that aggressive suppression is a blunt instrument. Masks are imperfect and can clip meaningful regions. Discarding background entirely removes context that might help disambiguate one candidate from another. Filtering words risks deleting terms that carry weak but genuine semantic weight. In each case, the pipeline assumes that anything not obviously signal must be useless — an assumption the new framework sets out to overturn.</p>
<p>The framework, called From Noise to Structure, or N2S, reframes the entire problem. Rather than suppressing interference, it reconstructs interference into structured, informative form. The underlying intuition is that noise is not inherently meaningless; it is simply unorganized. If a model can impose structure on the clutter — organizing it, distributing it, aligning it with semantic categories — then that formerly discarded material becomes a usable prior that sharpens rather than blurs discrimination. This is a philosophical shift as much as a technical one, and it plays out across three coordinated modules that the authors describe in detail.</p>
<p>The first module, Semantic Background Reconstruction, tackles visual clutter. Instead of masking or erasing background regions, SBR injects distribution-aware noise into them. The idea is counterintuitive at first glance: why add noise to areas you are trying to ignore? The answer lies in how neural networks learn foreground discrimination. A background that is erased becomes a flat, featureless void that carries no learning signal. A background that has been deliberately structured with controlled, statistically informed perturbations becomes a form of calibrated interference — a challenge the network must actively distinguish from the person in the foreground. In learning to separate true identity cues from this structured interference, the model&#8217;s foreground representations become sharper and more robust than they would be under simple suppression.</p>
<p>The second module, Semantic Layout Reconstruction, addresses the cross-modal gap. Text descriptions are aligned not merely with global image features, which collapses all spatial information into a single vector, but with spatially aware visual features that respect the layout of the scene. This means that when a sentence mentions an upper-body garment, the corresponding representation is anchored to the upper-body region of the image; when it describes a carried object, the alignment gravitates toward that region. By aligning textual representations with this spatially structured visual evidence, SLR improves cross-modal consistency — the degree to which a sentence and its matching image converge to similar points in the shared embedding space, while non-matching pairs remain separated.</p>
<p>The third module confronts the linguistic side of the problem. Human-written descriptions are full of redundancy: filler words, repeated attributes, and non-semantic terms that conventional pipelines either discard or let dilute the representation. Structured Noise Modeling takes a different route. It organizes linguistic redundancy into a compact semantic group, clustering non-keywords together so that they occupy a coherent region of the embedding space rather than scattering as random interference. Crucially, this clustering is separated from key attributes — the genuinely discriminative terms such as clothing color, carried items or body posture — through adaptive triplet learning. The triplet formulation pulls key attributes and their matching visual evidence together while pushing the compact noise cluster away, so that redundancy is accounted for without contaminating the identity-relevant signal.</p>
<p>The empirical evaluation covers the three standard benchmarks of the field: CUHK-PEDES, ICFG-PEDES and RSTPReID. These datasets differ in scale, annotation style and difficulty, spanning short attribute-rich descriptions, longer fine-grained sentences, and video-derived frames with varied contexts. Across all three, the authors report that N2S achieves state-of-the-art performance, outperforming prior methods that rely on suppression-based strategies. The consistency across datasets is significant, because it suggests the benefit comes from the structural reconstruction principle itself rather than from a dataset-specific trick. Each module contributes measurable gains, and the combination is more than the sum of its parts, indicating that the three forms of interference — visual, spatial and linguistic — were previously interacting in ways that suppression could not resolve.</p>
<p>What elevates the work beyond a leaderboard result is its conceptual claim. By redefining interference as a structured semantic prior, N2S offers a new perspective on harnessing noise in vision-language understanding more broadly. The same logic could extend beyond person retrieval to any cross-modal task where one modality is exhaustive and the other selective — image captioning, visual question answering, or open-vocabulary detection all contend with some version of the asymmetry. If cluttered input can be reorganized into structured interference that actively teaches a model what is not signal, then the enormous amounts of &#8220;wasted&#8221; information in natural images and natural language become a resource rather than a liability.</p>
<p>The practical stakes are considerable. Text-based person retrieval underpins real applications in surveillance-assisted search, missing-person investigations, and security analytics, where an investigator may have only a verbal description to work from. Systems that fail when backgrounds are busy, when descriptions are verbose, or when crowds obscure the target are of limited use in exactly the environments where they are needed most. By converting clutter into a structured teaching signal, the new approach points toward retrieval systems that degrade gracefully under realistic conditions instead of collapsing. The research was supported in part by the National Natural Science Foundation of China, and its authors, based at Jiangnan University in Wuxi, suggest that the paradigm may generalize well beyond the pedestrian-search domain in which it was developed. Whether the wider community adopts this reframing remains to be seen, but the message is clear: in machine perception, the line between noise and structure may be far thinner than anyone assumed.</p>
<p><strong>Subject of Research:</strong> Structured semantic reconstruction for text-based person retrieval, converting visual and linguistic noise into usable signals</p>
<p><strong>Article Title:</strong> From noise to structure: structured semantic reconstruction for text-based person retrieval</p>
<p><strong>Article References:</strong> Chen, J., Luo, X., Kong, J., &amp; Jiang, M. (2026). From noise to structure: structured semantic reconstruction for text-based person retrieval. <em>International Journal of Machine Learning and Cybernetics, 17</em>(10), Article 472. <a href="https://doi.org/10.1007/s13042-026-03299-8" rel="noopener noreferrer">https://doi.org/10.1007/s13042-026-03299-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s13042-026-03299-8" rel="noopener noreferrer">10.1007/s13042-026-03299-8</a></p>
<p><strong>Keywords:</strong> text-based person retrieval, structured semantic reconstruction, vision-language understanding, noise modeling, person re-identification, cross-modal alignment, foreground discrimination, adaptive triplet learning, CUHK-PEDES, ICFG-PEDES, RSTPReID, machine learning</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">205527</post-id>	</item>
	</channel>
</rss>
