paper-with-me

Papers

Neuron Coverage-Guided Domain Generalization

2021-02-27 · Chris Xing Tian, Haoliang Li, Xiaofei Xie, Yang Liu, Shiqi Wang

This paper focuses on the domain generalization task where domain knowledge is unavailable, and even worse, only samples from a single domain can be utilized during training. Our motivation originates from the recent progresses in deep neural network (DNN) testing, which has shown that maximizing neuron coverage of DNN can help to explore possible defects of DNN (i.e., misclassification). More specifically, by treating the DNN as a program and each neuron as a functional point of the code, during the network training we aim to improve the generalization capability by maximizing the neuron coverage of DNN with the gradient similarity regularization between the original and augmented samples. As such, the decision behavior of the DNN is optimized, avoiding the arbitrary neurons that are deleterious for the unseen samples, and leading to the trained DNN that can be better generalized to out-of-distribution samples. Extensive studies on various domain generalization tasks based on both single and multiple domain(s) setting demonstrate the effectiveness of our proposed approach compared with state-of-the-art baseline methods. We also analyze our method by conducting visualization based on network dissection. The results further provide useful evidence on the rationality and effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2103.00229

Code (0)

등록된 구현이 없습니다.

Tasks

DNN TestingDomain Generalization

Similar Papers 제목 키워드 기반

Generalization Beyond Feature Alignment: Concept Activation-Guided Contrastive Learning

2022-11-13 · Yibing Liu, Chris Xing Tian, Haoliang Li, Shiqi Wang

Learning invariant representations via contrastive learning has seen state-of-the-art performance in domain generalization (DG). Despite such success, in this paper, we find that its core learning strategy -- feature ali…

Contrastive LearningDiversityDomain Generalization

RACC: Representation-Aware Coverage Criteria for LLM Safety Testing

2026-02-02 · Zeming Wei, Zhixin Zhang, Chengcan Wu, Yihao Zhang 외 arxiv

Large Language Models (LLMs) face severe safety risks from jailbreak attacks, yet current safety testing largely relies on static datasets and lacks systematic criteria to evaluate test suite quality and adequacy. While …

An Overview of Structural Coverage Metrics for Testing Neural Networks

2022-08-05 · Muhammad Usman, Youcheng Sun, Divya Gopinath, Rishi Dange 외

Deep neural network (DNN) models, including those used in safety-critical domains, need to be thoroughly tested to ensure that they can reliably perform well in different scenarios. In this article, we provide an overvie…

DNN Testing

Neuron Structure Modeling for Generalizable Remote Physiological Measurement

2023-03-10 · CVPR 2023 1 · Hao Lu, Zitong Yu, Xuesong Niu, Yingcong Chen

Remote photoplethysmography (rPPG) technology has drawn increasing attention in recent years. It can extract Blood Volume Pulse (BVP) from facial videos, making many applications like health monitoring and emotional anal…

Domain Generalization

CAGFuzz: Coverage-Guided Adversarial Generative Fuzzing Testing of Deep Learning Systems

2019-11-14 · Pengcheng Zhang, Qiyin Dai, Patrizio Pelliccione

Deep Learning systems (DL) based on Deep Neural Networks (DNNs) are more and more used in various aspects of our life, including unmanned vehicles, speech processing, and robotics. However, due to the limited dataset and…