paper-with-me

홈 › Papers

Connecting the Dots: Graph Neural Network Powered Ensemble and Classification of Medical Images

2023-11-13 · Aryan Singh, Pepijn Van de Ven, Ciarán Eising, Patrick Denny

Deep learning models have demonstrated remarkable results for various computer vision tasks, including the realm of medical imaging. However, their application in the medical domain is limited due to the requirement for large amounts of training data, which can be both challenging and expensive to obtain. To mitigate this, pre-trained models have been fine-tuned on domain-specific data, but such an approach can suffer from inductive biases. Furthermore, deep learning models struggle to learn the relationship between spatially distant features and their importance, as convolution operations treat all pixels equally. Pioneering a novel solution to this challenge, we employ the Image Foresting Transform to optimally segment images into superpixels. These superpixels are subsequently transformed into graph-structured data, enabling the proficient extraction of features and modeling of relationships using Graph Neural Networks (GNNs). Our method harnesses an ensemble of three distinct GNN architectures to boost its robustness. In our evaluations targeting pneumonia classification, our methodology surpassed prevailing Deep Neural Networks (DNNs) in performance, all while drastically cutting down on the parameter count. This not only trims down the expenses tied to data but also accelerates training and minimizes bias. Consequently, our proposition offers a sturdy, economically viable, and scalable strategy for medical image classification, significantly diminishing dependency on extensive training data sets.

📄 PDF Abstract BibTeX arXiv:2311.07321

Code (1)

aryan-at-ul/aics_2023_submission 공식 구현 pytorch

Tasks

BenchmarkingClassificationGraph Neural Networkimage-classificationImage ClassificationMedical Image ClassificationSuperpixels

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Connecting the Dots: Is Mode-Connectedness the Key to Feasible Sample-Based Inference in Bayesian Neural Networks?

2024-02-02 · Emanuel Sommer, Lisa Wimmer, Theodore Papamarkou, Ludwig Bothmann 외

A major challenge in sample-based inference (SBI) for Bayesian neural networks is the size and structure of the networks' parameter space. Our work shows that successful SBI is possible by embracing the characteristic re…

Uncertainty Quantification

Connecting the Dots: What Graph-Based Text Representations Work Best for Text Classification Using Graph Neural Networks?

2023-05-23 · Margarita Bugueño, Gerard de Melo

Given the success of Graph Neural Networks (GNNs) for structure-aware machine learning, many studies have explored their use for text classification, but mostly in specific domains with limited data characteristics. More…

graph constructionGraph Miningtext-classificationText Classification

CodaRAG: Connecting the Dots with Associativity Inspired by Complementary Learning

2026-04-12 · Cheng-Yen Li, Xuanjun Chen, Claire Lin, Wei-Yu Chen 외 arxiv

Large Language Models (LLMs) struggle with knowledge-intensive tasks due to hallucinations and fragmented reasoning over dispersed information. While Retrieval-Augmented Generation (RAG) grounds generation in external so…

Connecting the dots in ethology: applying network theory to understand neural and animal collectives

2021-12-04 · Adam Gosztolai, Pavan Ramdya

A major goal shared by neuroscience and collective behavior is to understand how dynamic interactions between individual elements give rise to behaviors in populations of neurons and animals, respectively. This goal has …

Connecting the Dots: Event Graph Schema Induction with Path Language Modeling

2020-11-01 · EMNLP 2020 11 · Manling Li, Qi Zeng, Ying Lin, Kyunghyun Cho 외

Event schemas can guide our understanding and ability to make predictions with respect to what might happen next. We propose a new Event Graph Schema, where two event types are connected through multiple paths involving …

Language ModelingLanguage Modelling