paper-with-me

홈 › Papers

Graph Flow: Cross-layer Graph Flow Distillation for Dual Efficient Medical Image Segmentation

2022-03-16 · Wenxuan Zou, Muyi Sun

With the development of deep convolutional neural networks, medical image segmentation has achieved a series of breakthroughs in recent years. However, the high-performance convolutional neural networks always mean numerous parameters and high computation costs, which will hinder the applications in clinical scenarios. Meanwhile, the scarceness of large-scale annotated medical image datasets further impedes the application of high-performance networks. To tackle these problems, we propose Graph Flow, a comprehensive knowledge distillation framework, for both network-efficiency and annotation-efficiency medical image segmentation. Specifically, our core Graph Flow Distillation transfer the essence of cross-layer variations from a well-trained cumbersome teacher network to a non-trained compact student network. In addition, an unsupervised Paraphraser Module is integrated to purify the knowledge of the teacher network, which is also beneficial for the stabilization of training procedure. Furthermore, we build a unified distillation framework by integrating the adversarial distillation and the vanilla logits distillation, which can further refine the final predictions of the compact network. With different teacher networks (conventional convolutional architecture or prevalent transformer architecture) and student networks, we conduct extensive experiments on four medical image datasets with different modalities (Gastric Cancer, Synapse, BUSI, and CVC-ClinicDB).We demonstrate the prominent ability of our method which achieves competitive performance on these datasets. Moreover, we demonstrate the effectiveness of our Graph Flow through a novel semi-supervised paradigm for dual efficient medical image segmentation. Our code will be available at Graph Flow.

📄 PDF Abstract BibTeX arXiv:2203.08667

Code (1)

wrinklexuan/graph-flow 공식 구현 pytorch

Tasks

Image SegmentationKnowledge DistillationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Implementing graph neural networks with TensorFlow-Keras

2021-03-07 · Patrick Reiser, Andre Eberhard, Pascal Friederich

Graph neural networks are a versatile machine learning architecture that received a lot of attention recently. In this technical report, we present an implementation of convolution and pooling layers for TensorFlow-Keras…

Graph Pooling via Ricci Flow

2024-07-05 · Amy Feng, Melanie Weber

Graph Machine Learning often involves the clustering of nodes based on similarity structure encoded in the graph's topology and the nodes' attributes. On homophilous graphs, the integration of pooling layers has been sho…

Clustering

Dynamic Spatio-temporal Graph-based CNNs for Traffic Prediction

2018-12-05 · Ken Chen, Fei Chen, Baisheng Lai, Zhongming Jin 외

Forecasting future traffic flows from previous ones is a challenging problem because of their complex and dynamic nature of spatio-temporal structures. Most existing graph-based CNNs attempt to capture the static relatio…

PredictionTraffic Prediction

Neural Consciousness Flow

2019-05-30 · Xiaoran Xu, Wei Feng, Zhiqing Sun, Zhi-Hong Deng

The ability of reasoning beyond data fitting is substantial to deep learning systems in order to make a leap forward towards artificial general intelligence. A lot of efforts have been made to model neural-based reasonin…

Decision MakingKnowledge Base CompletionReinforcement Learning

Graph Cross Networks with Vertex Infomax Pooling

2020-10-05 · NeurIPS 2020 12 · Maosen Li, Siheng Chen, Ya zhang, Ivor W. Tsang

We propose a novel graph cross network (GXN) to achieve comprehensive feature learning from multiple scales of a graph. Based on trainable hierarchical representations of a graph, GXN enables the interchange of intermedi…

ClassificationGeneral ClassificationGraph Classification