<?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>data privacy in AI &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/data-privacy-in-ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 30 Aug 2026 14:42:23 +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>data privacy in AI &#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>New federated discretization method enables privacy-preserving supervised classification</title>
		<link>https://scienmag.com/new-federated-discretization-method-enables-privacy-preserving-supervised-classification/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 14:42:20 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[collaborative data categorization techniques]]></category>
		<category><![CDATA[collaborative data discretization]]></category>
		<category><![CDATA[data privacy in AI]]></category>
		<category><![CDATA[decentralized data preprocessing]]></category>
		<category><![CDATA[distributed classification algorithms]]></category>
		<category><![CDATA[distributed machine learning]]></category>
		<category><![CDATA[edge device data processing]]></category>
		<category><![CDATA[edge device machine learning]]></category>
		<category><![CDATA[federated data categorization]]></category>
		<category><![CDATA[federated data transformation]]></category>
		<category><![CDATA[federated discretization]]></category>
		<category><![CDATA[federated discretization method]]></category>
		<category><![CDATA[federated learning]]></category>
		<category><![CDATA[federated learning for discrete data]]></category>
		<category><![CDATA[local model training without data sharing]]></category>
		<category><![CDATA[privacy-aware AI algorithms]]></category>
		<category><![CDATA[privacy-aware machine learning]]></category>
		<category><![CDATA[privacy-preserving data analysis]]></category>
		<category><![CDATA[privacy-preserving data discretization methods]]></category>
		<category><![CDATA[privacy-preserving supervised classification]]></category>
		<category><![CDATA[secure data categorization]]></category>
		<category><![CDATA[secure data preprocessing]]></category>
		<category><![CDATA[statistical data summaries in federated learning]]></category>
		<guid isPermaLink="false">https://scienmag.com/new-federated-discretization-method-enables-privacy-preserving-supervised-classification/</guid>

					<description><![CDATA[Artificial intelligence is increasingly trained on data that nobody is allowed to see. Millions of smartphones hold keystroke patterns, hospitals hold medical records and factories hold sensor readings from production lines, and privacy rules, commercial interests and simple prudence dictate that this raw information should stay where it was created. Federated learning was invented for [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence is increasingly trained on data that nobody is allowed to see. Millions of smartphones hold keystroke patterns, hospitals hold medical records and factories hold sensor readings from production lines, and privacy rules, commercial interests and simple prudence dictate that this raw information should stay where it was created. Federated learning was invented for precisely this world: instead of pooling data on a central server, devices train models locally and share only the resulting parameters. Yet a deceptively mundane obstacle has lingered at the edge of this paradigm. A large family of classification algorithms can digest only discrete categories, not the continuous numbers the physical world produces, and carving those numbers into categories has always been treated as a centralized task that assumes somebody can see everything. Researchers at the University of the Basque Country and the Basque Center for Applied Mathematics in Spain now report in Data Mining and Knowledge Discovery a way to complete this final preprocessing step collectively, without any device ever surrendering a single raw data point, and with the users&#8217; statistical summaries traveling to the server only once.</p>
<p>The recipe behind federated learning is conceptually simple. Each participant, whether a phone, a hospital or an industrial controller, holds a private dataset and fits a local model on it. The model parameters, never the data, travel to a coordinating server, which aggregates the local contributions into a global model and sends the result back down; each such exchange constitutes a communication round, and the loop repeats until the global model converges. Because raw records never leave the devices that generated them, the framework offers privacy by architecture: a would-be attacker is forced to devise separate offensive techniques for every individual user rather than breach a single consolidated data store. The design is also naturally scalable, since participating devices contribute their own computational resources and distribute the workload of training. The paradigm already underpins deployed systems, from keyboard query prediction on Android devices and human trajectory forecasting to manufacturing defect detection, energy prediction for electric vehicles, phenotyping of electronic health records and the analysis of distributed biomedical images.</p>
<p>The overlooked snag lies in the nature of the numbers. Supervised classification learns a function that maps an instance, described by a vector of attribute values, to a class label, and some of the most interpretable and computationally economical classifiers, notably those built on Bayesian networks such as the naive Bayes classifier, require every input variable to be discrete. Continuous measurements such as blood pressure, voltage or acceleration must therefore be preprocessed through discretization: an algorithm slices the variable&#8217;s range into a set of disjoint intervals delimited by cut points, and each observation is subsequently assigned to one of those intervals. Supervised variants go further, consulting the class labels to position the cuts so that the intervals best separate the classes; entropy-based methods, for instance, recursively choose the split that maximizes information gain and apply the Minimum Description Length principle to decide when to stop. The difficulty in a federated setting is that every participant must apply the identical slicing policy. If two users convert the same blood-pressure value into different categories, their locally trained models become mutually incompatible, and no aggregation scheme can reconcile them afterwards.</p>
<p>The seemingly obvious remedy, letting each device discretize its own data and ship the resulting policy to the server for merging, collapses under its own combinatorics. Because different users observe different fragments of the underlying distribution, they inevitably produce heterogeneous interval boundaries, and reconciling thousands of mismatched cut points quickly becomes prohibitively expensive for the coordinating server. Until now, the literature offered essentially no general answer: the only prior federated discretization method known to the authors was tailored to a single, specific classifier. The Spanish team, Jose Luis Flores and Borja Calvo of the University of the Basque Country together with Aritz Pérez of the Basque Center for Applied Mathematics, set out instead to build something classifier-agnostic and algorithm-agnostic: a general framework into which any discretization method can be plugged and from which any downstream classifier requiring categorical inputs can benefit.</p>
<p>The core idea is to replace raw data with a compact statistical portrait. Each user fits a class-conditional univariate Gaussian mixture model to every continuous attribute, estimating the parameters with the expectation–maximization algorithm; the number of mixture components grows only logarithmically, set to the ceiling of the base-two logarithm of the class&#8217;s local instance count. Every component of every mixture is distilled into what the authors call a representative, a quadruple carrying the component&#8217;s mean, its class label, its standard deviation and a weight equal to the number of original instances it stands for. The weights within a single user&#8217;s representative set sum exactly to the size of that user&#8217;s dataset, so the relative mass of the population is preserved even though the data itself is discarded. Intuitively, each representative behaves like a labeled, weighted and deliberately fuzzy data point whose standard deviation quantifies the uncertainty around its position. Users transmit only these representatives to the server, which unions them into a global set, runs a discretization algorithm over it and broadcasts the resulting cut points back to everyone.</p>
<p>The framework&#8217;s flexibility stems from the fact that different discretization algorithms can exploit different slices of the representative quadruple. The simplest adaptation, equal-width discretization, is unsupervised and uses only the means: it locates their minimum and maximum and divides that range into a requested number of equally sized bins, at a cost dominated by a single sort of the representatives. Equal-frequency discretization adds the weights, constructing a weighted empirical cumulative distribution function and placing cut points at its quantiles, so that each bin captures roughly the same share of the represented population. Entropy-based discretization brings in the class labels: it recursively evaluates candidate cuts by information gain and, following the Minimum Description Length principle, halts once further cuts are no longer justified. The most information-hungry variant, kernel density-based discretization, consumes everything, including the standard deviations. It rebuilds class-conditional density estimates in which every representative contributes an Epanechnikov kernel whose bandwidth scales with its own uncertainty, then places cut points exactly where the class-conditional densities intersect. A grid of candidate smoothing parameters is screened using the area under the ROC curve, and the whole procedure runs in time proportional to the number of global representatives times the square of its logarithm.</p>
<p>Whether such compressed cooperation can genuinely stand in for the real thing was tested on ten datasets drawn from the UCI repository, each containing at least ten thousand instances. The data were split into training and test sets; the training portion was discretized once centrally, with full access to every record, and once in federated mode, partitioned among many users each holding only a small local sample. A naive Bayes classifier was then trained on the resulting categorical data, and performance was scored with the area under the receiver operating characteristic curve, a metric suited to both balanced and imbalanced class distributions. Four federated configurations mirrored realistic deployments: ten or one hundred users, each holding fifty or one hundred instances. Every scenario was repeated ten times to capture statistical variability, and the centralized version of each algorithm served as the gold standard against which its federated counterpart was judged.</p>
<p>The verdict was strikingly favorable. The kernel density-based variant matched its centralized counterpart in thirty-three of the forty dataset-and-configuration combinations, or 82.5 percent, with equal-frequency discretization close behind, while the minimalist equal-width method still replicated the gold standard in 67.5 percent of the scenarios. Crucially, even where a federated policy fell short, the drop in AUC relative to centralized discretization never exceeded 0.05, a margin that rarely changes practical conclusions. This robustness held across ten and one hundred users alike, indicating graceful scaling as the federation grows and local fragments shrink. The results also carried an encouraging message about flexibility: because every adapted algorithm consumes a different subset of the representative information, practitioners can trade statistical fidelity against simplicity, and even the crudest option remained within striking distance of what a fully centralized pipeline would achieve.</p>
<p>Formal statistical analysis reinforced the picture. Following standard recommendations for comparing multiple algorithms, the team applied Wilcoxon signed-rank tests at a significance level of 0.05 to every pair of methods, with Shaffer&#8217;s static correction for multiple testing. The corrected results found no significant differences between the kernel-based and equal-frequency approaches, nor between the kernel-based and equal-width methods, and pointed to similar behavior between equal-width and entropy-based discretization. In other words, the choice among the four adaptations can be guided by communication budgets and deployment constraints rather than by raw accuracy alone. Supplementary experiments pushed the evaluation into harsher territory: settings where users&#8217; local data distributions are not independently and identically distributed, the scenario that most often degrades federated systems, plus multinomial naive Bayes and tree-augmented naive Bayes classifiers evaluated across five datasets. The discretization scheme proved resilient, withstanding the performance drops typical of such heterogeneity and confirming its versatility across different classifier implementations.</p>
<p>The broader payoff is threefold. Privacy is preserved by construction, since only mixture parameters, never records, cross the network boundary, an arrangement consistent with the standard federated paradigm in which models rather than data are shared. Communication overhead is minimal, because the uplink transmission of representatives happens only once and the server operates on a reduced summary instead of full datasets, an economy that matters when millions of devices or bandwidth-constrained institutions are involved. And the design is deliberately modular: any discretization algorithm, supervised or unsupervised, can in principle be adapted to operate on the representative set, and any classifier that needs categorical inputs can be trained downstream within standard federated machinery. In hospitals, where electronic health records are scattered across institutions that legally cannot pool them, or in industrial plants where sensor streams are dispersed across dozens of controllers, the framework removes a preprocessing bottleneck that has quietly constrained which models federated systems can even attempt. As machine learning pushes deeper into domains where data is sensitive, scattered and stubbornly continuous, work of this kind suggests the gap between centralized and privacy-preserving methods is narrowing toward practical irrelevance.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A federated discretization framework that learns a shared global discretization policy from Gaussian mixture model representatives in a single communication round, enabling privacy-preserving supervised classification on continuous data.</p>
<p><strong>Article Title:</strong> Federated discretization for supervised classification</p>
<p><strong>Article References:</strong> Flores, J. L., Calvo, B., &amp; Pérez, A. (2026). Federated discretization for supervised classification. <em>Data Mining and Knowledge Discovery, 40</em>(5), Article 85. <a href="https://doi.org/10.1007/s10618-026-01247-2" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10618-026-01247-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10618-026-01247-2" target="_blank" rel="noopener noreferrer">10.1007/s10618-026-01247-2</a></p>
<p><strong>Keywords:</strong> Federated learning, Discretization, Supervised classification, Gaussian mixture models, Kernel density estimation, Privacy-preserving machine learning, Naive Bayes classifier, Cut points, Communication efficiency, Area under the ROC curve</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185542</post-id>	</item>
		<item>
		<title>Synthetic Image Learning: A New Federated Alternative</title>
		<link>https://scienmag.com/synthetic-image-learning-a-new-federated-alternative/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Thu, 23 Oct 2025 13:55:36 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[categorical and phenotypic image learning]]></category>
		<category><![CDATA[challenges in federated learning]]></category>
		<category><![CDATA[collaborative model training without raw data]]></category>
		<category><![CDATA[data privacy in AI]]></category>
		<category><![CDATA[enhancing model performance securely]]></category>
		<category><![CDATA[federated learning alternatives]]></category>
		<category><![CDATA[innovative AI frameworks]]></category>
		<category><![CDATA[international research in machine learning]]></category>
		<category><![CDATA[machine learning model training]]></category>
		<category><![CDATA[mitigating privacy risks in AI]]></category>
		<category><![CDATA[synthetic data for privacy protection]]></category>
		<category><![CDATA[synthetic image generation]]></category>
		<guid isPermaLink="false">https://scienmag.com/synthetic-image-learning-a-new-federated-alternative/</guid>

					<description><![CDATA[In a rapidly evolving digital landscape where data privacy and security have become paramount, a groundbreaking study has emerged from a team of international researchers proposing an innovative alternative to the established federated learning paradigm. This new approach, known as categorical and phenotypic image synthetic learning, offers a revolutionary framework for training machine learning models [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a rapidly evolving digital landscape where data privacy and security have become paramount, a groundbreaking study has emerged from a team of international researchers proposing an innovative alternative to the established federated learning paradigm. This new approach, known as categorical and phenotypic image synthetic learning, offers a revolutionary framework for training machine learning models collaboratively without exposing sensitive raw data. Published in <em>Nature Communications</em>, this research addresses the pivotal challenge of safeguarding privacy while achieving high model performance, signaling a major shift in how artificial intelligence systems are built and deployed across sectors.</p>
<p>The conventional federated learning strategy, which has garnered significant attention and application across industries, prescribes that individual data sets remain on local devices while only model updates, like gradients or parameters, are transmitted to a central server for aggregation. Although federated learning mitigates direct data sharing, it still faces critical vulnerabilities, including potential leakage of private information through gradient inversion or malicious attacks that reconstruct input data from transmitted model updates. This has motivated researchers to seek methodologies that can further diminish the privacy risks inherent in distributed learning scenarios.</p>
<p>Categorical and phenotypic image synthetic learning distinguishes itself by generating synthetic image data that mirrors the statistical and phenotypic properties of the original datasets without replicating any individual data points. Instead of sharing raw images or model parameters, participating entities produce synthetic images categorized by relevant attributes, thereby enabling collaborative training on data representations that safeguard individual privacy comprehensively. This paradigm shift allows for collaborative intelligence development while ensuring that sensitive information never traverses networks or centralized repositories in any identifiable form.</p>
<p>The core innovation lies in leveraging advanced generative models, including generative adversarial networks (GANs) and variational autoencoders, equipped to learn the complex distribution of phenotypic traits within image datasets. By dissecting high-dimensional image data into categorical segments and phenotypic features — such as texture, shape, and color gradients — the system synthesizes new image samples that statistically emulate original populations. These synthetic datasets can then be shared safely and used pooledly to train robust, generalizable machine learning models that retain performance competitive with those trained on raw data.</p>
<p>One of the most compelling aspects of this approach is its capacity to balance privacy with utility in data-sensitive fields such as healthcare, where medical imaging is critical but fraught with confidentiality concerns. Through collaborative synthesis of phenotypic images, multiple hospitals or medical institutions can contribute to joint AI model training efforts without the need to exchange private patient scans, fostering advances in diagnostic accuracy, treatment planning, and personalized medicine while respecting regulatory and ethical constraints.</p>
<p>Moreover, the research highlights the reduction in communication overhead that synthetic learning can enable. Federated learning’s reliance on iterative transmission of model parameters often results in significant bandwidth consumption and computational costs, particularly as model complexity scales up. By contrast, sharing synthetic images requires a one-time generation and dissemination step per collaboration round, streamlining the training pipeline and facilitating more scalable and efficient multi-institutional collaborations.</p>
<p>To validate their methodology, the researchers conducted extensive experiments on diverse image datasets spanning medical imaging, natural scenes, and facial recognition. Synthetic images generated under this framework retained the key categorical distributions and phenotypic nuances necessary for accurate downstream task learning. Models trained on these synthetic datasets approached the performance levels of those trained on original data, underscoring the practical viability of this paradigm.</p>
<p>Importantly, security analyses within the paper demonstrate that synthetic learning substantially mitigates risks of information leakage, even under advanced adversarial scenarios. Because synthetic images do not correspond to real individuals or entities but rather reflect aggregate phenotypic characteristics, attempts to reverse-engineer or identify original data samples from the synthetic pool failed significantly. This marks a critical step forward in designing privacy-preserving machine intelligence systems that can comply with stringent data protection regulations such as GDPR and HIPAA.</p>
<p>The research team emphasizes how this synthetic learning framework could be adapted for domains beyond imaging alone, including multimodal data where categorical and phenotypic attributes exist across text, audio, and structured numeric information. Such extensions could unlock wide-ranging applications in fields like finance, biometrics, genomics, and social sciences where federated learning has been limited due to privacy concerns or communication constraints.</p>
<p>While promising, categorical and phenotypic synthetic learning is not without challenges. The authors acknowledge the computational demands of generating high-fidelity synthetic images and the need for rigorous evaluation metrics to ensure that synthetic datasets are both privacy-preserving and utility-preserving. Furthermore, understanding the interaction between synthetic image fidelity and downstream model generalization requires ongoing research to optimize the balance between privacy and accuracy for specific applications.</p>
<p>The implications of this work extend beyond technical innovation; it offers a blueprint for democratizing AI development in an increasingly privacy-conscious world. Institutions previously hesitant to participate in collaborative training may be more inclined to join synthetic data ecosystems, fostering broader data diversity, inclusivity, and robustness in machine learning models. This could catalyze advances in AI fairness and reduce biases arising from limited or homogeneous training samples.</p>
<p>Beyond privacy and scalability, synthetic learning introduces new paradigms for interpretability and explainability in AI. By incorporating categorical and phenotypic decomposition in the data generation process, it becomes possible to analyze how specific phenotypic features contribute to model outcomes. This transparency can enhance trust and comprehension of AI decisions in critical scenarios such as medical diagnosis or autonomous systems.</p>
<p>Moreover, synthetic images generated through phenotypic descriptors can serve as anonymized benchmarks for developing and testing algorithms, enabling researchers to share and compare models without data-sharing constraints. This advancement has the potential to accelerate AI innovation cycles by fostering open scientific collaboration and reproducibility while respecting data privacy norms.</p>
<p>The study concludes with a call for interdisciplinary cooperation to further refine synthetic learning methodologies and integrate them into existing AI ecosystems. Collaboration between machine learning experts, domain scientists, ethicists, and policymakers will be essential to navigate the technical, ethical, and legal nuances posed by synthetic data generation and deployment at scale.</p>
<p>In summary, the introduction of categorical and phenotypic image synthetic learning ushers in a compelling alternative to federated learning by prioritizing privacy without compromising model performance. This approach harnesses the power of synthetic data to enable secure, scalable, and collaborative AI development across fields reliant on sensitive visual information. As privacy concerns escalate in our data-driven society, such pioneering methods are set to redefine the boundaries of what collaborative machine intelligence can achieve.</p>
<p>The impact of this research resonates especially poignantly within healthcare and other regulated industries, inspiring a reimagination of collaborative AI frameworks. By eliminating the need for sharing identifiable patient data and enabling model training on safe synthetic images, the potential for accelerating medical discoveries and improving patient outcomes grows exponentially.</p>
<p>Ultimately, this breakthrough reflects a broader evolution in artificial intelligence towards privacy-first principles, marking a milestone in the ongoing quest to harmonize technological innovation with the imperatives of data ethics and human rights. Categorical and phenotypic image synthetic learning stands at the forefront of this transformation, offering a visionary pathway toward responsible and inclusive AI advancement on a global scale.</p>
<hr />
<p><strong>Subject of Research</strong>:<br />
Alternative methodologies to federated learning focusing on privacy-preserving synthetic data generation for collaborative machine learning.</p>
<p><strong>Article Title</strong>:<br />
Categorical and phenotypic image synthetic learning as an alternative to federated learning.</p>
<p><strong>Article References</strong>:<br />
Truong, N.C.D., Bangalore Yogananda, C.G., Wagner, B.C. <em>et al.</em> Categorical and phenotypic image synthetic learning as an alternative to federated learning. <em>Nat Commun</em> <strong>16</strong>, 9384 (2025). <a href="https://doi.org/10.1038/s41467-025-64385-z">https://doi.org/10.1038/s41467-025-64385-z</a></p>
<p><strong>Image Credits</strong>:<br />
AI Generated</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">95801</post-id>	</item>
	</channel>
</rss>
