Fast Tree-Field Integrators: From Low Displacement Rank to Topological Transformers

We present a new class of fast polylog-linear algorithms based on the theory of structured matrices (in particular low displacement rank) for integrating tensor fields defined on weighted trees. Several applications of the resulting fast tree-field integrators (FTFIs) are presented, including (a) approximation of graph metrics with tree metrics, (b) graph classification, (c) modeling on meshes, and finally (d) Topological Transformers (TTs) (Choromanski et al., 2022) for images. For Topological Transformers, we propose new relative position encoding (RPE) masking mechanisms with as few as three extra learnable parameters per Transformer layer, leading to 1.0-1.5%+ accuracy gains. Importantly, most of FTFIs are exact methods, thus numerically equivalent to their brute-force counterparts. When applied to graphs with thousands of nodes, those exact algorithms provide 5.7-13x speedups. We also provide an extensive theoretical analysis of our methods.

Paper

References (85)

Scroll for more · 38 remaining

Similar papers

Peer review

Reviewer H9MT7/10 · confidence 2/52024-07-14

Summary

In "Fast Tree-Field Integrators: From Low Displacement Rank to Topological Transformers", the authors propose a novel method for integrating scalar fields, and more generally tensor fields, on trees. Given an input tree and potentially multiple tensor fields, FTFI constructs an auxiliary binary "IntegratorTree" with nodes corresponding to sub-trees of the input tree. The efficiency of FTFIs is then demonstrated on a variety of experiments and tasks on synthetic and real-world datasets.

Strengths

1. FTFI significantly improves the runtime in contrast to previous tree integration algorithms 2. The paper conducts extensive experiments, showing promising applications with Topological Vision Transformers. 3. The illustrations (Figure 1&2) are very well-made and illustrate the relevant concepts.

Weaknesses

1. Figure 5 claims that FTFI achieves similar accuracy as its brute force counterpart BGFI. However, BGFI seems to outperform FTFI on almost all datasets and often with accuracy gains of >1%. 2. Many graphs in practice are not trees. The paper does not discuss any theoretical guarantees or qualitative patterns on how well FTFI can be used as approximate integrators for almost tree-like and general graphs. 3. In the conclusion, speedups of 5--13x while maintaining quality are claimed. Both of these claims don't seem to be supported by all experiments and should be framed more cautiously.

Questions

In the introduction and related work, you talk about general graphs as an input (line 84), however, in section 3.1 you explicitly talk about the input tree. How do you turn the general graph into a tree? What information or what accuracy is lost in that process? Are there theoretical considerations that quantify this? Thank you in advance for your answers!

Rating

7

Confidence

2

Soundness

3

Presentation

4

Contribution

3

Limitations

The authors discuss limitations in the appendix.

Reviewer o1jE7/10 · confidence 2/52024-07-16

Summary

The paper tackles the problem of integrating tensor fields defined on graphs. The paper suggests Fast Tree-Field Integrators (FTFI) that integrate tensors on weighted trees with reduced time complexity, which is based on their data structure called IntegralTrees (IT). The idea is original and new, and the algorithm is carefully designed. All the properties of Fast Tree-Field Integrators are theoretically supported and experimentally verified.

Strengths

The idea of IntegratorTree (IT) is original and new. The structure of IntegratorTree is carefully designed to reduce the computational complexity. The method is widely applicable for many practically used functions, not restricted to Hermitian or SDD. All the properties of Fast Tree-Field Integrators are theoretically supported and experimentally verified.

Weaknesses

The paper seems to consider the machine learning community as potential readers, but the underlying concepts are fairly unknown to the machine learning community. The reviewer also does not do research in integrating tensor fields on graphs, and it was a bit difficult to follow the concepts and structures in Fast Tree-Field Integrators (FTFI). I think this presentation problem can be greatly improved by providing examples or figures. For example, Section 3.2 would have been more easily grasped if the authors provided pictorial examples as Figure 1. ======================================== This weakness about the presentation of FTFI is addressed by the rebuttal, so I am increasing my score from 6 to 7.

Questions

