<?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>fragile watermarking &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/fragile-watermarking/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 02:34:19 +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>fragile watermarking &#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>Self-Healing Images: Perfect Hashing and Matrix Coding Pinpoint and Restore Tampered Photos</title>
		<link>https://scienmag.com/self-healing-images-perfect-hashing-and-matrix-coding-pinpoint-and-restore-tampered-photos/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 02:34:19 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[data hiding]]></category>
		<category><![CDATA[digital image authentication]]></category>
		<category><![CDATA[digital watermarking]]></category>
		<category><![CDATA[fragile watermarking]]></category>
		<category><![CDATA[fragile watermarking techniques]]></category>
		<category><![CDATA[image authentication]]></category>
		<category><![CDATA[image forensics]]></category>
		<category><![CDATA[image integrity verification]]></category>
		<category><![CDATA[image restoration from tampering]]></category>
		<category><![CDATA[image self-recovery]]></category>
		<category><![CDATA[image tampering localization]]></category>
		<category><![CDATA[matrix coding]]></category>
		<category><![CDATA[matrix coding in multimedia security]]></category>
		<category><![CDATA[multimedia forensics]]></category>
		<category><![CDATA[multimedia security]]></category>
		<category><![CDATA[perfect hashing]]></category>
		<category><![CDATA[perfect hashing for image security]]></category>
		<category><![CDATA[Schur decomposition]]></category>
		<category><![CDATA[self-healing images]]></category>
		<category><![CDATA[SPIHT]]></category>
		<category><![CDATA[successful recovery of altered image regions]]></category>
		<category><![CDATA[tamper detection]]></category>
		<category><![CDATA[tampered image detection and recovery]]></category>
		<category><![CDATA[watermark-based image authentication]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200880</guid>

					<description><![CDATA[Researchers have developed a self-authenticating image watermarking scheme that combines perfect hashing and matrix coding to precisely localize tampering and progressively restore altered regions.]]></description>
										<content:encoded><![CDATA[<p>Digital images have become the default currency of communication, evidence, commerce, and journalism, yet every photograph that travels across an open network is exposed to silent modification. A cropped receipt, a spliced face, a doctored medical scan, or an altered satellite frame can circulate for hours before anyone notices that something is wrong. A research team led by Xuejing Li of the Anhui Institute of Information Technology, working with colleagues at Hangzhou Dianzi University and Anhui University, has now proposed a new image authentication framework designed to answer two questions simultaneously: where exactly has an image been altered, and can the altered pixels be rebuilt from information the image itself carries. Their work, published in Multimedia Tools and Applications, combines a classical data-structures idea known as perfect hashing with a matrix coding mechanism to achieve what the authors call successive recovery of tampered regions.</p>
<p>The core problem the researchers tackle is a familiar one in multimedia security: fragile watermarking. In a fragile watermarking scheme, a small amount of auxiliary data is embedded into the pixels of an image before it is distributed. If someone later modifies the image, the embedded data no longer matches the modified content, and the mismatch reveals the tampering. The difficulty is that conventional schemes often localize tampering only approximately, and they frequently fail to recover the altered content, particularly when the attacker tampers with large regions or when the embedding strategy itself creates ambiguities about which blocks are authentic and which are not.</p>
<p>The new framework begins with tamper detection, and this is where perfect hashing enters the picture. Hash functions compress data into short index values that act like fingerprints; a cryptographic hash is designed so that two different inputs almost never produce the same output. In image authentication, however, the fingerprints must be embedded inside the image itself, which forces them to be very short, and short fingerprints are prone to collisions, situations in which two different image blocks produce identical authentication codes. A collision is dangerous because an attacker can swap the contents of two blocks that share the same code, and the tampering would go undetected. To close this loophole, the team introduces a rehashing-based perfect hashing mechanism built on Schur decomposition. In linear algebra, the Schur decomposition factors a matrix into a unitary transformation and an upper triangular matrix, and the researchers exploit this structure to generate collision-resistant indices for encoding authentication information. Under the random mapping conditions that arise during block-based embedding, the rehashing process ensures that each block receives a unique, verifiable index, dramatically improving the reliability of tamper localization.</p>
<p>Detecting tampering, however, is only half of the task. The second half is recovery, and for that the embedded watermark must carry enough information to reconstruct the original content of any region that comes under attack. Encoding a full image inside itself is impossible, so the team relies on compression. They use the Set Partitioning in Hierarchical Trees algorithm, or SPIHT, a well-established embedded wavelet coding technique that exploits the tree structure of wavelet coefficients to represent image content efficiently. SPIHT produces a compact, progressively refinable bitstream, which means the most visually important information about an image is encoded first and can be represented in very few bits. By embedding SPIHT-encoded recovery data alongside the authentication bits, the scheme ensures that every tampered block carries within its neighbors, or in blocks elsewhere in the image, a compact description of what the original content looked like.</p>
<p>The clever architectural move is that both the authentication data and the recovery data travel together inside a single watermark payload. The two streams are jointly embedded into the host image through an adaptive matrix-guided watermarking strategy. The matrix coding mechanism organizes the image into a structured array of blocks and determines, adaptively, where and how to place the payload so that the embedding capacity is maximized while the visual distortion of the watermarked image remains imperceptible. The word adaptive matters here: rather than applying a uniform embedding rule everywhere, the scheme balances the competing demands of payload size and image quality, deciding how many bits can be hidden in each region without degrading the picture in ways a human viewer or statistical analysis could detect.</p>
<p>When a suspicious image arrives at the verification stage, the process runs in reverse. The receiver recomputes the perfect-hashing indices for each block, compares them with the embedded authentication codes, and flags the blocks where the two disagree as tampered. Because the indices are collision-resistant, the localization is precise, and false alarms caused by index duplication are largely eliminated. The receiver then extracts the SPIHT-encoded recovery bitstream from the intact portions of the image and uses it to reconstruct the content of the flagged regions. The term successive recovery refers to the ability of the scheme to keep refining and restoring tampered areas even when the tampering is extensive, working progressively through the image rather than giving up once a critical fraction of blocks has been corrupted.</p>
<p>Extensive experiments reported in the paper demonstrate that the proposed scheme outperforms representative fragile watermarking-based image authentication methods on both localization accuracy and recovery quality, while maintaining satisfactory perceptual fidelity of the watermarked image. In practice, this means fewer tampered blocks escape detection, fewer authentic blocks are wrongly accused, and the reconstructed regions retain more of their original visual content than with competing approaches. The experiments were conducted on standard grayscale test images drawn from the publicly available USC-SIPI Image Database, providing a common benchmark that allows fair comparison with earlier schemes in the literature.</p>
<p>The significance of this work extends beyond an incremental improvement in watermarking metrics. Images now serve as evidence in courts, as inputs to artificial intelligence systems, as medical records, and as news documents consumed by billions of people. As generative tools make manipulation easier and harder to spot by eye, self-authenticating images that can diagnose and repair their own damage offer a form of defense that does not depend on external databases, trusted third parties, or the availability of the original file. The image carries its own certificate of integrity and its own repair kit, and both travel with it wherever it goes.</p>
<p>The research was carried out by Xuejing Li, Jingmin Pan, Tingting Wang, and Fei Cheng of the Anhui Institute of Information Technology in Wuhu, China, with Fei Cheng also affiliated with Hangzhou Dianzi University and Qimin Zhou of Anhui University contributing to experimental verification. Cheng serves as the corresponding author. The work was supported by the Planned Self-financed Project of Wuhu, the Key Project of Higher Education Research of the Anhui Provincial Department of Education, the Anhui Provincial Department of Education College Talent Project, and the Software and System Engineering Research Center of Smart Car at AIIT. The article was received in May 2026, revised in July, accepted in August, and published on 11 September 2026 in volume 85 of Multimedia Tools and Applications as article number 752. As digital forensics races to keep pace with increasingly sophisticated manipulation tools, schemes like this one, which fuse ideas from data structures, matrix analysis, and wavelet compression into a single self-protecting image format, point toward a future in which the question is no longer simply whether a photograph can be trusted, but whether it can heal itself when that trust is broken.</p>
<p><strong>Subject of Research:</strong> Image authentication framework using perfect hashing and matrix coding for tamper detection and successive self-recovery of digital images</p>
<p><strong>Article Title:</strong> Successive recovery of tampered regions based on perfect hashing and matrix coding mechanism</p>
<p><strong>Article References:</strong> Li, X., Pan, J., Wang, T., Cheng, F., &amp; Zhou, Q. (2026). Successive recovery of tampered regions based on perfect hashing and matrix coding mechanism. <em>Multimedia Tools and Applications, 85</em>(9), Article 752. <a href="https://doi.org/10.1007/s11042-026-21881-8" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21881-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21881-8" rel="noopener noreferrer">10.1007/s11042-026-21881-8</a></p>
<p><strong>Keywords:</strong> image authentication, digital watermarking, tamper detection, image self-recovery, perfect hashing, SPIHT, fragile watermarking, matrix coding, Schur decomposition, multimedia security, image forensics, data hiding</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200880</post-id>	</item>
	</channel>
</rss>
