<?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>fine-tuning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/fine-tuning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 21 Sep 2026 01:58:51 +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>fine-tuning &#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>Prompt Robustness and Fine-Tuning Tested in Open-Vocabulary Object Detection Showdown</title>
		<link>https://scienmag.com/prompt-robustness-and-fine-tuning-tested-in-open-vocabulary-object-detection-showdown/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 01:58:51 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[domain shift]]></category>
		<category><![CDATA[fine-tuning]]></category>
		<category><![CDATA[inference latency]]></category>
		<category><![CDATA[mAP]]></category>
		<category><![CDATA[object recognition]]></category>
		<category><![CDATA[open-vocabulary detection]]></category>
		<category><![CDATA[prompt sensitivity]]></category>
		<category><![CDATA[vision-language models]]></category>
		<category><![CDATA[YOLO-World]]></category>
		<category><![CDATA[YOLOE]]></category>
		<category><![CDATA[zero-shot object detection]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=204992</guid>

					<description><![CDATA[A new comparative study finds that YOLO-World v2 offers the best balance of accuracy, speed, and prompt robustness among open-vocabulary object detectors, while YOLOE loses its open-vocabulary behavior after fine-tuning.]]></description>
										<content:encoded><![CDATA[<p>Open-vocabulary object detection has quietly become one of the most consequential ideas in modern computer vision. Instead of being locked to a fixed list of categories learned during training, these models can recognize objects described in plain language—a text prompt such as &#8220;traffic sign&#8221; or &#8220;kitchen appliance&#8221; is enough to make them find and localize instances they were never explicitly trained on. The promise is enormous: robots that understand novel instructions, surveillance systems that adapt to new threats, and annotation pipelines that label images without human effort. Yet a new systematic study from Selcuk University in Konya, Türkiye, suggests that the field&#8217;s enthusiasm for headline accuracy numbers has obscured a more complicated reality, one in which the choice of words, the cost of inference, and the fate of unseen classes after fine-tuning can matter as much as raw performance.</p>
<p>The research, published in Multimedia Tools and Applications by Melisa Alara Ozuberk and Ilkay Cinar, delivers one of the first head-to-head evaluations of three leading real-time open-vocabulary detectors: YOLO-World, its successor YOLO-World v2, and YOLOE. Rather than benchmarking accuracy alone, the authors designed their experiments around three scenarios that mirror how these systems are actually deployed: zero-shot inference on entirely new datasets, sensitivity to variations in the textual prompts that steer detection, and fine-tuning on domain-specific data followed by tests of whether open-vocabulary generalization survives. The evaluation spans three datasets with deliberately different characteristics—the classic VOC2012 segmentation subset, the HomeObjects-3K indoor detection dataset, and the demanding KITTI autonomous driving benchmark.</p>
<p>The zero-shot results reveal a striking dependence on domain. The highest performance was achieved on HomeObjects-3K, where YOLO-World v2 reached 0.443 mAP@0.5:0.95, a metric that rewards both accurate localization and correct classification across a range of overlap thresholds. KITTI, by contrast, produced the weakest results across all three models, a consequence of domain shift: the driving imagery, with its unusual viewpoints, small distant objects, and harsh lighting conditions, differs substantially from the data distributions these models encountered during pre-training. On the VOC dataset, YOLOE claimed the highest zero-shot accuracy at 0.310 mAP@0.5:0.95, outperforming both YOLO-World variants on that benchmark, although this advantage came with a caveat that emerged clearly in the timing analysis.</p>
<p>That caveat is speed. YOLO-World v2 proved to offer the best overall balance between accuracy and throughput, sustaining between 20 and 30 frames per second—comfortably real-time for many applications. YOLOE, despite its stronger zero-shot accuracy on VOC, exhibited lower inference speed in some configurations, a trade-off that could prove decisive in latency-sensitive settings such as autonomous navigation or live video analytics. The YOLO-World family also benefited from an embedding cache mechanism, which pre-computes text embeddings for the prompt vocabulary and reuses them across frames. Latency analysis with increasing prompt counts showed that this design keeps inference efficient even as the number of textual categories grows, an architectural advantage that becomes more valuable the richer the vocabulary deployed in production.</p>
<p>Perhaps the most practically important finding concerns prompt robustness—the question of how much detection quality degrades when the words fed to the model change. The authors constructed four categories of prompts for each dataset: base prompts, attribute prompts that add descriptive modifiers, longer descriptive prompts, and noisy prompts containing degraded or perturbed language. The results showed measurable performance drops under noisy prompt conditions for all models, confirming that open-vocabulary detectors are not immune to the fragility of language interfaces that has been documented across the broader vision-language literature. However, YOLO-World v2 maintained better stability across these variations than its competitors, suggesting that its training recipe or text-encoding pathway confers a degree of resilience that practitioners should weigh when deploying systems in the hands of non-expert users who cannot be relied upon to craft optimal prompts.</p>
<p>Fine-tuning delivered the expected gains but also exposed an uncomfortable truth about what adaptation costs. After fine-tuning on each dataset, mAP scores improved for all three models, demonstrating that standard transfer learning techniques remain effective when open-vocabulary detectors are specialized to a target domain. But the fine-tuned models showed zero performance on some unseen categories—classes that were never part of the fine-tuning data. This is precisely the failure mode that open-vocabulary detection is supposed to prevent, and its appearance after adaptation indicates that the boundary between open and closed vocabulary is thinner than the field often assumes.</p>
<p>The divergence between the model families was especially pronounced here. The YOLO-World family retained some of its open-vocabulary generalization ability after fine-tuning, continuing to respond to textual prompts for categories outside the training set. YOLOE, under the fine-tuning protocol adopted in the study, exhibited closed-set-like behavior: its predictions remained insensitive to the evaluated prompt variations, effectively behaving as if the text interface had been switched off and the model had reverted to a conventional fixed-category detector. For teams choosing between these architectures, the implication is significant—fine-tuning YOLOE may buy accuracy on known classes at the price of the very flexibility that motivated choosing an open-vocabulary model in the first place.</p>
<p>The study&#8217;s methodology reflects a growing recognition that evaluation practices in this field have been too narrow. The authors note that existing research has focused mainly on accuracy metrics while prompt robustness, unseen class generalization, and computational costs are rarely assessed together. By combining confusion-matrix-based analysis, standard detection metrics such as mAP at multiple intersection-over-union thresholds, and latency profiling under varying prompt counts, the work offers a template for more honest benchmarking. The datasets themselves are all publicly available—VOC2012 from the PASCAL repository, KITTI from the KITTI Vision Benchmark Suite, and HomeObjects-3K through its original repository—making the evaluation pipeline reproducible by other groups.</p>
<p>The broader context makes these findings timely. Open-vocabulary detection builds on a lineage that runs from the original YOLO real-time detector through open-set recognition and open-world detection to caption-supervised methods and the CLIP-style vision-language models that supply the text-image alignment these detectors depend on. YOLO-World, introduced in 2024, brought this capability to real-time speeds, and YOLOE pushed the concept further with its &#8220;see anything&#8221; design. Applications documented in the literature now span automatic image annotation, number plate recognition, wildlife monitoring, medical imaging, underwater fish counting, robotic navigation, and anomaly detection in surveillance—domains where the ability to name new categories without retraining is transformative.</p>
<p>For practitioners, the study&#8217;s bottom line is that model selection should be a multi-dimensional decision. Accuracy, inference speed, prompt robustness, and unseen class generalization form a set of trade-offs that no single model dominates. YOLO-World v2 emerges as the most balanced option, combining competitive accuracy, real-time throughput, an efficient embedding cache, and the strongest prompt stability. YOLOE offers the best zero-shot accuracy in some settings but pays in speed and, critically, appears to surrender its open-vocabulary character when fine-tuned. As these systems move from research demos into safety-relevant deployments—self-driving perception, medical triage, industrial inspection—the lesson of this comparative study is that the questions worth asking about a detector extend well beyond its leaderboard score, reaching into how it behaves when the words change, the domain shifts, and the training data runs out.</p>
<p><strong>Subject of Research:</strong> Comparative evaluation of prompt robustness, fine-tuning, and generalization in open-vocabulary object detection models</p>
<p><strong>Article Title:</strong> Prompt robustness, fine-tuning, and Generalization in open-vocabulary object detection: a comparative study of YOLO-World, YOLO-World v2 and YOLOE</p>
<p><strong>Article References:</strong> Ozuberk, M. A., &amp; Cinar, I. (2026). Prompt robustness, fine-tuning, and Generalization in open-vocabulary object detection: a comparative study of YOLO-World, YOLO-World v2 and YOLOE. <em>Multimedia Tools and Applications, 85</em>(10), Article 767. <a href="https://doi.org/10.1007/s11042-026-21928-w" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21928-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21928-w" rel="noopener noreferrer">10.1007/s11042-026-21928-w</a></p>
<p><strong>Keywords:</strong> open-vocabulary detection, YOLO-World, YOLOE, zero-shot object detection, prompt sensitivity, fine-tuning, computer vision, mAP, inference latency, domain shift, vision-language models, object recognition</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">204992</post-id>	</item>
		<item>
		<title>AI Learns to Picture Minerals From Words Using a Vast Open Database</title>
		<link>https://scienmag.com/ai-learns-to-picture-minerals-from-words-using-a-vast-open-database/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Sun, 20 Sep 2026 21:32:30 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[AI in earth science and geology education]]></category>
		<category><![CDATA[AI-assisted mineral identification]]></category>
		<category><![CDATA[AI-generated mineral images from descriptive data]]></category>
		<category><![CDATA[crystallography]]></category>
		<category><![CDATA[digital visualization of minerals]]></category>
		<category><![CDATA[Earth Science Informatics]]></category>
		<category><![CDATA[fine-tuning]]></category>
		<category><![CDATA[generative AI]]></category>
		<category><![CDATA[generative AI in mineralogy]]></category>
		<category><![CDATA[image-text dataset]]></category>
		<category><![CDATA[LoRa]]></category>
		<category><![CDATA[machine learning for mineral imaging]]></category>
		<category><![CDATA[Mindat]]></category>
		<category><![CDATA[Mindat mineral catalog]]></category>
		<category><![CDATA[mineral chemistry and physical properties visualization]]></category>
		<category><![CDATA[mineral informatics]]></category>
		<category><![CDATA[mineral species and attributes database]]></category>
		<category><![CDATA[mineralogy]]></category>
		<category><![CDATA[mineralogy research and technology]]></category>
		<category><![CDATA[open science mineral database]]></category>
		<category><![CDATA[OpenMindat]]></category>
		<category><![CDATA[Stable Diffusion]]></category>
		<category><![CDATA[text-to-image generation]]></category>
		<category><![CDATA[virtual mineral specimen creation]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=202952</guid>

					<description><![CDATA[Researchers fine-tuned a Stable Diffusion model on more than 43,000 paired images and attribute descriptions from the Mindat database to generate realistic mineral images from text, outperforming baseline and LoRA models and powering a new interactive tool.]]></description>
										<content:encoded><![CDATA[<p>For more than a century, picturing a mineral you have never seen meant flipping through field guides or begging a museum curator for a glimpse of a drawer-bound specimen. Now a team of computer scientists and mineralogists has taught an artificial intelligence to do something stranger and more useful: type in a description of a mineral&#8217;s chemistry and physical behavior, and watch a plausible portrait of the crystal appear on screen. The work, published in Earth Science Informatics, turns one of the world&#8217;s great open science databases into a training ground for generative AI, and it may change how geologists, teachers and collectors think about what a mineral can look like before anyone ever digs one up.</p>
<p>The foundation of the project is Mindat, the sprawling online mineral database that has quietly become the reference shelf of the entire mineralogy community. As of February 2025, Mindat cataloged 6,114 mineral species approved by the International Mineralogical Association, accompanied by nearly 1.41 million high-quality photographs and more than 140 distinct mineral attributes. That ocean of images has always been searchable by name or locality, but the relationships between the pictures and the text describing them remained largely unexploited. The researchers, led by Quanli Fu and Xiang Que of Fujian Agriculture and Forestry University, together with Xiaogang Ma of the University of Idaho and colleagues, saw in those unexplored connections an invitation: if every photograph is tied to a structured description of hardness, luster, cleavage and chemistry, could a machine learn to run the relationship in reverse?</p>
<p>Their answer builds on the OpenMindat project, an effort funded by the U.S. National Science Foundation to expose the Mindat database through a machine-readable interface that complies with the FAIR principles of findability, accessibility, interoperability and reusability. Earlier work in the OpenMindat ecosystem produced R and Python packages, a mobile application, and visualization frameworks for exploring associations among minerals, elements and localities. What had never been attempted, the authors note, was the integration of Mindat&#8217;s textual attribute data with its images to generate entirely new mineral pictures. Text-to-image synthesis, the technology behind tools like DALL-E and Midjourney, had already proven itself in medical imaging, remote sensing and design education; nobody had pointed it at the mineral kingdom.</p>
<p>The first task was data engineering, and it was substantial. The team pulled 10 to 20 images for each of the 6,114 IMA-approved mineral species, collecting every available photograph for species with fewer than ten, and ended up with a dataset of 43,745 images, which they have released publicly on Hugging Face. Each image was paired with a standardized textual description assembled from ten attributes drawn from four categories: chemical composition, physical characteristics, crystal system and optical behavior. The template reads like a telegraphic mineralogist&#8217;s shorthand: a mineral&#8217;s transparency, constituent elements, Mohs hardness range, luster type, streak color, crystal system, cleavage, fracture and optical type are stitched into a single sentence. Attributes with missing values are simply omitted, and the image-to-text pairing was verified by matching image folder names against mineral names returned by the Mindat API.</p>
<p>With the dataset in hand, the researchers fine-tuned Stable Diffusion, a prominent text-to-image model built on the Latent Diffusion framework. Stable Diffusion&#8217;s architecture has three moving parts that matter here: a variational autoencoder that compresses images into a compact latent space and reconstructs them, a U-Net that learns to strip Gaussian noise away step by step, and a CLIP text encoder that converts prompts into vector representations injected into the U-Net through cross-attention layers. During training, the model learns to predict the noise corrupting a latent image, conditioned on the text prompt, so that at generation time it can start from pure noise and denoise its way toward an image that matches the description. Fine-tuning concentrated on the U-Net, leaving the pre-trained VAE and text encoder frozen, since those components already carry strong general-purpose capabilities.</p>
<p>The team compared two fine-tuning strategies. Full fine-tuning updates every parameter of the U-Net, a comprehensive adjustment that in this study involved 859.52 million trainable parameters. Low-Rank Adaptation, or LoRA, takes a leaner path: instead of rewriting the weight matrices outright, it freezes them and learns small low-rank residual matrices whose product approximates the needed update, cutting the trainable parameter count to just 0.79 million. LoRA&#8217;s efficiency has made it the darling of the open-source AI community, but the mineral experiment delivered a clear verdict. Evaluated with the Fréchet Inception Distance, the Kernel Inception Distance and CLIPScore, the fully fine-tuned model outperformed both the LoRA variant and the untouched baseline, achieving an FID of 48.83 and a KID of 0.02, indicating generated images whose statistical distribution sits closest to that of real mineral photography.</p>
<p>The qualitative differences were just as telling. The baseline Stable Diffusion model, asked for a mineral, tended to produce geometric patterns with excessive specular reflections and a synthetic, manufactured sheen, while the Kandinsky model drifted toward an artistic style with morphologically concentrated structures. The fully fine-tuned model, by contrast, produced images with irregular granular textures, heterogeneous color distributions and distinct crystalline structures that echo real specimens. LoRA outputs improved on the baseline but remained unstable, sometimes over-smoothed and incompletely conditioned on the target attributes. The authors caution that CLIPScore, being trained on general-domain corpora, may understate the gains on specialized mineralogical vocabulary, a known limitation of automatic metrics when domain-specific terminology enters the picture.</p>
<p>One of the study&#8217;s most practical findings concerns prompt detail. When the researchers varied how many attributes appeared in a prompt, from a terse three-attribute description to a comprehensive one matching the training template, generation quality climbed steadily with specificity. Sparse prompts leave the model under-constrained, allowing attribute combinations that could correspond to many different minerals, while richer descriptions tighten the visual target. The team validated the approach against reality by querying Mindat&#8217;s own advanced search portal for images of chrysoberyl matching a given attribute combination and finding the AI-generated counterparts strikingly similar. They then pushed further, feeding the model attribute combinations belonging to no known IMA-approved species, generating portraits of hypothetical minerals that may exist in nature but remain unclassified, or may only form transiently under extreme temperatures and pressures.</p>
<p>To put the technology in users&#8217; hands, the researchers built an interactive tool, available online, in which anyone can select mineral attributes, have them converted automatically into a prompt, adjust parameters such as random seed, image size, guidance ratio and inference steps, and receive a watermarked generated image. The watermark is a deliberate safeguard against misuse and protects the integrity of the underlying dataset. The authors envision the tool serving mineralogists seeking a visual reference for attribute combinations, enthusiasts exploring the diversity of the mineral world, and science educators making abstract properties like cleavage and streak tangible for students. They are candid about limitations: synthetic images cannot be verified as depictions of real entities, the uniform description template may constrain image-text alignment, and only ten of Mindat&#8217;s more than 140 attributes were used, partly due to the text encoder&#8217;s input limits.</p>
<p>The road ahead is ambitious. The team proposes supplementing fine-tuning with supervised fine-tuning on higher-quality pairs and with preference-based optimization methods such as direct preference optimization to sharpen alignment between images and descriptions. They also sketch the inverse problem: fine-tuning a generative image-to-text model so that a photograph of an unknown specimen yields a description of its compositional and optical attributes, bypassing traditional classification pipelines in favor of reasoning from visual cues. And they suggest benchmarking against newer generators beyond Stable Diffusion. If mineral formation is a story of temperature, pressure, redox state and fluid chemistry unfolding over billions of years, a model that has learned the visual grammar of that story may one day help predict what minerals on other planets look like, or what fleeting intermediate phases in a crystal&#8217;s birth might have been, long before any camera could capture them.</p>
<p><strong>Subject of Research:</strong> Fine-tuning the Stable Diffusion text-to-image model with Mindat mineral data to generate mineral images from textual descriptions of attribute combinations.</p>
<p><strong>Article Title:</strong> Fine-tune the stable diffusion model using mindat data to generate mineral images from textual descriptions of attribute combinations</p>
<p><strong>Article References:</strong> Fu, Q., Que, X., Ma, X., Lin, M., Sun, S., &amp; Chen, M. (2026). Fine-tune the stable diffusion model using mindat data to generate mineral images from textual descriptions of attribute combinations. <em>Earth Science Informatics, 19</em>(11), Article 190. <a href="https://doi.org/10.1007/s12145-026-02235-2" rel="noopener noreferrer">https://doi.org/10.1007/s12145-026-02235-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12145-026-02235-2" rel="noopener noreferrer">10.1007/s12145-026-02235-2</a></p>
<p><strong>Keywords:</strong> Mindat, Stable Diffusion, text-to-image generation, mineralogy, mineral informatics, fine-tuning, LoRA, OpenMindat, generative AI, crystallography, image-text dataset, Earth Science Informatics</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">202952</post-id>	</item>
	</channel>
</rss>
