Skip to content

Commit

Permalink
Added last paragraph in 9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
papamarkou committed Aug 3, 2024
1 parent 7263874 commit eb2627c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rmd/09-implementation-and-numerical-experiments.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ colnames(domains) <- c('Method', 'Mesh', 'Point cloud')
knitr::kable(domains, align=c('l', 'c', 'c'), booktabs=TRUE, caption="Predictive accuracy on the SHREC11 test dataset. The left and right column report the mesh and point cloud classification results, respectively. The CCNN for mesh classification is $\\mbox{CCNN}_{SHREC}$, while the CCNN for point cloud classification is $\\mbox{CCNN}_{MOG2}$.")
```

**Architecture of $\mbox{CCNN}_{SHREC}$**. The $\mbox{CCNN}_{SHREC}$ has two layers and is chosen as a pooling CCNN in the sense of Definition \@ref(def:general-pooling-hoan), similar to $\mbox{CCNN}_{COSEG}$ and $\mbox{CCNN}_{HB}$. The main difference is that the final layer of $\mbox{CCNN}_{SHREC}$, represented by the grey point in Figure \@ref(fig:mesh-net)(b), is a global pooling function that sums all embeddings of all dimensions (zero, one and two) of the underlying CC after mapping them to the same Euclidean space.

### Graph classification

## Pooling with mapper on graphs and data classification
Expand Down

0 comments on commit eb2627c

Please sign in to comment.