AICLCVJan 5, 2024

MAMI: Multi-Attentional Mutual-Information for Long Sequence Neuron Captioning

arXiv:2401.02744v1h-index: 16SIET
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific issue in neural network interpretability for researchers, offering an incremental improvement over existing methods.

The paper tackled the problem of poor performance in long sequence neuron captioning by improving the MILAN model with a multi-attentional mutual-information approach, achieving a BLEU score of 21.2262 and BERTScore F1-Score of 0.4870 at peak convergence.

Neuron labeling is an approach to visualize the behaviour and respond of a certain neuron to a certain pattern that activates the neuron. Neuron labeling extract information about the features captured by certain neurons in a deep neural network, one of which uses the encoder-decoder image captioning approach. The encoder used can be a pretrained CNN-based model and the decoder is an RNN-based model for text generation. Previous work, namely MILAN (Mutual Information-guided Linguistic Annotation of Neuron), has tried to visualize the neuron behaviour using modified Show, Attend, and Tell (SAT) model in the encoder, and LSTM added with Bahdanau attention in the decoder. MILAN can show great result on short sequence neuron captioning, but it does not show great result on long sequence neuron captioning, so in this work, we would like to improve the performance of MILAN even more by utilizing different kind of attention mechanism and additionally adding several attention result into one, in order to combine all the advantages from several attention mechanism. Using our compound dataset, we obtained higher BLEU and F1-Score on our proposed model, achieving 17.742 and 0.4811 respectively. At some point where the model converges at the peak, our model obtained BLEU of 21.2262 and BERTScore F1-Score of 0.4870.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes