paper-with-me

Papers

Attentive Pooling with Learnable Norms for Text Representation

2020-07-01 · ACL 2020 6 · Chuhan Wu, Fangzhao Wu, Tao Qi, Xiaohui Cui, Yongfeng Huang

Pooling is an important technique for learning text representations in many neural NLP models. In conventional pooling methods such as average, max and attentive pooling, text representations are weighted summations of the L1 or L{\mbox{$\infty$}} norm of input features. However, their pooling norms are always fixed and may not be optimal for learning accurate text representations in different tasks. In addition, in many popular pooling methods such as max and attentive pooling some features may be over-emphasized, while other useful ones are not fully exploited. In this paper, we propose an Attentive Pooling with Learnable Norms (APLN) approach for text representation. Different from existing pooling methods that use a fixed pooling norm, we propose to learn the norm in an end-to-end manner to automatically find the optimal ones for text representation in different tasks. In addition, we propose two methods to ensure the numerical stability of the model training. The first one is scale limiting, which re-scales the input to ensure non-negativity and alleviate the risk of exponential explosion. The second one is re-formulation, which decomposes the exponent operation to avoid computing the real-valued powers of the input and further accelerate the pooling operation. Experimental results on four benchmark datasets show that our approach can effectively improve the performance of attentive pooling.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attentive Convolution: Equipping CNNs with RNN-style Attention Mechanisms

2017-10-02 · TACL 2018 1 · Wenpeng Yin, Hinrich Schütze

In NLP, convolutional neural networks (CNNs) have benefited less than recurrent neural networks (RNNs) from attention mechanisms. We hypothesize that this is because the attention in CNNs has been mainly implemented as a…

Claim VerificationNatural Language InferenceRepresentation LearningSentence+1

Vision Transformer with Attentive Pooling for Robust Facial Expression Recognition

2022-12-11 · Fanglei Xue, Qiangchang Wang, Zichang Tan, Zhongsong Ma 외

Facial Expression Recognition (FER) in the wild is an extremely challenging task. Recently, some Vision Transformers (ViT) have been explored for FER, but most of them perform inferiorly compared to Convolutional Neural …

Facial Expression RecognitionFacial Expression Recognition (FER)Inductive Bias

SCF-Net: Learning Spatial Contextual Features for Large-Scale Point Cloud Segmentation

2021-06-19 · CVPR 2021 1 · Siqi Fan, Qiulei Dong, Fenghua Zhu, Yisheng Lv 외

How to learn effective features from large-scale point clouds for semantic segmentation has attracted increasing attention in recent years. Addressing this problem, we propose a learnable module that learns Spatial C…

3D Semantic SegmentationDecoderPoint Cloud SegmentationSegmentation+1

CA-MHFA: A Context-Aware Multi-Head Factorized Attentive Pooling for SSL-Based Speaker Verification

2024-09-23 · Junyi Peng, Ladislav Mošner, Lin Zhang, Oldřich Plchot 외

Self-supervised learning (SSL) models for speaker verification (SV) have gained significant attention in recent years. However, existing SSL-based SV systems often struggle to capture local temporal dependencies and gene…

Emotion RecognitionSelf-Supervised LearningSpeaker Verification

Attentive pooling for Group Activity Recognition

2022-08-31 · Ding Li, Yuan Xie, Wensheng Zhang, Yongqiang Tang 외

In group activity recognition, hierarchical framework is widely adopted to represent the relationships between individuals and their corresponding group, and has achieved promising performance. However, the existing meth…

Activity RecognitionGroup Activity Recognition