← Latest papers
🤖 machine learning

Position: AI for Science Should Treat Measurement-to-Dataset Pipelines as Inference Components

This paper argues that AI for Science workflows must treat measurement-to-dataset pipelines as active inference components rather than fixed data sources to address hidden hypothesis spaces, uncertified transportability, and ungoverned multiplicity, thereby enabling quantifiable pipeline adequacy and reproducible scientific evidence.

Original authors: Ling Zhan, Xiaoyao Yu, Tao Jia

Published 2026-05-26
📖 6 min read🧠 Deep dive

Original authors: Ling Zhan, Xiaoyao Yu, Tao Jia

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Idea: The "Frozen Lens" Problem

Imagine you are trying to understand a mysterious object in a dark room. You can't see the object directly; you can only see its shadow cast on the wall by a specific lamp.

In AI for Science, researchers often act like they are studying the object itself. But in reality, they are studying the shadow.

The paper argues that in many scientific fields (like brain imaging, astronomy, or drug discovery), the data scientists use isn't "raw reality." It is a processed, cleaned-up, reconstructed version of reality. This processing happens through a long chain of steps called a pipeline (filtering noise, filling in missing pieces, converting signals).

Currently, scientists treat the final dataset as if it were a fixed, objective fact. They say, "Here is the data, now let's build a model." The authors call this the "Frozen Lens." They argue this is a mistake. The pipeline that created the data is actually a huge part of the scientific reasoning, and by "freezing" it (ignoring it), we are hiding the fact that our conclusions depend entirely on how we chose to cast that shadow.


The Three Ways This Goes Wrong

The authors identify three specific ways this "Frozen Lens" causes science to fail. Think of these as three traps:

1. The Hidden Menu (Hidden Hypothesis Space)

The Analogy: Imagine a restaurant that serves you a burger. You assume the burger is the "truth" about what the chef made. But the chef had a menu of 50 different ways to make that burger (different buns, different cooking times, different sauces). The restaurant only served you one specific version and didn't tell you about the other 49.
The Problem: When scientists release a dataset, they usually pick one way to process the raw measurements. They don't tell you that if they had chosen a slightly different filter or a different cleaning method, the "burger" (the data) might have looked completely different.
The Result: The AI model learns to predict based on that one specific version of the burger. It thinks it has discovered a universal truth, but it's actually just memorizing the quirks of that one specific recipe. The "menu" of other possible realities is hidden.

2. The Broken Map (Uncertified Transportability)

The Analogy: Imagine you have a map of a city that was drawn perfectly for a sunny day. You use this map to navigate. But then, it starts raining, and the streets flood. The map doesn't show you the puddles because it was only drawn for sunny days. You try to use the map in the rain, get stuck, and blame your driving skills.
The Problem: A pipeline might work great in the lab where the data was collected (the "sunny day"). But if you try to use that same data processing method on data from a different hospital, a different country, or a different machine (the "rainy day"), the pipeline might break or distort the data in weird ways.
The Result: Scientists often don't know when their data processing method stops working. When an AI model fails on new data, we don't know if the AI is bad, or if the "map" (the pipeline) was just invalid for that new environment.

3. The Crowd of Experts (Ungoverned Multiplicity)

The Analogy: Imagine a jury of 100 experts looking at the same crime scene photo. They all agree on the facts, but they all use slightly different magnifying glasses. 90 of them conclude the suspect is guilty. 10 conclude the suspect is innocent. The news reports, "The experts say the suspect is guilty," ignoring the 10 who disagreed.
The Problem: In science, there are often many "defensible" ways to process data. You can choose to filter out noise in five different valid ways. If you pick one, you get one result. If you pick another, you get a different result.
The Result: Scientists often pick the one method that gives them the "coolest" or most significant result and ignore the fact that 99 other valid methods would have given a different answer. They treat their single choice as the absolute truth, rather than admitting, "We tried 100 ways, and the answer is a bit shaky."


The "EEG Audit": A Reality Check

To prove this isn't just theory, the authors ran a massive experiment on brain data (EEG) related to depression.

  • The Setup: They took raw brain wave data and ran it through 245,376 different combinations of processing pipelines. (Imagine trying every possible combination of filters, cleaning tools, and measurement rules).
  • The Goal: They were looking for a specific signal: a difference in brain activity between people with depression and healthy people.
  • The Shocking Result:
    • Many of the 245,000+ pipelines found a "significant" difference.
    • BUT, when they checked if those differences held up across different groups of people (different datasets), only ONE pipeline out of 245,376 survived.
    • That is a survival rate of 0.0004%.

What this means: Almost every time scientists found a "discovery" in this field, it was likely an accident of which specific pipeline they happened to pick. The "truth" was so fragile that changing the processing rules slightly made the discovery disappear.


The Solution: The "Computable Observation Framework"

The authors aren't saying we should stop doing science. They are saying we need to change how we treat data.

Current Way:

  1. Raw Data \rightarrow [Black Box Pipeline] \rightarrow "Clean Data" \rightarrow AI Model.
  2. We pretend the "Clean Data" is the truth.

Proposed Way:

  1. Raw Data \rightarrow The Pipeline as a Variable \rightarrow AI Model.
  2. We treat the pipeline like a scientific hypothesis. We ask: "Does this conclusion hold up if we change the pipeline?"

They propose building a system where:

  • Pipelines are "Executable Objects": Instead of just a PDF report saying "we used Method A," the code for Method A (and all its possible variations) is saved as a digital object that can be run, tested, and changed.
  • Stability is the Goal: Instead of just looking for the model that predicts best, we look for the model that gives the same answer no matter which valid pipeline we use.
  • Uncertainty is Shared: If 100 pipelines give 100 different answers, we report that uncertainty. We don't hide it.

Summary

The paper argues that in AI for Science, the tool used to measure reality is just as important as the measurement itself. By ignoring the tool (the pipeline), scientists are often building AI models on shaky ground. They need to stop treating processed data as a fixed fact and start treating it as a variable part of the scientific experiment.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →