---
title: 'NoAH: Diverse Models, Methods & Applications'
url: https://www.emergentmind.com/topics/noah
type: topic
---

# NoAH: Diverse Models, Methods & Applications

In the cited literature, **“NoAH”**, **“NOAH”**, and **“Noah”** do not denote a single object. The term appears as the **Noah land surface model** and its Noah‑MP extension in Earth system modeling, as several distinct **machine-learning methods and benchmarks**, as the **Noah effect** in anomalous diffusion theory, as a **negative class label** in multimodal affect recognition, and as the name of algorithms in serverless computing, underwater swarm optimization, and attributed hypergraph generation [2002.06141][2206.04673][2511.06475][2009.08702].

## 1. Terminological scope

The diversity of usages is explicit across recent arXiv literature.

| Usage of “NoAH/NOAH/Noah” | Domain | Representative paper |
|---|---|---|
| Noah / Noah‑MP land surface model | Hydrology, land–atmosphere modeling | [2002.06141] |
| Neural prOmpt seArcH (NOAH) | Vision transfer learning, NAS | [2206.04673] |
| Non-glObal Attentive Head (NOAH) | Image classification | [2402.02377] |
| NOAH benchmark | Video LLM evaluation | [2511.06475] |
| NoAH negative class | Ambivalence/hesitancy recognition | [2603.15818] |
| Noah effect / Noah exponent \(L\) | Anomalous diffusion | [2512.16073] |
| Nauplius Optimisation for Autonomous Hydrodynamics (NOAH) | Underwater swarm optimization | [2510.15350] |
| NOAH serverless heuristic | Cloud scheduling | [1809.06100] |
| NoAH attributed hypergraph model | Hypergraph generation | [2509.21838] |

This multiplicity is not merely orthographic. In some papers, “Noah” denotes a long-established physical model; in others, it is an acronym; in others, it denotes a statistical effect or a class label. A practical implication is that citation context is indispensable for disambiguation.

## 2. Noah in land-surface and hydrologic modeling

In Earth system modeling, **Noah** denotes the **Noah land surface model (Noah LSM)**, and **Noah‑MP** denotes its multiparameterization extension. In the hybrid soil-moisture study, Noah is treated as a **parametric land surface model (PBM)** whose state vector includes soil moisture in multiple layers, soil temperature, snowpack, and related land-surface states; its soil moisture dynamics are governed by infiltration, runoff, percolation or drainage, and evapotranspiration. The paper casts the calibrated physical model as \(x_{t+1}=f(x_t)\), and then augments it with a Gaussian-process correction \(y(v_t)=f(v_t)+\mathrm{GP}(v_t)\) for top-layer soil moisture. The GP is trained on one-step-ahead Noah residuals, while unobserved states are still propagated by Noah alone. A central design choice is the **zero-mean GP prior**, which makes the hybrid revert to pure Noah when inputs lie far from the training climatology. In one-year leave-one-out cross-validation over **nine AmeriFlux sites**, the method reports **upwards of a 3-fold reduction in the RMSE**, with the largest gain illustrated at Blodgett Forest, where the GP removes a Noah spring snowmelt oscillatory artifact [2002.06141].

A related hydrologic use appears in GRACE data fusion over India, where **NOAH** refers to **GLDAS NOAH v2.1**. In that setting, NOAH-simulated terrestrial water storage is the sum of **soil moisture storage in four layers from 0–200 cm depth**, **snow water storage**, and **canopy water storage**; the model does **not simulate surface water storage**, and it does **not account for deep groundwater storage and human intervention**. A CNN is trained to learn the mismatch between GRACE total water storage anomalies and NOAH output. The corrected fields achieve a **country-average correlation coefficient of 0.94** and **Nash-Sutcliff efficient of 0.87**, corresponding to **14\%** and **52\% improvement respectively over the original NOAH TWSA**; the learned mismatch also correlates with in situ groundwater storage anomalies over much of India [1902.01933].

The same physical backbone is extended again in **NoahMP‑AI**, which uses the full **Noah‑MP v5.0** model as a **physics-based feature generator** and feeds **surface soil moisture, latent heat flux, and sensible heat flux** into a **3D U‑Net** to predict **SMAP soil moisture** during Texas extremes. In the reported drought case, Noah‑MP alone gives **negative \(R^2\)**, whereas the hybrid model increases \(R^2\) **from -0.7 to 0.5 during drought conditions**, while preserving physical consistency and spatial coherence [2506.12919].

A fourth line of work concerns **parameter selection within Noah‑MP** rather than hybridization. Over the Iberian Peninsula, **70 one-year simulations using 35 Noah‑MP combinations** for **2005** and **2010** identify **10 groups (A to J)** and show that the options with greatest impact are **canopy stomatal resistance (CRS)**, **surface exchange coefficient for heat (SFC)**, **soil-moisture factor controlling stomatal resistance (BTR)**, **runoff and groundwater (RUN)**, **surface resistance to evaporation/sublimation (RSF)**, and also **dynamic vegetation (DVEG)**. Among several reasonable configurations, **experiment s27I**—with **Jarvis CRS, Chen97 SFC, CLM-type BTR, BATS RUN, and adjusted Sellers RSF for wet soils**—is reported to provide a particularly good characterization of heat fluxes over the Iberian Peninsula [2510.26421].

## 3. NOAH in vision architectures and parameter-efficient adaptation

In computer vision, **NOAH** can denote **Neural prOmpt seArcH**, a NAS framework for parameter-efficient tuning of large vision models. The method treats **Adapter**, **LoRA**, and **VPT** as a unified search space of prompt modules on top of a frozen **ViT‑B/16** backbone, then uses **AutoFormer** with weight sharing and evolutionary search to discover a dataset-specific configuration under a parameter budget. On **VTAB‑1k**, the searched subnet reaches **75.5** average accuracy with about **0.43M** trainable parameters, exceeding **LoRA (74.5)**, **Adapter (73.9)**, and **VPT (72.0)**; it also reports large gains on domain-shifted targets such as **ImageNet‑V2**, **ImageNet‑Sketch**, **ImageNet‑A**, and **ImageNet‑R** [2206.04673].

A distinct usage is **NOAH** as **Non-glObal Attentive Head**, a classification head that replaces the standard **global average pooling plus linear classifier** in CNNs, ViTs, and MLP-like vision models. Its core operation is **Pairwise Object Category Attention (POCA)**. After channel splitting, each block computes
\[
\mathbf{A}_n=\mathrm{softmax}(\mathbf{W}_{kn}*\mathbf{F}_{kn}),\quad
\mathbf{V}_n=\mathbf{W}_{vn}*\mathbf{F}_{vn},\quad
\mathbf{Z}_n=\mathbf{A}_n\odot\mathbf{V}_n,
\]
then sums the local category-specific maps over space and groups. The head is designed to preserve spatially dense, category-specific evidence rather than collapse it immediately into a global vector. On ImageNet, the reported gains are especially large for lightweight models, including **3.14\%** top-1 for **MobileNetV2 (0.5x)**, **5.3\%** for **DeiT‑Tiny (0.5x)**, and **1.9\%** for **gMLP‑Tiny (0.5x)**; on MS‑COCO, it reports **3.6\%** mAP improvement for **ResNet101** and **1.1\%** for **ViT‑Large** [2402.02377].

The term also appears institutionally in **Huawei Noah’s Ark Lab**. In a quantization study on **DINO‑WM**, the paper reports that **W8A8** remains robust, **group-wise weight quantization can stabilize low-bit rollouts**, **activation quantization granularity yields inconsistent benefits**, and **quantization sensitivity is highly asymmetric between encoder and predictor modules**. A notable systems-level finding is that aggressive low-bit quantization can degrade the alignment between the planning objective and task success in world-model-based planning [2602.02110].

