306 results on '"Bongini P"'
Search Results
2. GrapHisto: A Robust Representation of Graph-Structured Data for Graph Convolutional Networks: GrapHisto: A Robust Representation of Graph-Structured Data...
- Author
-
Benini, Marco, Bongini, Pietro, and Trentin, Edmondo
- Published
- 2025
- Full Text
- View/download PDF
3. A Deep Learning Approach to the Prediction of Drug Side-Effects on Molecular Graphs
- Author
-
Bongini, Pietro, Messori, Elisa, Pancino, Niccolò, and Bianchini, Monica
- Subjects
Statistics - Machine Learning ,Computer Science - Artificial Intelligence ,Computer Science - Machine Learning ,Quantitative Biology - Quantitative Methods - Abstract
Predicting drug side-effects before they occur is a key task in keeping the number of drug-related hospitalizations low and to improve drug discovery processes. Automatic predictors of side-effects generally are not able to process the structure of the drug, resulting in a loss of information. Graph neural networks have seen great success in recent years, thanks to their ability of exploiting the information conveyed by the graph structure and labels. These models have been used in a wide variety of biological applications, among which the prediction of drug side-effects on a large knowledge graph. Exploiting the molecular graph encoding the structure of the drug represents a novel approach, in which the problem is formulated as a multi-class multi-label graph-focused classification. We developed a methodology to carry out this task, using recurrent Graph Neural Networks, and building a dataset from freely accessible and well established data sources. The results show that our method has an improved classification capability, under many parameters and metrics, with respect to previously available predictors., Comment: 16 pages, 2 figures, under review
- Published
- 2022
4. Is GPT-3 all you need for Visual Question Answering in Cultural Heritage?
- Author
-
Bongini, Pietro, Becattini, Federico, and Del Bimbo, Alberto
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Computation and Language - Abstract
The use of Deep Learning and Computer Vision in the Cultural Heritage domain is becoming highly relevant in the last few years with lots of applications about audio smart guides, interactive museums and augmented reality. All these technologies require lots of data to work effectively and be useful for the user. In the context of artworks, such data is annotated by experts in an expensive and time consuming process. In particular, for each artwork, an image of the artwork and a description sheet have to be collected in order to perform common tasks like Visual Question Answering. In this paper we propose a method for Visual Question Answering that allows to generate at runtime a description sheet that can be used for answering both visual and contextual questions about the artwork, avoiding completely the image and the annotation process. For this purpose, we investigate on the use of GPT-3 for generating descriptions for artworks analyzing the quality of generated descriptions through captioning metrics. Finally we evaluate the performance for Visual Question Answering and captioning tasks.
- Published
- 2022
5. Modular multi-source prediction of drug side-effects with DruGNN
- Author
-
Bongini, Pietro, Scarselli, Franco, Bianchini, Monica, Dimitri, Giovanna Maria, Pancino, Niccolò, and Liò, Pietro
- Subjects
Quantitative Biology - Quantitative Methods ,Computer Science - Machine Learning - Abstract
Drug Side-Effects (DSEs) have a high impact on public health, care system costs, and drug discovery processes. Predicting the probability of side-effects, before their occurrence, is fundamental to reduce this impact, in particular on drug discovery. Candidate molecules could be screened before undergoing clinical trials, reducing the costs in time, money, and health of the participants. Drug side-effects are triggered by complex biological processes involving many different entities, from drug structures to protein-protein interactions. To predict their occurrence, it is necessary to integrate data from heterogeneous sources. In this work, such heterogeneous data is integrated into a graph dataset, expressively representing the relational information between different entities, such as drug molecules and genes. The relational nature of the dataset represents an important novelty for drug side-effect predictors. Graph Neural Networks (GNNs) are exploited to predict DSEs on our dataset with very promising results. GNNs are deep learning models that can process graph-structured data, with minimal information loss, and have been applied on a wide variety of biological tasks. Our experimental results confirm the advantage of using relationships between data entities, suggesting interesting future developments in this scope. The experimentation also shows the importance of specific subsets of data in determining associations between drugs and side-effects., Comment: 19 pages, 3 figures
- Published
- 2022
6. Mean Field Games of Controls with Dirichlet boundary conditions
- Author
-
Bongini, Mattia and Salvarani, Francesco
- Subjects
Mathematics - Optimization and Control ,Mathematics - Analysis of PDEs - Abstract
In this paper we study a mean-field games system with Dirichlet boundary conditions in a closed domain and in a mean-field of control setting, that is in which the dynamics of each agent is affected not only by the average position of the rest of the agents but also by their average optimal choice. This setting allows the modeling of more realistic real-life scenarios in which agents not only will leave the domain at a certain point in time (like during the evacuation of pedestrians or in debt refinancing dynamics) but also act competitively to anticipate the strategies of the other agents. We shall establish the existence of Nash Equilibria for such class of mean-field of controls systems under certain regularity assumptions on the dynamics and the Lagrangian cost. Much of the paper is devoted to establishing several a priori estimates which are needed to circumvent the fact that the mass is not conserved (as we are in a Dirichlet boundary condition setting). In the conclusive sections, we provide examples of systems falling into our framework as well as numerical implementations.
- Published
- 2021
7. Partially fake it till you make it: mixing real and fake thermal images for improved object detection
- Author
-
Bongini, Francesco, Berlincioni, Lorenzo, Bertini, Marco, and Del Bimbo, Alberto
- Subjects
Computer Science - Computer Vision and Pattern Recognition - Abstract
In this paper we propose a novel data augmentation approach for visual content domains that have scarce training datasets, compositing synthetic 3D objects within real scenes. We show the performance of the proposed system in the context of object detection in thermal videos, a domain where 1) training datasets are very limited compared to visible spectrum datasets and 2) creating full realistic synthetic scenes is extremely cumbersome and expensive due to the difficulty in modeling the thermal properties of the materials of the scene. We compare different augmentation strategies, including state of the art approaches obtained through RL techniques, the injection of simulated data and the employment of a generative model, and study how to best combine our proposed augmentation with these other techniques.Experimental results demonstrate the effectiveness of our approach, and our single-modality detector achieves state-of-the-art results on the FLIR ADAS dataset.
- Published
- 2021
8. Molecular graph generation with Graph Neural Networks
- Author
-
Bongini, Pietro, Bianchini, Monica, and Scarselli, Franco
- Subjects
Statistics - Machine Learning ,Computer Science - Machine Learning ,Quantitative Biology - Biomolecules - Abstract
Drug Discovery is a fundamental and ever-evolving field of research. The design of new candidate molecules requires large amounts of time and money, and computational methods are being increasingly employed to cut these costs. Machine learning methods are ideal for the design of large amounts of potential new candidate molecules, which are naturally represented as graphs. Graph generation is being revolutionized by deep learning methods, and molecular generation is one of its most promising applications. In this paper, we introduce a sequential molecular graph generator based on a set of graph neural network modules, which we call MG^2N^2. At each step, a node or a group of nodes is added to the graph, along with its connections. The modular architecture simplifies the training procedure, also allowing an independent retraining of a single module. Sequentiality and modularity make the generation process interpretable. The use of graph neural networks maximizes the information in input at each generative step, which consists of the subgraph produced during the previous steps. Experiments of unconditional generation on the QM9 and Zinc datasets show that our model is capable of generalizing molecular patterns seen during the training phase, without overfitting. The results indicate that our method is competitive, and outperforms challenging baselines for unconditional generation., Comment: 20 pages, 4 figures (2 figures are composed of double images, for a total of 6 images)
- Published
- 2020
- Full Text
- View/download PDF
9. Visual Question Answering for Cultural Heritage
- Author
-
Bongini, Pietro, Becattini, Federico, Bagdanov, Andrew D., and Del Bimbo, Alberto
- Subjects
Computer Science - Computer Vision and Pattern Recognition ,Computer Science - Computation and Language - Abstract
Technology and the fruition of cultural heritage are becoming increasingly more entwined, especially with the advent of smart audio guides, virtual and augmented reality, and interactive installations. Machine learning and computer vision are important components of this ongoing integration, enabling new interaction modalities between user and museum. Nonetheless, the most frequent way of interacting with paintings and statues still remains taking pictures. Yet images alone can only convey the aesthetics of the artwork, lacking is information which is often required to fully understand and appreciate it. Usually this additional knowledge comes both from the artwork itself (and therefore the image depicting it) and from an external source of knowledge, such as an information sheet. While the former can be inferred by computer vision algorithms, the latter needs more structured data to pair visual content with relevant information. Regardless of its source, this information still must be be effectively transmitted to the user. A popular emerging trend in computer vision is Visual Question Answering (VQA), in which users can interact with a neural network by posing questions in natural language and receiving answers about the visual content. We believe that this will be the evolution of smart audio guides for museum visits and simple image browsing on personal smartphones. This will turn the classic audio guide into a smart personal instructor with which the visitor can interact by asking for explanations focused on specific interests. The advantages are twofold: on the one hand the cognitive burden of the visitor will decrease, limiting the flow of information to what the user actually wants to hear; and on the other hand it proposes the most natural way of interacting with a guide, favoring engagement., Comment: accepted at FlorenceHeritech 2020
- Published
- 2020
- Full Text
- View/download PDF
10. Leader formation with mean-field birth and death models
- Author
-
Albi, Giacomo, Bongini, Mattia, Rossi, Francesco, and Solombrino, Francesco
- Subjects
Mathematics - Analysis of PDEs ,Mathematics - Dynamical Systems ,Mathematics - Numerical Analysis ,Mathematics - Probability ,35Q82, 35Q91, 70F45, 65M08, 82C22, 82B21 - Abstract
We provide a mean-field description for a leader-follower dynamics with mass transfer among the two populations. This model allows the transition from followers to leaders and vice versa, with scalar-valued transition rates depending nonlinearly on the global state of the system at each time. We first prove the existence and uniqueness of solutions for the leader-follower dynamics, under suitable assumptions. We then establish, for an appropriate choice of the initial datum, the equivalence of the system with a PDE-ODE system, that consists of a continuity equation over the state space and an ODE for the transition from leader to follower or vice versa. We further introduce a stochastic process approximating the PDE, together with a jump process that models the switch between the two populations. Using a propagation of chaos argument, we show that the particle system generated by these two processes converges in probability to a solution of the PDE-ODE system. Finally, several numerical simulations of social interactions dynamics modeled by our system are discussed.
- Published
- 2018
11. Optimal consensus control of the Cucker-Smale model
- Author
-
Bailo, Rafael, Bongini, Mattia, Carrillo, José A., and Kalise, Dante
- Subjects
Mathematics - Optimization and Control ,Mathematics - Dynamical Systems ,Mathematics - Numerical Analysis - Abstract
We study the numerical realisation of optimal consensus control laws for agent-based models. For a nonlinear multi-agent system of Cucker-Smale type, consensus control is cast as a dynamic optimisation problem for which we derive first-order necessary optimality conditions. In the case of a smooth penalization fo the control energy, the optimality system is numerically approximated via a gradient-descent method. For sparsity promoting, non-smooth $\ell_1$-norm control penalizations, the optimal controllers are realised by means of heuristic methods. For an increasing number of agents, we discuss the approximation of the consensus control problem by following a mean-field modelling approach.
- Published
- 2018
- Full Text
- View/download PDF
12. Sparse Control of Multiagent Systems
- Author
-
Bongini, Mattia and Fornasier, Massimo
- Subjects
Mathematics - Optimization and Control ,Mathematics - Dynamical Systems - Abstract
In recent years, numerous studies have focused on the mathematical modeling of social dynamics, with self-organization, i.e., the autonomous pattern formation, as the main driving concept. Usually, first or second order models are employed to reproduce, at least qualitatively, certain global patterns (such as bird flocking, milling schools of fish or queue formations in pedestrian flows, just to mention a few). It is, however, common experience that self-organization does not always spontaneously occur in a society. In this review chapter we aim to describe the limitations of decentralized controls in restoring certain desired configurations and to address the question of whether it is possible to externally and parsimoniously influence the dynamics to reach a given outcome. More specifically, we address the issue of finding the sparsest control strategy for finite agent-based models in order to lead the dynamics optimally towards a desired pattern.
- Published
- 2016
13. Optimal Control Problems in Transport Dynamics
- Author
-
Bongini, Mattia and Buttazzo, Giuseppe
- Subjects
Mathematics - Optimization and Control ,Mathematics - Dynamical Systems - Abstract
In the present paper we deal with an optimal control problem related to a model in population dynamics; more precisely, the goal is to modify the behavior of a given density of individuals via another population of agents interacting with the first. The cost functional to be minimized to determine the dynamics of the second population takes into account the desired target or configuration to be reached as well as the quantity of control agents. Several applications may fall into this framework, as for instance driving a mass of pedestrian in (or out of) a certain location; influencing the stock market by acting on a small quantity of key investors; controlling a swarm of unmanned aerial vehicles by means of few piloted drones.
- Published
- 2016
14. Inferring Interaction Rules From Observations of Evolutive Systems I: The Variational Approach
- Author
-
Bongini, Mattia, Fornasier, Massimo, Hansen, Markus, and Maggioni, Mauro
- Subjects
Mathematics - Dynamical Systems ,Mathematics - Functional Analysis - Abstract
In this paper we are concerned with the learnability of nonlocal interaction kernels for first order systems modeling certain social interactions, from observations of realizations of their dynamics. This paper is the first of a series on learnability of nonlocal interaction kernels and presents a variational approach to the problem. In particular, we assume here that the kernel to be learned is bounded and locally Lipschitz continuous and that the initial conditions of the systems are drawn identically and independently at random according to a given initial probability distribution. Then the minimization over a rather arbitrary sequence of (finite dimensional) subspaces of a least square functional measuring the discrepancy from observed trajectories produces uniform approximations to the kernel on compact sets. The convergence result is obtained by combining mean-field limits, transport methods, and a $\Gamma$-convergence argument. A crucial condition for the learnability is a certain coercivity property of the least square functional, majoring an $L_2$-norm discrepancy to the kernel with respect to a probability measure, depending on the given initial probability distribution by suitable push forwards and transport maps. We illustrate the convergence result by means of several numerical experiments.
- Published
- 2016
15. Invisible control of self-organizing agents leaving unknown environments
- Author
-
Albi, Giacomo, Bongini, Mattia, Cristiani, Emiliano, and Kalise, Dante
- Subjects
Mathematics - Optimization and Control ,91B10, 35Q93, 49K15, 34H05, 65C05 - Abstract
In this paper we are concerned with multiscale modeling, control, and simulation of self-organizing agents leaving an unknown area under limited visibility, with special emphasis on crowds. We first introduce a new microscopic model characterized by an exploration phase and an evacuation phase. The main ingredients of the model are an alignment term, accounting for the herding effect typical of uncertain behavior, and a random walk, accounting for the need to explore the environment under limited visibility. We consider both metrical and topological interactions. Moreover, a few special agents, the leaders, not recognized as such by the crowd, are "hidden" in the crowd with a special controlled dynamics. Next, relying on a Boltzmann approach, we derive a mesoscopic model for a continuum density of followers, coupled with a microscopic description for the leaders' dynamics. Finally, optimal control of the crowd is studied. It is assumed that leaders exploit the herding effect in order to steer the crowd towards the exits and reduce clogging. Locally-optimal behavior of leaders is computed. Numerical simulations show the efficiency of the optimization methods in both microscopic and mesoscopic settings. We also perform a real experiment with people to study the feasibility of the proposed bottom-up crowd control technique., Comment: in SIAM J. Appl. Math, 2016
- Published
- 2015
- Full Text
- View/download PDF
16. Mean-Field Pontryagin Maximum Principle
- Author
-
Bongini, Mattia, Fornasier, Massimo, Rossi, Francesco, and Solombrino, Francesco
- Subjects
Mathematics - Optimization and Control ,Mathematics - Analysis of PDEs ,Mathematics - Dynamical Systems - Abstract
We derive a Maximum Principle for optimal control problems with constraints given by the coupling of a system of ODEs and a PDE of Vlasov-type. Such problems arise naturally as ${\Gamma}$-limits of optimal control problems subject to ODE constraints, modeling, for instance, external interventions on crowd dynamics. We obtain these first-order optimality conditions in the form of Hamiltonian flows in the Wasserstein space of probability measures with forward-backward boundary conditions with respect to the first and second marginals, respectively. In particular, we recover the equations and their solutions by means of a constructive procedure, which can be seen as the mean-field limit of the Pontryagin Maximum Principle applied to the discrete optimal control problems, under a suitable scaling of the adjoint variables.
- Published
- 2015
17. (Un)conditional consensus emergence under feedback controls
- Author
-
Bongini, Mattia, Fornasier, Massimo, and Kalise, Dante
- Subjects
Mathematics - Dynamical Systems - Abstract
We study the problem of consensus emergence in multi-agent systems via external feedback controllers. We consider a set of agents interacting with dynamics given by a Cucker-Smale type of model, and study its consensus stabilization by means of centralized and decentralized control configurations. We present a characterization of consensus emergence for systems with different feedback structures, such as leader-based configurations, perturbed information feedback, and feedback computed upon spatially confined information. We characterize consensus emergence for this latter design as a parameter-dependent transition regime between self-regulation and centralized feedback stabilization. Numerical experiments illustrate the different features of the proposed designs.
- Published
- 2015
18. SME access to market-based finance across Eurozone countries
- Author
-
Bongini, Paola, Ferrando, Annalisa, Rossi, Emanuele, and Rossolini, Monica
- Published
- 2021
- Full Text
- View/download PDF
19. Sparse Control of Alignment Models in High Dimension
- Author
-
Bongini, Mattia, Fornasier, Massimo, Junge, Oliver, and Scharf, Benjamin
- Subjects
Mathematics - Dynamical Systems ,Mathematics - Numerical Analysis ,Mathematics - Optimization and Control ,49J15, 35B35, 35Q91, 35Q94, 60B20, 65Y20 - Abstract
For high dimensional particle systems, governed by smooth nonlinearities depending on mutual distances between particles, one can construct low-dimensional representations of the dynamical system, which allow the learning of nearly optimal control strategies in high dimension with overwhelming confidence. In this paper we present an instance of this general statement tailored to the sparse control of models of consensus emergence in high dimension, projected to lower dimensions by means of random linear maps. We show that one can steer, nearly optimally and with high probability, a high-dimensional alignment model to consensus by acting at each switching time on one agent of the system only, with a control rule chosen essentially exclusively according to information gathered from a randomly drawn low-dimensional representation of the control system., Comment: 39 pages
- Published
- 2014
20. Kinetics of double stranded DNA overstretching revealed by 0.5-2 pN force steps
- Author
-
Bianco, Pasquale, Bongini, Lorenzo, Melli, Luca, Dolfi, Mario, and Lombardi, Vincenzo
- Subjects
Condensed Matter - Soft Condensed Matter ,Physics - Biological Physics ,Quantitative Biology - Biomolecules ,Quantitative Biology - Quantitative Methods - Abstract
A detailed description of the conformational plasticity of double stranded DNA (ds) is a necessary framework for understanding protein-DNA interactions. Until now, however structure and kinetics of the transition from the basic conformation of ds-DNA (B state) to the 1.7 times longer and partially unwound conformation (S state) have not been defined. The force-extension relation of the ds-DNA of lambda-phage is measured here with unprecedented resolution using a dual laser optical tweezers that can impose millisecond force steps of 0.5-2 pN (25 C). This approach reveals the kinetics of the transition between intermediate states of ds-DNA and uncovers the load-dependence of the rate constant of the unitary reaction step. DNA overstretching transition results essentially a two-state reaction composed of 5.85 nm steps, indicating cooperativity of ~25 base pairs. This mechanism increases the free energy for the unitary reaction to ~94 kBT, accounting for the stability of the basic conformation of DNA, and explains the absence of hysteresis in the force-extension relation at equilibrium. The novel description of the kinetics and energetics of the B-S transition of ds-DNA improves our understanding the biological role of the S state in the interplay between mechanics and enzymology of the DNA-protein machinery., Comment: 13 pages, 10 figures
- Published
- 2011
21. Insurance holdings: Does individual insurance literacy matter?
- Author
-
Bongini, P, Cucinelli, D, Soana, M, Bongini P., Cucinelli D., Soana M. G., Bongini, P, Cucinelli, D, Soana, M, Bongini P., Cucinelli D., and Soana M. G.
- Abstract
Using a representative sample and a measure of insurance literacy developed and validated by an insurance supervisor, this study tests the impact of insurance literacy on the holding of insurance products in Italy. We show that insurance literacy influences insurance purchase decisions along with age, marital status, education, employment status, and having children. The greater the literacy, the higher the individual's participation in the insurance market. Given the lower level of insurance literacy compared to financial literacy, policymakers and institutions must provide more insurance education.
- Published
- 2023
22. Vibrational entropy and the structural organization of proteins
- Author
-
Bongini, Lorenzo, Piazza, Francesco, Casetti, Lapo, and Rios, Paolo De Los
- Subjects
Quantitative Biology - Biomolecules - Abstract
In this paper we analyze the vibrational spectra of a large ensemble of non-homologous protein structures by means of a novel tool, that we coin the Hierarchical Network Model (HNM). Our coarse-grained scheme accounts for the intrinsic heterogeneity of force constants displayed by protein arrangements and also incorporates side-chain degrees of freedom. Our analysis shows that vibrational entropy per unit residue correlates with the content of secondary structure. Furthermore, we assess the individual contribution to vibrational entropy of the novel features of our scheme as compared with the predictions of state-of-the-art network models. This analysis highlights the importance of properly accounting for the intrinsic hierarchy in force strengths typical of the different atomic bonds that build up and stabilize protein scaffolds. Finally, we discuss possible implications of our findings in the context of protein aggregation phenomena., Comment: 12 pages, 8 figures
- Published
- 2009
23. NeuraGED: A GNN estimation for Graph–Edit Distance.
- Author
-
Bacconi, Sara, Costanti, Filippo, Bianchini, Monica, Pancino, Niccolò, and Bongini, Pietro
- Subjects
GRAPH neural networks ,ARTIFICIAL neural networks ,MOLECULAR graphs ,DEEP learning ,NP-complete problems - Abstract
Graph generative models often lack a proper reconstruction loss to evaluate the distance between the generated graph and the target graph. This is particularly important for molecular graph generators based on autoencoders, which should reconstruct the input graphs as precisely as possible. Though, the distance estimation can be useful for any graph generator based on reconstruction, including sequential methods relying on Graph Neural Networks. Since graphs are discrete entities by nature, general graph spaces lack a reliable, general, and computationally affordable distance function. Graph Edit Distance is of course an exact, general, and permutation–invariant method for evaluating the difference between two graphs defined in the same graph space. Since it needs all the possible combinations of pairs of nodes from the two graphs, its exact computation is a NP-complete problem and cannot be carried out for graphs larger than ten nodes. As a consequence, a comprehensive soft–estimation method for Graph Edit Distance based on siamese Graph Neural Networks is proposed. A theoretical discussion is carried out, showing that the proposed method can provide a reliable and precise soft–estimation of the Graph Edit Distance on molecular graphs. Molecular graph generators can therefore use this distance estimation as a powerful non–permutation–invariant reconstruction loss. Moreover, the experimental results show that the distance estimation is accurate, with a very low Mean Squared Error loss value. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
24. A graph theoretical analysis of the energy landscape of model polymers
- Author
-
Baiesi, Marco, Bongini, Lorenzo, Casetti, Lapo, and Tattini, Lorenzo
- Subjects
Condensed Matter - Soft Condensed Matter ,Condensed Matter - Statistical Mechanics - Abstract
In systems characterized by a rough potential energy landscape, local energetic minima and saddles define a network of metastable states whose topology strongly influences the dynamics. Changes in temperature, causing the merging and splitting of metastable states, have non trivial effects on such networks and must be taken into account. We do this by means of a recently proposed renormalization procedure. This method is applied to analyze the topology of the network of metastable states for different polypeptidic sequences in a minimalistic polymer model. A smaller spectral dimension emerges as a hallmark of stability of the global energy minimum and highlights a non-obvious link between dynamic and thermodynamic properties., Comment: 15 pages, 15 figures
- Published
- 2008
- Full Text
- View/download PDF
25. Stochastic dynamics of model proteins on a directed graph
- Author
-
Bongini, L., Casetti, L., Livi, R., Politi, A., and Torcini, A.
- Subjects
Condensed Matter - Soft Condensed Matter ,Condensed Matter - Statistical Mechanics - Abstract
A method for reconstructing the energy landscape of simple polypeptidic chains is described. We show that we can construct an equivalent representation of the energy landscape by a suitable directed graph. Its topological and dynamical features are shown to yield an effective estimate of the time scales associated with the folding and with the equilibration processes. This conclusion is drawn by comparing molecular dynamics simulations at constant temperature with the dynamics on the graph, defined by a temperature dependent Markov process. The main advantage of the graph representation is that its dynamics can be naturally renormalized by collecting nodes into "hubs", while redefining their connectivity. We show that both topological and dynamical properties are preserved by the renormalization procedure. Moreover, we obtain clear indications that the heteropolymers exhibit common topological properties, at variance with the homopolymer, whose peculiar graph structure stems from its spatial homogeneity. In order to obtain a clear distinction between a "fast folder" and a "slow folder" in the heteropolymers one has to look at kinetic features of the directed graph. We find that the average time needed to the fast folder for reaching its native configuration is two orders of magnitude smaller than its equilibration time, while for the bad folder these time scales are comparable. Accordingly, we can conclude that the strategy described in this paper can be successfully applied also to more realistic models, by studying their renormalized dynamics on the directed graph, rather than performing lengthy molecular dynamics simulations., Comment: 15 pages, 12 figures
- Published
- 2008
- Full Text
- View/download PDF
26. Exploring the energy landscape of model proteins: a metric criterion for the determination of dynamical connectivity
- Author
-
Bongini, Lorenzo, Livi, Roberto, Politi, Antonio, and Torcini, Alessandro
- Subjects
Condensed Matter - Soft Condensed Matter ,Condensed Matter - Statistical Mechanics ,Quantitative Biology - Biomolecules - Abstract
A method to reconstruct the energy landscape of small peptides is presented with reference to a 2d off--lattice model. The starting point is a statistical analysis of the configurational distances between generic minima and directly connected pairs (DCP). As the mutual distance of DCP is typically much smaller than that of generic pairs, a metric criterion can be established to identify the great majority of DCP. Advantages and limits of this approach are thoroughly analyzed for three different heteropolymeric chains. A funnel--like structure of the energy landscape is found in all of the three cases, but the escape rates clearly reveal that the native configuration is more easily accessible (and is significantly more stable) for the sequence that is expected to behave as a real protein., Comment: 10 pages, 16 figures, submitted to Physical. Review. E
- Published
- 2005
- Full Text
- View/download PDF
27. Thermally activated processes in polymer dynamics
- Author
-
Bongini, Lorenzo, Livi, Roberto, Torcini, Alessandro, and Politi, Antonio
- Subjects
Condensed Matter - Statistical Mechanics ,Condensed Matter - Soft Condensed Matter ,Quantitative Biology - Biomolecules - Abstract
Jumps between neighboring minima in the energy landscape of both homopolymeric and heteropolymeric chains are numerically investigated by determining the average escape time from different valleys. The numerical results are compared to the theoretical expression derived by Langer [J.S. Langer, Ann. Phys. 54 (1969) 258] with reference to a 2N-dimensional space. Our simulations indicate that the dynamics within the native valley is well described by a sequence of thermally activated process up to temperatures well above the folding temperature. At larger temperatures, systematic deviations from the Langer's estimate are instead observed. Several sources for such discrepancies are thoroughly discussed., Comment: 16 pages, Revtex - 19 EPS Figs - Submitted to Phys. Rev. E
- Published
- 2003
- Full Text
- View/download PDF
28. Intra-caval Percutaneous Radiofrequency Ablation for a Neuroendocrine Tumor (NET) Metastasis in Transplanted Liver
- Author
-
Ierardi, Anna Maria, Biondetti, Pierpaolo, Padovano, Barbara, Magenta Biasina, Alberto, Bongini, Marco, and Carrafiello, Gianpaolo
- Published
- 2018
- Full Text
- View/download PDF
29. Dynamic Hybrid Random Fields for the Probabilistic Graphical Modeling of Sequential Data: Definitions, Algorithms, and an Application to Bioinformatics
- Author
-
Bongini, Marco, Freno, Antonino, Laveglia, Vincenzo, and Trentin, Edmondo
- Published
- 2018
- Full Text
- View/download PDF
30. In search of a measure of banking sector distress: empirical study of CESEE banking sectors
- Author
-
Bongini, Paola, Iwanicz-Drozdowska, Małgorzata, Smaga, Paweł, and Witkowski, Bartosz
- Published
- 2018
- Full Text
- View/download PDF
31. Bank business models in MENA and African countries: the relevance of contextual variables
- Author
-
Rym, A, Bongini, P, Casu, B, Cucinelli, D, Rym, A, Bongini, P, Casu, B, and Cucinelli, D
- Subjects
SECS-P/11 - ECONOMIA DEGLI INTERMEDIARI FINANZIARI ,MENA region, bank business models - Abstract
Using a large sample of banks from the Middle East and North Africa (MENA) and African countries, we identify bank business models in the region. We use an Activity-Funding Approach (AFA) and cluster analysis, and we uncover a range of diverse business models heterogeneously distributed across countries. We then evaluate business model changes from 2010 to 2019, a turbulent time in many of our sample countries. We find a high persistence of bank business models. Finally, we consider the determinants of bank business models, including bank-specific and macroeconomic factors, and the internationalisation of banks in the region. We find that country-specific characteristics play a crucial role in influencing banks’ choices. Regardless of the country of origin, foreign banks are more likely to diversify their assets and less likely to focus on lending than domestic banks.
- Published
- 2023
32. A topic modelling analysis of white papers in security token offerings: Which topic matters for funding?
- Author
-
Bongini, P, Osborne, F, Pedrazzoli, A, Rossolini, M, Bongini P., Osborne F., Pedrazzoli A., Rossolini M., Bongini, P, Osborne, F, Pedrazzoli, A, Rossolini, M, Bongini P., Osborne F., Pedrazzoli A., and Rossolini M.
- Abstract
Security token offerings (STOs), based on blockchain technology, are attracting increasing attention as an innovative alternative means of venture financing. Information about specific STOs is generally provided in white papers. This study analyses the content of white papers using a unique sample of 188 STOs from 2017 to 2021 to identify which topic is related to campaign success. We leverage latent Dirichlet allocation (LDA) topic modelling to identify the topics and themes in white papers. Nine topics are identified through LDA: company description, distributed ledger technology components, energy and green issues, financial and legal issues, artificial intelligence, and tech applications in different industries—specifically, healthcare, manufacturing and construction, education, and financial services. We find that energy and green issues represent one of the most prominent topics among all types of projects and that their disclosure is positively related to the probability of campaign success and the amount of funding raised. Another prominent topic that affects campaign outcomes is technology in the healthcare industry, reflecting wider investment trends in this sector. Our results may help entrepreneurs to improve their campaign disclosures and present new issues for policymakers regarding investments in digital tokens.
- Published
- 2022
33. Funding University-Born Projects and Developing Research Crowdfunding Ecosystem: The Case of BiUniCrowd in Italy
- Author
-
Lenart-Gansiniec, R, Wenzlaff, K, Späth, S, Bongini, P, Di Pace, L, Rossolini, M, Pedrazzoli, A, Paola Bongini, Lugi Di Pace, Monica Rossolini, Alessia Pedrazzoli, Lenart-Gansiniec, R, Wenzlaff, K, Späth, S, Bongini, P, Di Pace, L, Rossolini, M, Pedrazzoli, A, Paola Bongini, Lugi Di Pace, Monica Rossolini, and Alessia Pedrazzoli
- Abstract
Research crowdfunding is a new fundraising tool adopted by higher education institutions (HEIs) to support innovation, entrepreneurial activity, and public engagement. This study explores successful ways HEIs manage and integrate research crowdfunding to provide new funding opportunities for university-born projects. We chose the case study of BiUniCrowd, i.e., the first reward-based crowdfunding initiative managed by an Italian University (University of Milano-Bicocca) open to the whole Academic community—students and alumni included—and evaluated as one of the best practices by the Knowledge Valorisation Platform of the European Union. We explore how to create an effective ecosystem that encompasses an internal organizational structure composed of a committed academic community, where innovative ideas are born, along with several outsiders, such as an established crowdfunding platform and financial and industrial partners. Our case study highlights the critical activities for successfully integrating HEIs in the research crowdfunding ecosystem: (i) building crowdfunding commitment within the Academy, (ii) co-creating with external partners in the selection and financing phases, and finally, (iii) providing entrepreneurial and crowdfunding knowledge to the academic community. The study concludes with managerial advice for HEIs.
- Published
- 2023
34. Business continuity planning and management: A lifejacket in the COVID-19 storm?
- Author
-
Wachtel, P, Miklaszewska, E, Bongini, P, Iwanicz-Drozdowska, M, Liberati, C, Bongini, Paola, Iwanicz-Drozdowska, Małgorzata, Liberati, Caterina, Wachtel, P, Miklaszewska, E, Bongini, P, Iwanicz-Drozdowska, M, Liberati, C, Bongini, Paola, Iwanicz-Drozdowska, Małgorzata, and Liberati, Caterina
- Abstract
Tail events, due to their nature, occur very rarely and are therefore often regarded as an element of surprise. However, business continuity management (BCM) as a part of enterprise risk management (ERM) should protect businesses from disruption in case of such events. In this chapter, we investigate whether businesses of different sizes were ready to withstand the consequences of the outbreak of the global SARS-CoV-2 pandemic in 2020. To this aim, we analyse the results of a global survey conducted during a major lockdown period (April-May 2020) by applying multiple correspondence analysis (MCA) and clustering. Our findings indicate that the financial sector was the best prepared for tail events, which may be attributed to regulations enforced for most financial institutions. Although around a half of businesses did not have a business continuity plan (BCP), having one helped adjust to the new conditions efficiently.
- Published
- 2023
35. Does Financial Literacy Progress Over Time? An Analysis of Three Surveys in Italy
- Author
-
Wachtel, P, Ferri, G, Miklaszewska, E, Bongini, P, Cucinelli, D, Zenga, M, Bongini, Paola, Cucinelli, Doriana, Zenga, Mariangela, Wachtel, P, Ferri, G, Miklaszewska, E, Bongini, P, Cucinelli, D, Zenga, M, Bongini, Paola, Cucinelli, Doriana, and Zenga, Mariangela
- Abstract
The study investigates the evolution of financial literacy in Italian adults. Using three surveys from the years 2013, 2017, and 2020, we measure the financial literacy index and its components (financial knowledge, financial attitude, and financial behavior) using the OECD definition. The results show that financial literacy has decreased overall since 2013 in all three components. The gender gap persists, although the distance between the financial knowledge of women and men has shrunk. Moreover, results of the CART analysis show that the importance of the socioeconomic explanatory factors also changes over time; repeated baseline surveys of financial literacy of the adult population are therefore crucial for designing effective financial education programs.
- Published
- 2023
36. The place of liver transplantation in the treatment of hepatic metastases from neuroendocrine tumors: Pros and cons
- Author
-
Sposito, Carlo, Droz dit Busset, Michele, Citterio, Davide, Bongini, Marco, and Mazzaferro, Vincenzo
- Published
- 2017
- Full Text
- View/download PDF
37. Mean-Field Pontryagin Maximum Principle
- Author
-
Bongini, Mattia, Fornasier, Massimo, Rossi, Francesco, and Solombrino, Francesco
- Published
- 2017
- Full Text
- View/download PDF
38. Indonesia
- Author
-
Bongini, P., Bongini, Paola, editor, Chiarlone, Stefano, editor, and Ferri, Giovanni, editor
- Published
- 2009
- Full Text
- View/download PDF
39. Emerging Banking Systems
- Author
-
Bongini, P., Chiarlone, S., Ferri, G., Bongini, Paola, editor, Chiarlone, Stefano, editor, and Ferri, Giovanni, editor
- Published
- 2009
- Full Text
- View/download PDF
40. The challenge of assessing financial literacy: alternative data analysis methods within the Italian context
- Author
-
Bongini, Paola, Iannello, Paola, Rinaldi, Emanuela E., Zenga, Mariangela, and Antonietti, Alessandro
- Published
- 2018
- Full Text
- View/download PDF
41. A myosin II nanomachine mimicking the striated muscle
- Author
-
Pertici, Irene, Bongini, Lorenzo, Melli, Luca, Bianchi, Giulio, Salvi, Luca, Falorsi, Giulia, Squarci, Caterina, Bozó, Tamás, Cojoc, Dan, Kellermayer, Miklós S. Z., Lombardi, Vincenzo, and Bianco, Pasquale
- Published
- 2018
- Full Text
- View/download PDF
42. Bank Business Model Migrations in Europe: Determinants and Effects
- Author
-
Ayadi, R, Bongini, P, Casu, B, Cucinelli, D, Ayadi R., Bongini P., Casu B., Cucinelli D., Ayadi, R, Bongini, P, Casu, B, Cucinelli, D, Ayadi R., Bongini P., Casu B., and Cucinelli D.
- Abstract
In response to post-crisis regulatory reforms, the European banking sector has undergone significant changes that have led banks to reconsider their strategies, structures and operations. Based on a sample of over 3,000 banks from 32 European countries during the period 2010–2017, we identify banks' business models based on cluster analysis and track their evolution. We then apply a logistic regression and find that banks with higher risk and lower profitability are more likely to change their business model. Employing a propensity score matching approach, we investigate the effect of migration on bank performance and find that changing the business model affects banks positively (i.e. migrating banks increase their profitability, stability and cost efficiency). The effect of migration differs depending on the target business model. When switches are a consequence of being acquired or motivated by regulatory compliance, the positive impact remains.
- Published
- 2021
43. Financial (il) literacy vs Individual’s behavior. Evidence on credit card repayment patterns
- Author
-
Barboza, G, Bongini, P, Rossolini, M, Barboza G., Bongini P., Rossolini M., Barboza, G, Bongini, P, Rossolini, M, Barboza G., Bongini P., and Rossolini M.
- Abstract
We explore the role that financial (il)literacy and personal traits have on financial behavior. Using a sample of 156 college students from the United States, we provide unique empirical evidence by specifically differentiating between individuals with higher levels of financial literacy versus individuals declaring not knowing the answers to financial literacy questions and those answering incorrectly. Thus, we assess the implications of revealed lack of financial knowledge on financial behavior regarding credit card use in comparison with two other cohorts; cohort one answering correctly, and cohort two failing to answer correctly. A novelty of our study is that we contrast these results to the behavioral factors of over spending and surprised levels of spending—proxies for personality traits—when using credit card. Our exploratory empirical findings indicate that among personal-traits considered in this study overspending results in lack of payment in full in credit card debt, and more importantly these effects dominate any gains derived from financial literacy. To this extent financial literacy appears to only play a marginal role avoiding month-to-month credit card debt. Furthermore, financial knowledge derived from parents has a strong positive effect on individuals’ financial behavior especially for students characterized by a relevant financial illiteracy. The implications of this research support the argumentation that early financial literacy may have the strongest effect in shaping individuals inherent behavior patterns; that is, early exposure to financial education is strictly preferred and should be promoted at early stages of the educational system
- Published
- 2021
44. Umbilical Reconstruction in Children: A Simplified Operative Technique
- Author
-
Bongini, Martina, Tanini, Sara, Messineo, Antonio, Facchini, Flavio, and Ghionzoli, Marco
- Published
- 2015
- Full Text
- View/download PDF
45. A Deep Learning Approach to the Prediction of Drug Side–Effects on Molecular Graphs
- Author
-
Bongini, Pietro, Messori, Elisa, Pancino, Niccolo, and Bianchini, Monica
- Abstract
Predicting drug side effects before they occur is a critical task for keeping the number of drug–related hospitalizations low and for improving drug discovery processes. Automatic predictors of side–effects generally are not able to process the structure of the drug, resulting in a loss of information. Graph neural networks have seen great success in recent years, thanks to their ability of exploiting the information conveyed by the graph structure and labels. These models have been used in a wide variety of biological applications, among which the prediction of drug side–effects on a large knowledge graph. Exploiting the molecular graph encoding the structure of the drug represents a novel approach, in which the problem is formulated as a multi–class multi–label graph–focused classification. We developed a methodology to carry out this task, using recurrent Graph Neural Networks, and building a dataset from freely accessible and well established data sources. The results show that our method has an improved classification capability, under many parameters and metrics, with respect to previously available predictors. The method is not ready for clinical tests yet, as the specificity is still below the preliminary 25% threshold. Future efforts will aim at improving this aspect.
- Published
- 2023
- Full Text
- View/download PDF
46. Foreign-owned banks and foreign trade in CESEE countries–a growth-enhancing duo?
- Author
-
Iwanicz-Drozdowska, M, Bongini, P, Smaga, P, Witkowski, B, Iwanicz-Drozdowska M., Bongini P., Smaga P., Witkowski B., Iwanicz-Drozdowska, M, Bongini, P, Smaga, P, Witkowski, B, Iwanicz-Drozdowska M., Bongini P., Smaga P., and Witkowski B.
- Abstract
Based on a sample of 14 Central, Eastern and Southeastern European (CESEE) countries during the period between 1995 and 2015, we analyse how foreign-owned banks and foreign trade impact economic growth. To date, studies have concentrated on the interlinkages between different forms of foreign bank presence (cross-border flows, branches, subsidiaries and syndicated loans) and the scale of foreign trade (imports and exports). Our approach is novel because we analyse the impact of the similarity between the geographical structures of foreign-owned banks and foreign trade on economic growth. We find that this similarity is not conducive to economic growth and reduces the benefits of a country’s openness to trade.
- Published
- 2020
47. Financial (il) literacy vs Individual’s behavior. Evidence on credit card repayment patterns
- Author
-
Barboza G., Bongini P., Rossolini M., Barboza, G, Bongini, P, and Rossolini, M
- Subjects
SECS-P/11 - ECONOMIA DEGLI INTERMEDIARI FINANZIARI ,Financial behavior ,College student ,Financial literacy ,Credit card debt - Abstract
We explore the role that financial (il)literacy and personal traits have on financial behavior. Using a sample of 156 college students from the United States, we provide unique empirical evidence by specifically differentiating between individuals with higher levels of financial literacy versus individuals declaring not knowing the answers to financial literacy questions and those answering incorrectly. Thus, we assess the implications of revealed lack of financial knowledge on financial behavior regarding credit card use in comparison with two other cohorts; cohort one answering correctly, and cohort two failing to answer correctly. A novelty of our study is that we contrast these results to the behavioral factors of over spending and surprised levels of spending—proxies for personality traits—when using credit card. Our exploratory empirical findings indicate that among personal-traits considered in this study overspending results in lack of payment in full in credit card debt, and more importantly these effects dominate any gains derived from financial literacy. To this extent financial literacy appears to only play a marginal role avoiding month-to-month credit card debt. Furthermore, financial knowledge derived from parents has a strong positive effect on individuals’ financial behavior especially for students characterized by a relevant financial illiteracy. The implications of this research support the argumentation that early financial literacy may have the strongest effect in shaping individuals inherent behavior patterns; that is, early exposure to financial education is strictly preferred and should be promoted at early stages of the educational system
- Published
- 2021
48. Turning Müller Glia into Neural Progenitors in the Retina
- Author
-
Fischer, Andy J. and Bongini, Rachel
- Published
- 2010
- Full Text
- View/download PDF
49. Vibrational entropy and the structural organization of proteins
- Author
-
Bongini, L., Piazza, F., Casetti, L., and De Los Rios, P.
- Published
- 2010
- Full Text
- View/download PDF
50. Atomic force microscopy images suggest aggregation mechanism in cerato-platanin
- Author
-
Sbrana, F., Bongini, L., Cappugi, G., Fanelli, D., Guarino, A., Pazzagli, L., Scala, A., Vassalli, M., Zoppi, C., and Tiribilli, B.
- Published
- 2007
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.