At NILG.AI, our motto is “Unlocking business capabilities using Data Intelligence”, since we see Artificial Intelligence as a powerful tool designed to maximize the potential of human activity.
A lot of fields have been taking advantage of the AI revolution creating more efficient systems able to get more accurate results while saving time and operation costs. This efficiency sounds good for business purposes (where time=money) but sounds even more valuable when humanity has to deal with emergencies (where time=lives), as the COVID-19 pandemic.
In this post, we will focus on how AI has been helping the Pharmaceutical Industry from drug research to drug adherence in patients, presenting and suggesting use cases to be applied. In the scheme below, you can a resume of the topics covered in each phase.
Discovering and developing new drugs is a process that can take years or decades of research work, having an average cost of around $1300 million. Two major consequences of these high costs are the lack of drug treatment programs in low-income countries and the lack of investment in treatments of rare diseases, such as Amyotrophic Lateral Sclerosis (ALS).
In the process of building drug molecules, there’s an intensive analysis of the molecules’ properties that is often done in a laboratory, which is highly time-consuming and expensive. This analysis includes the study of toxicity, bioactivity, solubility, permeability, affinity with the target, and so on. When a drug molecule fails in this analysis, the molecule should be replaced and the process is repeated.
Once the set of candidate molecules is very extensive, it’s impossible to test them all. This is where the AI comes into play, detecting lead compounds, predicting molecules’ properties, and optimizing their designs.
Affinity Prediction
In Organic Chemistry, there’s the concept that compounds with a similar 3D structure may have similar affinity profiles. With this in mind, ChemMapper, a tool to explore molecule structures and predict their behavior, was created. ChemMapper includes a library with 300 000 chemical structures and 3 million chemical compounds with annotations regarding their interactions. When a new structure is submitted to the webserver, the algorithm searches for the most similar structures in the library, returning the probabilities of interaction between the query structure and hit compounds.
DeepAffinity is another tool created to predict molecule interactions. This tool uses interpretable deep learning, using RNNs and CNNs to predict molecule affinity based on protein sequences and attention mechanisms for interpretability.
Both tools required large volumes of data to increase their performance, however, DeepAffinity includes semi-supervised learning methods, taking advantage of available unlabeled data.
Toxicity Prediction
Toxicity tests measure toxicity in a sample by analyzing the results that the exposure produces in various doses. They are one of the most important analyses to make when discovering new chemical compounds. Usually, these tests are made in vitro and in vivo, which are time and cost-intensive experiments. Besides, in vivo experiments rely on the sacrifice of animals (usual mammals) raising a lot of ethical issues. To reduce the need for in vivo tests, a lot of models have been developed, including AI algorithms.
In 2014, the National Institute of Health (NIH), the Environmental Protection Agency (EPA), and the US Food and Drug Administration (FDA) organized the Tox21 Data Challenge to foster the implementation of virtual tools able to predict the toxicity of a molecule based on its physical features (such as weight and intermolecular forces). DeepTox was the winner of the challenge, with the development of a pipeline that normalizes the chemical representations of the compounds, extracts the chemical descriptors of the compounds, and predicts their toxicity using a Deep Neural Network.
Molecules Design
To assure a good compound-protein interaction, it is essential to predict the structure of the target protein before designing the drug molecule. In classical Chemistry, the protein shapes are determined in lab experiments using techniques such as nuclear magnetic resonance and cryo-electron microscopy. Once again, these experiments take too long and cost hundreds of thousands of dollars per structure.
Recently, biologists have been turning to AI methods to predict protein structures in a virtual manner, avoiding the costs and the efforts required in lab experiments. AlphaFold is one of the tools that have been providing the best results.
This is an open-source tool (available here) that predicts the 3D model of a protein based on its genetic code. Genetic sequencing, used for determining the genetic code, is a relatively low-cost method, hence, there’s a large data volume regarding the genomic field. This means AlphaFold took advantage of a low-cost method to avoid the use of cost-intensive experiments, accelerating and decreasing the costs of the research process.
From Labs to Drugstores
From drug production to drug sales, there are a lot of logistics involved. This is a common issue for almost every industry, but it is especially relevant for pharma since the whole supply chain has to respect very restricted conditions regarding temperature, humidity, and light. How can AI help in pharma logistics? By validating compliance and by optimizing the workflow based on forecasts. Here are some examples of use cases in this field:
Assembly Line Compliance
Usually, in production lines, quality control is a random process, i.e., some items are randomly selected and analyzed and their quality level defines the quality of the whole batch. However, this process does not guarantee that all items were packed in compliance. On the other hand, verifying the compliance of each item manually would be a very exhaustive and time-consuming process, in addition to being susceptible to human errors.
In this case, AI can be used to promote tasks’ scalability. This can be achieved by placing sensors on the assembly line to measure key features and detect non-compliant items. For example, the manual process of packing drug kits into boxes can be monitored by a camera to verify if all the items in the kit are present and in the right quantity.
Warehouse Optimization
With the automation of the warehouse inventory and product demand, it is possible to predict which products will be stored the longest, which will be required in larger quantities, which products have the highest demand, and which products will be used to integrate the same order, and so on.
After gathering this information and/or forecasting, an optimization algorithm is able to organize and define the best warehouse configuration to match product accessibility with their demand, increasing warehouse efficiency.
Supply Chain Management
As said above, drug storage and transportation must be carried under restricted conditions, which increases the logistic costs. If a drug’s transportation takes longer than expected and the required conditions are no longer provided, the quality and usability of the product stays compromised, which leads once again to more costs. Therefore, planning and optimizing this chain is essential for keeping efficiency.
In this case, AI can be useful at three levels.
Predict demand forecasting ahead and grouping orders based on their destination. When a new order arrives, the AI algorithm predicts the likelihood of receiving a second (or more) order for the same location in the following days. If a second order is likely to arrive, those orders should be grouped and sent together.
Select the shortest path: Use the Shortest Path algorithm (or similar) to minimize the transportation costs.
Predict transportation hurdles. Use weather data, route conditions, driver features, delivery packages features, vehicle features, and other relevant information to predict the delivery duration, considering the possibility of hazards. Considering that prediction, it is possible to take preventive measures and optimize cold chain management.
From Drugstores to Patients
Drug Administration Monitoring
When a patient is under controlled drug treatment, it is very important to administer the correct doses at the right time. This precision on drug administration is even more essential when patients are participating in medical trials. When the effects of missing administration are not too risky, doctors rely on patients’ words. However, when it is crucial to follow the administration rules, patients are asked to go to the hospital to take their drugs.
To avoid needless rides to the hospital, while keeping monitoring drug delivery, we can use AI to build smart drug boxes. These boxes would incorporate an alarm, a camera, and a controlled delivery mechanism.
The alarm would be set to notify the patients at the administration time. The camera (RGB sensors or others) would include a facial recognition system to identify the patient and detect the action of drug-taking. Finally, the delivery control would drop the correct doses at the right time, avoiding the risk of overdoses. The box would either be connected to a hospital server to provide real-time reports or it would save the reports to be analyzed by the doctor in the next medical appointment.
Beyond medical trials, the smart box or similar products would be very useful for patients with memory loss or neurologic disorders, such as Alzheimer’s disease.
Predicting Optimal Dosage
Finding the optimal dosage of a drug is not a trivial issue. Each person has their own metabolism, genetic profile, medical history, and immunologic response, reacting differently to a drug administration. Therefore, it is not possible to achieve the best response in all patients using the same dosage for everyone.
Research teams have been working on this issue aiming to find new strategies that assure drug effectiveness while using the minimal dosage per individual. This reduces toxic dosing, avoiding side effects in patients.
MIT Media Lab researchers studied dosage optimization for glioblastoma treatment, which is a malignant brain tumor that requires very aggressive treatment, and proposed an optimization model based on Reinforcement Learning (RL).
For this problem, an RL model was adapted to learn the best administration regimes, considering the combination of drugs to be administered, the dosage options for each of them, and the patient’s medical data. The algorithm chooses one of the following actions: initiate or withhold a dose of one of the drugs. In the case of initiating, the algorithm also decides if the entire dose will be administered or only a portion. At each action, another model predicts the change in the tumor’s size as a consequence of the action. When the size decreases, the RL model receives a reward. To avoid overdosage, the model gets a penalty each time it decides to administer all full doses.
In the medical trials, this method seemed effective since it achieved tumor reduction using smaller doses than traditional administration regimes.
Conclusion
There is a wide range of use cases regarding Artificial Intelligence and the Pharmaceutical Industry, placing AI as an indispensable tool in current pharma workflows.
AI is not only useful for reducing costs, but also for speeding up research pipelines, and fostering quicker responses to healthcare needs.
Notice this is just another industry example where AI plays a crucial role. To discuss AI potentialities for this and other industries, feel free to contact us.
Special offers, latest news and quality content in your inbox once per month.
Signup single post
Recommended Articles
Article
AI City Intelligence
Oct 31, 2024 in
Use Case
Imagine being able to make better decisions about where to live, where to establish a new business, or how to understand the changing dynamics of urban neighborhoods. Access to detailed, up-to-date information about city environments allows us to answer these questions with greater confidence, but the challenge lies in accessing and analyzing the right data. […]
EcoRouteAI: Otimização de Ecopontos com Inteligência Artificial
Sep 30, 2024 in
News
O Plano Estratégico para os Resíduos Urbanos (PERSU) 2030 definiu metas ambiciosas para a gestão de resíduos em Portugal, com o objetivo de aumentar a reciclagem e melhorar a sustentabilidade ambiental. No entanto, os atuais índices de reciclagem e separação de resíduos ainda estão aquém do necessário, tanto a nível nacional quanto europeu, criando desafios […]
NILG.AI named Most-Reviewed AI Companies in Portugal by The Manifest
Aug 28, 2024 in
News
The artificial intelligence space has been showcasing many amazing technologies and solutions. AI is at its peak, and many businesses are using it to help propel their products and services to the top! You can do it, too, with the help of one of the best AI Companies in Portugal: NILG.AI. We focus on your […]
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
Cookie
Duration
Description
cookielawinfo-checkbox-analytics
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional
11 months
The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy
11 months
The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.