## 4. NOAH and NoAH in multimodal reasoning and affect recognition

In Video LLM evaluation, **NOAH** denotes **“Benchmarking Narrative Prior driven Hallucination and Omission in Video Large Language Models.”** The benchmark constructs **9,000 composite videos** from **1,000 target videos** by inserting semantically controlled clips at **start**, **middle**, or **end** positions, yielding **over 60K evaluation samples** across **one captioning task** and **three QA tasks**: **Existence**, **Temporal**, and **Narrative**. The study introduces caption-level and event-level hallucination and omission metrics—such as **CHR**, **COR**, **EHR**, **EOR**, and **IEOR**—and reports three main findings: most Video LLMs exhibit hallucinations and omissions driven by **narrative priors**, the error patterns vary with architecture and with insertion similarity and position, and reliance on narrative priors intensifies when fewer frames are sampled. The benchmark is presented as the **first standardized evaluation of narrative prior-induced hallucination and omission in Video LLMs** [2511.06475].

In a different multimodal context, **NoAH** denotes the **negative class** in ambivalence/hesitancy recognition: **“No A/H present.”** In the **BAH dataset** of the **ABAW10 Ambivalence/Hesitancy Challenge**, labels are video-level and binary, with \(y=1\) for **A/H present** and \(y=0\) for **NoAH**. The proposed **ConflictAwareAH** framework uses pre-trained video, audio, and text encoders and constructs pairwise conflict features
\[
\mathbf{c}_{va}=|\mathbf{v}-\mathbf{a}|,\quad
\mathbf{c}_{vt}=|\mathbf{v}-\mathbf{t}|,\quad
\mathbf{c}_{at}=|\mathbf{a}-\mathbf{t}|,
\]
treating large cross-modal differences as evidence for A/H and small differences as evidence for NoAH. Relative to text alone, the full multimodal model improves **F1‑NoAH by +4.6 points** and halves the class-performance gap; the reported performance reaches **0.694 Macro F1** on the labeled test split and **0.715** on the private leaderboard [2603.15818].

These two usages are conceptually unrelated but structurally parallel: in both cases, the term is tied to **failure of naive single-channel inference**. In the Video LLM benchmark, the failure mode is narrative coherence overriding visual grounding; in ambivalence recognition, the failure mode is text-dominant inference overcalling A/H when cross-modal consistency would support NoAH.

## 5. NoAH as the Noah effect in anomalous diffusion

In stochastic-process theory, **NoAH** refers to the **Noah effect** in Mandelbrot’s sense: anomalous transport driven by **fat‑tailed increment statistics**. The decomposition used in recent work separates anomalous diffusion into **Joseph**, **Noah**, and **Moses** effects. In continuous time, the exponents are defined through the scaling of increment velocities:
\[
\langle |v(t)| \rangle \sim t^{\,M-\tfrac12},
\qquad
\langle v^2(t) \rangle \sim t^{\,2L+2M-2},
\]
while the Hurst exponent satisfies
\[
H = J + L + M - 1.
\]
Here \(J\) quantifies long-range correlations, \(L\) the Noah effect, and \(M\) nonstationarity or aging [2009.08702][2512.16073].

Empirically, the decomposition has been applied to systems spanning **12 orders of magnitude in length** and **8 orders of magnitude in time**. In that analysis, the Noah effect is identified with **fat‑tailed probability density of increments**. Many systems display \(L\approx 0.50\), indicating no substantial Noah effect, whereas clearer Noah signatures were reported for the **searching black-winged kite** and for some **stork** movement regimes, where rare long displacements dominate variance more strongly [2109.04309].

The most recent theoretical extensions substantially enlarge the role of the Noah effect. In **Variable Speed Generalized Lévy Walks (VGLWs)**, anomalous diffusion is decomposed into the same three effects, but the study finds that the **Noah exponent \(L\) is unbounded from above**, unlike in previously studied Lévy-walk-type models. This indicates that the strength of the Noah effect in VGLWs can exceed the range usually associated with classical Lévy walks [2512.16073]. In **two-state random walks** that alternate between a **CTRW rest state** and a **standard Lévy walk motion state**, the reported conclusion is equally striking: classical Lévy walks alone possess only the **Joseph effect**, but both **Noah** and **Moses** effects emerge from stochastic switching with the CTRW phase [2606.00149].

