paper-with-me

홈 › Papers

Robustness, Evaluation and Adaptation of Machine Learning Models in the Wild

2023-03-05 · Vihari Piratla

Our goal is to improve reliability of Machine Learning (ML) systems deployed in the wild. ML models perform exceedingly well when test examples are similar to train examples. However, real-world applications are required to perform on any distribution of test examples. Current ML systems can fail silently on test examples with distribution shifts. In order to improve reliability of ML models due to covariate or domain shift, we propose algorithms that enable models to: (a) generalize to a larger family of test distributions, (b) evaluate accuracy under distribution shifts, (c) adapt to a target distribution. We study causes of impaired robustness to domain shifts and present algorithms for training domain robust models. A key source of model brittleness is due to domain overfitting, which our new training algorithms suppress and instead encourage domain-general hypotheses. While we improve robustness over standard training methods for certain problem settings, performance of ML systems can still vary drastically with domain shifts. It is crucial for developers and stakeholders to understand model vulnerabilities and operational ranges of input, which could be assessed on the fly during the deployment, albeit at a great cost. Instead, we advocate for proactively estimating accuracy surfaces over any combination of prespecified and interpretable domain shifts for performance forecasting. We present a label-efficient estimation to address estimation over a combinatorial space of domain shifts. Further, when a model's performance on a target domain is found to be poor, traditional approaches adapt the model using the target domain's resources. Standard adaptation methods assume access to sufficient labeled resources, which may be impractical for deployed models. We initiate a study of lightweight adaptation techniques with only unlabeled data resources with a focus on language applications.

📄 PDF Abstract BibTeX arXiv:2303.02781

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

fail 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

SoTTA: Robust Test-Time Adaptation on Noisy Data Streams

2023-10-16 · NeurIPS 2023 11 · Taesik Gong, Yewon Kim, Taeckyung Lee, Sorn Chottananurak 외

Test-time adaptation (TTA) aims to address distributional shifts between training and testing data using only unlabeled test data streams for continual model adaptation. However, most TTA methods assume benign test strea…

Autonomous DrivingTest-time Adaptation

ShadowWolf -- Automatic Labelling, Evaluation and Model Training Optimised for Camera Trap Wildlife Images

2025-12-06 · Jens Dede, Anna Förster arxiv

The continuous growth of the global human population is leading to the expansion of human habitats, resulting in decreasing wildlife spaces and increasing human-wildlife interactions. These interactions can range from mi…

Universal Domain Adaptation for Robust Handling of Distributional Shifts in NLP

2023-10-23 · Hyuhng Joon Kim, Hyunsoo Cho, Sang-Woo Lee, Junyeob Kim 외

When deploying machine learning systems to the wild, it is highly desirable for them to effectively leverage prior knowledge to the unfamiliar domain while also firing alarms to anomalous inputs. In order to address thes…

Domain AdaptationUniversal Domain Adaptation

Extending the WILDS Benchmark for Unsupervised Adaptation

2021-12-09 · ICLR 2022 4 · Shiori Sagawa, Pang Wei Koh, Tony Lee, Irena Gao 외

Machine learning systems deployed in the wild are often trained on a source distribution but deployed on a different target distribution. Unlabeled data can be a powerful point of leverage for mitigating these distributi…

In-Situ Fine-Tuning of Wildlife Models in IoT-Enabled Camera Traps for Efficient Adaptation

2024-09-12 · Mohammad Mehdi Rastikerdar, Jin Huang, Hui Guan, Deepak Ganesan

Resource-constrained IoT devices increasingly rely on deep learning models for inference tasks in remote environments. However, these models experience significant accuracy drops due to domain shifts when encountering va…

Computational EfficiencyDomain GeneralizationRobust classification