paper-with-me

홈 › Papers

Be Like Water: Robustness to Extraneous Variables Via Adaptive Feature Normalization

2020-02-10 · Aakash Kaku, Sreyas Mohan, Avinash Parnandi, Heidi Schambra, Carlos Fernandez-Granda

Extraneous variables are variables that are irrelevant for a certain task, but heavily affect the distribution of the available data. In this work, we show that the presence of such variables can degrade the performance of deep-learning models. We study three datasets where there is a strong influence of known extraneous variables: classification of upper-body movements in stroke patients, annotation of surgical activities, and recognition of corrupted images. Models trained with batch normalization learn features that are highly dependent on the extraneous variables. In batch normalization, the statistics used to normalize the features are learned from the training set and fixed at test time, which produces a mismatch in the presence of varying extraneous variables. We demonstrate that estimating the feature statistics adaptively during inference, as in instance normalization, addresses this issue, producing normalized features that are more robust to changes in the extraneous variables. This results in a significant gain in performance for different network architectures and choices of feature statistics.

📄 PDF Abstract BibTeX arXiv:2002.04019

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

The Impact of Extraneous Variables on the Performance of Recurrent Neural Network Models in Clinical Tasks

2019-04-01 · Eugene Laksana, Melissa Aczon, Long Ho, Cameron Carlin 외

Electronic Medical Records (EMR) are a rich source of patient information, including measurements reflecting physiologic signs and administered therapies. Identifying which variables are useful in predicting clinical out…

feature selectionICU Mortality

Optimizing Adaptive Attacks against Watermarks for Language Models

2024-10-03 · Abdulrahman Diaa, Toluwani Aremu, Nils Lukas

Large Language Models (LLMs) can be misused to spread unwanted content at scale. Content watermarking deters misuse by hiding messages in content, enabling its detection using a secret watermarking key. Robustness is a c…

Misinformation

Evaluating the Robustness of Trigger Set-Based Watermarks Embedded in Deep Neural Networks

2021-06-18 · Suyoung Lee, Wonho Song, Suman Jana, Meeyoung Cha 외

Trigger set-based watermarking schemes have gained emerging attention as they provide a means to prove ownership for deep neural network model owners. In this paper, we argue that state-of-the-art trigger set-based water…

Leveraging Optimization for Adaptive Attacks on Image Watermarks

2023-09-29 · Nils Lukas, Abdulrahman Diaa, Lucas Fenaux, Florian Kerschbaum

Untrustworthy users can misuse image generators to synthesize high-quality deepfakes and engage in unethical activities. Watermarking deters misuse by marking generated content with a hidden message, enabling its detecti…

GPU

Watermarking Language Models for Many Adaptive Users

2024-05-17 · Aloni Cohen, Alexander Hoover, Gabe Schoenbach

We study watermarking schemes for language models with provable guarantees. As we show, prior works offer no robustness guarantees against adaptive prompting: when a user queries a language model more than once, as even …

Language Modelling