ArthurY's picture
update source
c3d0544
# ignore_header_test
# ruff: noqa: E402
""""""
"""
BSMS-GNN model. This code was modified from,
https://github.com/Eydcao/BSMS-GNN
The following license is provided from their source,
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
from typing import Optional
import torch
import torch.nn as nn
from physicsnemo.models.gnn_layers.mesh_graph_mlp import MeshGraphMLP
class BistrideGraphMessagePassing(nn.Module):
"""Bistride Graph Message Passing (BSGMP) network for hierarchical graph processing."""
def __init__(self, unet_depth, latent_dim, hidden_layer, pos_dim):
"""
Initializes the BSGMP network.
Parameters
----------
unet_depth : int
UNet depth in the network, excluding top level.
latent_dim : int
Latent dimension for the graph nodes and edges.
hidden_layer : int
Number of hidden layers in the MLPs.
pos_dim : int
Dimension of the physical position (in Euclidean space).
"""
super().__init__()
self.bottom_gmp = GraphMessagePassing(latent_dim, hidden_layer, pos_dim)
self.down_gmps = nn.ModuleList()
self.up_gmps = nn.ModuleList()
self.unpools = nn.ModuleList()
self.unet_depth = unet_depth
self.edge_conv = WeightedEdgeConv()
for _ in range(self.unet_depth):
self.down_gmps.append(
GraphMessagePassing(latent_dim, hidden_layer, pos_dim)
)
self.up_gmps.append(GraphMessagePassing(latent_dim, hidden_layer, pos_dim))
self.unpools.append(Unpool())
def forward(self, h, m_ids, m_gs, pos):
"""
Forward pass for the BSGMP network.
Parameters
----------
h : torch.Tensor
Node features of shape [B, N, F] or [N, F].
m_ids : list of torch.Tensor
Indices for pooling/unpooling nodes at each level.
m_gs : list of torch.Tensor
Graph connectivity (edges) at each level.
pos : torch.Tensor
Node positional information of shape [B, N, D] or [N, D].
Returns
-------
torch.Tensor
Updated node features.
"""
# Shape: h is in (B, N, F) or (N, F)
# m_gs is in shape: Level,(Set),2,Edges, where 0th Set is main/material graph
# pos is in (B, N, D) or (N, D)
# print(len(m_ids))
# print(len(m_gs))
# print(self.unet_depth)
down_outs = [] # to store output features at each level during down pass
down_ps = [] # to store positional information at each level during down pass
cts = [] # to store edge weights for convolution at each level
w = pos.new_ones((pos.shape[-2], 1)) # Initialize weights
# Down pass
for i in range(self.unet_depth):
h = self.down_gmps[i](h, m_gs[i], pos)
down_outs.append(h)
down_ps.append(pos)
# Calculate edge weights
ew, w = self.edge_conv.cal_ew(w, m_gs[i])
h = self.edge_conv(h, m_gs[i], ew)
pos = self.edge_conv(pos, m_gs[i], ew)
cts.append(ew)
# Pooling
if len(h.shape) == 3:
h = h[:, m_ids[i]]
elif len(h.shape) == 2:
h = h[m_ids[i]]
if len(pos.shape) == 3:
pos = pos[:, m_ids[i]]
elif len(pos.shape) == 2:
pos = pos[m_ids[i]]
w = w[m_ids[i]]
# Bottom pass
h = self.bottom_gmp(h, m_gs[self.unet_depth], pos)
# Up pass
for i in range(self.unet_depth):
depth_idx = self.unet_depth - i - 1
g, idx = m_gs[depth_idx], m_ids[depth_idx]
h = self.unpools[i](h, down_outs[depth_idx].shape[-2], idx)
# aggregate is False as we are returning the information to previous out degrees.
h = self.edge_conv(h, g, cts[depth_idx], aggragating=False)
h = self.up_gmps[i](h, g, down_ps[depth_idx])
h = h.add(down_outs[depth_idx])
return h
class GraphMessagePassing(nn.Module):
"""Graph Message Passing (GMP) block."""
def __init__(self, latent_dim, hidden_layer, pos_dim):
"""
Initialize the GMP block.
Parameters
----------
latent_dim : int
Dimension of the latent space.
hidden_layer : int
Number of hidden layers.
pos_dim : int
Dimension of the positional encoding.
"""
super().__init__()
self.mlp_node = MeshGraphMLP(
2 * latent_dim, latent_dim, latent_dim, hidden_layer
)
edge_info_in_len = 2 * latent_dim + pos_dim + 1
self.mlp_edge = MeshGraphMLP(
edge_info_in_len, latent_dim, latent_dim, hidden_layer
)
self.pos_dim = pos_dim
def forward(self, x, g, pos):
"""
Forward pass for GMP block.
Parameters
----------
x : torch.Tensor
Input node features of shape [B, N, C] or [N, C].
g : torch.Tensor
Graph connectivity (edges) of shape [2, E].
pos : torch.Tensor
Node positional information of shape [B, N, pos_dim] or [N, pos_dim].
Returns
-------
torch.Tensor
Updated node features.
"""
i, j = g[0], g[1]
if len(x.shape) == 3:
B, _, _ = x.shape
x_i, x_j = x[:, i], x[:, j]
elif len(x.shape) == 2:
x_i, x_j = x[i], x[j]
else:
raise ValueError(f"Only implemented for dim 2 and 3, got {x.shape}")
if len(pos.shape) == 3:
pi, pj = pos[:, i], pos[:, j]
elif len(pos.shape) == 2:
pi, pj = pos[i], pos[j]
else:
raise ValueError(f"Only implemented for dim 2 and 3, got {x.shape}")
# Here is the biggest difference between BSMS's GMP and that of MeshGraphNet.
# In MGN, the edge information is:
# 1)initialized using fiber=(dir, norm)
# 2)then it follows the MP times of MLP_edge, using the same graph connectivity.
# In BSMS's GMP, since there is only 1 time of MP per layer
# we dive into a deeper layer, i.e. the original edges are gone
# it then does not make any sense to use 2) above
# so we just use the fiber to cat with the in/out node features
dir = pi - pj # (B, N, pos_dim) or (N, pos_dim)
norm = torch.norm(dir, dim=-1, keepdim=True) # (B, N, 1) or (N, 1)
fiber = torch.cat([dir, norm], dim=-1) # (B, N, pos_dim+1) or (N, pos_dim+1)
# below is the cat between fiber and node latent features
if len(x.shape) == 3 and len(pos.shape) == 2:
tmp = torch.cat([fiber.unsqueeze(0).repeat(B, 1, 1), x_i, x_j], dim=-1)
else:
tmp = torch.cat([fiber, x_i, x_j], dim=-1)
# get the information flow on the edge
edge_embedding = self.mlp_edge(tmp)
# sum the edge information to the in node
aggr_out = scatter_sum(edge_embedding, j, dim=-2, dim_size=x.shape[-2])
# MLP take input as the cat between x and the aggregated edge information flow
tmp = torch.cat([x, aggr_out], dim=-1)
return self.mlp_node(tmp) + x
class WeightedEdgeConv(nn.Module):
"""Weighted Edge Convolution layer for transition between layers."""
def __init__(self, *args):
super(WeightedEdgeConv, self).__init__()
def forward(self, x, g, ew, aggragating=True):
"""
Forward pass for WeightedEdgeConv layer.
Parameters
----------
x : torch.Tensor
Input node features of shape [B, N, C] or [N, C].
g : torch.Tensor
Graph connectivity (edges) of shape [2, E].
ew : torch.Tensor
Edge weights for convolution of shape [E].
aggragating : bool, optional
If True, aggregate messages (used in down pass); if False, return messages (used in up pass).
Returns
-------
torch.Tensor
Aggregated or scattered node features.
"""
i, j = g[0], g[1]
if len(x.shape) == 3:
weighted_info = x[:, i] if aggragating else x[:, j]
elif len(x.shape) == 2:
weighted_info = x[i] if aggragating else x[j]
else:
raise NotImplementedError("Only implemented for dim 2 and 3")
weighted_info *= ew.unsqueeze(-1)
target_index = j if aggragating else i
aggr_out = scatter_sum(
weighted_info, target_index, dim=-2, dim_size=x.shape[-2]
)
return aggr_out
@torch.no_grad()
def cal_ew(self, w, g):
"""
Calculate the edge weights for later use in forward.
Parameters
----------
w : torch.Tensor
Node weights of shape [N, 1].
g : torch.Tensor
Graph connectivity (edges) of shape [2, E].
Returns
-------
tuple
Edge weights for convolution and aggregated node weights (used for iteratively calculating this in the next layer).
"""
deg = degree(g[0], dtype=torch.float, num_nodes=w.shape[0])
normed_w = w.squeeze(-1) / deg
i, j = g[0], g[1]
w_to_send = normed_w[i]
eps = 1e-12
aggr_w = scatter_sum(w_to_send, j, dim=-1, dim_size=normed_w.size(0)) + eps
ec = w_to_send / aggr_w[j]
return ec, aggr_w
class Unpool(nn.Module):
"""Unpooling layer for graph neural networks."""
def __init__(self, *args):
super(Unpool, self).__init__()
def forward(self, h, pre_node_num, idx):
"""
Forward pass for the unpooling layer.
Parameters
----------
h : torch.Tensor
Node features of shape [N, C] or [B, N, C].
pre_node_num : int
Number of nodes in the previous upper layer.
idx : torch.Tensor
Relative indices (in the previous upper layer) for unpooling of shape [N] or [B, N].
Returns
-------
torch.Tensor
Unpooled node features of shape [pre_node_num, C] or [B, pre_node_num, C].
"""
if len(h.shape) == 2:
new_h = h.new_zeros([pre_node_num, h.shape[-1]])
new_h[idx] = h
elif len(h.shape) == 3:
new_h = h.new_zeros([h.shape[0], pre_node_num, h.shape[-1]])
new_h[:, idx] = h
return new_h
def degree(
index: torch.Tensor,
num_nodes: Optional[int] = None,
dtype: Optional[torch.dtype] = None,
) -> torch.Tensor:
r"""Computes the (unweighted) degree of a given one-dimensional index tensor.
Args:
index (LongTensor): Index tensor.
num_nodes (int, optional): The number of nodes, *i.e.*
:obj:`max_val + 1` of :attr:`index`. (default: :obj:`None`)
dtype (:obj:`torch.dtype`, optional): The desired data type of the
returned tensor.
:rtype: :class:`Tensor`
Example:
>>> row = torch.tensor([0, 1, 0, 2, 0])
>>> degree(row, dtype=torch.long)
tensor([3, 1, 1])
"""
N = torch.max(index) + 1
N = int(N)
out = torch.zeros((N,), dtype=dtype, device=index.device)
one = torch.ones((index.size(0),), dtype=out.dtype, device=out.device)
return out.scatter_add_(0, index, one)
def broadcast(src: torch.Tensor, other: torch.Tensor, dim: int):
if dim < 0:
dim = other.dim() + dim
if src.dim() == 1:
for _ in range(0, dim):
src = src.unsqueeze(0)
for _ in range(src.dim(), other.dim()):
src = src.unsqueeze(-1)
src = src.expand(other.size())
return src
def scatter_sum(
src: torch.Tensor,
index: torch.Tensor,
dim: int = -1,
out: Optional[torch.Tensor] = None,
dim_size: Optional[int] = None,
) -> torch.Tensor:
index = broadcast(index, src, dim)
if out is None:
size = list(src.size())
if dim_size is not None:
size[dim] = dim_size
elif index.numel() == 0:
size[dim] = 0
else:
size[dim] = int(index.max()) + 1
out = torch.zeros(size, dtype=src.dtype, device=src.device)
return out.scatter_add_(dim, index, src)
else:
return out.scatter_add_(dim, index, src)