paper-with-me

Papers

Inter-Region Affinity Distillation for Road Marking Segmentation

2020-04-11 · CVPR 2020 6 · Yuenan Hou, Zheng Ma, Chunxiao Liu, Tak-Wai Hui, Chen Change Loy

We study the problem of distilling knowledge from a large deep teacher network to a much smaller student network for the task of road marking segmentation. In this work, we explore a novel knowledge distillation (KD) approach that can transfer 'knowledge' on scene structure more effectively from a teacher to a student model. Our method is known as Inter-Region Affinity KD (IntRA-KD). It decomposes a given road scene image into different regions and represents each region as a node in a graph. An inter-region affinity graph is then formed by establishing pairwise relationships between nodes based on their similarity in feature distribution. To learn structural knowledge from the teacher network, the student is required to match the graph generated by the teacher. The proposed method shows promising results on three large-scale road marking segmentation benchmarks, i.e., ApolloScape, CULane and LLAMAS, by taking various lightweight models as students and ResNet-101 as the teacher. IntRA-KD consistently brings higher performance gains on all lightweight models, compared to previous distillation methods. Our code is available at https://github.com/cardwing/Codes-for-IntRA-KD.

📄 PDF Abstract BibTeX arXiv:2004.05304

Code (1)

cardwing/Codes-for-IntRA-KD 공식 구현 pytorch

Tasks

Knowledge DistillationLane DetectionSemantic 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 제목 키워드 기반

Robust Lane Marking Detection Algorithm Using Drivable Area Segmentation and Extended SLT

2019-11-20 · Umar Ozgunalp, Rui Fan, Shanshan Cheng, Yuxiang Sun 외

In this paper, a robust lane detection algorithm is proposed, where the vertical road profile of the road is estimated using dynamic programming from the v-disparity map and, based on the estimated profile, the road area…

Lane Detection

TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance

2023-09-21 · ICCV 2023 1 · Kan Wu, Houwen Peng, Zhenghong Zhou, Bin Xiao 외

In this paper, we propose a novel cross-modal distillation method, called TinyCLIP, for large-scale language-image pre-trained models. The method introduces two core techniques: affinity mimicking and weight inheritance.…

Investigating Knowledge Distillation Through Neural Networks for Protein Binding Affinity Prediction

2026-01-07 · Wajid Arshad Abbasi, Syed Ali Abbas, Maryum Bibi, Saiqa Andleeb 외 arxiv

The trade-off between predictive accuracy and data availability makes it difficult to predict protein--protein binding affinity accurately. The lack of experimentally resolved protein structures limits the performance of…

Knowledge Distillation

Towards a Unified View of Affinity-Based Knowledge Distillation

2022-09-30 · Vladimir Li, Atsuto Maki

Knowledge transfer between artificial neural networks has become an important topic in deep learning. Among the open questions are what kind of knowledge needs to be preserved for the transfer, and how it can be effectiv…

image-classificationImage ClassificationKnowledge DistillationRelation+1

Graph Relation Distillation for Efficient Biomedical Instance Segmentation

2024-01-12 · Xiaoyu Liu, Yueyi Zhang, Zhiwei Xiong, Wei Huang 외

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 di…

Instance SegmentationKnowledge DistillationRelationSemantic Segmentation