3,692 results on '"A. Barbiero"'
Search Results
2. A Survey on Federated Learning in Human Sensing
- Author
-
Li, Mohan, Gjoreski, Martin, Barbiero, Pietro, Slapničar, Gašper, Luštrek, Mitja, Lane, Nicholas D., and Langheinrich, Marc
- Subjects
Computer Science - Machine Learning ,Computer Science - Human-Computer Interaction - Abstract
Human Sensing, a field that leverages technology to monitor human activities, psycho-physiological states, and interactions with the environment, enhances our understanding of human behavior and drives the development of advanced services that improve overall quality of life. However, its reliance on detailed and often privacy-sensitive data as the basis for its machine learning (ML) models raises significant legal and ethical concerns. The recently proposed ML approach of Federated Learning (FL) promises to alleviate many of these concerns, as it is able to create accurate ML models without sending raw user data to a central server. While FL has demonstrated its usefulness across a variety of areas, such as text prediction and cyber security, its benefits in Human Sensing are under-explored, given the particular challenges in this domain. This survey conducts a comprehensive analysis of the current state-of-the-art studies on FL in Human Sensing, and proposes a taxonomy and an eight-dimensional assessment for FL approaches. Through the eight-dimensional assessment, we then evaluate whether the surveyed studies consider a specific FL-in-Human-Sensing challenge or not. Finally, based on the overall analysis, we discuss open challenges and highlight five research aspects related to FL in Human Sensing that require urgent research attention. Our work provides a comprehensive corpus of FL studies and aims to assist FL practitioners in developing and evaluating solutions that effectively address the real-world complexities of Human Sensing.
- Published
- 2025
3. Counterfactual Explanations for Clustering Models
- Author
-
Spagnol, Aurora, Sokol, Kacper, Barbiero, Pietro, Langheinrich, Marc, and Gjoreski, Martin
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,Computer Science - Neural and Evolutionary Computing - Abstract
Clustering algorithms rely on complex optimisation processes that may be difficult to comprehend, especially for individuals who lack technical expertise. While many explainable artificial intelligence techniques exist for supervised machine learning, unsupervised learning -- and clustering in particular -- has been largely neglected. To complicate matters further, the notion of a ``true'' cluster is inherently challenging to define. These facets of unsupervised learning and its explainability make it difficult to foster trust in such methods and curtail their adoption. To address these challenges, we propose a new, model-agnostic technique for explaining clustering algorithms with counterfactual statements. Our approach relies on a novel soft-scoring method that captures the spatial information utilised by clustering models. It builds upon a state-of-the-art Bayesian counterfactual generator for supervised learning to deliver high-quality explanations. We evaluate its performance on five datasets and two clustering algorithms, and demonstrate that introducing soft scores to guide counterfactual search significantly improves the results.
- Published
- 2024
4. Many-body phases from effective geometrical frustration and long-range interactions in a subwavelength lattice
- Author
-
Burba, Domantas, Juzeliūnas, Gediminas, Spielman, Ian B., and Barbiero, Luca
- Subjects
Condensed Matter - Quantum Gases ,Quantum Physics - Abstract
Geometrical frustration and long-range couplings are key contributors to create quantum phases with different properties throughout physics. We propose a scheme where both ingredients naturally emerge in a Raman induced subwavelength lattice. We first demonstrate that Raman-coupled multicomponent quantum gases can realize a highly versatile frustrated Hubbard Hamiltonian with long-range interactions. The deeply subwavelength lattice period leads to strong long-range interparticle repulsion with tunable range and decay. We numerically demonstrate that the combination of frustration and long-range couplings generates many-body phases of bosons, including a range of density-wave and superfluid phases with broken translational and time reversal symmetries, respectively. Our results thus represent a powerful approach for efficiently combining long-range interactions and frustration in quantum simulations., Comment: 17 pages, 10 figures
- Published
- 2024
5. Interpretable Concept-Based Memory Reasoning
- Author
-
Debot, David, Barbiero, Pietro, Giannini, Francesco, Ciravegna, Gabriele, Diligenti, Michelangelo, and Marra, Giuseppe
- Subjects
Computer Science - Artificial Intelligence ,Computer Science - Machine Learning - Abstract
The lack of transparency in the decision-making processes of deep learning systems presents a significant challenge in modern artificial intelligence (AI), as it impairs users' ability to rely on and verify these systems. To address this challenge, Concept Bottleneck Models (CBMs) have made significant progress by incorporating human-interpretable concepts into deep learning architectures. This approach allows predictions to be traced back to specific concept patterns that users can understand and potentially intervene on. However, existing CBMs' task predictors are not fully interpretable, preventing a thorough analysis and any form of formal verification of their decision-making process prior to deployment, thereby raising significant reliability concerns. To bridge this gap, we introduce Concept-based Memory Reasoner (CMR), a novel CBM designed to provide a human-understandable and provably-verifiable task prediction process. Our approach is to model each task prediction as a neural selection mechanism over a memory of learnable logic rules, followed by a symbolic evaluation of the selected rule. The presence of an explicit memory and the symbolic evaluation allow domain experts to inspect and formally verify the validity of certain global properties of interest for the task prediction process. Experimental results demonstrate that CMR achieves better accuracy-interpretability trade-offs to state-of-the-art CBMs, discovers logic rules consistent with ground truths, allows for rule interventions, and allows pre-deployment verification.
- Published
- 2024
6. Deconfined quantum critical points in fermionic systems with spin-charge separation
- Author
-
Baldelli, Niccolò, Montorsi, Arianna, Julià-Farré, Sergi, Lewenstein, Maciej, Rizzi, Matteo, and Barbiero, Luca
- Subjects
Condensed Matter - Strongly Correlated Electrons ,Condensed Matter - Quantum Gases - Abstract
Deconfined quantum critical points are exotic transition points not predicted by the Landau-Ginzburg-Wilson symmetry-breaking paradigm. They are associated to a one-point gap closing between distinct locally ordered phases, thus to a continuous phase transition. Because of this intrinsic criticality, at deconfined quantum critical points algebraic decay of all the correlation functions is expected. Here, we show that it is possible to go beyond this assumption. Specifically, we consider one dimensional interacting fermions where the phenomenon of spin-charge separation arises. We first explore the low energy regimes where a sine-Gordon Hamiltonian can provide accurate results. By means of a field theory approach we find that continuous phase transitions between different locally ordered phases can occur. As a consequence of the decoupled spin and charge degrees of freedom, we find that in two cases only one gap vanishes while the other remains finite. We then derive a microscopic model where such phase transitions take place. By performing a numerical analysis, we unambiguously find that deconfined quantum critical points can indeed be further characterized by the long-range order of a parity operator signaling the presence of a finite gap. Our results provide new interesting insights on the widely investigated topic of quantum phase transitions., Comment: 12 pages, 6 figures
- Published
- 2024
7. Self-supervised Interpretable Concept-based Models for Text Classification
- Author
-
De Santis, Francesco, Bich, Philippe, Ciravegna, Gabriele, Barbiero, Pietro, Giordano, Danilo, and Cerquitelli, Tania
- Subjects
Computer Science - Computation and Language ,Computer Science - Artificial Intelligence - Abstract
Despite their success, Large-Language Models (LLMs) still face criticism as their lack of interpretability limits their controllability and reliability. Traditional post-hoc interpretation methods, based on attention and gradient-based analysis, offer limited insight into the model's decision-making processes. In the image field, Concept-based models have emerged as explainable-by-design architectures, employing human-interpretable features as intermediate representations. However, these methods have not been yet adapted to textual data, mainly because they require expensive concept annotations, which are impractical for real-world text data. This paper addresses this challenge by proposing a self-supervised Interpretable Concept Embedding Models (ICEMs). We leverage the generalization abilities of LLMs to predict the concepts labels in a self-supervised way, while we deliver the final predictions with an interpretable function. The results of our experiments show that ICEMs can be trained in a self-supervised way achieving similar performance to fully supervised concept-based models and end-to-end black-box ones. Additionally, we show that our models are (i) interpretable, offering meaningful logical explanations for their predictions; (ii) interactable, allowing humans to modify intermediate predictions through concept interventions; and (iii) controllable, guiding the LLMs' decoding process to follow a required decision-making path.
- Published
- 2024
8. AnyCBMs: How to Turn Any Black Box into a Concept Bottleneck Model
- Author
-
Dominici, Gabriele, Barbiero, Pietro, Giannini, Francesco, Gjoreski, Martin, and Langhenirich, Marc
- Subjects
Computer Science - Machine Learning - Abstract
Interpretable deep learning aims at developing neural architectures whose decision-making processes could be understood by their users. Among these techniqes, Concept Bottleneck Models enhance the interpretability of neural networks by integrating a layer of human-understandable concepts. These models, however, necessitate training a new model from the beginning, consuming significant resources and failing to utilize already trained large models. To address this issue, we introduce "AnyCBM", a method that transforms any existing trained model into a Concept Bottleneck Model with minimal impact on computational resources. We provide both theoretical and experimental insights showing the effectiveness of AnyCBMs in terms of classification performances and effectivenss of concept-based interventions on downstream tasks.
- Published
- 2024
9. Causal Concept Graph Models: Beyond Causal Opacity in Deep Learning
- Author
-
Dominici, Gabriele, Barbiero, Pietro, Zarlenga, Mateo Espinosa, Termine, Alberto, Gjoreski, Martin, Marra, Giuseppe, and Langheinrich, Marc
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
Causal opacity denotes the difficulty in understanding the "hidden" causal structure underlying the decisions of deep neural network (DNN) models. This leads to the inability to rely on and verify state-of-the-art DNN-based systems, especially in high-stakes scenarios. For this reason, circumventing causal opacity in DNNs represents a key open challenge at the intersection of deep learning, interpretability, and causality. This work addresses this gap by introducing Causal Concept Graph Models (Causal CGMs), a class of interpretable models whose decision-making process is causally transparent by design. Our experiments show that Causal CGMs can: (i) match the generalisation performance of causally opaque models, (ii) enable human-in-the-loop corrections to mispredicted intermediate reasoning steps, boosting not just downstream accuracy after corrections but also the reliability of the explanations provided for specific instances, and (iii) support the analysis of interventional and counterfactual scenarios, thereby improving the model's causal interpretability and supporting the effective verification of its reliability and fairness.
- Published
- 2024
10. Federated Behavioural Planes: Explaining the Evolution of Client Behaviour in Federated Learning
- Author
-
Fenoglio, Dario, Dominici, Gabriele, Barbiero, Pietro, Tonda, Alberto, Gjoreski, Martin, and Langheinrich, Marc
- Subjects
Computer Science - Machine Learning ,Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
Federated Learning (FL), a privacy-aware approach in distributed deep learning environments, enables many clients to collaboratively train a model without sharing sensitive data, thereby reducing privacy risks. However, enabling human trust and control over FL systems requires understanding the evolving behaviour of clients, whether beneficial or detrimental for the training, which still represents a key challenge in the current literature. To address this challenge, we introduce Federated Behavioural Planes (FBPs), a novel method to analyse, visualise, and explain the dynamics of FL systems, showing how clients behave under two different lenses: predictive performance (error behavioural space) and decision-making processes (counterfactual behavioural space). Our experiments demonstrate that FBPs provide informative trajectories describing the evolving states of clients and their contributions to the global model, thereby enabling the identification of clusters of clients with similar behaviours. Leveraging the patterns identified by FBPs, we propose a robust aggregation technique named Federated Behavioural Shields to detect malicious or noisy client models, thereby enhancing security and surpassing the efficacy of existing state-of-the-art FL defense mechanisms. Our code is publicly available on GitHub., Comment: [v2] Preprint (30 pages)
- Published
- 2024
11. Recent progress on quantum simulations of non-standard Bose-Hubbard models
- Author
-
Chanda, Titas, Barbiero, Luca, Lewenstein, Maciej, Mark, Manfred J., and Zakrzewski, Jakub
- Subjects
Condensed Matter - Quantum Gases ,Condensed Matter - Other Condensed Matter ,Quantum Physics - Abstract
In recent years, the systems comprising of bosonic atoms confined to optical lattices at ultra-cold temperatures have demonstrated tremendous potential to unveil novel quantum mechanical effects appearing in lattice boson models with various kinds of interactions. In this progress report, we aim to provide an exposition to recent advancements in quantum simulations of such systems, modeled by different "non-standard" Bose-Hubbard models, focusing primarily on long-range systems with dipole-dipole or cavity-mediated interactions. Through a carefully curated selection of topics, which includes the emergence of quantum criticality beyond Landau paradigm, bond-order wave insulators, the role of interaction-induced tunneling, the influence of transverse confinement on observed phases, or the effect of cavity-mediated all-to-all interactions, we report both theoretical and experimental developments from the last few years. Additionally, we discuss the real-time evolution of systems with long-range interactions, where sufficiently strong interactions render the dynamics non-ergodic. And finally to cap our discussions off, we survey recent experimental achievements in this rapidly evolving field, underscoring its interdisciplinary significance and potential for groundbreaking discoveries., Comment: comments most welcome!
- Published
- 2024
12. Nonlocal order parameter of pair superfluids
- Author
-
Cuzzuol, Nitya, Barbiero, Luca, and Montorsi, Arianna
- Subjects
Condensed Matter - Quantum Gases ,Condensed Matter - Strongly Correlated Electrons ,Quantum Physics - Abstract
Order parameters represent a fundamental resource to characterize quantum matter. We show that pair superfluids can be rigorously defined in terms of a nonlocal order parameter, named odd parity, which derivation is experimentally accessible by local density measurements. As a case of study, we first investigate a constrained Bose-Hubbard model at different densities, both in one and two spatial dimensions. Here, our analysis finds pair superfluidity for relatively strong attractive interactions. The odd parity operator acts as the unique order parameter for such phase irrespectively to the density of the system and its dimensionality in regimes of total particle number conservation. In order to enforce our finding, we confirm the generality of our approach also on a two-component Bose-Hubbard Hamiltonian, which experimental realization represents a timely topic in ultracold atomic systems. Our results shed new light on the role of correlated density fluctuations in pair superfluids. In addition, they provide a powerful tool for the experimental detection of such exotic phases and the characterization of their transition to the atomic superfluid phase., Comment: Submission to SciPost
- Published
- 2024
13. Probing spontaneously symmetry-broken phases with spin-charge separation through noise correlation measurements
- Author
-
Gallego-Lizarribar, Kerman, Julià-Farré, Sergi, Lewenstein, Maciej, Weitenberg, Christof, Barbiero, Luca, and Argüello-Luengo, Javier
- Subjects
Condensed Matter - Quantum Gases ,Quantum Physics - Abstract
Spontaneously symmetry-broken (SSB) phases are locally ordered states of matter characterizing a large variety of physical systems. Because of their specific ordering, their presence is usually witnessed by means of local order parameters. Here, we propose an alternative approach based on statistical correlations of noise after the ballistic expansion of an atomic cloud. We indeed demonstrate that probing such noise correlators allows one to discriminate among different SSB phases characterized by spin-charge separation. As a particular example, we test our prediction on a 1D extended Fermi-Hubbard model, where the competition between local and nonlocal couplings gives rise to three different SSB phases: a charge density wave, a bond-ordering wave, and an antiferromagnet. Our numerical analysis shows that this approach can accurately capture the presence of these different SSB phases, thus representing an alternative and powerful strategy to characterize strongly interacting quantum matter., Comment: 5 pages, 3 figures, and Supplemental Material. Accepted version of the manuscript
- Published
- 2024
14. Discrete half-logistic distributions with applications in reliability and risk analysis
- Author
-
Barbiero, Alessandro and Hitaj, Asmerilda
- Published
- 2024
- Full Text
- View/download PDF
15. Counterfactual Concept Bottleneck Models
- Author
-
Dominici, Gabriele, Barbiero, Pietro, Giannini, Francesco, Gjoreski, Martin, Marra, Giuseppe, and Langheinrich, Marc
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
Current deep learning models are not designed to simultaneously address three fundamental questions: predict class labels to solve a given classification task (the "What?"), simulate changes in the situation to evaluate how this impacts class predictions (the "How?"), and imagine how the scenario should change to result in different class predictions (the "Why not?"). The inability to answer these questions represents a crucial gap in deploying reliable AI agents, calibrating human trust, and improving human-machine interaction. To bridge this gap, we introduce CounterFactual Concept Bottleneck Models (CF-CBMs), a class of models designed to efficiently address the above queries all at once without the need to run post-hoc searches. Our experimental results demonstrate that CF-CBMs: achieve classification accuracy comparable to black-box models and existing CBMs ("What?"), rely on fewer important concepts leading to simpler explanations ("How?"), and produce interpretable, concept-based counterfactuals ("Why not?"). Additionally, we show that training the counterfactual generator jointly with the CBM leads to two key improvements: (i) it alters the model's decision-making process, making the model rely on fewer important concepts (leading to simpler explanations), and (ii) it significantly increases the causal effect of concept interventions on class predictions, making the model more responsive to these changes.
- Published
- 2024
16. Digital Histopathology with Graph Neural Networks: Concepts and Explanations for Clinicians
- Author
-
di Villaforesta, Alessandro Farace, Magister, Lucie Charlotte, Barbiero, Pietro, and Liò, Pietro
- Subjects
Physics - Medical Physics ,Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Machine Learning ,Electrical Engineering and Systems Science - Image and Video Processing - Abstract
To address the challenge of the ``black-box" nature of deep learning in medical settings, we combine GCExplainer - an automated concept discovery solution - along with Logic Explained Networks to provide global explanations for Graph Neural Networks. We demonstrate this using a generally applicable graph construction and classification pipeline, involving panoptic segmentation with HoVer-Net and cancer prediction with Graph Convolution Networks. By training on H&E slides of breast cancer, we show promising results in offering explainable and trustworthy AI tools for clinicians.
- Published
- 2023
17. Analysis of spin-squeezing generation in cavity-coupled atomic ensembles with continuous measurements
- Author
-
Caprotti, A., Barbiero, M., Tarallo, M. G., Genoni, M. G., and Bertaina, G.
- Subjects
Quantum Physics ,Physics - Atomic Physics - Abstract
We analyze the generation of spin-squeezed states via coupling of three-level atoms to an optical cavity and continuous quantum measurement of the transmitted cavity field in order to monitor the evolution of the atomic ensemble. Using analytical treatment and microscopic simulations of the dynamics, we show that one can achieve significant spin squeezing, favorably scaling with the number of atoms $N$. However, contrary to some previous literature, we clarify that it is not possible to obtain Heisenberg scaling without the continuous feedback that is proposed in optimal approaches. In fact, in the adiabatic cavity removal approximation and large $N$ limit, we find the scaling behavior $N^{-2/3}$ for spin squeezing and $N^{-1/3}$ for the corresponding protocol duration. These results can be obtained only by considering the curvature of the Bloch sphere, since linearizing the collective spin operators tangentially to its equator yields inaccurate predictions. With full simulations, we characterize how spin-squeezing generation depends on the system parameters and departs from the bad cavity regime, by gradually mixing with cavity-filling dynamics until metrological advantage is lost. Finally, we discuss the relevance of this spin-squeezing protocol to state-of-the-art optical clocks., Comment: 30 pages, 9 figures, post-print version
- Published
- 2023
- Full Text
- View/download PDF
18. Everybody Needs a Little HELP: Explaining Graphs via Hierarchical Concepts
- Author
-
Jürß, Jonas, Magister, Lucie Charlotte, Barbiero, Pietro, Liò, Pietro, and Simidjievski, Nikola
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
Graph neural networks (GNNs) have led to major breakthroughs in a variety of domains such as drug discovery, social network analysis, and travel time estimation. However, they lack interpretability which hinders human trust and thereby deployment to settings with high-stakes decisions. A line of interpretable methods approach this by discovering a small set of relevant concepts as subgraphs in the last GNN layer that together explain the prediction. This can yield oversimplified explanations, failing to explain the interaction between GNN layers. To address this oversight, we provide HELP (Hierarchical Explainable Latent Pooling), a novel, inherently interpretable graph pooling approach that reveals how concepts from different GNN layers compose to new ones in later steps. HELP is more than 1-WL expressive and is the first non-spectral, end-to-end-learnable, hierarchical graph pooling method that can learn to pool a variable number of arbitrary connected components. We empirically demonstrate that it performs on-par with standard GCNs and popular pooling methods in terms of accuracy while yielding explanations that are aligned with expert knowledge in the domains of chemistry and social networks. In addition to a qualitative analysis, we employ concept completeness scores as well as concept conformity, a novel metric to measure the noise in discovered concepts, quantitatively verifying that the discovered concepts are significantly easier to fully understand than those from previous work. Our work represents a first step towards an understanding of graph neural networks that goes beyond a set of concepts from the final layer and instead explains the complex interplay of concepts on different levels., Comment: 33 pages, 16 figures, accepted at the NeurIPS 2023 GLFrontiers Workshop
- Published
- 2023
19. From Charts to Atlas: Merging Latent Spaces into One
- Author
-
Crisostomi, Donato, Cannistraci, Irene, Moschella, Luca, Barbiero, Pietro, Ciccone, Marco, Liò, Pietro, and Rodolà, Emanuele
- Subjects
Computer Science - Machine Learning - Abstract
Models trained on semantically related datasets and tasks exhibit comparable inter-sample relations within their latent spaces. We investigate in this study the aggregation of such latent spaces to create a unified space encompassing the combined information. To this end, we introduce Relative Latent Space Aggregation, a two-step approach that first renders the spaces comparable using relative representations, and then aggregates them via a simple mean. We carefully divide a classification problem into a series of learning tasks under three different settings: sharing samples, classes, or neither. We then train a model on each task and aggregate the resulting latent spaces. We compare the aggregated space with that derived from an end-to-end model trained over all tasks and show that the two spaces are similar. We then observe that the aggregated space is better suited for classification, and empirically demonstrate that it is due to the unique imprints left by task-specific embedders within the representations. We finally test our framework in scenarios where no shared region exists and show that it can still be used to merge the spaces, albeit with diminished benefits over naive merging., Comment: To appear in the NeurReps workshop @ NeurIPS 2023
- Published
- 2023
20. Polarization-selective enhancement of telecom wavelength quantum dot transitions in an elliptical bullseye resonator
- Author
-
Barbiero, Andrea, Shooter, Ginny, Müller, Tina, Skiba-Szymanska, Joanna, Stevenson, R. Mark, Goff, Lucy E., Ritchie, David A., and Shields, Andrew J.
- Subjects
Physics - Optics ,Quantum Physics - Abstract
Semiconductor quantum dots are promising candidates for the generation of nonclassical light. Coupling a quantum dot to a device capable of providing polarization-selective enhancement of optical transitions is highly beneficial for advanced functionalities such as efficient resonant driving schemes or applications based on optical cyclicity. Here, we demonstrate broadband polarization-selective enhancement by coupling a quantum dot emitting in the telecom O-band to an elliptical bullseye resonator. We report bright single-photon emission with a degree of linear polarization of 96%, Purcell factor of 3.9, and count rates up to 3 MHz. Furthermore, we present a measurement of two-photon interference without any external polarization filtering and demonstrate compatibility with compact Stirling cryocoolers by operating the device at temperatures up to 40 K. These results represent an important step towards practical integration of optimal quantum dot photon sources in deployment-ready setups.
- Published
- 2023
- Full Text
- View/download PDF
21. Frustrated extended Bose-Hubbard model and deconfined quantum critical points with optical lattices at the anti-magic wavelength
- Author
-
Baldelli, Niccolò, Cabrera, Cesar R., Julià-Farré, Sergi, Aidelsburger, Monika, and Barbiero, Luca
- Subjects
Condensed Matter - Quantum Gases ,Condensed Matter - Strongly Correlated Electrons - Abstract
The study of geometrically frustrated many-body quantum systems is of central importance to uncover novel quantum mechanical effects. We design a scheme where ultracold bosons trapped in a one-dimensional state-dependent optical lattice are modeled by a frustrated Bose-Hubbard Hamiltonian. A derivation of the Hamiltonian parameters based on Cesium atoms, further show large tunability of contact and nearest-neighbour interactions. For pure contact repulsion, we discover the presence of two phases peculiar to frustrated quantum magnets: the bond-order-wave insulator with broken inversion symmetry and a chiral superfluid. When the nearest-neighbour repulsion becomes sizeable, a further density-wave insulator with broken translational symmetry can appear. We show that the phase transition between the two spontaneously-symmetry-broken phases is continuous, thus representing a one-dimensional deconfined quantum critical point not captured by the Landau-Ginzburg-Wilson symmetry-breaking paradigm. Our results provide a solid ground to unveil the novel quantum physics induced by the interplay of non-local interactions, geometrical frustration, and quantum fluctuations., Comment: 7+3 pages, 3+3 figures
- Published
- 2023
- Full Text
- View/download PDF
22. A Discrete Version of the Half-Logistic Distribution Based on the Mimicking of the Probability Density Function
- Author
-
Barbiero, Alessandro and Hitaj, Asmerilda
- Published
- 2024
- Full Text
- View/download PDF
23. Stabilization of Hubbard-Thouless pumps through nonlocal fermionic repulsion
- Author
-
Argüello-Luengo, Javier, Mark, Manfred J., Ferlaino, Francesca, Lewenstein, Maciej, Barbiero, Luca, and Julià-Farré, Sergi
- Subjects
Condensed Matter - Quantum Gases ,Quantum Physics - Abstract
Thouless pumping represents a powerful concept to probe quantized topological invariants in quantum systems. We explore this mechanism in a generalized Rice-Mele Fermi-Hubbard model characterized by the presence of competing onsite and intersite interactions. Contrary to recent experimental and theoretical results, showing a breakdown of quantized pumping induced by the onsite repulsion, we prove that sufficiently large intersite interactions allow for an interaction-induced recovery of Thouless pumps. Our analysis further reveals that the occurrence of stable topological transport at large interactions is connected to the presence of a spontaneous bond-order-wave in the ground-state phase diagram of the model. Finally, we discuss a concrete experimental setup based on ultracold magnetic atoms in an optical lattice to realize the newly introduced Thouless pump. Our results provide a new mechanism to stabilize Thouless pumps in interacting quantum systems., Comment: 9 pages, 5 figures. Added new Figure 4. Accepted for publication in Quantum
- Published
- 2023
- Full Text
- View/download PDF
24. Relational Concept Bottleneck Models
- Author
-
Barbiero, Pietro, Giannini, Francesco, Ciravegna, Gabriele, Diligenti, Michelangelo, and Marra, Giuseppe
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,Computer Science - Neural and Evolutionary Computing - Abstract
The design of interpretable deep learning models working in relational domains poses an open challenge: interpretable deep learning methods, such as Concept Bottleneck Models (CBMs), are not designed to solve relational problems, while relational deep learning models, such as Graph Neural Networks (GNNs), are not as interpretable as CBMs. To overcome these limitations, we propose Relational Concept Bottleneck Models (R-CBMs), a family of relational deep learning methods providing interpretable task predictions. As special cases, we show that R-CBMs are capable of both representing standard CBMs and message-passing GNNs. To evaluate the effectiveness and versatility of these models, we designed a class of experimental problems, ranging from image classification to link prediction in knowledge graphs. In particular we show that R-CBMs (i) match generalization performance of existing relational black-boxes, (ii) support the generation of quantified concept-based explanations, (iii) effectively respond to test-time interventions, and (iv) withstand demanding settings including out-of-distribution scenarios, limited training data regimes, and scarce concept supervisions.
- Published
- 2023
25. Long time rigidity to flux-induced symmetry breaking in quantum quench dynamics
- Author
-
Rossi, Lorenzo, Barbiero, Luca, Budich, Jan Carl, and Dolcini, Fabrizio
- Subjects
Condensed Matter - Quantum Gases ,Quantum Physics - Abstract
We investigate how the breaking of charge conjugation symmetry $\mathcal{C}$ impacts on the dynamics of a half-filled fermionic lattice system after global quenches. We show that, when the initial state is insulating and the $\mathcal{C}$-symmetry is broken non-locally by a constant magnetic flux, local observables and correlations behave as if the symmetry were unbroken for a time interval proportional to the system size $L$. In particular, the local particle density of a quenched dimerized insulator remains pinned to $1/2$ in each lattice site for an extensively long time, while it starts to significantly fluctuate only afterwards. Due to its qualitative resemblance to the sudden arrival of rapidly rising ocean waves, we dub this phenomenon the ``tsunami effect". Notably, it occurs even though the chiral symmetry is dynamically broken right after the quench. Furthermore, we identify a way to quantify the amount of symmetry breaking in the quantum state, showing that in insulators perturbed by a flux it is exponentially suppressed as a function of the system size, while it is only algebraically suppressed in metals and in insulators with locally broken $\mathcal{C}$-symmetry. The robustness of the tsunami effect to weak disorder and interactions is demonstrated, and possible experimental realizations are proposed., Comment: 22 pages, 8 figures
- Published
- 2023
26. SHARCS: Shared Concept Space for Explainable Multimodal Learning
- Author
-
Dominici, Gabriele, Barbiero, Pietro, Magister, Lucie Charlotte, Liò, Pietro, and Simidjievski, Nikola
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
Multimodal learning is an essential paradigm for addressing complex real-world problems, where individual data modalities are typically insufficient to accurately solve a given modelling task. While various deep learning approaches have successfully addressed these challenges, their reasoning process is often opaque; limiting the capabilities for a principled explainable cross-modal analysis and any domain-expert intervention. In this paper, we introduce SHARCS (SHARed Concept Space) -- a novel concept-based approach for explainable multimodal learning. SHARCS learns and maps interpretable concepts from different heterogeneous modalities into a single unified concept-manifold, which leads to an intuitive projection of semantically similar cross-modal concepts. We demonstrate that such an approach can lead to inherently explainable task predictions while also improving downstream predictive performance. Moreover, we show that SHARCS can operate and significantly outperform other approaches in practically significant scenarios, such as retrieval of missing modalities and cross-modal explanations. Our approach is model-agnostic and easily applicable to different types (and number) of modalities, thus advancing the development of effective, interpretable, and trustworthy multimodal approaches.
- Published
- 2023
27. Interpretable Graph Networks Formulate Universal Algebra Conjectures
- Author
-
Giannini, Francesco, Fioravanti, Stefano, Keskin, Oguzhan, Lupidi, Alisia Maria, Magister, Lucie Charlotte, Lio, Pietro, and Barbiero, Pietro
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence - Abstract
The rise of Artificial Intelligence (AI) recently empowered researchers to investigate hard mathematical problems which eluded traditional approaches for decades. Yet, the use of AI in Universal Algebra (UA) -- one of the fields laying the foundations of modern mathematics -- is still completely unexplored. This work proposes the first use of AI to investigate UA's conjectures with an equivalent equational and topological characterization. While topological representations would enable the analysis of such properties using graph neural networks, the limited transparency and brittle explainability of these models hinder their straightforward use to empirically validate existing conjectures or to formulate new ones. To bridge these gaps, we propose a general algorithm generating AI-ready datasets based on UA's conjectures, and introduce a novel neural layer to build fully interpretable graph networks. The results of our experiments demonstrate that interpretable graph networks: (i) enhance interpretability without sacrificing task accuracy, (ii) strongly generalize when predicting universal algebra's properties, (iii) generate simple explanations that empirically validate existing conjectures, and (iv) identify subgraphs suggesting the formulation of novel conjectures.
- Published
- 2023
28. Higher-order topological Peierls insulator in a two-dimensional atom-cavity system
- Author
-
Fraxanet, Joana, Dauphin, Alexandre, Lewenstein, Maciej, Barbiero, Luca, and González-Cuadra, Daniel
- Subjects
Condensed Matter - Quantum Gases ,Quantum Physics - Abstract
In this work, we investigate a two-dimensional system of ultracold bosonic atoms inside an optical cavity, and show how photon-mediated interactions give rise to a plaquette-ordered bond pattern in the atomic ground state. The latter corresponds to a 2D Peierls transition, generalizing the spontaneous bond dimmerization driven by phonon-electron interactions in the 1D Su-Schrieffer-Heeger (SSH) model. Here the bosonic nature of the atoms plays a crucial role to generate the phase, as similar generalizations with fermionic matter do not lead to a plaquette structure. Similar to the SSH model, we show how this pattern opens a non-trivial topological gap in 2D, resulting in a higher-order topological phase hosting corner states, that we characterize by means of a many-body topological invariant and through its entanglement structure. Finally, we demonstrate how this higher-order topological Peierls insulator can be readily prepared in atomic experiments through adiabatic protocols. Our work thus shows how atomic quantum simulators can be harnessed to investigate novel strongly-correlated topological phenomena beyond those observed in natural materials., Comment: 5+2 pages, 4+1 figures
- Published
- 2023
29. Categorical Foundations of Explainable AI: A Unifying Theory
- Author
-
Barbiero, Pietro, Fioravanti, Stefano, Giannini, Francesco, Tonda, Alberto, Lio, Pietro, and Di Lavore, Elena
- Subjects
Computer Science - Artificial Intelligence ,Computer Science - Machine Learning ,Statistics - Machine Learning - Abstract
Explainable AI (XAI) aims to address the human need for safe and reliable AI systems. However, numerous surveys emphasize the absence of a sound mathematical formalization of key XAI notions -- remarkably including the term "explanation" which still lacks a precise definition. To bridge this gap, this paper presents the first mathematically rigorous definitions of key XAI notions and processes, using the well-funded formalism of Category theory. We show that our categorical framework allows to: (i) model existing learning schemes and architectures, (ii) formally define the term "explanation", (iii) establish a theoretical basis for XAI taxonomies, and (iv) analyze commonly overlooked aspects of explaining methods. As a consequence, our categorical framework promotes the ethical and secure deployment of AI technologies as it represents a significant step towards a sound theoretical foundation of explainable AI.
- Published
- 2023
30. Interpretable Neural-Symbolic Concept Reasoning
- Author
-
Barbiero, Pietro, Ciravegna, Gabriele, Giannini, Francesco, Zarlenga, Mateo Espinosa, Magister, Lucie Charlotte, Tonda, Alberto, Lio', Pietro, Precioso, Frederic, Jamnik, Mateja, and Marra, Giuseppe
- Subjects
Computer Science - Artificial Intelligence ,Computer Science - Machine Learning ,Computer Science - Neural and Evolutionary Computing ,Statistics - Machine Learning - Abstract
Deep learning methods are highly accurate, yet their opaque decision process prevents them from earning full human trust. Concept-based models aim to address this issue by learning tasks based on a set of human-understandable concepts. However, state-of-the-art concept-based models rely on high-dimensional concept embedding representations which lack a clear semantic meaning, thus questioning the interpretability of their decision process. To overcome this limitation, we propose the Deep Concept Reasoner (DCR), the first interpretable concept-based model that builds upon concept embeddings. In DCR, neural networks do not make task predictions directly, but they build syntactic rule structures using concept embeddings. DCR then executes these rules on meaningful concept truth degrees to provide a final interpretable and semantically-consistent prediction in a differentiable manner. Our experiments show that DCR: (i) improves up to +25% w.r.t. state-of-the-art interpretable concept-based models on challenging benchmarks (ii) discovers meaningful logic rules matching known ground truths even in the absence of concept supervision during training, and (iii), facilitates the generation of counterfactual examples providing the learnt rules as guidance.
- Published
- 2023
- Full Text
- View/download PDF
31. Floquet-engineered nonlinearities and controllable pair-hopping processes: From optical Kerr cavities to correlated quantum matter
- Author
-
Goldman, Nathan, Diessel, Oriana K., Barbiero, Luca, Prüfer, Maximilian, Di Liberto, Marco, and Gavensky, Lucila Peralta
- Subjects
Condensed Matter - Quantum Gases ,Condensed Matter - Mesoscale and Nanoscale Physics ,Physics - Optics ,Quantum Physics - Abstract
This work explores the possibility of creating and controlling unconventional nonlinearities by periodic driving, in a broad class of systems described by the nonlinear Schr\"odinger equation (NLSE). By means of a parent quantum many-body description, we demonstrate that such driven systems are well captured by an effective NLSE with emergent nonlinearities, which can be finely controlled by tuning the driving sequence. We first consider a general class of two-mode nonlinear systems - relevant to optical Kerr cavities, waveguides and Bose-Einstein condensates - where we find an emergent four-wave mixing nonlinearity, which originates from pair-hopping processes in the parent quantum picture. Tuning this drive-induced nonlinearity is shown to modify the phase-space topology, which can be detected through relative population and phase measurements. We then couple individual (two-mode) dimers in view of designing extended lattice models with unconventional nonlinearities and controllable pair-hopping processes. Following this general dimerization construction, we obtain an effective lattice model with drive-induced interactions, whose ground-state exhibits orbital order, chiral currents and emergent magnetic fluxes through the spontaneous breaking of time-reversal symmetry. We analyze these intriguing properties both in the weakly-interacting (mean-field) regime, captured by the effective NLSE, and in the strongly-correlated quantum regime. Our general approach opens a route for the engineering of unconventional optical nonlinearities in photonic devices and controllable drive-induced interactions in ultracold quantum matter., Comment: 33 pages, 21 figures, including Appendices. Extended version of arXiv:2203.05554
- Published
- 2023
- Full Text
- View/download PDF
32. GCI: A (G)raph (C)oncept (I)nterpretation Framework
- Author
-
Kazhdan, Dmitry, Dimanov, Botty, Magister, Lucie Charlotte, Barbiero, Pietro, Jamnik, Mateja, and Lio, Pietro
- Subjects
Computer Science - Machine Learning - Abstract
Explainable AI (XAI) underwent a recent surge in research on concept extraction, focusing on extracting human-interpretable concepts from Deep Neural Networks. An important challenge facing concept extraction approaches is the difficulty of interpreting and evaluating discovered concepts, especially for complex tasks such as molecular property prediction. We address this challenge by presenting GCI: a (G)raph (C)oncept (I)nterpretation framework, used for quantitatively measuring alignment between concepts discovered from Graph Neural Networks (GNNs) and their corresponding human interpretations. GCI encodes concept interpretations as functions, which can be used to quantitatively measure the alignment between a given interpretation and concept definition. We demonstrate four applications of GCI: (i) quantitatively evaluating concept extractors, (ii) measuring alignment between concept extractors and human interpretations, (iii) measuring the completeness of interpretations with respect to an end task and (iv) a practical application of GCI to molecular property prediction, in which we demonstrate how to use chemical functional groups to explain GNNs trained on molecular property prediction tasks, and implement interpretations with a 0.76 AUCROC completeness score.
- Published
- 2023
33. Towards Robust Metrics for Concept Representation Evaluation
- Author
-
Zarlenga, Mateo Espinosa, Barbiero, Pietro, Shams, Zohreh, Kazhdan, Dmitry, Bhatt, Umang, Weller, Adrian, and Jamnik, Mateja
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,68T07 ,I.2.6 - Abstract
Recent work on interpretability has focused on concept-based explanations, where deep learning models are explained in terms of high-level units of information, referred to as concepts. Concept learning models, however, have been shown to be prone to encoding impurities in their representations, failing to fully capture meaningful features of their inputs. While concept learning lacks metrics to measure such phenomena, the field of disentanglement learning has explored the related notion of underlying factors of variation in the data, with plenty of metrics to measure the purity of such factors. In this paper, we show that such metrics are not appropriate for concept learning and propose novel metrics for evaluating the purity of concept representations in both approaches. We show the advantage of these metrics over existing ones and demonstrate their utility in evaluating the robustness of concept representations and interventions performed on them. In addition, we show their utility for benchmarking state-of-the-art methods from both families and find that, contrary to common assumptions, supervision alone may not be sufficient for pure concept representations., Comment: To appear at AAAI 2023
- Published
- 2023
- Full Text
- View/download PDF
34. Frustrated magnets without geometrical frustration in bosonic flux ladders
- Author
-
Barbiero, Luca, Cabedo, Josep, Lewenstein, Maciej, Tarruell, Leticia, and Celi, Alessio
- Subjects
Condensed Matter - Quantum Gases ,Condensed Matter - Strongly Correlated Electrons ,Quantum Physics - Abstract
We propose a scheme to realize a frustrated Bose-Hubbard model with ultracold atoms in an optical lattice that comprises the frustrated spin-1/2 quantum XX model. Our approach is based on a square ladder of magnetic flux close to $\pi$ with one real and one synthetic spin dimension. Although this system does not have geometrical frustration, we show that at low energies it maps into an effective triangular ladder with staggered fluxes for specific values of the synthetic tunneling. We numerically investigate its rich phase diagram and show that it contains bond-ordered-wave and chiral superfluid phases. Our scheme gives access to minimal instances of frustrated magnets without the need for real geometrical frustration, in a setup of minimal experimental complexity., Comment: Main text: 5 pages + references, 3 figures; supplemental material: 10 pages + references, 2 figures
- Published
- 2022
- Full Text
- View/download PDF
35. Estimation of the reliability parameter for a Poisson-exponential stress-strength model
- Author
-
Barbiero, Alessandro
- Published
- 2024
- Full Text
- View/download PDF
36. Gradient-Based Competitive Learning: Theory
- Author
-
Cirrincione, Giansalvo, Randazzo, Vincenzo, Barbiero, Pietro, Ciravegna, Gabriele, and Pasero, Eros
- Published
- 2024
- Full Text
- View/download PDF
37. Fatal cardiac air embolism after CT-guided percutaneous needle lung biopsy: medical complication or medical malpractice?
- Author
-
Pigaiani, Nicola, Barbiero, Giulio, Balestro, Elisabetta, Ausania, Francesco, McCleskey, Brandi, Begni, Erica, Bortolotti, Federica, Brunelli, Matteo, and De Leo, Domenico
- Published
- 2024
- Full Text
- View/download PDF
38. Regional Hydro-Chemistry of Hydrothermal Springs in Northeastern Algeria, Case of Guelma, Souk Ahras, Tebessa and Khenchela Regions
- Author
-
Ibtissem Djaafri, Karima Seghir, Vincent Valles, and Laurent Barbiero
- Subjects
hydrothermal springs ,regional approach ,chemical variability ,multivariate analysis ,Algeria ,Environmental technology. Sanitary engineering ,TD1-1066 - Abstract
Hydrothermal units are characterized by the emergence of several large-flow thermo-mineral springs (griffons), each with varying temperature and physico-chemical characteristics depending on the point of emergence. It seems, however, that there is variability between the different systems, although it is not easy to characterize it because the variability within each system is high. The regional dimension of the chemical composition of thermal waters is, therefore, an aspect that has received very little attention in the literature due to the lack of access to the deep reservoir. In this study, we investigated the spatial variability, on a regional scale, in the characteristics of thermal waters in northeastern Algeria, and more specifically the hydrothermal systems of Guelma, Souk Ahras, Khenchela and Tébessa. Thirty-two hot water samples were taken between December 2018 and October 2019, including five samples of low-temperature mineral spring water. Standard physico-chemical parameters, major anions and cations and lithium were analyzed. The data were log-transformed data and processed via principal component analysis, discriminant analysis and unsupervised classification. The results show that thermal waters are the result of a mixture of hot waters, whose chemical profile has a certain local character, and contaminated by cold surface waters. These surface waters may also have several chemical profiles depending on the location. In addition to the internal variability in each resource, there are differences in water quality between these different hydrothermal systems. The Guelma region differs the most from the other thermal regions studied, with a specific calcic sulfate chemical profile. This question is essential for the rational development of these regional resources in any field whatsoever.
- Published
- 2024
- Full Text
- View/download PDF
39. Extending Logic Explained Networks to Text Classification
- Author
-
Jain, Rishabh, Ciravegna, Gabriele, Barbiero, Pietro, Giannini, Francesco, Buffelli, Davide, and Lio, Pietro
- Subjects
Computer Science - Computation and Language ,Computer Science - Artificial Intelligence - Abstract
Recently, Logic Explained Networks (LENs) have been proposed as explainable-by-design neural models providing logic explanations for their predictions. However, these models have only been applied to vision and tabular data, and they mostly favour the generation of global explanations, while local ones tend to be noisy and verbose. For these reasons, we propose LENp, improving local explanations by perturbing input words, and we test it on text classification. Our results show that (i) LENp provides better local explanations than LIME in terms of sensitivity and faithfulness, and (ii) logic explanations are more useful and user-friendly than feature scoring provided by LIME as attested by a human survey., Comment: Accepted as short paper at the EMNLP 2022 conference
- Published
- 2022
- Full Text
- View/download PDF
40. Global Explainability of GNNs via Logic Combination of Learned Concepts
- Author
-
Azzolin, Steve, Longa, Antonio, Barbiero, Pietro, Liò, Pietro, and Passerini, Andrea
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,Computer Science - Logic in Computer Science - Abstract
While instance-level explanation of GNN is a well-studied problem with plenty of approaches being developed, providing a global explanation for the behaviour of a GNN is much less explored, despite its potential in interpretability and debugging. Existing solutions either simply list local explanations for a given class, or generate a synthetic prototypical graph with maximal score for a given class, completely missing any combinatorial aspect that the GNN could have learned. In this work, we propose GLGExplainer (Global Logic-based GNN Explainer), the first Global Explainer capable of generating explanations as arbitrary Boolean combinations of learned graphical concepts. GLGExplainer is a fully differentiable architecture that takes local explanations as inputs and combines them into a logic formula over graphical concepts, represented as clusters of local explanations. Contrary to existing solutions, GLGExplainer provides accurate and human-interpretable global explanations that are perfectly aligned with ground-truth explanations (on synthetic data) or match existing domain knowledge (on real-world data). Extracted formulas are faithful to the model predictions, to the point of providing insights into some occasionally incorrect rules learned by the model, making GLGExplainer a promising diagnostic tool for learned GNNs., Comment: Camera ready version for ICLR2023 publication
- Published
- 2022
41. Concept Embedding Models: Beyond the Accuracy-Explainability Trade-Off
- Author
-
Zarlenga, Mateo Espinosa, Barbiero, Pietro, Ciravegna, Gabriele, Marra, Giuseppe, Giannini, Francesco, Diligenti, Michelangelo, Shams, Zohreh, Precioso, Frederic, Melacci, Stefano, Weller, Adrian, Lio, Pietro, and Jamnik, Mateja
- Subjects
Computer Science - Machine Learning ,Computer Science - Artificial Intelligence ,68T07 ,I.2.6 - Abstract
Deploying AI-powered systems requires trustworthy models supporting effective human interactions, going beyond raw prediction accuracy. Concept bottleneck models promote trustworthiness by conditioning classification tasks on an intermediate level of human-like concepts. This enables human interventions which can correct mispredicted concepts to improve the model's performance. However, existing concept bottleneck models are unable to find optimal compromises between high task accuracy, robust concept-based explanations, and effective interventions on concepts -- particularly in real-world conditions where complete and accurate concept supervisions are scarce. To address this, we propose Concept Embedding Models, a novel family of concept bottleneck models which goes beyond the current accuracy-vs-interpretability trade-off by learning interpretable high-dimensional concept representations. Our experiments demonstrate that Concept Embedding Models (1) attain better or competitive task accuracy w.r.t. standard neural models without concepts, (2) provide concept representations capturing meaningful semantics including and beyond their ground truth labels, (3) support test-time concept interventions whose effect in test accuracy surpasses that in standard concept bottleneck models, and (4) scale to real-world conditions where complete concept supervisions are scarce., Comment: To appear at NeurIPS 2022
- Published
- 2022
42. Generative Models for Counterfactual Explanations.
- Author
-
Daniil E. Kirilenko, Pietro Barbiero, Martin Gjoreski, Mitja Lustrek, and Marc Langheinrich
- Published
- 2024
43. Categorical Foundation of Explainable AI: A Unifying Theory.
- Author
-
Francesco Giannini, Stefano Fioravanti, Pietro Barbiero, Alberto Tonda, Pietro Liò, and Elena Di Lavore
- Published
- 2024
- Full Text
- View/download PDF
44. AnyCBMs: How to Turn Any Black Box into a Concept Bottleneck Model.
- Author
-
Gabriele Dominici, Pietro Barbiero, Francesco Giannini, Martin Gjoreski, and Marc Langheinrich
- Published
- 2024
45. Heterogeneous Data Fusion for Accurate Road User Tracking: A Distributed Multi-Sensor Collaborative Approach.
- Author
-
Simone Mentasti, Alessandro Barbiero, and Matteo Matteucci
- Published
- 2024
- Full Text
- View/download PDF
46. Spatial and inter-annual variation in the Lake Superior offshore zooplankton community
- Author
-
Lietz, Julie E., Barbiero, Richard P., Scofield, Anne E., and Lesht, Barry M.
- Published
- 2025
- Full Text
- View/download PDF
47. Composite Raman-Nath heterodyne interferometry with relevance for precise spectroscopy
- Author
-
Barbiero, Matteo, Salvatierra, Juan Pablo, Calonico, Davide, Levi, Filippo, and Tarallo, Marco G.
- Published
- 2025
- Full Text
- View/download PDF
48. Copper and zinc status in cord blood and breast milk and child's neurodevelopment at 18 months: Results of the Italian PHIME cohort
- Author
-
Barbiero, Fabiano, Rosolen, Valentina, Consonni, Dario, Mariuz, Marika, Parpinel, Maria, Ronfani, Luca, Brumatti, Liza Vecchi, Bin, Maura, Castriotta, Luigi, Valent, Francesca, Little, D'Anna, Tratnik, Janja Snoj, Mazej, Darja, Falnoga, Ingrid, Horvat, Milena, and Barbone, Fabio
- Published
- 2025
- Full Text
- View/download PDF
49. Using AI explainable models and handwriting/drawing tasks for psychological well-being
- Author
-
Prinzi, Francesco, Barbiero, Pietro, Greco, Claudia, Amorese, Terry, Cordasco, Gennaro, Liò, Pietro, Vitabile, Salvatore, and Esposito, Anna
- Published
- 2025
- Full Text
- View/download PDF
50. Efecto de la embolización transarterial de pseudoaneurismas yatrógenos de la arteria renal con o sin fístula arteriovenosa sobre la función renal a los 6 meses de seguimiento
- Author
-
Groff, S., Barbiero, G., Battistel, M., Frigo, A.C., and De Conti, G.
- Published
- 2025
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.