paper-with-me

Papers

Beyond Overfitting: Doubly Adaptive Dropout for Generalizable AU Detection

2025-03-12 · Yong Li, Yi Ren, Xuesong Niu, Yi Ding, Xiu-Shen Wei, Cuntai Guan

Facial Action Units (AUs) are essential for conveying psychological states and emotional expressions. While automatic AU detection systems leveraging deep learning have progressed, they often overfit to specific datasets and individual features, limiting their cross-domain applicability. To overcome these limitations, we propose a doubly adaptive dropout approach for cross-domain AU detection, which enhances the robustness of convolutional feature maps and spatial tokens against domain shifts. This approach includes a Channel Drop Unit (CD-Unit) and a Token Drop Unit (TD-Unit), which work together to reduce domain-specific noise at both the channel and token levels. The CD-Unit preserves domain-agnostic local patterns in feature maps, while the TD-Unit helps the model identify AU relationships generalizable across domains. An auxiliary domain classifier, integrated at each layer, guides the selective omission of domain-sensitive features. To prevent excessive feature dropout, a progressive training strategy is used, allowing for selective exclusion of sensitive features at any model layer. Our method consistently outperforms existing techniques in cross-domain AU detection, as demonstrated by extensive experimental evaluations. Visualizations of attention maps also highlight clear and meaningful patterns related to both individual and combined AUs, further validating the approach's effectiveness.

📄 PDF Abstract BibTeX arXiv:2503.08974

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adaptive Dropout Adaptive Dropout is a regularization technique that extends dropout by allowing the dropout probability to be different for different units. The intuition is that there may be…

Similar Papers 제목 키워드 기반

Adaptive Dropout: Unleashing Dropout across Layers for Generalizable Image Super-Resolution

2025-01-01 · CVPR 2025 1 · Hang Xu, Jie Huang, Wei Yu, Jiangtong Tan 외

Blind Super-Resolution(blind SR) aims to enhance the model's generalization ability with unknown degradation, yet it still encounters severe overfitting issues. Some previous methods inspired by dropout, which enhanc…

AttributeBlind Super-ResolutionImage RestorationImage Super-Resolution+1

Navigating Beyond Dropout: An Intriguing Solution Towards Generalizable Image Super Resolution

2024-02-29 · CVPR 2024 1 · Hongjun Wang, Jiyuan Chen, Yinqiang Zheng, Tieyong Zeng

Deep learning has led to a dramatic leap on Single Image Super-Resolution (SISR) performances in recent years. %Despite the substantial advancement% While most existing work assumes a simple and fixed degradation model (…

Image Super-ResolutionSuper-Resolution

Advanced Dropout: A Model-free Methodology for Bayesian Dropout Optimization

2020-10-11 · Jiyang Xie, Zhanyu Ma, and Jianjun Lei, Guoqiang Zhang 외

Due to lack of data, overfitting ubiquitously exists in real-world applications of deep neural networks (DNNs). We propose advanced dropout, a model-free methodology, to mitigate overfitting and improve the performance o…

Network Pruningtext-classificationText Classification

Lyapunov-Based Dropout Deep Neural Network (Lb-DDNN) Controller

2023-10-30 · Saiedeh Akbari, Emily J. Griffis, Omkar Sudhir Patil, Warren E. Dixon

Deep neural network (DNN)-based adaptive controllers can be used to compensate for unstructured uncertainties in nonlinear dynamic systems. However, DNNs are also very susceptible to overfitting and co-adaptation. Dropou…

Dropout Training as Adaptive Regularization

2013-07-04 · NeurIPS 2013 12 · Stefan Wager, Sida Wang, Percy Liang

Dropout and other feature noising schemes control overfitting by artificially corrupting the training data. For generalized linear models, dropout performs a form of adaptive regularization. Using this viewpoint, we show…

Document Classification