中文
相关论文

相关论文: Macro-Micro Adversarial Network for Human Parsing

200 篇论文

In person re-identification (Re-ID), supervised methods usually need a large amount of expensive label information, while unsupervised ones are still unable to deliver satisfactory identification performance. In this paper, we introduce a…

计算机视觉与模式识别 · 计算机科学 2021-07-12 Lei Qi , Lei Wang , Jing Huo , Yinghuan Shi , Xin Geng , Yang Gao

The collected data from industrial machines are often imbalanced, which poses a negative effect on learning algorithms. However, this problem becomes more challenging for a mixed type of data or while there is overlapping between classes.…

计算机视觉与模式识别 · 计算机科学 2020-08-10 Masoumeh Zareapoor , Pourya Shamsolmoali , Jie Yang

In image classification, it is often expensive and time-consuming to acquire sufficient labels. To solve this problem, domain adaptation often provides an attractive option given a large amount of labeled data from a similar nature but…

计算机视觉与模式识别 · 计算机科学 2022-01-05 Yongchun Zhu , Fuzhen Zhuang , Jindong Wang , Jingwu Chen , Zhiping Shi , Wenjuan Wu , Qing He

Deep neural networks for image quality enhancement typically need large quantities of highly-curated training data comprising pairs of low-quality images and their corresponding high-quality images. While high-quality image acquisition is…

图像与视频处理 · 电气工程与系统科学 2021-06-30 Uddeshya Upadhyay , Suyash Awate

The unsupervised training of GANs and VAEs has enabled them to generate realistic images mimicking real-world distributions and perform image-based unsupervised clustering or semi-supervised classification. Combining the power of these two…

机器学习 · 计算机科学 2019-06-18 Abdullah-Al-Zubaer Imran , Demetri Terzopoulos

The state-of-the-art approaches in Generative Adversarial Networks (GANs) are able to learn a mapping function from one image domain to another with unpaired image data. However, these methods often produce artifacts and can only be able to…

计算机视觉与模式识别 · 计算机科学 2019-08-29 Hao Tang , Dan Xu , Nicu Sebe , Yan Yan

Neural network compression has recently received much attention due to the computational requirements of modern deep models. In this work, our objective is to transfer knowledge from a deep and accurate model to a smaller one. Our…

计算机视觉与模式识别 · 计算机科学 2018-11-15 Vasileios Belagiannis , Azade Farshad , Fabio Galasso

We present a new adversarial deep learning framework for the problem of human activity recognition (HAR) using inertial sensors worn by people. Our framework incorporates a novel adversarial activity-based discrimination task that addresses…

信号处理 · 电气工程与系统科学 2025-03-19 Francisco M. Calatrava-Nicolás , Shoko Miyauchi , Oscar Martinez Mozos

Susceptibility of deep neural networks to adversarial attacks poses a major theoretical and practical challenge. All efforts to harden classifiers against such attacks have seen limited success. Two distinct categories of samples to which…

机器学习 · 计算机科学 2018-12-11 Partha Ghosh , Arpan Losalka , Michael J Black

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

Error correcting codes are a fundamental component in modern day communication systems, demanding extremely high throughput, ultra-reliability and low latency. Recent approaches using machine learning (ML) models as the decoders offer both…

机器学习 · 计算机科学 2021-12-23 Hung T. Nguyen , Steven Bottone , Kwang Taik Kim , Mung Chiang , H. Vincent Poor

Deep learning models are found to be vulnerable to adversarial examples, as wrong predictions can be caused by small perturbation in input for deep learning models. Most of the existing works of adversarial image generation try to achieve…

计算机视觉与模式识别 · 计算机科学 2022-06-20 Wen Sun , Jian Jin , Weisi Lin

We propose a new generative adversarial architecture to mitigate imbalance data problem in medical image semantic segmentation where the majority of pixels belongs to a healthy region and few belong to lesion or non-health region. A model…

计算机视觉与模式识别 · 计算机科学 2018-10-10 Mina Rezaei , Haojin Yang , Christoph Meinel

This paper introduces a novel approach for unsupervised object co-localization using Generative Adversarial Networks (GANs). GAN is a powerful tool that can implicitly learn unknown data distributions in an unsupervised manner. From the…

计算机视觉与模式识别 · 计算机科学 2018-07-10 Junsuk Choe , Joo Hyun Park , Hyunjung Shim

Adversarial approach has been widely used for data generation in the last few years. However, this approach has not been extensively utilized for classifier training. In this paper, we propose an adversarial framework for classifier…

机器学习 · 计算机科学 2018-11-22 Ehsan Montahaei , Mahsa Ghorbani , Mahdieh Soleymani Baghshah , Hamid R. Rabiee

Audio-visual speech recognition (AVSR) attracts a surge of research interest recently by leveraging multimodal signals to understand human speech. Mainstream approaches addressing this task have developed sophisticated architectures and…

音频与语音处理 · 电气工程与系统科学 2023-06-21 Yuchen Hu , Chen Chen , Ruizhe Li , Heqing Zou , Eng Siong Chng

The vulnerability of deep neural networks to adversarial examples, which are crafted maliciously by modifying the inputs with imperceptible perturbations to misled the network produce incorrect outputs, reveals the lack of robustness and…

计算机视觉与模式识别 · 计算机科学 2021-06-21 Lina Wang , Xingshu Chen , Yulong Wang , Yawei Yue , Yi Zhu , Xuemei Zeng , Wei Wang

Generative Adversarial Networks (GANs) have been widely used to recover vivid textures in image super-resolution (SR) tasks. In particular, one discriminator is utilized to enable the SR network to learn the distribution of real-world…

图像与视频处理 · 电气工程与系统科学 2024-03-01 Bingchen Li , Xin Li , Hanxin Zhu , Yeying Jin , Ruoyu Feng , Zhizheng Zhang , Zhibo Chen

We present a novel adversarial distortion learning (ADL) for denoising two- and three-dimensional (2D/3D) biomedical image data. The proposed ADL consists of two auto-encoders: a denoiser and a discriminator. The denoiser removes noise from…

图像与视频处理 · 电气工程与系统科学 2024-03-13 Morteza Ghahremani , Mohammad Khateri , Alejandra Sierra , Jussi Tohka

Deep neural networks have been shown to be vulnerable to adversarial examples deliberately constructed to misclassify victim models. As most adversarial examples have restricted their perturbations to $L_{p}$-norm, existing defense methods…

计算机视觉与模式识别 · 计算机科学 2021-03-16 Hanieh Naderi , Leili Goli , Shohreh Kasaei