Blog

August 1, 2024

Are local or global models better? Why not both?

Alex Rich, Ben Birnbaum, Josh Haimson, and Will Hickman

  • Twitter Logo
  • LinkedIn Logo
  • Facebook icon
  • Share icon

A long-standing debate in cheminformatics is whether global property-prediction models perform better or worse than local QSAR models (see, e.g., Lascio et al., Mol. Pharmaceutics, 2023). Global models, which are trained on more data, hold the promise of learning universal patterns that underlie chemistry properties, and yet common wisdom is that local QSAR models, which are trained only on the series or program of interest, often perform better.

It’s of course hard to definitively answer the question in general, since it depends on the details of the global and local models. Our experience at Inductive is that the quality of global models can vary widely based on both the underlying training data and the way that they are trained. Nevertheless, we’ve found that usually global models that are fine-tuned on local data perform better than either global or local models alone.

We recently had the opportunity to study this question systematically with one of our partners, Nested Therapeutics (Rich et al., ACS Med. Chem. Lett. 2024). We built models for four ADME assays: MDCK Papp (A→B), MDCK Efflux Ratio, HLM, and RLM. For each assay, we built three models: a local model trained on Nested’s program data using a third-party commercially available tool, a global-only model trained on our proprietary data set, and a global+local model that was first trained on our proprietary data set and then fine-tuned on Nested’s program data.

As shown below, the global+local modeling approach generally performed best across the assays. It achieved the lowest MAE (Mean Absolute Error) across all four properties, and the highest Spearman rank correlation across all assays except MDCK Papp (A→B), where the global model correlation was slightly higher. The impact of the global+local approach was especially pronounced for MDCK Papp (A→B), where the local-only model was not predictive at all and patterns learned from the global datasets were needed for accurate predictions.

Figure 1 from Rich et al.: Performance of models trained on program data only (local only), non-program data only (global only), and on combined data (fine-tuned global), on temporally split test sets for HLM, RLM, MDCK AB and MDCK ER. Error bars represent 68% bootstrapped confidence intervals. MAE (Mean absolute Error) units are in Log10(mL/min/kg) for HLM & RLM, Log10(µcm/s) for MDCK AB, and Log10(ratio) for ER.

You can read more in the full paper, where we also share other best practices we’ve seen from our work with Nested and others optimizing ADME of drug molecules, such as regular time-based and series-level evaluation (something we’ve touched on before in this blog), frequent model retraining, and ensuring models are interactive, interpretable, and integrated.

Read the full paper here.

[Related posts]

September 14, 2026

Blog

Meet Indy: an AI chemistry assistant designed by medicinal chemists to do medicinal chemistry

Indy, our medicinal chemistry assistant, supports drug discovery programs in improving the rigor of day-to-day analyses and decisions, by QC-ing assay data and monitoring the synthesis queue, to launching FEP, projecting human dose, and making meeting-ready SAR and synthesis slides.

September 1, 2026

Blog

Presenting on Our Approach to the OpenADMET PXR Blind Challenge Win

In our third OpenADMET blind challenge win, our team discusses our approach to predict activation of PXR by focusing on model training, error analysis, and more.

August 26, 2026

Blog

Making our models available in Claude, ChatGPT, and Benchling

Scientists are increasingly reasoning through their work with AI tooling, and our predictive ADMET models are the perfect complement to add to their toolkit.

March 24, 2026

Blog

Quantitation in Combination

We’ll be exploring a fun math problem we ran into while pursuing some assay design work, and going into some details about algorithms that may be of interest to the computer science crowd.

March 24, 2026

Blog

Beyond the leaderboard: How probabilistic dose projection changes compound prioritization

Leaderboard tables compare compounds assay by assay but can’t tell which will work in patients. Our framework translates preclinical data into predicted human dose distributions.

June 12, 2025

Blog

Lessons from the Polaris ADMET competition

We’ll be exploring a fun math problem we ran into while pursuing some assay design work, and going into some details about algorithms that may be of interest to the computer science crowd.

January 10, 2025

Blog

Can ChatGPT Speak Chemistry?

Why the choice of molecular notation affects what an LLM understands

June 7, 2024

Blog

Approaching AlphaFold 3 docking accuracy in 100 lines of code

AlphaFold 3 (AF3) is an exciting leap forward in our ability to predict the structure and properties of biomolecular systems. We explore how AF3 small-molecule docking compares to existing techniques and find that the story is more nuanced than headlines suggest. We conclude with thoughts on where AF3 may ultimately be most useful.

November 20, 2023

Blog

Get with the program: building ADME datasets that drive impact

Research advances often don't translate to practical impact. In ML for small molecule drug discovery, this is at least partly because benchmark datasets don't capture important components of drug programs. We show how this can happen in ADME prediction and provide a path forward for building more realistic benchmarks from existing public data.