paper-with-me

홈 › Papers

An Interpretable Neuron Embedding for Static Knowledge Distillation

2022-11-14 · Wei Han, Yangqiming Wang, Christian Böhm, Junming Shao

Although deep neural networks have shown well-performance in various tasks, the poor interpretability of the models is always criticized. In the paper, we propose a new interpretable neural network method, by embedding neurons into the semantic space to extract their intrinsic global semantics. In contrast to previous methods that probe latent knowledge inside the model, the proposed semantic vector externalizes the latent knowledge to static knowledge, which is easy to exploit. Specifically, we assume that neurons with similar activation are of similar semantic information. Afterwards, semantic vectors are optimized by continuously aligning activation similarity and semantic vector similarity during the training of the neural network. The visualization of semantic vectors allows for a qualitative explanation of the neural network. Moreover, we assess the static knowledge quantitatively by knowledge distillation tasks. Empirical experiments of visualization show that semantic vectors describe neuron activation semantics well. Without the sample-by-sample guidance from the teacher model, static knowledge distillation exhibit comparable or even superior performance with existing relation-based knowledge distillation methods.

📄 PDF Abstract BibTeX arXiv:2211.07647

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

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

Cross-Dimension Affinity Distillation for 3D EM Neuron Segmentation

2024-01-01 · CVPR 2024 1 · Xiaoyu Liu, Miaomiao Cai, Yinda Chen, Yueyi Zhang 외

Accurate 3D neuron segmentation from electron microscopy (EM) volumes is crucial for neuroscience research. However the complex neuron morphology often leads to over-merge and over-segmentation results. Recent advanc…

SegmentationTransfer Learning

Interpretable Embedding Procedure Knowledge Transfer via Stacked Principal Component Analysis and Graph Neural Network

2021-04-28 · SeungHyun Lee, Byung Cheol Song

Knowledge distillation (KD) is one of the most useful techniques for light-weight neural networks. Although neural networks have a clear purpose of embedding datasets into the low-dimensional space, the existing knowledg…

Graph Neural NetworkKnowledge DistillationTransfer Learning

Static Word Embeddings for Sentence Semantic Representation

2025-06-05 · Takashi Wada, Yuki Hirakawa, Ryotaro Shimizu, Takahiro Kawashima 외

We propose new static word embeddings optimised for sentence semantic representation. We first extract word embeddings from a pre-trained Sentence Transformer, and improve them with sentence-level principal component ana…

Contrastive LearningKnowledge DistillationSentenceWord Embeddings

Hint-dynamic Knowledge Distillation

2022-11-30 · Yiyang Liu, Chenxin Li, Xiaotong Tu, Xinghao Ding 외

Knowledge Distillation (KD) transfers the knowledge from a high-capacity teacher model to promote a smaller student model. Existing efforts guide the distillation by matching their prediction logits, feature embedding, e…

Knowledge Distillation

Knowledge Transfer via Distillation of Activation Boundaries Formed by Hidden Neurons

2018-11-08 · Byeongho Heo, Minsik Lee, Sangdoo Yun, Jin Young Choi

An activation boundary for a neuron refers to a separating hyperplane that determines whether the neuron is activated or deactivated. It has been long considered in neural networks that the activations of neurons, rather…

Transfer Learning