paper-with-me

홈 › Papers

Bounded Residual Gradient Networks (BReG-Net) for Facial Affect Computing

2019-03-05 · Behzad Hasani, Pooran Singh Negi, Mohammad H. Mahoor

Residual-based neural networks have shown remarkable results in various visual recognition tasks including Facial Expression Recognition (FER). Despite the tremendous efforts have been made to improve the performance of FER systems using DNNs, existing methods are not generalizable enough for practical applications. This paper introduces Bounded Residual Gradient Networks (BReG-Net) for facial expression recognition, in which the shortcut connection between the input and the output of the ResNet module is replaced with a differentiable function with a bounded gradient. This configuration prevents the network from facing the vanishing or exploding gradient problem. We show that utilizing such non-linear units will result in shallower networks with better performance. Further, by using a weighted loss function which gives a higher priority to less represented categories, we can achieve an overall better recognition rate. The results of our experiments show that BReG-Nets outperform state-of-the-art methods on three publicly available facial databases in the wild, on both the categorical and dimensional models of affect.

📄 PDF Abstract BibTeX arXiv:1903.02110

Code (0)

등록된 구현이 없습니다.

Tasks

Facial Expression RecognitionFacial Expression Recognition (FER)

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

BReG-NeXt: Facial Affect Computing Using Adaptive Residual Networks With Bounded Gradient

2020-04-18 · Behzad Hasani, Pooran Singh Negi, Mohammad H. Mahoor

This paper introduces BReG-NeXt, a residual-based network architecture using a function wtih bounded derivative instead of a simple shortcut path (a.k.a. identity mapping) in the residual units for automatic recognition …

Facial Expression RecognitionFacial Expression Recognition (FER)

Neural Architecture Search via Bregman Iterations

2021-06-04 · Leon Bungert, Tim Roith, Daniel Tenbrinck, Martin Burger

We propose a novel strategy for Neural Architecture Search (NAS) based on Bregman iterations. Starting from a sparse neural network our gradient-based one-shot algorithm gradually adds relevant parameters in an inverse s…

DeblurringDenoisingNeural Architecture Search

Cross-Centroid Ripple Pattern for Facial Expression Recognition

2022-01-16 · Monu Verma, Prafulla Saxena, Santosh Kumar Vipparthi, Girdhari Singh

In this paper, we propose a new feature descriptor Cross-Centroid Ripple Pattern (CRIP) for facial expression recognition. CRIP encodes the transitional pattern of a facial expression by incorporating cross-centroid rela…

Facial Expression RecognitionFacial Expression Recognition (FER)

A Universal Banach--Bregman Framework for Stochastic Iterations: Unifying Stochastic Mirror Descent, Learning and LLM Training

2025-09-17 · Johnny R. Zhang, Xiaomei Mi, Gaoyuan Du, Qianyi Sun 외 arxiv

Stochastic optimization powers the scalability of modern artificial intelligence, spanning machine learning, deep learning, reinforcement learning, and large language model training. Yet, existing theory remains largely …

Stochastic OptimizationReinforcement LearningSparse Learning

Facial Affect Estimation in the Wild Using Deep Residual and Convolutional Networks

2017-05-22 · Behzad Hasani, Mohammad H. Mahoor

Automated affective computing in the wild is a challenging task in the field of computer vision. This paper presents three neural network-based methods proposed for the task of facial affect estimation submitted to the F…