In the experiments, the authors have only used minimum spanning tree (MST) as the tree approximation of a graph. On one side, this makes sense since the paper focuses on the fast computation of matrix-vector multiplication on a graph, not on choosing an appropriate tree. However, it seems to me that one reason of the relatively unsatisfactory accuracy (cosine similarity) of Fast Tree-Field Integrators (FTFI) is due to the distortion of the geometry of a graph by MST. As the authors have presented related work in embedding graphs to trees, I was wondering if we can get some improvements in accuracy when we use more advanced methods of embedding graphs to trees. ======================================== The question is addressed by the rebuttal.

Rating

7

Confidence

2

Soundness

4

Presentation

2

Contribution

3

Limitations

The authos have addressed the limitations that Fast Tree-Field Integrators (FTFI) can work well provided that a graph is well approximated by a tree. I do not find any societal impact of this work.

Reviewer Lag95/10 · confidence 1/52024-07-22

Summary

The authors propose an algorithm for exact polylog-linear multiplication for general weighted trees and cordial functions f, which leads to a fast algorithm for distance-matrix tensor multiplication as used in transformers and graph kernels. The core of the algorithm is a binary tree structure called integration tree, which allows to perform the integration using an efficient divide and conquer scheme. The authors show that, for matrices defined by d-cordial functions, the integration can then be done by O(N log^{d+1} (N)). The authors show that their algorithm improves runtime against naive baselines in graph classification, vertex normal prediction, interpolation on meshes and topological vision transformers. The work in general is far away from my research area. Thus, my confidence is low and I feel not qualified to judge the significance of theoretical contributions in this work.

Strengths

- The results suggests that the presented algorithm is clearly faster than brute force tree-field integration and that it does not negatively impact the quality of results on downstream tasks. - The technical and theoretical contributions seem to be well thought and thorough. The algorithm makes sense to me on a high level. - I reviewed this paper before and the presentation quality improved, making it a bit easier to understand how it embeds into related work and what its contributions are.

Weaknesses

I agree with the authors that the tackled integration problem is relevant in many machine learning / deep learning models. It is unclear to me though how often the tree assumption is applicable. The practical experiments on topological vision transformers and graph classification, showing usefulness in practice. However, the experiments seem to be a bit inconclusive due to lacking trade-off analysis What this paper lacks is an experiment that conclusively shows that the presented algorithm can be integrated into a state-of-the-art method (such as general masked transformers on multiple tasks) and that it has a positive impact on the quality/efficiency trade-off. It would be also helpful if source code would be released in order to replicate/verify results.

Questions

How does the quality vs. efficiency trade-off behave in the topological vision transformers experiment? It is only shown that the quality slightly improves but not if the method has an impact on transformer efficiency.

Rating

5

Confidence

1

Soundness

3

Presentation

3

Contribution

2

Limitations

The authors briefly discuss limitations in the appendix.

Reviewer SX397/10 · confidence 4/52024-07-22

Summary

This paper proposes faster matrix multiplication algorithms for a class of structured matrices, namely, f-distance matrices, where the $(i, j)^{th}$ entry of the matrix is $f(\text{dist}(i, j))$, for nodes $i, j$ in a graph. The authors propose an algorithm, referred to as Fast Tree-Field Integrators (FTFI), for the case of tree graphs (and in the experiments, for general graphs, the graph is approximated by its spanning tree). The FTFI algorithm works as follows: first, an "integrator tree" is constructed (which is created only once for the f-distance matrix, and reused whenever this matrix is multiplied by another matrix). The integrator tree is a binary tree where each node is a subtree of the original tree. To obtain the two children of a node, they pick some vertex in the subtree (of the original tree) that this node corresponds to - this node will be called the "pivot point", and the subtree will be split into a "left" and "right" subtree at this pivot point. This integrator tree is used to recursively compute the product of the $f$-distance matrix (denoted $M^G_f$) with another arbitrary matrix/tensor $X$. To compute the row of $M^G_f X$ corresponding to the vertex $v$, suppose $v$ is in the left subtree of the current node of the integrator tree. Then, we have to consider the contribution of rows of $X$ from vertices $j$ that are also in the left subtree (which is dealt with recursively) and vertices $j$ that are in the right subtree. In the latter case, the entry $f(dist(v, j))$ of the $f$-distance matrix can be written as $f(dist(v, p) + dist(p, j))$ where $p$ is the pivot point, and this property is leveraged to achieve a running time faster than naive matrix multiplication in several cases, such as when $f$ is a rational function or an exponential function. The authors compare FTFI to BTFI (brute-force matrix multiplication in the tree setting), and other algorithms including BGFI (brute-force matrix multiplication without approximating the graph by a tree). The tasks studied include interpolation on meshes and graph classification. For interpolation on meshes, FTFI is the fastest in terms of preprocessing. It performs similarly to the SF algorithm (a state of the art algorithm for this problem), and performs worse than BGFI, which is a more brute force, but more accurate, algorithm. In the graph classification setting, FTFI gets similar accuracy as BGFI while being significantly faster. The authors finally do experiments with FTFI on topological vision transformers. In a large scale setting, FTFI obtains a 7% improvement on ImageNet compared to the standard ViT performer (which obtains around 70% accuracy).

