paper-with-me

Papers

Improving Robustness via Tilted Exponential Layer: A Communication-Theoretic Perspective

2023-11-02 · Bhagyashree Puranik, Ahmad Beirami, Yao Qin, Upamanyu Madhow

State-of-the-art techniques for enhancing robustness of deep networks mostly rely on empirical risk minimization with suitable data augmentation. In this paper, we propose a complementary approach motivated by communication theory, aimed at enhancing the signal-to-noise ratio at the output of a neural network layer via neural competition during learning and inference. In addition to standard empirical risk minimization, neurons compete to sparsely represent layer inputs by maximization of a tilted exponential (TEXP) objective function for the layer. TEXP learning can be interpreted as maximum likelihood estimation of matched filters under a Gaussian model for data noise. Inference in a TEXP layer is accomplished by replacing batch norm by a tilted softmax, which can be interpreted as computation of posterior probabilities for the competing signaling hypotheses represented by each neuron. After providing insights via simplified models, we show, by experimentation on standard image datasets, that TEXP learning and inference enhances robustness against noise and other common corruptions, without requiring data augmentation. Further cumulative gains in robustness against this array of distortions can be obtained by appropriately combining TEXP with data augmentation techniques. The code for all our experiments is available at https://github.com/bhagyapuranik/texp_for_robustness.

📄 PDF Abstract BibTeX arXiv:2311.01047

Code (1)

bhagyapuranik/texp_for_robustness 공식 구현 pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Generalization and Robustness of the Tilted Empirical Risk

2024-09-28 · Gholamali Aminian, Amir R. Asadi, Tian Li, Ahmad Beirami 외

The generalization error (risk) of a supervised statistical learning algorithm quantifies its prediction ability on previously unseen data. Inspired by exponential tilting, \citet{li2020tilted} proposed the {\it tilted e…

Efficient k-means with Individual Fairness via Exponential Tilting

2024-06-24 · Shengkun Zhu, Jinshan Zeng, Yuan Sun, Sheng Wang 외

In location-based resource allocation scenarios, the distances between each individual and the facility are desired to be approximately equal, thereby ensuring fairness. Individually fair clustering is often employed to …

ClusteringFairness

How Neural Reward Models Learn Features for Policy Optimization: A Single-Index Analysis

2026-05-23 · Rei Higuchi, Ryotaro Kawata, Akifumi Wachi, Shokichi Takakura 외 arxiv

Reward modeling is not only a prediction problem: in KL-regularized policy optimization, the learned reward is exponentiated to define the deployed policy, so downstream value depends on errors in reward-tilted regions. …

Benefits of Online Tilted Empirical Risk Minimization: A Case Study of Outlier Detection and Robust Regression

2025-09-18 · Yigit E. Yildirim, Samet Demir, Zafer Dogan arxiv

Empirical Risk Minimization (ERM) is a foundational framework for supervised learning but primarily optimizes average-case performance, often neglecting fairness and robustness considerations. Tilted Empirical Risk Minim…

Binary ClassificationOutlier Detection

Communications-Aware NMPC for Multi-Rotor Aerial Relay Networks Under Jamming Interference

2026-03-30 · Giuseppe Silano, Daniel Bonilla Licea, Davide Liuzza, Antonio Franchi 외 arxiv

Multi-Rotor Aerial Vehicles (MRAVs) are increasingly used in communication-dependent missions where connectivity loss directly compromises task execution. Existing anti-jamming strategies often decouple motion from commu…