paper-with-me

Papers

Quantile Activation: Correcting a Failure Mode of ML Models

2024-05-19 · Aditya Challa, Sravan Danda, Laurent Najman, Snehanshu Saha

An established failure mode for machine learning models occurs when the same features are equally likely to belong to class 0 and class 1. In such cases, existing ML models cannot correctly classify the sample. However, a solvable case emerges when the probabilities of class 0 and 1 vary with the context distribution. To the best of our knowledge, standard neural network architectures like MLPs or CNNs are not equipped to handle this. In this article, we propose a simple activation function, quantile activation (QACT), that addresses this problem without significantly increasing computational costs. The core idea is to adapt the outputs of each neuron to its context distribution. The proposed quantile activation, QACT, produces the relative quantile of the sample in its context distribution, rather than the actual values, as in traditional networks. A practical example where the same sample can have different labels arises in cases of inherent distribution shift. We validate the proposed activation function under such shifts, using datasets designed to test robustness against distortions : CIFAR10C, CIFAR100C, MNISTC, TinyImagenetC. Our results demonstrate significantly better generalization across distortions compared to conventional classifiers, across various architectures. Although this paper presents a proof of concept, we find that this approach unexpectedly outperforms DINOv2 (small) under large distortions, despite DINOv2 being trained with a much larger network and dataset.

📄 PDF Abstract BibTeX arXiv:2405.11573

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantile LSTM: A Robust LSTM for Anomaly Detection In Time Series Data

2023-02-17 · Snehanshu Saha, Jyotirmoy Sarkar, Soma Dhavala, Santonu Sarkar 외

Anomalies refer to the departure of systems and devices from their normal behaviour in standard operating conditions. An anomaly in an industrial device can indicate an upcoming failure, often in the temporal direction. …

Anomaly DetectionTime SeriesTime Series Analysis

Censored Quantile Regression Neural Networks for Distribution-Free Survival Analysis

2022-05-26 · Tim Pearce, Jong-Hyeon Jeong, Yichen Jia, Jun Zhu

This paper considers doing quantile regression on censored data using neural networks (NNs). This adds to the survival analysis toolkit by allowing direct prediction of the target variable, along with a distribution-free…

quantile regressionregressionSurvival Analysis

Correcting Selection Bias in Standardized Test Comparisons

2023-09-19 · Onil Boussim

This paper tackles the critical issue of sample selection bias in cross-country comparisons using international assessments such as PISA (Program for International Student Assessment). While PISA is widely used to rank e…

counterfactualSelection bias

The Count Is There, but Misaligned: Understanding and Correcting Counting Failures in VLMs

2026-07-10 · Ahmed Oumar El-Shangiti, Abzal Nurgazy, Hilal AlQuabeh, Nikolai Rozanov 외 arxiv

Despite strong performance on many multimodal tasks, vision-language models (VLMs) still struggle with basic object counting. We investigate whether this reflects missing internal knowledge or a gap between internal repr…

Object Counting

Memory Injections: Correcting Multi-Hop Reasoning Failures during Inference in Transformer-Based Language Models

2023-09-11 · Mansi Sakarvadia, Aswathy Ajith, Arham Khan, Daniel Grzenda 외

Answering multi-hop reasoning questions requires retrieving and synthesizing information from diverse sources. Large Language Models (LLMs) struggle to perform such reasoning consistently. Here we propose an approach to …