SciNO: A Functional Diffusion Model with Neural Operators for Causal Ordering
- •LG AI Research introduces SciNO at NeurIPS 2025 for high-dimensional causal discovery.
- •Framework utilizes Fourier Neural Operators to stabilize score function estimation, improving ordering accuracy by 42.7%.
- •Probabilistic control algorithm combines LLM semantic priors with observational data for 75% performance gains.
LG AI Research recently unveiled SciNO (Score-informed Neural Operator) at NeurIPS 2025, a breakthrough framework designed to uncover cause-and-effect relationships within massive datasets. While traditional AI often focuses on finding correlations—identifying things that happen together—causal discovery aims to determine which variable actually triggers another. This task is notoriously difficult as the number of variables grows, often leading to computational bottlenecks that crash standard models. To solve this, SciNO moves beyond simple vectors and treats data as continuous functions. By utilizing Fourier Neural Operators, the model can look at the "score function" (the gradient of data density) through the lens of frequency domains, much like how a radio tunes into specific signals. This mathematical shift allows SciNO to estimate causal orders with far greater stability than previous MLP-based methods, especially in high-dimensional scenarios involving over 100 nodes. Perhaps most exciting is how SciNO bridges the gap between raw data and human-like reasoning. The researchers introduced a Bayesian method that allows Large Language Models (LLMs) to provide "semantic priors"—essentially using the LLM's common-sense knowledge to suggest likely causes. SciNO then checks these suggestions against the hard evidence found in the data. This synergy results in a 75% performance gain on complex graphs, offering a scalable path toward AI that doesn't just predict the next word but understands the underlying logic of the world.