paper-with-me

홈 › Papers

Knowledge Distillation of Convolutional Neural Networks through Feature Map Transformation using Decision Trees

2024-03-10 · Maddimsetti Srinivas, Debdoot Sheet

The interpretation of reasoning by Deep Neural Networks (DNN) is still challenging due to their perceived black-box nature. Therefore, deploying DNNs in several real-world tasks is restricted by the lack of transparency of these models. We propose a distillation approach by extracting features from the final layer of the convolutional neural network (CNN) to address insights to its reasoning. The feature maps in the final layer of a CNN are transformed into a one-dimensional feature vector using a fully connected layer. Subsequently, the extracted features are used to train a decision tree to achieve the best accuracy under constraints of depth and nodes. We use the medical images of dermaMNIST, octMNIST, and pneumoniaMNIST from the medical MNIST datasets to demonstrate our proposed work. We observed that performance of the decision tree is as good as a CNN with minimum complexity. The results encourage interpreting decisions made by the CNNs using decision trees.

📄 PDF Abstract BibTeX arXiv:2403.06089

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Task-Oriented Feature Distillation

2020-12-01 · NeurIPS 2020 12 · Linfeng Zhang, Yukang Shi, Zuoqiang Shi, Kaisheng Ma 외

Feature distillation, a primary method in knowledge distillation, always leads to significant accuracy improvements. Most existing methods distill features in the teacher network through a manually designed transformatio…

3D ClassificationGeneral Classificationimage-classificationImage Classification+1

X3KD: Knowledge Distillation Across Modalities, Tasks and Stages for Multi-Camera 3D Object Detection

2023-01-01 · CVPR 2023 1 · Marvin Klingner, Shubhankar Borse, Varun Ravi Kumar, Behnaz Rezaei 외

Recent advances in 3D object detection (3DOD) have obtained remarkably strong results for LiDAR-based models. In contrast, surround-view 3DOD models based on multiple camera images underperform due to the necessary v…

3D Object DetectionInstance SegmentationKnowledge Distillationobject-detection+2

X$^3$KD: Knowledge Distillation Across Modalities, Tasks and Stages for Multi-Camera 3D Object Detection

2023-03-03 · Marvin Klingner, Shubhankar Borse, Varun Ravi Kumar, Behnaz Rezaei 외

Recent advances in 3D object detection (3DOD) have obtained remarkably strong results for LiDAR-based models. In contrast, surround-view 3DOD models based on multiple camera images underperform due to the necessary view …

3D Object DetectionInstance SegmentationKnowledge Distillationobject-detection+2

Be Your Own Teacher: Improve the Performance of Convolutional Neural Networks via Self Distillation

2019-05-17 · ICCV 2019 10 · Linfeng Zhang, Jiebo Song, Anni Gao, Jingwei Chen 외

Convolutional neural networks have been widely deployed in various application scenarios. In order to extend the applications' boundaries to some accuracy-crucial domains, researchers have been investigating approaches t…

Knowledge Distillation

FAN-Trans: Online Knowledge Distillation for Facial Action Unit Detection

2022-11-11 · Jing Yang, Jie Shen, Yiming Lin, Yordan Hristov 외

Due to its importance in facial behaviour analysis, facial action unit (AU) detection has attracted increasing attention from the research community. Leveraging the online knowledge distillation framework, we propose the…

Action Unit DetectionFace AlignmentFacial Action Unit DetectionKnowledge Distillation