4 research outputs found
Exploiting Field Dependencies for Learning on Categorical Data
Traditional approaches for learning on categorical data underexploit the
dependencies between columns (\aka fields) in a dataset because they rely on
the embedding of data points driven alone by the classification/regression
loss. In contrast, we propose a novel method for learning on categorical data
with the goal of exploiting dependencies between fields. Instead of modelling
statistics of features globally (i.e., by the covariance matrix of features),
we learn a global field dependency matrix that captures dependencies between
fields and then we refine the global field dependency matrix at the
instance-wise level with different weights (so-called local dependency
modelling) w.r.t. each field to improve the modelling of the field
dependencies. Our algorithm exploits the meta-learning paradigm, i.e., the
dependency matrices are refined in the inner loop of the meta-learning
algorithm without the use of labels, whereas the outer loop intertwines the
updates of the embedding matrix (the matrix performing projection) and global
dependency matrix in a supervised fashion (with the use of labels). Our method
is simple yet it outperforms several state-of-the-art methods on six popular
dataset benchmarks. Detailed ablation studies provide additional insights into
our method.Comment: IEEE Transactions on Pattern Analysis and Machine Intelligence
(submitted June 2022, accepted July 2023
Bayesian Physics Informed Neural Networks for Data Assimilation and Spatio-Temporal Modelling of Wildfires
We apply the Physics Informed Neural Network (PINN) to the problem of
wildfire fire-front modelling. We use the PINN to solve the level-set equation,
which is a partial differential equation that models a fire-front through the
zero-level-set of a level-set function. The result is a PINN that simulates a
fire-front as it propagates through the spatio-temporal domain. We show that
popular optimisation cost functions used in the literature can result in PINNs
that fail to maintain temporal continuity in modelled fire-fronts when there
are extreme changes in exogenous forcing variables such as wind direction. We
thus propose novel additions to the optimisation cost function that improves
temporal continuity under these extreme changes. Furthermore, we develop an
approach to perform data assimilation within the PINN such that the PINN
predictions are drawn towards observations of the fire-front. Finally, we
incorporate our novel approaches into a Bayesian PINN (B-PINN) to provide
uncertainty quantification in the fire-front predictions. This is significant
as the standard solver, the level-set method, does not naturally offer the
capability for data assimilation and uncertainty quantification. Our results
show that, with our novel approaches, the B-PINN can produce accurate
predictions with high quality uncertainty quantification on real-world data.Comment: Accepted for publication in Spatial Statistic