中文
相关论文

相关论文: Revisiting Batch Normalization for Improving Corru…

200 篇论文

Bayesian neural networks (BNNs) promise improved generalization under covariate shift by providing principled probabilistic representations of epistemic uncertainty. However, weight-based BNNs often struggle with high computational…

机器学习 · 统计学 2022-06-13 Trung Trinh , Markus Heinonen , Luigi Acerbi , Samuel Kaski

The integration of neural-network-based systems into clinical practice is limited by challenges related to domain generalization and robustness. The computer vision community established benchmarks such as ImageNet-C as a fundamental…

图像与视频处理 · 电气工程与系统科学 2024-07-24 Francesco Di Salvo , Sebastian Doerrich , Christian Ledig

Text classification models, especially neural networks based models, have reached very high accuracy on many popular benchmark datasets. Yet, such models when deployed in real world applications, tend to perform badly. The primary reason is…

计算与语言 · 计算机科学 2020-02-04 Utkarsh Desai , Srikanth Tamilselvam , Jassimran Kaur , Senthil Mani , Shreya Khare

While some convolutional neural networks (CNNs) have surpassed human visual abilities in object classification, they often struggle to recognize objects in images corrupted with different types of common noise patterns, highlighting a major…

图像与视频处理 · 电气工程与系统科学 2021-12-09 Avinash Baidya , Joel Dapello , James J. DiCarlo , Tiago Marques

Data augmentation has been widely used to improve generalization in training deep neural networks. Recent works show that using worst-case transformations or adversarial augmentation strategies can significantly improve the accuracy and…

计算机视觉与模式识别 · 计算机科学 2022-11-15 Liang Xiao , Jiaolong Xu , Dawei Zhao , Erke Shang , Qi Zhu , Bin Dai

Improving sparsity of deep neural networks (DNNs) is essential for network compression and has drawn much attention. In this work, we disclose a harmful sparsifying process called filter collapse, which is common in DNNs with batch…

机器学习 · 计算机科学 2020-02-03 Sheng Zhou , Xinjiang Wang , Ping Luo , Litong Feng , Wenjie Li , Wei Zhang

Robustness audits of deep neural networks (DNN) provide a means to uncover model sensitivities to the challenging real-world imaging conditions that significantly degrade DNN performance in-the-wild. Such conditions are often the result of…

计算机视觉与模式识别 · 计算机科学 2025-08-07 Nathan Drenkow , William Paul , Chris Ribaudo , Mathias Unberath

Achieving robustness in image segmentation models is challenging due to the fine-grained nature of pixel-level classification. These models, which are crucial for many real-time perception applications, particularly struggle when faced with…

计算机视觉与模式识别 · 计算机科学 2025-06-17 Laura Zheng , Wenjie Wei , Tony Wu , Jacob Clements , Shreelekha Revankar , Andre Harrison , Yu Shen , Ming C. Lin

It has been shown that the majority of existing adversarial defense methods achieve robustness at the cost of sacrificing prediction accuracy. The undesirable severe drop in accuracy adversely affects the reliability of machine learning…

密码学与安全 · 计算机科学 2020-11-05 Jiawei Du , Hanshu Yan , Vincent Y. F. Tan , Joey Tianyi Zhou , Rick Siow Mong Goh , Jiashi Feng

Training images with data transformations have been suggested as contrastive examples to complement the testing set for generalization performance evaluation of deep neural networks (DNNs). In this work, we propose a practical framework…

机器学习 · 计算机科学 2021-06-22 Xuanyu Wu , Xuhong Li , Haoyi Xiong , Xiao Zhang , Siyu Huang , Dejing Dou

Improving model's generalizability against domain shifts is crucial, especially for safety-critical applications such as autonomous driving. Real-world domain styles can vary substantially due to environment changes and sensor noises, but…

计算机视觉与模式识别 · 计算机科学 2022-11-10 Qi Fan , Mattia Segu , Yu-Wing Tai , Fisher Yu , Chi-Keung Tang , Bernt Schiele , Dengxin Dai

Human parsing aims to segment each pixel of the human image with fine-grained semantic categories. However, current human parsers trained with clean data are easily confused by numerous image corruptions such as blur and noise. To improve…

计算机视觉与模式识别 · 计算机科学 2023-09-08 Sanyi Zhang , Xiaochun Cao , Rui Wang , Guo-Jun Qi , Jie Zhou

A key component of most neural network architectures is the use of normalization layers, such as Batch Normalization. Despite its common use and large utility in optimizing deep architectures, it has been challenging both to generically…

机器学习 · 计算机科学 2020-02-17 Cecilia Summers , Michael J. Dinneen

There is an emerging sense that the vulnerability of Image Convolutional Neural Networks (CNN), i.e., sensitivity to image corruptions, perturbations, and adversarial attacks, is connected with Texture Bias. This relative lack of Shape Bias…

计算机视觉与模式识别 · 计算机科学 2021-09-14 Maruthi Narayanan , Vickram Rajendran , Benjamin Kimia

A recent trend in deep learning algorithms has been towards training large scale models, having high parameter count and trained on big dataset. However, robustness of such large scale models towards real-world settings is still a…

计算机视觉与模式识别 · 计算机科学 2023-09-15 Nishant Jain , Harkirat Behl , Yogesh Singh Rawat , Vibhav Vineet

Despite the success of convolutional neural networks (CNNs) in many academic benchmarks for computer vision tasks, their application in the real-world is still facing fundamental challenges. One of these open problems is the inherent lack…

计算机视觉与模式识别 · 计算机科学 2022-12-07 Julia Grabinski , Paul Gavrikov , Janis Keuper , Margret Keuper

Magnetic Resonance Imaging (MRI) is considered the gold standard of medical imaging because of the excellent soft-tissue contrast exhibited in the images reconstructed by the MRI pipeline, which in-turn enables the human radiologist to…

图像与视频处理 · 电气工程与系统科学 2023-06-26 Divyam Madaan , Daniel Sodickson , Kyunghyun Cho , Sumit Chopra

In this work we evaluate the impact of digitally altered images on the performance of artificial neural networks. We explore factors that negatively affect the ability of an image classification model to produce consistent and accurate…

计算机视觉与模式识别 · 计算机科学 2020-08-14 Jason Stock , Andy Dolan , Tom Cavey

Quantised neural networks (QNNs) shrink models and reduce inference energy through low-bit arithmetic, yet most still depend on a running statistics batch normalisation (BN) layer, preventing true integer-only deployment. Prior attempts…

机器学习 · 计算机科学 2025-12-19 Pengfei Sun , Wenyu Jiang , Piew Yoong Chee , Paul Devos , Dick Botteldooren

Batch normalization (BN) has become a standard technique for training the modern deep networks. However, its effectiveness diminishes when the batch size becomes smaller, since the batch statistics estimation becomes inaccurate. That…

计算机视觉与模式识别 · 计算机科学 2020-03-13 Chunjie Luo , Jianfeng Zhan , Lei Wang , Wanling Gao
‹ 上一页 1 8 9 10 下一页 ›