paper-with-me

Papers

A Lightweight Attention-based Deep Network via Multi-Scale Feature Fusion for Multi-View Facial Expression Recognition

2024-03-21 · Ali Ezati, Mohammadreza Dezyani, Rajib Rana, Roozbeh Rajabi, Ahmad Ayatollahi

Convolutional neural networks (CNNs) and their variations have shown effectiveness in facial expression recognition (FER). However, they face challenges when dealing with high computational complexity and multi-view head poses in real-world scenarios. We introduce a lightweight attentional network incorporating multi-scale feature fusion (LANMSFF) to tackle these issues. For the first challenge, we have carefully designed a lightweight fully convolutional network (FCN). We address the second challenge by presenting two novel components, namely mass attention (MassAtt) and point wise feature selection (PWFS) blocks. The MassAtt block simultaneously generates channel and spatial attention maps to recalibrate feature maps by emphasizing important features while suppressing irrelevant ones. On the other hand, the PWFS block employs a feature selection mechanism that discards less meaningful features prior to the fusion process. This mechanism distinguishes it from previous methods that directly fuse multi-scale features. Our proposed approach achieved results comparable to state-of-the-art methods in terms of parameter counts and robustness to pose variation, with accuracy rates of 90.77% on KDEF, 70.44% on FER-2013, and 86.96% on FERPlus datasets. The code for LANMSFF is available at https://github.com/AE-1129/LANMSFF.

📄 PDF Abstract BibTeX arXiv:2403.14318

Code (1)

ae-1129/lanmsff 공식 구현

Tasks

Facial Expression RecognitionFacial Expression Recognition (FER)feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Image deblurring based on lightweight multi-information fusion network

2021-01-14 · Yanni Zhang, Yiming Liu, Qiang Li, Miao Qi 외

Recently, deep learning based image deblurring has been well developed. However, exploiting the detailed image features in a deep learning framework always requires a mass of parameters, which inevitably makes the networ…

DeblurringDecoderImage Deblurring

BAFNet: Bilateral Attention Fusion Network for Lightweight Semantic Segmentation of Urban Remote Sensing Images

2024-09-16 · Wentao Wang, Xili Wang

Large-scale semantic segmentation networks often achieve high performance, while their application can be challenging when faced with limited sample sizes and computational resources. In scenarios with restricted network…

SegmentationSemantic Segmentation

LASFNet: A Lightweight Attention-Guided Self-Modulation Feature Fusion Network for Multimodal Object Detection

2025-06-26 · Lei Hao, Lina Xu, Chang Liu, Yanni Dong

Effective deep feature extraction via feature-level fusion is crucial for multimodal object detection. However, previous studies often involve complex training processes that integrate modality-specific features by stack…

object-detectionObject Detection

Ultralightweight Spatial–Spectral Feature Cooperation Network for Change Detection in Remote Sensing Images

2023-03-24 · IEEE Transactions on Geoscience and Remote Sensing 2023 3 · Tao Lei, Xinzhe Geng, Hailong Ning, Zhiyong Lv 외

Deep convolutional neural networks (CNNs) have achieved much success in remote sensing image change detection (CD) but still suffer from two main problems. First, the existing multiscale feature fusion methods often use …

Building change detection for remote sensing imagesChange DetectionChange detection for remote sensing images

Lightweight Attentional Feature Fusion: A New Baseline for Text-to-Video Retrieval

2021-12-03 · Fan Hu, Aozhu Chen, Ziyue Wang, Fangming Zhou 외

In this paper we revisit feature fusion, an old-fashioned topic, in the new context of text-to-video retrieval. Different from previous research that considers feature fusion only at one end, let it be video or text, we …

Ad-hoc video searchfeature selectionRetrievalText to Video Retrieval+1