paper-with-me

홈 › Papers

An Analysis of Model Robustness across Concurrent Distribution Shifts

2025-01-08 · Myeongho Jeon, Suhwan Choi, Hyoje Lee, Teresa Yeo

Machine learning models, meticulously optimized for source data, often fail to predict target data when faced with distribution shifts (DSs). Previous benchmarking studies, though extensive, have mainly focused on simple DSs. Recognizing that DSs often occur in more complex forms in real-world scenarios, we broadened our study to include multiple concurrent shifts, such as unseen domain shifts combined with spurious correlations. We evaluated 26 algorithms that range from simple heuristic augmentations to zero-shot inference using foundation models, across 168 source-target pairs from eight datasets. Our analysis of over 100K models reveals that (i) concurrent DSs typically worsen performance compared to a single shift, with certain exceptions, (ii) if a model improves generalization for one distribution shift, it tends to be effective for others, and (iii) heuristic data augmentations achieve the best overall performance on both synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2501.04288

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

A Fine-Grained Analysis on Distribution Shift

2021-10-21 · ICLR 2022 4 · Olivia Wiles, Sven Gowal, Florian Stimberg, Sylvestre Alvise-Rebuffi 외

Robustness to distribution shifts is critical for deploying machine learning models in the real world. Despite this necessity, there has been little work in defining the underlying mechanisms that cause these shifts and …

FRAMES-VQA: Benchmarking Fine-Tuning Robustness across Multi-Modal Shifts in Visual Question Answering

2025-05-27 · CVPR 2025 1 · Chengyue Huang, Brisa Maneechotesuwan, Shivang Chopra, Zsolt Kira

Visual question answering (VQA) systems face significant challenges when adapting to real-world data shifts, especially in multi-modal contexts. While robust fine-tuning strategies are essential for maintaining performan…

BenchmarkingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

OODRobustBench: a Benchmark and Large-Scale Analysis of Adversarial Robustness under Distribution Shift

2023-10-19 · Lin Li, Yifei Wang, Chawin Sitawarin, Michael Spratling

Existing works have made great progress in improving adversarial robustness, but typically test their method only on data from the same distribution as the training data, i.e. in-distribution (ID) testing. As a result, i…

Adversarial RobustnessBenchmarkingData Augmentation

Noise-Aware Generalization: Robustness to In-Domain Noise and Out-of-Domain Generalization

2025-04-03 · Siqi Wang, Aoming Liu, Bryan A. Plummer

Multi-source Domain Generalization (DG) aims to improve model robustness to new distributions. However, DG methods often overlook the effect of label noise, which can confuse a model during training, reducing performance…

Domain GeneralizationLearning with noisy labels

ROOD-MRI: Benchmarking the robustness of deep learning segmentation models to out-of-distribution and corrupted data in MRI

2022-03-11 · Lyndon Boone, Mahdi Biparva, Parisa Mojiri Forooshani, Joel Ramirez 외

Deep artificial neural networks (DNNs) have moved to the forefront of medical image analysis due to their success in classification, segmentation, and detection challenges. A principal challenge in large-scale deployment…

BenchmarkingData AugmentationHippocampusImage Segmentation+3