<?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>content-based image retrieval systems &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/content-based-image-retrieval-systems/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Sep 2026 17:13:03 +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>content-based image retrieval systems &#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>CNN-Based Game Theory Approach Improves Similar Image Retrieval</title>
		<link>https://scienmag.com/cnn-based-game-theory-approach-improves-similar-image-retrieval/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Thu, 03 Sep 2026 17:12:59 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[CNN-based image similarity search]]></category>
		<category><![CDATA[combining color texture shape features]]></category>
		<category><![CDATA[competitive feature modeling]]></category>
		<category><![CDATA[content-based image retrieval (CBIR) systems]]></category>
		<category><![CDATA[content-based image retrieval systems]]></category>
		<category><![CDATA[deep learning and traditional features in multimedia search]]></category>
		<category><![CDATA[deep learning for image search]]></category>
		<category><![CDATA[deep learning in computer vision]]></category>
		<category><![CDATA[fusion of game theory and neural networks]]></category>
		<category><![CDATA[game theory in image search]]></category>
		<category><![CDATA[game theory-based image retrieval]]></category>
		<category><![CDATA[image retrieval]]></category>
		<category><![CDATA[innovative content-based image search methods]]></category>
		<category><![CDATA[iterative image search refinement]]></category>
		<category><![CDATA[machine learning for image retrieval]]></category>
		<category><![CDATA[modern image retrieval techniques]]></category>
		<category><![CDATA[modern image search algorithms]]></category>
		<category><![CDATA[multi-feature image matching]]></category>
		<category><![CDATA[multi-feature image similarity assessment]]></category>
		<category><![CDATA[Nash equilibrium in image matching]]></category>
		<category><![CDATA[Nash equilibrium in image processing]]></category>
		<category><![CDATA[non-cooperative game models in image retrieval]]></category>
		<category><![CDATA[rival visual features in computer vision]]></category>
		<category><![CDATA[strategic negotiation in visual feature analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/cnn-based-game-theory-approach-improves-similar-image-retrieval/</guid>

					<description><![CDATA[In a development that could reshape how machines search through billions of images, a team of Moroccan researchers has fused two very different intellectual traditions — Cold War-era game theory and modern deep learning — into a single image retrieval system that treats competing visual features as rival players in a strategic negotiation. The study, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a development that could reshape how machines search through billions of images, a team of Moroccan researchers has fused two very different intellectual traditions — Cold War-era game theory and modern deep learning — into a single image retrieval system that treats competing visual features as rival players in a strategic negotiation. The study, published in Multimedia Tools and Applications, describes how color, texture, and shape descriptors can be pitted against one another in a non-cooperative game, with the search refining itself iteratively until no player can improve the outcome. The result is a content-based image retrieval (CBIR) framework that reaches a Nash equilibrium before it returns its final answer, and it outperforms approaches that rely on any single type of visual evidence.</p>
<p>The research, led by Meriem Mansouhi and Samira El Moumen of the Computer Science and Systems Laboratory at Hassan II University of Casablanca, together with Noureddine Moussaid of the university&#8217;s Mathematics, Computer Science and Applications Laboratory in Mohammedia, tackles a stubborn problem in computer vision. Traditional CBIR systems rely on handcrafted features such as color histograms, shape signatures, and texture statistics to find images that look like a query image. Each of these features captures a different slice of visual identity, and none of them is sufficient on its own. A red sports car and a red rose may share a color histogram, while a car photographed at dusk may share nothing with the same car in daylight except its shape. Systems that naively blend features often produce results that satisfy no criterion particularly well — the visual equivalent of a committee compromise.</p>
<p>Mansouhi and her colleagues approached the problem differently. Instead of fusing features with fixed weights, they reformulated retrieval as a multi-criteria optimization problem and solved it with Nash game theory, the mathematical framework famously introduced by John Nash in the 1950s to describe strategic interactions among rational competitors. In the new framework, each feature extraction method is modeled as an independent player in a non-cooperative game. Every player proposes the cluster of images that it judges most visually similar to the query, based on its own representation of the visual world. The game then proceeds through an iterative negotiation: at each step, the intersection of all the proposed similar-image sets becomes the new working dataset, and the process is reapplied to that reduced set. The search narrows like a funnel, round after round, until a Nash equilibrium is reached — a state in which no player can unilaterally improve the retrieval result by changing its proposal.</p>
<p>The technical foundation of the game is a carefully engineered hybrid descriptor set. On the classical side, the system extracts color histograms, a technique whose lineage in image retrieval stretches back to Swain and Ballard&#8217;s seminal 1991 work on color indexing. Color histograms encode the distribution of pixel intensities across color channels in a way that is compact, fast to compute, and robust to small changes in viewpoint and lighting. On the deep learning side, the team adapted a customized variant of the VGG16 convolutional neural network, the sixteen-layer architecture introduced by Simonyan and Zisserman that became a backbone of modern computer vision. The researchers stripped out the network&#8217;s fully connected layers and applied Global Average Pooling to the convolutional outputs, a move that collapses spatial feature maps into compact, fixed-length vectors. This transformation yields descriptors that are simultaneously smaller, more generalizable, and directly comparable across images, while preserving the rich texture and shape information encoded in the convolutional layers.</p>
<p>Once the deep descriptors are extracted, the framework applies unsupervised k-means clustering to organize the image collection into groups within the feature space. Clustering serves a dual purpose: it accelerates retrieval by restricting the search space, and it produces more discriminative image groupings, so that when each game player proposes its candidate cluster, the proposal is meaningful rather than arbitrary. The color histogram player, the deep texture player, and the deep shape player each evaluate the clusters according to their own internal similarity metric, and the intersection mechanism enforces a form of consensus that no single feature could achieve alone. The design echoes the researchers&#8217; earlier work, including a 2021 study by Elmoumen, Moussaid, and Aboulaich that applied Nash equilibrium concepts to image retrieval, but the new system is the first to combine that game-theoretic engine with deep convolutional features and clustering.</p>
<p>To test the framework rigorously, the team evaluated it on two demanding and deliberately contrasting benchmarks. The Oxford5K dataset, originally collected from Flickr images, contains thousands of photographs of Oxford landmarks and is a standard testbed for object and building retrieval, where lighting, viewpoint, and occlusion vary wildly. The HAM10000 dataset, a large collection of multi-source dermatoscopic images of pigmented skin lesions, presents an entirely different challenge: medical images where subtle texture differences can separate benign lesions from malignant ones. The dual evaluation is significant because it demonstrates that the game-theoretic architecture is not tuned to one domain. A system that performs well on both landmark photography and dermatoscopy suggests a general-purpose retrieval mechanism rather than a domain-specific trick.</p>
<p>The implications for medicine are particularly striking. Content-based medical image retrieval has become an active frontier in clinical AI, with recent studies evaluating pre-trained convolutional networks and foundation models as feature extractors for diagnostic support. A retrieval system that can weigh texture cues captured by deep networks against shape and color evidence — and resolve conflicts between them through formal negotiation — could help clinicians find similar past cases for a difficult diagnosis, effectively letting a hospital&#8217;s entire imaging archive serve as a decision-support tool. The HAM10000 results suggest the framework is a credible candidate for that role, though the authors note that both datasets are used strictly for non-commercial research in accordance with their respective terms of use.</p>
<p>What makes the approach conceptually elegant is the way it reframes a familiar engineering problem in the language of economics. Multi-criteria optimization has long been handled with weighted sums, Pareto fronts, or heuristic fusion rules, all of which require a designer to decide in advance how much each criterion matters. The Nash game formulation removes that decision. Each feature player acts rationally in its own interest, and the equilibrium that emerges is a solution that no criterion can dispute. The iterative intersection process also gives the system a natural efficiency benefit: as rounds progress, the candidate set shrinks, so later rounds become faster even as they become more precise. The game, in effect, prunes its own search space.</p>
<p>The work also connects to a broader resurgence of interest in Nash-based methods for image processing. The same research group has previously explored a fractional-order derivative variational framework for blind image deconvolution using a Nash game strategy, and related work has applied game theory to machine learning and similar-image techniques. Meanwhile, the deep learning component sits within a rapidly evolving landscape that includes residual networks, contrastive vision-language models such as CLIP, and newer foundation encoders like SigLIP 2 and DINOv3. The Moroccan team&#8217;s contribution is not to compete with those giant models on raw representational power, but to show that a modest, carefully adapted VGG16 variant, combined with classical color descriptors and disciplined game-theoretic aggregation, can deliver competitive retrieval without massive compute.</p>
<p>The study received no external funding, and the authors declare no competing financial interests. Mansouhi led the literature review, methodology design, implementation, experiments, data analysis, and drafting, while El Moumen and Moussaid jointly conceived the research idea, provided methodological supervision, and critically revised the manuscript. The datasets — Oxford5K from academic benchmark repositories and Kaggle, and HAM10000 from a public Kaggle repository — are freely available to other researchers, which should make replication and extension straightforward for labs working on retrieval, medical imaging, or applied game theory.</p>
<p>As image collections worldwide swell into the billions and AI systems are increasingly asked to find, rank, and compare visual content, the question of how to combine competing notions of similarity grows more urgent. Search engines, medical archives, e-commerce platforms, and digital libraries all face the same fundamental tension: color says one thing, texture another, shape a third, and someone — or something — must arbitrate. By handing the arbitration to Nash&#8217;s equilibrium concept, the Casablanca team has offered a mathematically principled answer, one in which the final retrieval result is not a compromise imposed from above but a stability that emerges from below. If the approach scales as the benchmarks suggest, the next generation of image search may be quietly running a negotiation every time you press enter — and ending it only when every player agrees that no one can do better.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Content-based image retrieval combining convolutional neural network features and game theory via Nash equilibrium optimization</p>
<p><strong>Article Title:</strong> Game theory and CNN for similar images retrieval</p>
<p><strong>Article References:</strong> Mansouhi, M., El Moumen, S., &amp; Moussaid, N. (2026). Game theory and CNN for similar images retrieval. <em>Multimedia Tools and Applications, 85</em>(9), Article 730. <a href="https://doi.org/10.1007/s11042-026-21829-y" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21829-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21829-y" target="_blank" rel="noopener noreferrer">10.1007/s11042-026-21829-y</a></p>
<p><strong>Keywords:</strong> Game theory, Machine learning, Convolutional neural network, Image retrieval, Color descriptors, Shape descriptors, Texture descriptors</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">186481</post-id>	</item>
		<item>
		<title>Revolutionizing Medical Image Retrieval with Differential Evolution</title>
		<link>https://scienmag.com/revolutionizing-medical-image-retrieval-with-differential-evolution/</link>
		
		<dc:creator><![CDATA[Gavin Prescott]]></dc:creator>
		<pubDate>Mon, 27 Oct 2025 10:57:41 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI-driven healthcare solutions]]></category>
		<category><![CDATA[artificial intelligence in medical imaging]]></category>
		<category><![CDATA[content-based image retrieval systems]]></category>
		<category><![CDATA[diagnostic capabilities enhancement]]></category>
		<category><![CDATA[differential evolution in healthcare]]></category>
		<category><![CDATA[evolutionary strategies in image processing]]></category>
		<category><![CDATA[healthcare data management]]></category>
		<category><![CDATA[innovative approaches in medical diagnostics]]></category>
		<category><![CDATA[medical image retrieval]]></category>
		<category><![CDATA[optimization techniques for codebooks]]></category>
		<category><![CDATA[patient outcomes through technology]]></category>
		<category><![CDATA[systematic refinement of imaging data]]></category>
		<guid isPermaLink="false">https://scienmag.com/revolutionizing-medical-image-retrieval-with-differential-evolution/</guid>

					<description><![CDATA[In an innovative leap forward in the realm of medical imaging, a groundbreaking study explores the nexus between artificial intelligence and differential evolution in enhancing content-based medical image retrieval. Conducted by a team of researchers led by Tiwari, this study holds the potential to revolutionize how healthcare professionals access and utilize medical images. The implications [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In an innovative leap forward in the realm of medical imaging, a groundbreaking study explores the nexus between artificial intelligence and differential evolution in enhancing content-based medical image retrieval. Conducted by a team of researchers led by Tiwari, this study holds the potential to revolutionize how healthcare professionals access and utilize medical images. The implications of this research extend beyond mere efficiency, promising enhanced diagnostic capabilities that could significantly impact patient outcomes.</p>
<p>Differential evolution has garnered attention in various fields due to its effectiveness in optimization. In the context of medical image retrieval, this approach allows for the systematic refinement of codebooks, which are integral for managing the large volumes of imaging data generated in healthcare settings. By optimizing the codebook generation process, the researchers successfully demonstrated an improved mechanism for organizing and retrieving medical images, ultimately facilitating faster and more accurate diagnostic procedures.</p>
<p>The study meticulously outlines the intricate technical framework employed to harness differential evolution for codebook generation. Utilizing a population-based approach, the researchers implemented a series of evolutionary strategies to explore potential solutions. Each iteration of the algorithm leverages the best-performing codebook candidates, gradually refining the pool until an optimal configuration is achieved. This thorough methodological rigor underscores the commitment to precision in developing tools for clinical application.</p>
<p>One of the standout features of this research is the integration of advanced algorithms that mimic natural selection. The researchers designed the system to evolve solutions over generations, promoting only the most effective configurations while dismissing underperforming ones. This strategy not only streamlines the retrieval process but also ensures that the resulting codebooks are tailored to the specific demands of medical imaging.</p>
<p>The study places a significant emphasis on the role of computational efficiency in medical image retrieval. With the growing volume of diagnostic imaging, including MRI and CT scans, the demand for rapid access to images has never been greater. The application of differential evolution addresses this challenge head-on, enabling healthcare providers to retrieve pertinent images within seconds, thus expediting the decision-making process in clinical environments.</p>
<p>Moreover, the researchers underscore the importance of adaptability within their proposed system. The flexibility inherent in differential evolution allows the algorithm to evolve in response to varying datasets, ensuring that it remains effective despite the diverse nature of medical images generated across different institutions. This adaptive capability is crucial in a field where the characteristics of imaging data can vary widely based on factors like patient demographics and imaging technologies.</p>
<p>Another intriguing aspect of this research is its implications for personalized medicine. As the medical imaging landscape becomes increasingly complex, the ability to rapidly retrieve and analyze images can lead to more tailored treatment options for patients. By optimizing the retrieval process, healthcare providers can quickly assess imaging results, enabling them to make informed decisions that align with individual patient needs and medical histories.</p>
<p>The implementation of the proposed codebook generation methodology could also lead to enhanced collaborative efforts in the medical community. As institutions share data and imaging results, the uniformity and efficiency gained from an optimized retrieval system can foster a new standard in interdisciplinary collaboration. This paradigm shift can facilitate shared learning and resource pooling, ultimately enhancing the quality of care across various healthcare settings.</p>
<p>The researchers further highlight the potential for their work to inform future studies. By establishing a robust foundation for differential evolution in medical image retrieval, they pave the way for subsequent research endeavors aimed at refining and expanding upon these findings. Future investigations may explore the integration of other machine learning techniques, enriching the algorithm&#8217;s capabilities and broadening its applicability in medical settings.</p>
<p>In conclusion, the pioneering work conducted by Tiwari and colleagues stands at the forefront of technological advancements in healthcare. Their application of differential evolution for codebook generation represents a significant step toward more efficient and effective medical image retrieval. As healthcare continues to embrace digital innovations, this research underscores the importance of harnessing computational power to address the complex challenges posed by medical imaging. The future of medical diagnostics may very well lie in the intelligent solutions developed by increasing our understanding and utilization of differential evolution techniques.</p>
<p>As the study gains traction within the medical community, it is imperative for professionals and researchers alike to remain engaged in discussions about the ethical implications and practical applications of these technologies. The accessibility of faster, more accurate medical image retrieval systems not only has the potential to enhance diagnostic accuracy but also transforms the overall patient care experience, making it an exciting area of ongoing research and development.</p>
<p><strong>Subject of Research</strong>: Differential evolution in medical image retrieval.</p>
<p><strong>Article Title</strong>: Optimal Codebook Generation Using Differential Evolution for Content-Based Medical Image Retrieval.</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Tiwari, A., Bhattacharjee, K., Pant, M. <i>et al.</i> Optimal Codebook Generation Using Differential Evolution for Content-Based Medical Image Retrieval.<br />
                    <i>J. Med. Biol. Eng.</i>  (2025). https://doi.org/10.1007/s40846-025-00983-y</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>:</p>
<p><strong>Keywords</strong>: Differential evolution, medical imaging, codebook generation, content-based retrieval, healthcare technology, artificial intelligence.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">96968</post-id>	</item>
	</channel>
</rss>
