2 Sources
[1]
How LinkedIn's algorithm can help us find new uses for existing medicines
When you log onto LinkedIn, you're normally presented with suggestions to connect with people you know, either because you went to the same university as them, or worked in the same company or industry. However, the suggestions can sometimes take us by surprise, like when the algorithm recommends a relative or family friend even though they work in a totally different field to you. Given the total lack of professional overlap, you might wonder how LinkedIn could possibly know about these real life relationships. The artificial intelligence (AI) algorithms that drive these recommendations use a type of technology known as a Graph Neural Network, which is based on graphs: mathematical structures made up of nodes and the links (also known as "edges") that connect them. For a social network such as LinkedIn, a graph can be generated where the nodes represent each user, while the links are the connections between them. These algorithms collect information from the immediate environment of each node - our direct connections on LinkedIn. They then aggregate that information and integrate it into the original node. After this process, each profile reflects both its own data and that of its immediate network. This process can be carried out several times - in the second iteration, when we aggregate information from our neighbours, they in turn will already have aggregated information from their own neighbours and, consequently, we will have information from the second neighbourhood. A web of relationships In these networks, it is not just our own personal information that matters, but also who we have connected with and who our connections have connected with. In the full version of LinkedIn's algorithm, as used in practice, there are not only nodes representing people, but also other types of nodes, such as companies or publications. This means the algorithm can get information both from our personal connections and from the content we have marked as favourites or interacted with. If, for instance, someone has your sister as a connection and has "liked" posts that your brother-in-law also likes, the algorithm can detect that you not only share similar interests, but that you may also be personally connected in some way. Social media algorithms in biomedicine Developing a drug from scratch is extremely costly and time-consuming. The discovery process often resembles a funnel. At the top, all potential candidates enter and, after being narrowed down through various stages of research, only one is left to enter clinical trials. This drug will then (hopefully) pass through to become available for clinical use among the general population. Though it is necessary, the complexity of this provess means drug repurposing has become increasingly common in recent decades. The aim of this process is not to design new drugs, but to find new uses for existing ones. To treat a disease, we generally focus on targeting the proteins responsible for it. There are public and well-documented databases containing information on which proteins each drug targets, and these databases have grown considerably in recent years. One of the most widely used databases, DrugBank, has gone from 841 approved drugs when it was first released in 2006, to 2,751 in its most recent 2024 update. This growing availability of data allows for the use of more complex models. With this volume of data, we can create a graph network where the nodes are drugs and proteins, and the links are the interactions between them, as recorded in databases. Once we have the network, we can then apply similar algorithms to those used in social media: for each drug, we add biochemical information about the proteins with which it interacts through the known connections. Using this information, the model can then tell us the probability of a drug-protein interaction that we did not previously have in the database, as the algorithms can efficiently analyse large volumes of information. These interactions can then be validated under laboratory conditions, saving time and money from the lengthy discovery process. Our research At the Computational Biology and Translational Genomics lab at the University of Navarra, we have followed this idea to develop GeNNius, a model that aims to build a network between drugs and proteins. Its implementation has already improved existing models, especially in terms of run time: in just one minute we can evaluate around 23,000 interactions. While the model has good predictive capabilities, there is still room for improvement. For instance, challenges arise when assessing possible interactions with molecules that are not part of the network, or for which we have little original data. Although it is technically possible to generate an output, the model often gives low confidence results in these cases. By overcoming these obstacles and with further research, these models could evolve in the future into systems that provide personalised recommendations for each patient.
[2]
How LinkedIn's algorithm can help us find new uses for existing medicines
When you log onto LinkedIn, you're normally presented with suggestions to connect with people you know, either because you went to the same university as them, or worked in the same company or industry. However, the suggestions can sometimes take us by surprise, like when the algorithm recommends a relative or family friend even though they work in a totally different field to you. Given the total lack of professional overlap, you might wonder how LinkedIn could possibly know about these real life relationships. The artificial intelligence (AI) algorithms that drive these recommendations use a type of technology known as a Graph Neural Network, which is based on graphs: mathematical structures made up of nodes and the links (also known as "edges") that connect them. For a social network such as LinkedIn, a graph can be generated where the nodes represent each user, while the links are the connections between them. These algorithms collect information from the immediate environment of each node -- our direct connections on LinkedIn. They then aggregate that information and integrate it into the original node. After this process, each profile reflects both its own data and that of its immediate network. This process can be carried out several times -- in the second iteration, when we aggregate information from our neighbors, they in turn will already have aggregated information from their own neighbors and, consequently, we will have information from the second neighborhood. A web of relationships In these networks, it is not just our own personal information that matters, but also who we have connected with and who our connections have connected with. In the full version of LinkedIn's algorithm, as used in practice, there are not only nodes representing people, but also other types of nodes, such as companies or publications. This means the algorithm can get information both from our personal connections and from the content we have marked as favorites or interacted with. If, for instance, someone has your sister as a connection and has "liked" posts that your brother-in-law also likes, the algorithm can detect that you not only share similar interests, but that you may also be personally connected in some way. Social media algorithms in biomedicine Developing a drug from scratch is extremely costly and time-consuming. The discovery process often resembles a funnel. At the top, all potential candidates enter and, after being narrowed down through various stages of research, only one is left to enter clinical trials. This drug will then (hopefully) pass through to become available for clinical use among the general population. Though it is necessary, the complexity of this provess means drug repurposing has become increasingly common in recent decades. The aim of this process is not to design new drugs, but to find new uses for existing ones. To treat a disease, we generally focus on targeting the proteins responsible for it. There are public and well-documented databases containing information on which proteins each drug targets, and these databases have grown considerably in recent years. One of the most widely used databases, DrugBank, has gone from 841 approved drugs when it was first released in 2006, to 2,751 in its most recent 2024 update. This growing availability of data allows for the use of more complex models. With this volume of data, we can create a graph network where the nodes are drugs and proteins, and the links are the interactions between them, as recorded in databases. Once we have the network, we can then apply similar algorithms to those used in social media: for each drug, we add biochemical information about the proteins with which it interacts through the known connections. Using this information, the model can then tell us the probability of a drug-protein interaction that we did not previously have in the database, as the algorithms can efficiently analyze large volumes of information. These interactions can then be validated under laboratory conditions, saving time and money from the lengthy discovery process. Our research At the Computational Biology and Translational Genomics lab at the University of Navarra, we have followed this idea to develop GeNNius, a model that aims to build a network between drugs and proteins. Its implementation has already improved existing models, especially in terms of run time: in just one minute we can evaluate around 23,000 interactions. While the model has good predictive capabilities, there is still room for improvement. For instance, challenges arise when assessing possible interactions with molecules that are not part of the network, or for which we have little original data. Although it is technically possible to generate an output, the model often gives low confidence results in these cases. By overcoming these obstacles and with further research, these models could evolve in the future into systems that provide personalized recommendations for each patient.
Share
Copy Link
Researchers adapt LinkedIn's Graph Neural Network technology to accelerate drug repurposing, potentially revolutionizing the discovery of new uses for existing medicines.
In an unexpected convergence of social media and biomedical research, scientists are now leveraging artificial intelligence (AI) algorithms similar to those used by LinkedIn to accelerate drug repurposing efforts. This innovative approach could potentially revolutionize how researchers discover new uses for existing medicines 12.
Source: Tech Xplore
The key to this breakthrough lies in Graph Neural Networks, the technology behind LinkedIn's recommendation system. These networks are based on mathematical structures called graphs, consisting of nodes (representing users) and edges (representing connections between users). The algorithm aggregates information from each node's immediate environment, creating a rich web of relationships 12.
In LinkedIn's case, this allows the platform to make surprisingly accurate connection suggestions, even when there's no apparent professional overlap. The algorithm considers not just direct connections, but also second-degree connections and shared interactions, building a comprehensive picture of a user's network 12.
Researchers have recognized the potential of this technology in the field of drug repurposing. Drug repurposing aims to find new uses for existing medications, a process that has become increasingly important due to the high costs and time-consuming nature of developing new drugs from scratch 12.
By creating a graph network where nodes represent drugs and proteins, and edges represent known interactions, scientists can apply similar algorithms to those used in social media. This approach allows them to predict potential drug-protein interactions that were not previously documented in databases 12.
The feasibility of this approach has been bolstered by the significant growth in drug databases. For instance, DrugBank, one of the most widely used databases, has expanded from 841 approved drugs in 2006 to 2,751 in its 2024 update. This wealth of data enables the use of more complex models and algorithms 12.
Source: The Conversation
At the forefront of this research is the Computational Biology and Translational Genomics lab at the University of Navarra. They have developed GeNNius, a model that builds a network between drugs and proteins. GeNNius has shown impressive results, particularly in terms of efficiency:
While GeNNius shows great promise, there are still challenges to overcome. The model faces difficulties when assessing interactions with molecules that are not part of the network or for which there is little original data. In these cases, the model often produces results with low confidence 12.
However, researchers are optimistic about the future potential of these models. With further refinement and research, they could evolve into systems capable of providing personalized medicine recommendations for individual patients, potentially transforming the landscape of healthcare and drug discovery 12.
Summarized by
Navi
[1]
Databricks raises $1 billion in a new funding round, valuing the company at over $100 billion. The data analytics firm plans to invest in AI database technology and an AI agent platform, positioning itself for growth in the evolving AI market.
11 Sources
Business
13 hrs ago
11 Sources
Business
13 hrs ago
SoftBank makes a significant $2 billion investment in Intel, boosting the chipmaker's efforts to regain its competitive edge in the AI semiconductor market.
22 Sources
Business
21 hrs ago
22 Sources
Business
21 hrs ago
OpenAI introduces ChatGPT Go, a new subscription plan priced at ₹399 ($4.60) per month exclusively for Indian users, offering enhanced features and affordability to capture a larger market share.
15 Sources
Technology
21 hrs ago
15 Sources
Technology
21 hrs ago
Microsoft introduces a new AI-powered 'COPILOT' function in Excel, allowing users to perform complex data analysis and content generation using natural language prompts within spreadsheet cells.
8 Sources
Technology
14 hrs ago
8 Sources
Technology
14 hrs ago
Adobe launches Acrobat Studio, integrating AI assistants and PDF Spaces to transform document management and collaboration, marking a significant evolution in PDF technology.
10 Sources
Technology
13 hrs ago
10 Sources
Technology
13 hrs ago