<?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>automated machine learning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/automated-machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 15:31:30 +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>automated machine learning &#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 Models Can Now Be Designed Without Training, Landmark Review Finds</title>
		<link>https://scienmag.com/ai-models-can-now-be-designed-without-training-landmark-review-finds/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 15:31:30 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advancements in AI model development without expensive training]]></category>
		<category><![CDATA[automated machine learning]]></category>
		<category><![CDATA[AutoML]]></category>
		<category><![CDATA[AutoML neural network design]]></category>
		<category><![CDATA[computational cost]]></category>
		<category><![CDATA[computational cost reduction in deep learning]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[disruptive AI model development techniques]]></category>
		<category><![CDATA[efficiency improvements in neural network design]]></category>
		<category><![CDATA[emerging trends in automated machine learning]]></category>
		<category><![CDATA[impact of TFNAS on computer vision and speech processing]]></category>
		<category><![CDATA[innovative methods in neural architecture search]]></category>
		<category><![CDATA[interpretability]]></category>
		<category><![CDATA[model design]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[neural architecture search]]></category>
		<category><![CDATA[neural network performance prediction without training]]></category>
		<category><![CDATA[practical deployment]]></category>
		<category><![CDATA[proxy metrics]]></category>
		<category><![CDATA[search strategy]]></category>
		<category><![CDATA[systematic review of training-free neural architecture search]]></category>
		<category><![CDATA[training-free evaluation]]></category>
		<category><![CDATA[training-free neural architecture search]]></category>
		<category><![CDATA[ultra-cheap proxy metrics for neural architecture evaluation]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=195931</guid>

					<description><![CDATA[A new systematic review argues that training-free neural architecture search can slash the enormous computational cost of AI model design by scoring candidate networks with cheap proxy metrics instead of training them.]]></description>
										<content:encoded><![CDATA[<p>Designing a deep neural network has traditionally been an expensive gamble. Engineers propose an architecture, train it for hours or days on costly hardware, and only then discover whether it performs well. A new systematic review published in Artificial Intelligence Review argues that this paradigm is being quietly overthrown by a technique known as training-free neural architecture search, or TFNAS, which evaluates candidate networks using ultra-cheap proxy metrics instead of actually training them during the search loop.</p>
<p>The review, authored by Xinyu Li, Zhaofa Zhou, Zhili Zhang, Zhenjun Chang, Zheng Lian, Hui Duan and colleagues at Rocket Force Engineering University in Xi&#8217;an, China, positions TFNAS as a distinct and emerging research paradigm within automated machine learning. Neural architecture search has long served as what the authors call a performance engine for AutoML, driving intelligent advancements across domains from computer vision to speech processing. Yet its development has been significantly constrained by prohibitively high computational costs, a bottleneck that has kept sophisticated architecture discovery largely out of reach for all but the best-funded laboratories.</p>
<p>The core insight behind TFNAS is deceptively simple. Rather than training each candidate network to convergence and measuring its accuracy, the method scores architectures at initialization or after only minimal computation, using proxy metrics that correlate with final performance. Metrics in this family include analyses of network expressivity, progress indicators measured without gradient updates, and zero-cost probes that estimate how well a freshly initialized model will learn. Because no candidate network is trained inside the search loop, thousands of architectures can be screened in the time it would take to train just one.</p>
<p>Importantly, the review offers a careful definition of what training-free actually means. In its strict sense, the term refers to the absence of candidate network training during the search process itself. In a broader interpretation, it also permits the offline pre-training of lightweight performance predictors, so long as those predictors do not constitute training at the search stage. This distinction matters, the authors argue, because it clarifies the boundary of the field and prevents confusion with related approaches such as one-shot and supernet-based methods, which still rely heavily on weight sharing and partial training.</p>
<p>To bring order to a rapidly proliferating literature, the review proposes a two-dimensional taxonomy organized around the source of information used by a proxy metric and the methodology by which that metric is constructed. The information-source dimension captures whether a metric draws on architectural properties, weight statistics, activation patterns, gradient signals or learned predictors. The construction dimension distinguishes metrics that are hand-designed from theoretical principles, those derived empirically from large collections of trained architectures, and hybrid approaches that combine both. The authors use this framework to trace the developmental trajectory of state-of-the-art techniques, showing how the field has moved from simple initialization statistics toward increasingly sophisticated, multi-signal evaluation schemes.</p>
<p>One of the review&#8217;s most consequential claims concerns the co-evolution of evaluation metrics and search strategies. The authors contend that the two components should not be designed in isolation. Instead, they posit that joint optimization characterized by dynamic feedback and mutual reinforcement is key to maximizing efficacy. In practice, this means a search algorithm can be tuned to exploit the strengths and tolerate the weaknesses of its scoring function, while the scoring function can be refined in light of where the search actually explores. This evolutionary mechanism, the review suggests, explains why some TFNAS pipelines dramatically outperform others even when built from superficially similar parts.</p>
<p>The promise is substantial. If architecture evaluation that once required days of GPU time can be compressed into seconds, automated machine learning becomes accessible to researchers without massive compute budgets, and the design cycle for deployment-critical models on edge devices, smartphones and embedded systems shrinks dramatically. The technique also reduces the energy footprint of architecture discovery, an increasingly pressing concern as the computational appetite of AI research continues to grow. By lowering the barrier to entry, TFNAS could democratize a layer of AI engineering that has been effectively reserved for industrial giants.</p>
<p>Yet the review is candid about the obstacles. The authors identify four core contradictions that persist as the technology moves toward practical application. These include the persistent gap between what cheap proxy metrics measure and what real trained performance requires, the risk that a metric optimized for one architecture family or dataset fails to generalize elsewhere, tensions between evaluation speed and evaluation fidelity, and the difficulty of integrating training-free scores into search strategies that were originally conceived around trained validation accuracy. While the article&#8217;s abstract names these contradictions without exhaustively detailing each, the authors make clear that resolving them is the central task standing between current research and reliable, widely applicable deployment.</p>
<p>The review also outlines future directions for the field. These include developing more robust and interpretable proxy metrics, designing search strategies purpose-built for training-free signals, and establishing standardized benchmarks that would allow fair comparison across the fragmented landscape of published methods. The emphasis on interpretability echoes a broader concern in machine learning: practitioners are more likely to trust a zero-cost score if they understand why it predicts performance, rather than treating it as an opaque oracle. The authors frame their taxonomy and analysis as a foundation intended to guide that maturation process.</p>
<p>Published open access on 11 September 2026 after being received in March and accepted in early September, the article arrives at a moment when the AI community is scrutinizing the cost of progress. By systematically mapping what training-free architecture search has achieved, where it falls short, and how its evaluation and search components can be co-designed, the review offers both a reference work and a research agenda. If its diagnosis is right, the next generation of neural networks may be discovered not by brute-force training marathons, but by fast, principled measurement, a shift that could reshape who gets to build AI and how quickly the technology evolves.</p>
<p><strong>Subject of Research:</strong> Training-free neural architecture search methods for reducing the computational cost of automated machine learning</p>
<p><strong>Article Title:</strong> Systematic review of training-free neural architecture search: research progress, core challenges, and future directions</p>
<p><strong>Article References:</strong> Li, X., Zhou, Z., Zhang, Z., Chang, Z., Lian, Z., &amp; Duan, H. (2026). Systematic review of training-free neural architecture search: research progress, core challenges, and future directions. <em>Artificial Intelligence Review</em>. <a href="https://doi.org/10.1007/s10462-026-11701-8" rel="noopener noreferrer">https://doi.org/10.1007/s10462-026-11701-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10462-026-11701-8" rel="noopener noreferrer">10.1007/s10462-026-11701-8</a></p>
<p><strong>Keywords:</strong> neural architecture search, training-free evaluation, automated machine learning, proxy metrics, NAS, deep learning, AutoML, computational cost, search strategy, interpretability, model design, practical deployment</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">195931</post-id>	</item>
		<item>
		<title>Revolutionizing Cardiovascular Risk Assessment with Automated Machine Learning</title>
		<link>https://scienmag.com/revolutionizing-cardiovascular-risk-assessment-with-automated-machine-learning/</link>
		
		<dc:creator><![CDATA[Teresa Odom]]></dc:creator>
		<pubDate>Mon, 20 Oct 2025 19:10:37 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[automated machine learning]]></category>
		<category><![CDATA[cardiovascular risk assessment]]></category>
		<category><![CDATA[challenges of cardiovascular diseases]]></category>
		<category><![CDATA[data-driven preventative healthcare]]></category>
		<category><![CDATA[empirical analysis of cardiovascular health]]></category>
		<category><![CDATA[innovative healthcare solutions]]></category>
		<category><![CDATA[integration of vast datasets]]></category>
		<category><![CDATA[machine learning in medical research]]></category>
		<category><![CDATA[multi-phase approach in research]]></category>
		<category><![CDATA[personalized medicine in CVD]]></category>
		<category><![CDATA[predictive accuracy in healthcare]]></category>
		<category><![CDATA[traditional risk assessment limitations]]></category>
		<guid isPermaLink="false">https://scienmag.com/revolutionizing-cardiovascular-risk-assessment-with-automated-machine-learning/</guid>

					<description><![CDATA[In a revolutionary stride toward improving cardiovascular health outcomes, researchers led by Bibi et al. have unveiled the transformative potential of automated machine learning in the realm of risk assessment. The study, published in Scientific Reports, presents a multi-phase approach that synergistically integrates vast datasets with sophisticated algorithms, thereby enhancing predictive accuracy for cardiovascular diseases. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a revolutionary stride toward improving cardiovascular health outcomes, researchers led by Bibi et al. have unveiled the transformative potential of automated machine learning in the realm of risk assessment. The study, published in <em>Scientific Reports</em>, presents a multi-phase approach that synergistically integrates vast datasets with sophisticated algorithms, thereby enhancing predictive accuracy for cardiovascular diseases. This breakthrough promises to reshape conventional methodologies that have long struggled with manual assessments and subjective interpretations, allowing for a more empirical, data-driven path to preventative healthcare.</p>
<p>The growing burden of cardiovascular diseases (CVD) represents a critical challenge for healthcare systems globally, with millions living with undiagnosed conditions that can lead to severe complications. Existing risk assessment strategies, often reliant on traditional metrics such as cholesterol levels and blood pressure, frequently fall short in capturing the multifaceted nature of individual risk factors. The innovation introduced in this study revolves around harnessing the power of automation and machine learning to transcend these limitations, making cardiovascular risk assessment more precise and personalized.</p>
<p>Automated machine learning (AutoML) allows for the rapid analysis of large datasets, identifying patterns that may elude the naked eye. The researchers employed a multi-phase protocol, initially compiling an extensive dataset comprising patient history, clinical indicators, and lifestyle factors. This contributed significantly to developing a robust machine learning model capable of not only identifying existing cardiovascular risks but also predicting future complications. The outcome is an unprecedented integration of technology and health that opens new avenues for patient management.</p>
<p>One of the significant aspects of this study is the iterative process employed in developing the machine learning model. By evaluating performance across different phases, researchers were able to refine algorithms incrementally and optimize them for better accuracy. The result is a tool that not only assesses risk but continuously learns from new data, ensuring that its predictive capabilities remain at the cutting edge of medical science.</p>
<p>The importance of integrating diverse datasets cannot be overstated. Traditional risk models often ignore variations based on demographics such as age, gender, and ethnicity, which can lead to health disparities. This research emphasizes the significance of diversity in data collection to create a more inclusive algorithm that considers various population segments. Not only does this enhance the reliability of risk assessments, but it also promotes equitable healthcare practices.</p>
<p>In addition to predictive accuracy, the time efficiency of automated machine learning processes stands out as a game-changer. Traditional risk assessments often require extensive manual labor and can be both time-consuming and error-prone. By utilizing an AutoML approach, physicians can obtain quick and reliable risk evaluations, allowing for timely interventions. This reflects a paradigm shift where technology aids health professionals in making informed decisions without overwhelming them with data interpretation tasks.</p>
<p>The multi-phase study conducted by Bibi et al. involves rigorous validations and cross-checks that bolster the reliability of the findings. By splitting the analysis into distinct phases, researchers ensured that the model was not only fitted to the training data but also performed robustly against unseen datasets. Such a methodology minimizes overfitting and cultivates trust in the developed model among healthcare practitioners.</p>
<p>Moreover, the study addresses a critical issue in predictive modeling: the interpretability of machine learning outcomes. With the rise of ‘black-box’ models, there is a growing concern about understanding how these algorithms arrive at their predictions. The research deployed advanced techniques to provide transparency regarding the decision-making processes of the machine learning model, enabling clinicians to comprehend and justify their risk assessments effectively.</p>
<p>The implications of such advancements extend beyond just individual patient assessments. As healthcare systems strive to innovate and improve outcomes, the integration of AutoML into routine cardiovascular risk evaluations could lead to broader implications for population health strategies. It allows for the identification of high-risk groups, facilitating targeted public health interventions that could significantly lower the incidence of cardiovascular diseases in the general population.</p>
<p>Furthermore, the study paves the way for future research endeavors. With technology advancing rapidly, researchers now have a template to develop and refine further predictive models that can address various domains in healthcare. The integration of genomics, real-time health monitoring data, and other modalities with AutoML could create a comprehensive framework for disease prevention across multiple spectrums, not just cardiovascular health.</p>
<p>This pioneering research not only demonstrates the immediate benefits of AutoML in cardiovascular risk assessment but also sets the stage for a broader adoption of artificial intelligence in health sciences. As the medical community continues to embrace technology, it will be imperative to explore the ethical considerations and regulations necessary to guide its responsible use in clinical settings. Ensuring that advancements in machine learning align with patient safety and care ethics is paramount.</p>
<p>As we look to the future, the findings of Bibi et al. serve as a clarion call for researchers, clinicians, and policymakers alike. The potential to enhance cardiovascular risk assessment through automated processes not only signifies improved individual outcomes but also holds promise for transforming public health strategies. By prioritizing continuous innovation, we can stand at the forefront of a healthcare revolution that redefines preventative care and promotes healthier communities.</p>
<p>The implications of this technology extend beyond accuracy and efficiency; its application also encourages a preventative health model that can potentially alleviate the burden of disease. As healthcare systems worldwide grapple with preventing chronic illnesses, such innovations represent a critical juncture where technology meets clinical practice. Updated methodologies grounded in advanced data analysis could lead to more informed healthcare decisions, driving down the costs associated with managing cardiovascular diseases.</p>
<p>In summary, Bibi et al.&#8217;s groundbreaking study on automated machine learning paints a hopeful picture for the future of cardiovascular risk assessment. The research emphasizes a transition towards a data-driven, patient-centric approach that prioritizes predictive accuracy and efficiency while addressing the diverse needs of various populations. As the discipline advances, the commitment to fostering innovation and ethical responsibility will be vital in ensuring that these technologies serve the broader goals of enhancing public health and individual well-being.</p>
<p>By harnessing the power of machine learning, we are not only changing how we understand heart health today but are paving the way toward a future where cardiovascular diseases may ultimately become manageable or even preventable. Such pioneering efforts herald a new dawn in cardiovascular care, making healthcare more proactive rather than reactive.</p>
<p><strong>Subject of Research</strong>: Automated machine learning in cardiovascular risk assessment</p>
<p><strong>Article Title</strong>: Cardiovascular risk assessment enhanced by automated machine learning in a multi-phase study</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Bibi, I., Schaffert, D., Blanke, P. <i>et al.</i> Cardiovascular risk assessment enhanced by automated machine learning in a multi-phase study.<i>Sci Rep</i> <b>15</b>, 36474 (2025). <a href="https://doi.org/10.1038/s41598-025-24189-z">https://doi.org/10.1038/s41598-025-24189-z</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: 10.1038/s41598-025-24189-z</p>
<p><strong>Keywords</strong>: cardiovascular health, machine learning, healthcare innovation, risk assessment, data analysis</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">94074</post-id>	</item>
	</channel>
</rss>
