paper-with-me

홈 › Papers

Verifying the Generalization of Deep Learning to Out-of-Distribution Domains

2024-06-04 · Guy Amir, Osher Maayan, Tom Zelazny, Guy Katz, Michael Schapira

Deep neural networks (DNNs) play a crucial role in the field of machine learning, demonstrating state-of-the-art performance across various application domains. However, despite their success, DNN-based models may occasionally exhibit challenges with generalization, i.e., may fail to handle inputs that were not encountered during training. This limitation is a significant challenge when it comes to deploying deep learning for safety-critical tasks, as well as in real-world settings characterized by substantial variability. We introduce a novel approach for harnessing DNN verification technology to identify DNN-driven decision rules that exhibit robust generalization to previously unencountered input domains. Our method assesses generalization within an input domain by measuring the level of agreement between independently trained deep neural networks for inputs in this domain. We also efficiently realize our approach by using off-the-shelf DNN verification engines, and extensively evaluate it on both supervised and unsupervised DNN benchmarks, including a deep reinforcement learning (DRL) system for Internet congestion control -- demonstrating the applicability of our approach for real-world settings. Moreover, our research introduces a fresh objective for formal verification, offering the prospect of mitigating the challenges linked to deploying DNN-driven systems in real-world scenarios.

📄 PDF Abstract BibTeX arXiv:2406.02024

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningDeep Reinforcement Learning

Similar Papers 제목 키워드 기반

ContextPRM: Leveraging Contextual Coherence for multi-domain Test-Time Scaling

2025-09-29 · Haotian Zhang, Liu Liu, Baosheng Yu, Jiayan Qiu 외 arxiv

Process reward models (PRMs) have demonstrated significant efficacy in enhancing the mathematical reasoning capabilities of large language models (LLMs) by leveraging test-time scaling (TTS). However, while most PRMs exh…

Mathematical Reasoning

iDAG: Invariant DAG Searching for Domain Generalization

2023-01-01 · ICCV 2023 1 · Zenan Huang, Haobo Wang, Junbo Zhao, Nenggan Zheng

Existing machine learning (ML) models are often fragile in open environments because the data distribution frequently shifts. To address this problem, domain generalization (DG) aims to explore underlying invariant p…

Contrastive LearningDomain Generalization

Moderately Distributional Exploration for Domain Generalization

2023-04-27 · Rui Dai, Yonggang Zhang, Zhen Fang, Bo Han 외

Domain generalization (DG) aims to tackle the distribution shift between training domains and unknown target domains. Generating new domains is one of the most effective approaches, yet its performance gain depends on th…

Domain Generalization

Verifying Generalization in Deep Learning

2023-02-11 · Guy Amir, Osher Maayan, Tom Zelazny, Guy Katz 외

Deep neural networks (DNNs) are the workhorses of deep learning, which constitutes the state of the art in numerous application domains. However, DNN-based decision rules are notoriously prone to poor generalization, i.e…

Deep LearningDeep Reinforcement Learning

Generalizing to Unseen Domains with Wasserstein Distributional Robustness under Limited Source Knowledge

2022-07-11 · Jingge Wang, Liyan Xie, Yao Xie, Shao-Lun Huang 외

Domain generalization aims at learning a universal model that performs well on unseen target domains, incorporating knowledge from multiple source domains. In this research, we consider the scenario where different domai…

Domain GeneralizationRotated MNISTTest-time Adaptation