中文
相关论文

相关论文: Margin Discrepancy-based Adversarial Training for …

200 篇论文

Object detectors often suffer from the domain gap between training (source domain) and real-world applications (target domain). Mean-teacher self-training is a powerful paradigm in unsupervised domain adaptation for object detection, but it…

计算机视觉与模式识别 · 计算机科学 2023-05-05 Shengcao Cao , Dhiraj Joshi , Liang-Yan Gui , Yu-Xiong Wang

The rapid advancement of large language models (LLMs) has drawn urgent attention to the task of machine-generated text detection (MGTD). However, existing approaches struggle in complex real-world scenarios: zero-shot detectors rely heavily…

计算与语言 · 计算机科学 2025-09-19 Jiachen Fu , Chun-Le Guo , Chongyi Li

Compared to single-modal knowledge distillation, cross-modal knowledge distillation faces more severe challenges due to domain gaps between modalities. Although various methods have proposed various solutions to overcome these challenges,…

计算机视觉与模式识别 · 计算机科学 2024-09-05 Yilong Chen , Zongyi Xu , Xiaoshui Huang , Shanshan Zhao , Xinqi Jiang , Xinyu Gao , Xinbo Gao

Adversarial attacks exploit the vulnerabilities of convolutional neural networks by introducing imperceptible perturbations that lead to misclassifications, exposing weaknesses in feature representations and decision boundaries. This paper…

机器学习 · 计算机科学 2024-12-30 Longwei Wang , Navid Nayyem , Abdullah Rakin

Stance Detection is concerned with identifying the attitudes expressed by an author towards a target of interest. This task spans a variety of domains ranging from social media opinion identification to detecting the stance for a legal…

计算与语言 · 计算机科学 2023-09-19 Erik Arakelyan , Arnav Arora , Isabelle Augenstein

Adversarial training for LLMs is one of the most promising methods to reliably improve robustness against adversaries. However, despite significant progress, models remain vulnerable to simple in-distribution exploits, such as rewriting…

机器学习 · 计算机科学 2026-02-19 Chengzhi Hu , Jonas Dornbusch , David Lüdke , Stephan Günnemann , Leo Schwinn

Domain generalization (DG) is a prevalent problem in real-world applications, which aims to train well-generalized models for unseen target domains by utilizing several source domains. Since domain labels, i.e., which domain each data point…

机器学习 · 计算机科学 2023-11-14 Yunze Tong , Junkun Yuan , Min Zhang , Didi Zhu , Keli Zhang , Fei Wu , Kun Kuang

One of the main open problems in the theory of multi-category margin classification is the form of the optimal dependency of a guaranteed risk on the number C of categories, the sample size m and the margin parameter gamma. From a practical…

统计理论 · 数学 2018-12-04 Khadija Musayeva , Fabien Lauer , Yann Guermeur

Adversarial training has emerged as an effective approach to train robust neural network models that are resistant to adversarial attacks, even in low-label regimes where labeled data is scarce. In this paper, we introduce a novel…

机器学习 · 计算机科学 2024-11-28 Tian Ye , Rajgopal Kannan , Viktor Prasanna

Multimodal learning has shown great potentials in numerous scenes and attracts increasing interest recently. However, it often encounters the problem of missing modality data and thus suffers severe performance degradation in practice. To…

计算机视觉与模式识别 · 计算机科学 2023-04-18 Shicai Wei , Yang Luo , Chunbo Luo

Vision-language pre-training models (VLPs) demonstrate strong multimodal understanding and zero-shot generalization, yet remain vulnerable to adversarial examples, raising concerns about their reliability. Recent work, Test-Time…

计算机视觉与模式识别 · 计算机科学 2025-11-13 Chengze Jiang , Minjing Dong , Xinli Shi , Jie Gui

Adversarial attacks induce misclassification by introducing subtle perturbations. Recently, diffusion models are applied to the image classifiers to improve adversarial robustness through adversarial training or by purifying adversarial…

计算机视觉与模式识别 · 计算机科学 2024-05-21 Yujie Li , Yanbin Wang , Haitao Xu , Bin Liu , Jianguo Sun , Zhenhao Guo , Wenrui Ma

This paper introduces a discriminator-free adversarial-based approach termed DDA-MLIC for Unsupervised Domain Adaptation (UDA) in the context of Multi-Label Image Classification (MLIC). While recent efforts have explored adversarial-based…

计算机视觉与模式识别 · 计算机科学 2025-05-21 Inder Pal Singh , Enjie Ghorbel , Anis Kacem , Djamila Aouada

Generative Adversarial Networks (GANs), as a framework for estimating generative models via an adversarial process, have attracted huge attention and have proven to be powerful in a variety of tasks. However, training GANs is well known for…

机器学习 · 计算机科学 2017-11-09 Zi-Yi Dou

Both visual and auditory information are valuable to determine the salient regions in videos. Deep convolution neural networks (CNN) showcase strong capacity in coping with the audio-visual saliency prediction task. Due to various factors…

计算机视觉与模式识别 · 计算机科学 2022-08-17 Yingzi Fan , Longfei Han , Yue Zhang , Lechao Cheng , Chen Xia , Di Hu

We consider the problem of constructing embeddings of large attributed graphs and supporting multiple downstream learning tasks. We develop a graph embedding method, which is based on extending deep metric and unbiased contrastive learning…

机器学习 · 计算机科学 2024-11-22 Xiang Li , Gagan Agrawal , Ruoming Jin , Rajiv Ramnath

Domain adaptive pretraining, i.e. the continued unsupervised pretraining of a language model on domain-specific text, improves the modelling of text for downstream tasks within the domain. Numerous real-world applications are based on…

计算与语言 · 计算机科学 2021-09-15 Rasmus Kær Jørgensen , Mareike Hartmann , Xiang Dai , Desmond Elliott

Contrastive learning has become a fundamental approach in both uni-modal and multi-modal frameworks. This learning paradigm pulls positive pairs of samples closer while pushing negatives apart. In the uni-modal setting (e.g., image-based…

计算机视觉与模式识别 · 计算机科学 2026-03-10 Siarhei Sheludzko , Dhimitrios Duka , Bernt Schiele , Hilde Kuehne , Anna Kukleva

Convolutional neural network-based approaches for semantic segmentation rely on supervision with pixel-level ground truth, but may not generalize well to unseen image domains. As the labeling process is tedious and labor intensive,…

计算机视觉与模式识别 · 计算机科学 2020-07-07 Yi-Hsuan Tsai , Wei-Chih Hung , Samuel Schulter , Kihyuk Sohn , Ming-Hsuan Yang , Manmohan Chandraker

Despite their promising performance across various natural language processing (NLP) tasks, current NLP systems are vulnerable to textual adversarial attacks. To defend against these attacks, most existing methods apply adversarial training…

计算与语言 · 计算机科学 2023-07-06 Junjie Wu , Dit-Yan Yeung
‹ 上一页 1 8 9 10 下一页 ›