nielsr HF Staff commited on
Commit
8be17cf
·
verified ·
1 Parent(s): b47ccd6

Add task category and tags to dataset card

Browse files

This PR adds the `task_categories` field with `other` and descriptive metadata tags to improve dataset discoverability on the Hub. The existing content already contains the relevant paper, code, and dataset links, so no content changes are made.

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
4
 
5
  <h1 align="center">
@@ -18,4 +24,4 @@ This is the official code repository for the paper "MoNo: Multiscale Optimal Tra
18
 
19
  Transformer-based neural operators have achieved substantial progress in solving Partial Differential Equations (PDEs) by projecting spatial observations into compact latent tokens and learning physical interactions in latent spaces. However, we reveal that existing learnable projection mechanisms cannot ensure stable and balanced assignments from observation points to latent tokens, causing some latent tokens to be over-assigned while others remain underutilized. This limitation further restricts the design of hierarchical architectures, as assignment imbalance is continuously inherited and amplified across latent spaces, eventually causing severe token collapse in deeper spaces. To address these issues, we propose **MoNo** (**M**ultiscale **O**ptimal Transport **N**eural **O**perator), a progressive multiscale neural operator that efficiently solves PDEs on general geometries through stable latent-space construction. At its core is **CoTAP** (**C**ross-scale **O**ptimal **T**ransport **A**ssignment and **P**rojection), a novel latent-space construction method that formulates cross-space assignment between adjacent spaces as an entropy-regularized optimal transport problem, thereby constructing balanced bidirectional projections and stable latent spaces. CoTAP also ensures stable information transfer across multiple latent spaces, further enabling multiscale architectures on general geometries, which in turn support more efficient learning of long-range physical interactions. Extensive experiments demonstrate that MoNo outperforms existing state-of-the-art neural operators in both prediction performance and computational efficiency.
20
 
21
- This repository provides the preprocessed datasets and pre-trained models. For the training and evaluation of MoNo, please refer to the [GitHub repository](https://github.com/ZijiangY1116/MoNo) for the detailed instructions.
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - pde
7
+ - neural-operator
8
+ - scientific-machine-learning
9
  ---
10
 
11
  <h1 align="center">
 
24
 
25
  Transformer-based neural operators have achieved substantial progress in solving Partial Differential Equations (PDEs) by projecting spatial observations into compact latent tokens and learning physical interactions in latent spaces. However, we reveal that existing learnable projection mechanisms cannot ensure stable and balanced assignments from observation points to latent tokens, causing some latent tokens to be over-assigned while others remain underutilized. This limitation further restricts the design of hierarchical architectures, as assignment imbalance is continuously inherited and amplified across latent spaces, eventually causing severe token collapse in deeper spaces. To address these issues, we propose **MoNo** (**M**ultiscale **O**ptimal Transport **N**eural **O**perator), a progressive multiscale neural operator that efficiently solves PDEs on general geometries through stable latent-space construction. At its core is **CoTAP** (**C**ross-scale **O**ptimal **T**ransport **A**ssignment and **P**rojection), a novel latent-space construction method that formulates cross-space assignment between adjacent spaces as an entropy-regularized optimal transport problem, thereby constructing balanced bidirectional projections and stable latent spaces. CoTAP also ensures stable information transfer across multiple latent spaces, further enabling multiscale architectures on general geometries, which in turn support more efficient learning of long-range physical interactions. Extensive experiments demonstrate that MoNo outperforms existing state-of-the-art neural operators in both prediction performance and computational efficiency.
26
 
27
+ This repository provides the preprocessed datasets and pre-trained models. For the training and evaluation of MoNo, please refer to the [GitHub repository](https://github.com/ZijiangY1116/MoNo) for the detailed instructions.