Skip to content

Commit

Permalink
Updating README file
Browse files Browse the repository at this point in the history
  • Loading branch information
aravi11 committed Mar 6, 2023
1 parent 06917fb commit efbd2cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# EAGNN
A PyTorch Implementation of paper Edge-Based Graph Neural Networks for Cell-Graph Modeling and Prediction (IPMI 2023).

Abstract:
Identification and classification of cell-graph features using graph-neural networks (GNNs) has been shown to be useful in digital pathology. In this work, we consider the role of edge labels in cell-graph modeling, including histological modeling techniques, edge aggregation in GNN architectures, and edge label prediction. We propose EAGNN (Edge Aggregated GNN), a new GNN model that aggregates both node and edge label information to take advantage of topological information about cellular data and facilitate edge label prediction. We introduce new edge label features that improve histological modeling and prediction. We evaluate our EAGNN model for the task of detecting the presence and location of the basement membrane in oral mucosal tissue, as a proof-of-concept application.

0 comments on commit efbd2cf

Please sign in to comment.