paper-with-me

홈 › Papers

Learning Semantically Coherent and Reusable Kernels in Convolution Neural Nets for Sentence Classification

2016-08-01 · Madhusudan Lakshmana, Sundararajan Sellamanickam, Shirish Shevade, Keerthi Selvaraj

The state-of-the-art CNN models give good performance on sentence classification tasks. The purpose of this work is to empirically study desirable properties such as semantic coherence, attention mechanism and reusability of CNNs in these tasks. Semantically coherent kernels are preferable as they are a lot more interpretable for explaining the decision of the learned CNN model. We observe that the learned kernels do not have semantic coherence. Motivated by this observation, we propose to learn kernels with semantic coherence using clustering scheme combined with Word2Vec representation and domain knowledge such as SentiWordNet. We suggest a technique to visualize attention mechanism of CNNs for decision explanation purpose. Reusable property enables kernels learned on one problem to be used in another problem. This helps in efficient learning as only a few additional domain specific filters may have to be learned. We demonstrate the efficacy of our core ideas of learning semantically coherent kernels and leveraging reusable kernels for efficient learning on several benchmark datasets. Experimental results show the usefulness of our approach by achieving performance close to the state-of-the-art methods but with semantic and reusable properties.

📄 PDF Abstract BibTeX arXiv:1608.00466

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGeneral ClassificationSentenceSentence Classification

Similar Papers 제목 키워드 기반

Exploring the parameter reusability of CNN

2020-08-08 · Wei Wang, Lin Cheng, Yanjie Zhu, Dong Liang

In recent times, using small data to train networks has become a hot topic in the field of deep learning. Reusing pre-trained parameters is one of the most important strategies to address the issue of semi-supervised and…

Semantic SegmentationTransfer Learning

Adaptive Surface Reconstruction With Multiscale Convolutional Kernels

2021-01-01 · ICCV 2021 10 · Benjamin Ummenhofer, Vladlen Koltun

We propose generalized convolutional kernels for 3D reconstruction with ConvNets from point clouds. Our method uses multiscale convolutional kernels that can be applied to adaptive grids as generated with octrees. In…

3D ReconstructionSurface Reconstruction

FlexConv: Continuous Kernel Convolutions with Differentiable Kernel Sizes

2021-10-15 · ICLR 2022 4 · David W. Romero, Robert-Jan Bruintjes, Jakub M. Tomczak, Erik J. Bekkers 외

When designing Convolutional Neural Networks (CNNs), one must select the size\break of the convolutional kernels before training. Recent works show CNNs benefit from different kernel sizes at different layers, but explor…

DescriptiveImage ClassificationSequential Image ClassificationTime Series Analysis

Convolutional Normalization: Improving Deep Convolutional Network Robustness and Training

2021-03-01 · NeurIPS 2021 12 · Sheng Liu, Xiao Li, Yuexiang Zhai, Chong You 외

Normalization techniques have become a basic component in modern convolutional neural networks (ConvNets). In particular, many recent works demonstrate that promoting the orthogonality of the weights helps train deep mod…

Generative Adversarial Network

Scaling Up Your Kernels: Large Kernel Design in ConvNets towards Universal Representations

2024-10-10 · Yiyuan Zhang, Xiaohan Ding, Xiangyu Yue

This paper proposes the paradigm of large convolutional kernels in designing modern Convolutional Neural Networks (ConvNets). We establish that employing a few large kernels, instead of stacking multiple smaller ones, ca…

Time Series ForecastingVideo Recognition