FlowHON: Representing Flow Fields Using Higher-Order Networks
- URL: http://arxiv.org/abs/2312.02243v1
- Date: Mon, 4 Dec 2023 11:50:25 GMT
- Title: FlowHON: Representing Flow Fields Using Higher-Order Networks
- Authors: Nan Chen, Zhihong Li, Jun Tao
- Abstract summary: FlowHON is an approach to construct higher-order networks (HONs) from flow fields.
FlowHON captures the inherent higher-order dependencies in flow fields as nodes and estimates the transitions among them as edges.
- Score: 4.761836945285552
- License: http://creativecommons.org/licenses/by-nc-nd/4.0/
- Abstract: Flow fields are often partitioned into data blocks for massively parallel
computation and analysis based on blockwise relationships. However, most of the
previous techniques only consider the first-order dependencies among blocks,
which is insufficient in describing complex flow patterns. In this work, we
present FlowHON, an approach to construct higher-order networks (HONs) from
flow fields. FlowHON captures the inherent higher-order dependencies in flow
fields as nodes and estimates the transitions among them as edges. We formulate
the HON construction as an optimization problem with three linear
transformations. The first two layers correspond to the node generation and the
third one corresponds to edge estimation. Our formulation allows the node
generation and edge estimation to be solved in a unified framework. With
FlowHON, the rich set of traditional graph algorithms can be applied without
any modification to analyze flow fields, while leveraging the higher-order
information to understand the inherent structure and manage flow data for
efficiency. We demonstrate the effectiveness of FlowHON using a series of
downstream tasks, including estimating the density of particles during tracing,
partitioning flow fields for data management, and understanding flow fields
using the node-link diagram representation of networks.
Related papers
- Trajectory Stitching for Solving Inverse Problems with Flow-Based Models [68.36374645801901]
Flow-based generative models have emerged as powerful priors for solving inverse problems.<n>We propose MS-Flow, which represents the trajectory as a sequence of intermediate latent states rather than a single initial code.<n>We demonstrate the effectiveness of MS-Flow over existing methods on image recovery and inverse problems, including inpainting, super-resolution, and computed tomography.
arXiv Detail & Related papers (2026-02-09T11:36:41Z) - FlowSymm: Physics Aware, Symmetry Preserving Graph Attention for Network Flow Completion [14.721288177297017]
FlowSymm is a novel architecture that combines a group-action on divergence-free flows and a graph-attention encoder to learn feature-conditioned weights over these symmetry-preserving actions.<n>It outperforms state-of-the-art baselines in RMSE, MAE and correlation metrics.
arXiv Detail & Related papers (2026-01-29T20:56:58Z) - Latent Refinement via Flow Matching for Training-free Linear Inverse Problem Solving [18.226350407462643]
We propose LFlow, a training-free framework for solving linear inverse problems via pretrained latent flow priors.<n>Our proposed method outperforms state-of-the-art latent diffusion solvers in reconstruction quality across most tasks.
arXiv Detail & Related papers (2025-11-08T21:20:59Z) - Deeply Supervised Flow-Based Generative Models [16.953166973699577]
DeepFlow is a novel framework that enhances velocity representation through inter layer communication.
Powered by the improved deep supervision via the internal velocity alignment, DeepFlow converges 8 times faster on ImageNet with equivalent performance.
DeepFlow also outperforms baselines in text to image generation tasks, as evidenced by evaluations on MSCOCO and zero shot GenEval.
arXiv Detail & Related papers (2025-03-18T17:58:08Z) - Mesh-based Super-Resolution of Fluid Flows with Multiscale Graph Neural Networks [0.0]
A graph neural network (GNN) approach is introduced in this work which enables mesh-based three-dimensional super-resolution of fluid flows.
In this framework, the GNN is designed to operate not on the full mesh-based field at once, but on localized meshes of elements (or cells) directly.
arXiv Detail & Related papers (2024-09-12T05:52:19Z) - AccFlow: Backward Accumulation for Long-Range Optical Flow [70.4251045372285]
This paper proposes a novel recurrent framework called AccFlow for long-range optical flow estimation.
We demonstrate the superiority of backward accumulation over conventional forward accumulation.
Experiments validate the effectiveness of AccFlow in handling long-range optical flow estimation.
arXiv Detail & Related papers (2023-08-25T01:51:26Z) - AMT: All-Pairs Multi-Field Transforms for Efficient Frame Interpolation [80.33846577924363]
We present All-Pairs Multi-Field Transforms (AMT), a new network architecture for video framegithub.
It is based on two essential designs. First, we build bidirectional volumes for all pairs of pixels, and use the predicted bilateral flows to retrieve correlations.
Second, we derive multiple groups of fine-grained flow fields from one pair of updated coarse flows for performing backward warping on the input frames separately.
arXiv Detail & Related papers (2023-04-19T16:18:47Z) - Generalized Relation Modeling for Transformer Tracking [13.837171342738355]
One-stream trackers let the template interact with all parts inside the search region throughout all the encoder layers.
This could potentially lead to target-background confusion when the extracted feature representations are not sufficiently discriminative.
We propose a generalized relation modeling method based on adaptive token division.
Our method is superior to the two-stream and one-stream pipelines and achieves state-of-the-art performance on six challenging benchmarks with a real-time running speed.
arXiv Detail & Related papers (2023-03-29T10:29:25Z) - PointFlowHop: Green and Interpretable Scene Flow Estimation from
Consecutive Point Clouds [49.7285297470392]
An efficient 3D scene flow estimation method called PointFlowHop is proposed in this work.
PointFlowHop takes two consecutive point clouds and determines the 3D flow vectors for every point in the first point cloud.
It decomposes the scene flow estimation task into a set of subtasks, including ego-motion compensation, object association and object-wise motion estimation.
arXiv Detail & Related papers (2023-02-27T23:06:01Z) - Multiscale Graph Neural Network Autoencoders for Interpretable
Scientific Machine Learning [0.0]
The goal of this work is to address two limitations in autoencoder-based models: latent space interpretability and compatibility with unstructured meshes.
This is accomplished here with the development of a novel graph neural network (GNN) autoencoding architecture with demonstrations on complex fluid flow applications.
arXiv Detail & Related papers (2023-02-13T08:47:11Z) - Graphical Residual Flows [2.8597160727750564]
This work introduces graphical residual flows, a graphical flow based on invertible residual networks.
Our approach to incorporating dependency information in the flow, means that we are able to calculate the Jacobian determinant of these flows exactly.
arXiv Detail & Related papers (2022-04-23T09:57:57Z) - GMFlow: Learning Optical Flow via Global Matching [124.57850500778277]
We propose a GMFlow framework for learning optical flow estimation.
It consists of three main components: a customized Transformer for feature enhancement, a correlation and softmax layer for global feature matching, and a self-attention layer for flow propagation.
Our new framework outperforms 32-iteration RAFT's performance on the challenging Sintel benchmark.
arXiv Detail & Related papers (2021-11-26T18:59:56Z) - Self Normalizing Flows [65.73510214694987]
We propose a flexible framework for training normalizing flows by replacing expensive terms in the gradient by learned approximate inverses at each layer.
This reduces the computational complexity of each layer's exact update from $mathcalO(D3)$ to $mathcalO(D2)$.
We show experimentally that such models are remarkably stable and optimize to similar data likelihood values as their exact gradient counterparts.
arXiv Detail & Related papers (2020-11-14T09:51:51Z) - LiteFlowNet3: Resolving Correspondence Ambiguity for More Accurate
Optical Flow Estimation [99.19322851246972]
We introduce LiteFlowNet3, a deep network consisting of two specialized modules to address the problem of optical flow estimation.
LiteFlowNet3 not only achieves promising results on public benchmarks but also has a small model size and a fast runtime.
arXiv Detail & Related papers (2020-07-18T03:30:39Z) - OT-Flow: Fast and Accurate Continuous Normalizing Flows via Optimal
Transport [8.468007443062751]
A normalizing flow is an invertible mapping between an arbitrary probability distribution and a standard normal distribution.
OT-Flow tackles two critical computational challenges that limit a more widespread use of CNFs.
On five high-dimensional density estimation and generative modeling tasks, OT-Flow performs competitively to state-of-the-art CNFs.
arXiv Detail & Related papers (2020-05-29T22:31:10Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.