## 6. NOAH in optimization, serverless systems, and hypergraph generation

In underwater robotics, **NOAH** stands for **Nauplius Optimisation for Autonomous Hydrodynamics**. The algorithm is inspired by **barnacle nauplii** and integrates three mechanisms: **current-aware drift**, **irreversible settlement**, and **colony-based communication**. Agents evolve under a flow field \(U(x)\), a colony potential field \(\Phi(x)\), and a settlement probability that depends on relative fitness, distance to colonies, flow shear, crowding, and energy. A central design feature is that once the settlement flag becomes \(1\), the agent is permanently stationary. The validation study reports an **86% success rate for permanent anchoring scenarios** [2510.15350].

In cloud systems, **NOAH** denotes a **noncooperative online allocation heuristic** for the **serverless scheduling problem**. The paper frames serverless as a joint allocation and per-event scheduling problem rather than ordinary VM allocation or request load balancing. For each function type, NOAH uses an **M/M/c** allocation model and the **Erlang C** waiting-time formula to choose the smallest number of logical instances \(c_k\) satisfying
\[
\frac{C\left(c_k,\frac{\lambda_k}{\mu_k}\right)}{c_k\mu_k-\lambda_k} < \alpha,
\]
where \(\alpha\) is a function-specific waiting-time threshold. It then colocates allocations to reduce setup overhead and lets each host compare estimated queueing delay against setup time before spawning a new container. Simulation results show that, under high system utilization, NOAH contains instance churn more effectively than the default Apache OpenWhisk heuristic and the reviewed game-theoretic load balancer [1809.06100].

In hypergraph generation, **NoAH** is a stochastic model for **attributed hypergraphs**, paired with **NoAHFit**, a fitting procedure for a single observed hypergraph. The generator uses a **core–fringe node hierarchy** and forms each hyperedge as a seed-centered **core group** followed by **fringe attachments**, with probabilities given by multiplicative attribute-affinity matrices. Across **nine datasets across four different domains**, the paper reports that **NoAH with NoAHFit** reproduces structure–attribute interplay more accurately than **eight baseline hypergraph generative models**, obtaining the **best average rank overall (1.5)** across **six metrics** [2509.21838].

## 7. Disambiguation and recurring patterns

The cited literature supports four broad disambiguation rules. In **Earth system science**, “Noah” almost always denotes the **Noah LSM / Noah‑MP family** [2002.06141]. In **vision**, “NOAH” denotes either **Neural prOmpt seArcH** or **Non-glObal Attentive Head** [2206.04673][2402.02377]. In **multimodal evaluation and affective computing**, the term can denote either a **benchmark name** or the **absence class “No A/H present”** [2511.06475][2603.15818]. In **stochastic-process theory**, “Noah” denotes the **Noah effect** and its exponent \(L\) [2512.16073].

A further institutional usage appears in **Huawei Noah’s Ark Lab**, where “Noah” is not an acronym for a model but part of a research-lab name. In the cited study, that institutional label is associated with an empirical map of post-training quantization behavior in world models, including the observation that **encoder and predictor quantization sensitivities are highly asymmetric** and that aggressive low-bit quantization can break the alignment between planning objective and task success [2602.02110].

Taken together, these usages show that **NoAH/NOAH/Noah** functions as a highly overloaded research term. Its meaning is therefore inseparable from domain context: land-surface physics, parameter-efficient tuning, classification heads, multimodal evaluation, anomalous-diffusion theory, serverless scheduling, underwater robotics, and attributed hypergraph generation each assign the name a different technical identity.

Source: https://www.emergentmind.com/topics/noah