Strengths

- The matrices studied in this work are far more general than those studied by previous works (structured matrices studied in previous works are exponentials of adjacency matrices, symmetric diagonally dominant matrices, power series of random walk kernels, boolean matrices). - The algorithm is interesting technically - decomposing the entries of the f-distance matrix to avoid the running time of naive matrix multiplication is a good idea. - The results are strong, particularly on graph classification.

Weaknesses

- There are some questions I have about the experimental results, mentioned below in the questions section. If these questions are addressed, I would be willing to raise the score.

Questions

- Why does BTFI require more time for processing than BGFI in Figure 4? Intuitively, they would require similar effort, and BGFI should perhaps be slower (with computing the shortest paths potentially having a longer running time for more general graphs than for trees). - Also, given that BGFI does significantly better than BTFI/FTFI in terms of cosine similarity, at the cost of a roughly 5x slowdown compared to FTFI according to Figure 4, is it better to use BGFI compared to FTFI? What are the considerations here? - Do the plots on the right-hand side of Figure 4 contradict the plots on the left-hand side of Figure 4? The second plot from the left in Figure 4 suggests that BGFI generally achieves greater cosine similarity than FTFI for various numbers of points (though it is slower) while the third plot from the left shows that FTFI is both faster and achieves higher cosine similarity than BGFI. How do you interpret the difference? - In Figure 5, on PTC-MR, why is BGFI slightly faster than FTFI? Is this a specific distribution of graphs? - For the experiments in Figure 6, the goal is to show that tree-based estimators can emulate integration on arbitrary graphs, using a rational function with quadratic numerator and denominator. I am not convinced that this experiment shows that tree-based metrics can emulate general graph metrics, since the MSE loss seems to plateau around 1. This seems a bit large given that the distribution of weights is taken from (0, 1). What is the distribution of graphs? ======================================== These questions are addressed by the rebuttal, and I am increasing my score from 6 to 7.

Rating

7

Confidence

4

Soundness

4

Presentation

4

Contribution

3

Limitations

Yes.

Authorsrebuttal2024-08-09

Addressing comments of Reviewer SX39

Dear Reviewer SX39, We would like to once more sincerely thank you for all the comments and very useful feedback. We think that we have addressed in depth all Reviewer's questions. Please let us know. If the Reviewer has any additional questions, we would be more than happy to answer them. Yours sincerely, The Authors

Authorsrebuttal2024-08-11

Dear Reviewer SX39, We would like to once more sincerely apologize for taking your time. As we mentioned before, we believe we have addressed all Reviewer’s comments. We do hope that the Reviewer can update the score correspondingly. If the Reviewer has any additional questions, please let us know and we will be happy to address them. Thank you very much ! Yours sincerely, The Authors

Authorsrebuttal2024-08-06

General comment

We would like to sincerely thank all the Reviewers for their very valuable feedback and comments. We addressed all of them in the rebuttals below and additional official responses. We also want to emphasize that we provide the pointer to the anonymous repository with the code: https://anonymous.4open.science/r/FastTreeFieldIntegrator/README.md. That repository contains in particular: **detailed implementation** of the FTFI algorithm (key contribution of the paper) with several unit tests, as well as the code for graph classification and vertex-normal prediction tasks (we will release any remaining code upon the acceptance of the paper). Finally, we have also run additional experiments with Transformers on new image dataset (I-naturalist) as well as on a **new modality**, namely: videos. In those experiments we also test many other efficient Transformer-architectures. These additional experiments **confirm all our previous findings**. In particular, FTFI applied in a topological masking mechanism in the ViViT architecture ([1], factorized Transformer model for videos, trained from scratch) leads to the **+0.8% absolute** improvement as compared on the Kinetics dataset ([2]). **To the best of our knowledge, this is the first application of the Topological Transformers for video data**. [1] ViViT: A Video Vision Transformer, Arnab et al., ICCV 2021. [2] The kinetics human action video dataset, Kay et al., 2017. We also conducted additional speed tests for Transformers to describe speed-quality trade-offs, showing that our methods are as fast as previous efficient-attention Transformers, while providing better quality.

