paper-with-me

홈 › Papers

REST: Enhancing Group Robustness in DNNs through Reweighted Sparse Training

2023-12-05 · Jiaxu Zhao, Lu Yin, Shiwei Liu, Meng Fang, Mykola Pechenizkiy

The deep neural network (DNN) has been proven effective in various domains. However, they often struggle to perform well on certain minority groups during inference, despite showing strong performance on the majority of data groups. This is because over-parameterized models learned \textit{bias attributes} from a large number of \textit{bias-aligned} training samples. These bias attributes are strongly spuriously correlated with the target variable, causing the models to be biased towards spurious correlations (i.e., \textit{bias-conflicting}). To tackle this issue, we propose a novel \textbf{re}weighted \textbf{s}parse \textbf{t}raining framework, dubbed as \textit{\textbf{REST}}, which aims to enhance the performance of biased data while improving computation and memory efficiency. Our proposed REST framework has been experimentally validated on three datasets, demonstrating its effectiveness in exploring unbiased subnetworks. We found that REST reduces the reliance on spuriously correlated features, leading to better performance across a wider range of data groups with fewer training and inference resources. We highlight that the \textit{REST} framework represents a promising approach for improving the performance of DNNs on biased data, while simultaneously improving computation and memory efficiency. By reducing the reliance on spurious correlations, REST has the potential to enhance the robustness of DNNs and improve their generalization capabilities. Code is released at \url{https://github.com/zhao1402072392/REST}

📄 PDF Abstract BibTeX arXiv:2312.03044

Code (1)

zhao1402072392/rest 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Fairness Through Robustness: Investigating Robustness Disparity in Deep Learning

2020-06-17 · Vedant Nanda, Samuel Dooley, Sahil Singla, Soheil Feizi 외

Deep neural networks (DNNs) are increasingly used in real-world applications (e.g. facial recognition). This has resulted in concerns about the fairness of decisions made by these models. Various notions and measures of …

Decision MakingDeep LearningFace RecognitionFairness

Enhancing Neural Network Robustness Against Fault Injection Through Non-linear Weight Transformations

2024-11-28 · Ninnart Fuengfusin, Hakaru Tamukoh

Deploying deep neural networks (DNNs) in real-world environments poses challenges due to faults that can manifest in physical hardware from radiation, aging, and temperature fluctuations. To address this, previous works …

MoENAS: Mixture-of-Expert based Neural Architecture Search for jointly Accurate, Fair, and Robust Edge Deep Neural Networks

2025-02-11 · Lotfi Abdelkrim Mecharbat, Alberto Marchisio, Muhammad Shafique, Mohammad M. Ghassemi 외

There has been a surge in optimizing edge Deep Neural Networks (DNNs) for accuracy and efficiency using traditional optimization techniques such as pruning, and more recently, employing automatic design methodologies. Ho…

Fairnessimage-classificationImage ClassificationMixture-of-Experts+1

Towards Analyzing Semantic Robustness of Deep Neural Networks

2019-04-09 · Abdullah Hamdi, Bernard Ghanem

Despite the impressive performance of Deep Neural Networks (DNNs) on various vision tasks, they still exhibit erroneous high sensitivity toward semantic primitives (e.g. object pose). We propose a theoretically grounded …

Adversarial AttackAutonomous DrivingImage Classification

Differences between human and machine perception in medical diagnosis

2020-11-28 · Taro Makino, Stanislaw Jastrzebski, Witold Oleszkiewicz, Celin Chacko 외

Deep neural networks (DNNs) show promise in image-based medical diagnosis, but cannot be fully trusted since their performance can be severely degraded by dataset shifts to which human perception remains invariant. If we…

Breast Cancer DetectionMedical Diagnosis