paper-with-me

Papers

PLACE dropout: A Progressive Layer-wise and Channel-wise Dropout for Domain Generalization

2021-12-07 · Jintao Guo, Lei Qi, Yinghuan Shi, Yang Gao

Domain generalization (DG) aims to learn a generic model from multiple observed source domains that generalizes well to arbitrary unseen target domains without further training. The major challenge in DG is that the model inevitably faces a severe overfitting issue due to the domain gap between source and target domains. To mitigate this problem, some dropout-based methods have been proposed to resist overfitting by discarding part of the representation of the intermediate layers. However, we observe that most of these methods only conduct the dropout operation in some specific layers, leading to an insufficient regularization effect on the model. We argue that applying dropout at multiple layers can produce stronger regularization effects, which could alleviate the overfitting problem on source domains more adequately than previous layer-specific dropout methods. In this paper, we develop a novel layer-wise and channel-wise dropout for DG, which randomly selects one layer and then randomly selects its channels to conduct dropout. Particularly, the proposed method can generate a variety of data variants to better deal with the overfitting issue. We also provide theoretical analysis for our dropout method and prove that it can effectively reduce the generalization error bound. Besides, we leverage the progressive scheme to increase the dropout ratio with the training progress, which can gradually boost the difficulty of training the model to enhance its robustness. Extensive experiments on three standard benchmark datasets have demonstrated that our method outperforms several state-of-the-art DG methods. Our code is available at https://github.com/lingeringlight/PLACEdropout.

📄 PDF Abstract BibTeX arXiv:2112.03676

Code (1)

lingeringlight/placedropout 공식 구현 pytorch

Tasks

Domain Generalization

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

C2S2: Cost-aware Channel Sparse Selection for Progressive Network Pruning

2019-04-06 · Chih-Yao Chiu, Hwann-Tzong Chen, Tyng-Luh Liu

This paper describes a channel-selection approach for simplifying deep neural networks. Specifically, we propose a new type of generic network layer, called pruning layer, to seamlessly augment a given pre-trained model …

channel selectionimage-classificationImage ClassificationNetwork Pruning+1

Accelerate CNN via Recursive Bayesian Pruning

2018-12-02 · ICCV 2019 10 · Yuefu Zhou, Ya zhang, Yan-Feng Wang, Qi Tian

Channel Pruning, widely used for accelerating Convolutional Neural Networks, is an NP-hard problem due to the inter-layer dependency of channel redundancy. Existing methods generally ignored the above dependency for comp…

Beyond Overfitting: Doubly Adaptive Dropout for Generalizable AU Detection

2025-03-12 · Yong Li, Yi Ren, Xuesong Niu, Yi Ding 외

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…

Selective Depthwise Separable Convolution for Lightweight Joint Source-Channel Coding in Wireless Image Transmission

2026-04-24 · Ming Ye, Kui Cai, Cunhua Pan, Zhen Mei 외 arxiv

Depthwise separable convolutional (DSConv) layers have been successfully applied to deep learning (DL)-based joint source-channel coding (JSCC) schemes to reduce computational complexity. However, a systematic investigat…

Model Compression

Locality-aware Channel-wise Dropout for Occluded Face Recognition

2021-07-20 · Mingjie He, Jie Zhang, Shiguang Shan, Xiao Liu 외

Face recognition remains a challenging task in unconstrained scenarios, especially when faces are partially occluded. To improve the robustness against occlusion, augmenting the training images with artificial occlusions…

Face Recognition