Authorsrebuttal2024-08-06

Additional responses for Reviewer H9MT

**"How do you turn the general graph into a tree ?". Information lost and theoretical analysis**: Thank you very much for the comment. In practice, we construct minimum spanning trees (MSTs) for those graphs. In principle, trees providing low distortion of the general graph metric can be used (the best algorithmic constructions provide log(N)-distortion ratio, where N is the number of nodes of the graph). Low distortion trees is a subject of an extensive research, as we show in in Sec. 2 and Appendix B. However with learnable functions f applied for the shortest-path lengths in the trees, the approximation guarantees can be substantially improved, as we demonstrate in Sec. 4.3. We provide additional theoretical discussion (also regarding near minimum spanning trees) in other responses to Reviewer H9MT, in particular below. **Theoretical guarantees for almost-tree like graphs:** This is a second part of the response to Reviewer H9MT from the paragraph: **FTFI to approximate almost-tree like graphs and general graphs: theoretical analysis** in the rebuttal for Reviewer H9MT below. Following Reviewer’s comment, we would like to give examples of the almost-tree like graphs, where our method can be applied to produce integration of arbitrary precision in polylog-linear time, as long as all edge-weights are taken from the bounded interval. We also provide detailed sketch of the proof below and will add the full proof in the camera-ready version of the paper. The class of graphs we consider are called bounded connected treewidth graphs, e.g. the graphs that admit a treewidth decomposition with all bags being connected graphs of bounded size. We refer the Reviewer to [1] for an introduction to the theory of treewidth. To see that these are natural candidates for almost tree-like graphs, note that in the treewidth decomposition of trees every bag is a graph corresponding to an edge (thus connected and of two nodes). It turns out that a treewidth decomposition of graphs with bounded connected treewidth, where all bags are connected and bounded can be found in linear time. Furthermore, in such graphs a balanced separators of constant size can be found in linear time (it can be found among bags of the treewidth decomposition). Now note that the key trick of the FTFI algorithm is a divide-and-conquer strategy, where a “pivot node” is found that splits the tree into two substantial parts. For bounded connected treewidth graphs, this node is simply replaced by the balanced separator. In the regular FTFI algorithm, vertices are then partitioned based on the distance from the pivot node. For bounded connected treewidth graphs, we instead apply two levels of partitioning. For every vertex, we first register its shortest path distance d to the balanced separator (defined as the distance to the closest vertex of the separator) and then we compute its so-called signature vector (d1,...,ds), where d+di is the shortest distance to the ith vertex of the separator and s is the number of all vertices of the separator. Note that since the separator is of constant size and connected and furthermore the weights are taken from the bounded set, (d1,...,ds) is taken from the bounded s-dimensional cube C. We then construct an epsilon-net N to cover that cube and assign for each vertex of the graph the node of the epsilon-net that is closest to its signature vector. Note that the number of nodes of the epsilon-net is constant. To effectively conduct the divide-and-conquer strategy in the setting with three sets of vertices: A, S and B, where S is s separator that separates A and B, we proceed as follows. We choose a pair of nodes (n1, n2) in the epsilon-net N. We then consider vertices from A for which n1 was assigned and vertices from B for which n2 was assigned (first level of partitioning). We then partition those vertices based on the distance from the separator S (second level of partitioning). Then the corresponding cross-terms can be computed in the completely analogous way as from the analysis in Sec. 3.2. We repeat this procedure for all pairs of nodes from the epsilon-net N. That completes the sketch of the proof since the size of the epsilon-net N is constant, and thus the number of all the pairs of nodes of the epsilon-net N is also constant. [1] Parameterized Algorithms, Pilipczuk et al., Springer 2015.

Authorsrebuttal2024-08-06

Additional responses for Reviewer Lag9

