Medical Technologies Congress (TIPTEKNO), Antalya, Türkiye, 31 Ekim - 02 Kasım 2022
Representing data in array form is not always an efficient way. Sometimes it can cause loss of bias information that is inherent in data. With the help of taking an image to data matrix form as input instead of flattening to an array, deep learning methods, especially convolutional neural networks, are more successful than traditional machine learning techniques in terms of accuracy rate in image processing. Besides, graphs are a very efficient way to represent problems such as social networks, protein interface prediction, and images. Graph Neural Networks (GNNs) are deep learning methods that apply convolution logic to data like a graph, and many applications are efficiently applied. That is why representing histopathological images with graphs can be an advantage to know the connection between cores. The study uses GNNs to classify tissue types in the Chaoyang dataset. First, the superpixel graph is constructed from an image, and then GNNs models are applied to the constructed graph dataset. Experimental results present better accuracies than the compared literature methods.