paper-with-me

Papers

Graph Relation Distillation for Efficient Biomedical Instance Segmentation

2024-01-12 · Xiaoyu Liu, Yueyi Zhang, Zhiwei Xiong, Wei Huang, Bo Hu, Xiaoyan Sun, Feng Wu

Instance-aware embeddings predicted by deep neural networks have revolutionized biomedical instance segmentation, but its resource requirements are substantial. Knowledge distillation offers a solution by transferring distilled knowledge from heavy teacher networks to lightweight yet high-performance student networks. However, existing knowledge distillation methods struggle to extract knowledge for distinguishing instances and overlook global relation information. To address these challenges, we propose a graph relation distillation approach for efficient biomedical instance segmentation, which considers three essential types of knowledge: instance-level features, instance relations, and pixel-level boundaries. We introduce two graph distillation schemes deployed at both the intra-image level and the inter-image level: instance graph distillation (IGD) and affinity graph distillation (AGD). IGD constructs a graph representing instance features and relations, transferring these two types of knowledge by enforcing instance graph consistency. AGD constructs an affinity graph representing pixel relations to capture structured knowledge of instance boundaries, transferring boundary-related knowledge by ensuring pixel affinity consistency. Experimental results on a number of biomedical datasets validate the effectiveness of our approach, enabling student models with less than $ 1\%$ parameters and less than $10\%$ inference time while achieving promising performance compared to teacher models.

📄 PDF Abstract BibTeX arXiv:2401.06370

Code (2)

liuxy1103/GIDBIS 공식 구현 pytorch
liuxy1103/grdbis 공식 구현 pytorch

Tasks

Instance SegmentationKnowledge DistillationRelationSemantic 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 제목 키워드 기반

GAInS: Gradient Anomaly-aware Biomedical Instance Segmentation

2024-09-21 · Runsheng Liu, Hao Jiang, Yanning Zhou, Huangjing Lin 외

Instance segmentation plays a vital role in the morphological quantification of biomedical entities such as tissues and cells, enabling precise identification and delineation of different structures. Current methods ofte…

Instance SegmentationSegmentationSemantic Segmentation

Abstractified Multi-instance Learning (AMIL) for Biomedical Relation Extraction

2021-10-24 · AKBC 2021 10 · William Hogan, Molly Huang, Yannis Katsis, Tyler Baldwin 외

Relation extraction in the biomedical domain is a challenging task due to a lack of labeled data and a long-tail distribution of fact triples. Many works leverage distant supervision which automatically generates labeled…

RelationRelation Extraction

Latent Graphs for Semi-Supervised Learning on Biomedical Tabular Data

2023-09-27 · Boshko Koloski, Nada Lavrač, Senja Pollak, Blaž Škrlj

In the domain of semi-supervised learning, the current approaches insufficiently exploit the potential of considering inter-instance relationships among (un)labeled data. In this work, we address this limitation by provi…

Deep Learning Based Instance Segmentation in 3D Biomedical Images Using Weak Annotation

2018-06-28 · Zhuo Zhao, Lin Yang, Hao Zheng, Ian H. Guldner 외

Instance segmentation in 3D images is a fundamental task in biomedical image analysis. While deep learning models often work well for 2D instance segmentation, 3D instance segmentation still faces critical challenges, su…

3D Instance SegmentationDeep LearningInstance SegmentationSegmentation+1

Dual Relation Knowledge Distillation for Object Detection

2023-02-11 · ZhenLiang Ni, Fukui Yang, Shengzhao Wen, Gang Zhang

Knowledge distillation is an effective method for model compression. However, it is still a challenging topic to apply knowledge distillation to detection tasks. There are two key points resulting in poor distillation pe…

Knowledge DistillationModel CompressionObjectobject-detection+2