**“It is unclear to me though how often the tree assumption is applicable”:** Thank you for the comment. The quality of the general graph metric approximation with tree-metrics is a research area on its own, with voluminous corresponding literature. We provided a summary in Sec. 2 as well as in Appendix B. Notably, tree-metrics is a well-established tool, used in several applications, e.g. in distributed & online algorithms and biology (see for example: [1,2,3]). Theoretical analysis of tree-metrics is beyond the scope of this paper. In the paper we show that those tools can be effectively applied in machine learning. Rather than cherry-picking particular applications, where tree-metrics might be relevant, we provide extensive experimental evaluations for: graph classification, mesh modeling and Transformer training, where those methods were (to the best of our knowledge) never used before, showing the generality of the approach. Furthermore, in Sec. 4.3 we provide a clear evidence that machine learning provides yet another path for effectively applying tree-metrics. We show that by applying relatively simple learnable nonlinear functions f (ratios of quadratic functions; only **six** trainable parameters in total) on the shortest path distances in the minimum spanning tree, one can substantially improve the quality of the approximation of the general graph metrics. That results in **9x+** more accurate approximation than this given by classic SOTA algorithmic and non-learnable approaches, such as Bartal trees ([4]) or Fakcharoenphol trees ([5]), providing log(N)lo log(N) and log(N) distortion ratio respectively. Importantly, as we show in this paper, integration with those nonlinear functions f can be done efficiently, in polylog-linear time. Thus we showed that machine learning methods can be effectively applied to improve the accuracy of the approximation with tree-metrics. To the best of our knowledge, this is the first such result. [1] Efficient distributed approximation algorithms via probabilistic tree embeddings, Khan et al., PODC 2008. [2] K-server via multiscale entropic regularization, Bubeck et al., STOC 2018 [3] Distorted metrics on trees and phylogenetic forests, Mossel et al., IEEE ACM Trans. Comput. Biol. Bioinform, 2007. [4] On approximating arbitrary metrics by tree metrics, Bartal, Y., STOC 1998 [5] A tight bound on approximating arbitrary metrics by tree metrics, Fakcharoenphol et al., . J. Comput. Syst. Sci. **Source code:** Thank you very much for the comment. Following Reviewer’s suggestion, we provide the pointer to the anonymous repository with the code: https://anonymous.4open.science/r/FastTreeFieldIntegrator/README.md. That repository contains in particular: **detailed implementation** of the FTFI algorithm (key contribution of the paper) with several unit tests, as well as the code for graph classification and vertex-normal prediction tasks (we will release any remaining code upon the acceptance of the paper).

Authorsrebuttal2024-08-09

Addressing comments of Reviewer Lag9

Dear Reviewer Lag9, We would like to once more sincerely thank you for all the comments and very useful feedback. We think that we have addressed in depth all Reviewer's questions. Please let us know. If the Reviewer has any additional questions, we would be more than happy to answer them. Yours sincerely, The Authors

Authorsrebuttal2024-08-11

Dear Reviewer Lag9, We would like to once more sincerely apologize for taking your time. As we mentioned before, we believe we have addressed all Reviewer’s comments. We do hope that the Reviewer can update the score correspondingly. If the Reviewer has any additional questions, please let us know and we will be happy to address them. Thank you very much ! Yours sincerely, The Authors

Authorsrebuttal2024-08-13

Dear Reviewer Lag9, We would like to once more sincerely apologize for taking your time. **We believe we have addressed all Reviewer's comments**. In particular, we have conducted a comprehensive set of additional experiments, **showing conclusively** that Transformers with FTFI are SOTA efficient Transformers methods for image data. We also included new experiments with other modality. To be more specific, we have run additional experiments with Transformers on new image dataset (I-naturalist) as well as on a new modality, namely: videos. In those experiments we also tested many other efficient Transformer-architectures. These additional experiments confirm all our previous findings. In particular, FTFI applied in a topological masking mechanism in the ViViT architecture ([1], factorized Transformer model for videos, trained from scratch) leads to the +0.8% absolute improvement as compared on the Kinetics dataset ([2]). To the best of our knowledge, this is the first application of the Topological Transformers for video data. [1] ViViT: A Video Vision Transformer, Arnab et al., ICCV 2021. [2] The kinetics human action video dataset, Kay et al., 2017. For image modality, we have conducted a comprehensive comparison, not only with one linear-attention Transformer-model, but with **three different classes** of efficient Transformer-architectures, namely: (1) linear-attention methods based on low-rank decomposition (we tested several different instantiations with different attention-kernel functions) ([3]), (2) cosFormers ([4]) and (3) RF-Gate-Gaussian models ([5]). The FTFI-Transformer outperforms all of them quality-wise, while being at least as fast as those methods. [3] Rethinking Attention with Performers, Choromanski et al., ICLR 2021. [4] cosFormer: Rethinking Softmax in Attention, Qin et al., ICLR 2022. [5] Gated Linear Attention Transformers with Hardware-Efficient Training, Yang et al., ICML 2024. We thus would like to sincerely ask the Reviewer to comment on the rebuttal and update the score accordingly. If the Reviewer has any additional questions please let us know and we will be happy to answer them. **In particular, if there are any other specific experiments regarding Transformers experiments on image data the Reviewer would like to see, please let us know which specific experiments the Reviewer would like us to conduct and we will be more than happy to do it**. The discussion period is almost over thus we want to make sure that all additional comments the Reviewer will have (if any) can be promptly addressed by us. Once more, thank you very much for your comments and feedback ! Yours sincerely, The Authors

Authorsrebuttal2024-08-09

Addressing comments of Reviewer o1jE

Dear Reviewer o1jE, We would like to once more sincerely thank you for all the comments and very useful feedback. We think that we have addressed in depth all Reviewer's questions. Please let us know. If the Reviewer has any additional questions, we would be more than happy to answer them. Yours sincerely, The Authors

Authorsrebuttal2024-08-11

Dear Reviewer o1jE, We would like to once more sincerely apologize for taking your time. As we mentioned before, we believe we have addressed all Reviewer’s comments. We do hope that the Reviewer can update the score correspondingly. If the Reviewer has any additional questions, please let us know and we will be happy to address them. Thank you very much ! Yours sincerely, The Authors

Authorsrebuttal2024-08-13

Dear Reviewer o1jE, We would like to once more sincerely apologize to you for taking your time. We believe that we have addressed all Reviewer's questions, in particular: (1) provided additional figure explaining main algorithmic concepts (see: attached pdf) to improve presentation, (2) discussed results with more advanced trees (than minimum spanning trees), **which are actually already in the paper** (the Reviewer might have missed them so we clarified this point in the rebuttal). In addition, we have included in particular new experiments with Transformers on video input (as well as experiments with additional image datasets and speed tests). The experiments with this new data modality confirm all our findings that were already included in the paper. Since the end of the discussion period is approaching, we would like to sincerely ask the Reviewer to comment on the rebuttal and update the score accordingly. If the Reviewer has any additional questions, please let us know so that we can address them before the end of the discussion period. Once more, thank you very much for your reviews and feedback ! Yours sincerely, The Authors

Authorsrebuttal2024-08-09

Addressing comments of Reviewer H9MT

Dear Reviewer H9MT, We would like to once more sincerely thank you for all the comments and very useful feedback. We think that we have addressed in depth all Reviewer's questions. Please let us know. If the Reviewer has any additional questions, we would be more than happy to answer them. Yours sincerely, The Authors

Authorsrebuttal2024-08-11

Dear Reviewer H9MT, We would like to once more sincerely apologize for taking your time. As we mentioned before, we believe we have addressed all Reviewer’s comments. We do hope that the Reviewer can update the score correspondingly. If the Reviewer has any additional questions, please let us know and we will be happy to address them. Thank you very much ! Yours sincerely, The Authors

Reviewer H9MT2024-08-12

Thank you very much for your in-depth response and your proposed clarifications! I especially find the part on the almost-tree-likeness very interesting. I have no further questions. I will raise my score as I believe this to be a very good paper. However, I am interested to learn of the opinion of the other reviewers and the AC, particularly from those with a stronger background in this topic.

Reviewer SX392024-08-13

Thank you for your reply, which clarifies my questions - I will increase my score. In the final version, it would indeed be useful to have a version of the second plot in Figure 4 where the points do not overlap. The explanation of Figure 6 is helpful, since it gives a sense of what error can be typically achieved using tree-based metrics.

Reviewer o1jE2024-08-14

I would like to thank the authors for addressing weakness and questions I proposed. I think all of them are addressed, so I increased the score from 6 to 7.

Program Chairsdecision2024-09-25

Decision

Accept (poster)

© 2026 NYSGPT2525 LLC