中文
相关论文

相关论文: Stabilizing GANs with Soft Octave Convolutions

200 篇论文

Generative adversarial networks (GANs) provide state-of-the-art results in image generation. However, despite being so powerful, they still remain very challenging to train. This is in particular caused by their highly non-convex…

机器学习 · 计算机科学 2020-12-18 Ricard Durall , Avraam Chatzimichailidis , Peter Labus , Janis Keuper

Recent convolutional object detectors exploit multi-scale feature representations added with top-down pathway in order to detect objects at different scales and learn stronger semantic feature responses. In general, during the top-down…

计算机视觉与模式识别 · 计算机科学 2020-11-18 Seong-Ho Lee , Seung-Hwan Bae

Training generative adversarial networks (GANs) on high quality (HQ) images involves important computing resources. This requirement represents a bottleneck for the development of applications of GANs. We propose a transfer learning…

机器学习 · 计算机科学 2021-08-17 Yaël Frégier , Jean-Baptiste Gouray

Animals with foveated vision, including humans, experience microsaccades, small, rapid eye movements that they are not aware of. Inspired by this phenomenon, we develop a method for "Artificial Microsaccade Compensation". It can stabilize…

机器人学 · 计算机科学 2025-12-04 Levi Burner , Guido de Croon , Yiannis Aloimonos

Remarkable progress has been achieved in synthesizing photo-realistic images with generative adversarial networks (GANs). Recently, GANs are utilized as the training sample generator when obtaining or storing real training data is expensive…

机器学习 · 计算机科学 2022-12-22 Bo Zhao , Hakan Bilen

Perturbative GAN, which replaces convolution layers of existing convolutional GANs (DCGAN, WGAN-GP, BIGGAN, etc.) with perturbation layers that adds a fixed noise mask, is proposed. Compared with the convolu-tional GANs, the number of…

机器学习 · 计算机科学 2019-02-06 Yuma Kishi , Tsutomu Ikegami , Shin-ichi O'uchi , Ryousei Takano , Wakana Nogami , Tomohiro Kudoh

Generative adversarial networks (GANs) often suffer from unpredictable mode-collapsing during training. We study the issue of mode collapse of Boundary Equilibrium Generative Adversarial Network (BEGAN), which is one of the state-of-the-art…

机器学习 · 计算机科学 2018-08-23 Chia-Che Chang , Chieh Hubert Lin , Che-Rung Lee , Da-Cheng Juan , Wei Wei , Hwann-Tzong Chen

Understanding the internal process of ConvNets is commonly done using visualization techniques. However, these techniques do not usually provide a tool for estimating the stability of a ConvNet against noise. In this paper, we show how to…

计算机视觉与模式识别 · 计算机科学 2015-11-17 Elnaz J. Heravi , Hamed H. Aghdam , Domenec Puig

The Computed Tomography (CT) for diagnosis of lesions in human internal organs is one of the most fundamental topics in medical imaging. Low-dose CT, which offers reduced radiation exposure, is preferred over standard-dose CT, and therefore…

图像与视频处理 · 电气工程与系统科学 2023-09-26 Wenjie Liu

The exponential growth of visual data in digital communications has intensified the need for efficient compression techniques that balance rate-distortion performance with computational feasibility. While recent neural compression…

图像与视频处理 · 电气工程与系统科学 2025-05-21 Karthik Sivakoti

Open-set image recognition is a challenging topic in computer vision. Most of the existing works in literature focus on learning more discriminative features from the input images, however, they are usually insensitive to the high- or…

计算机视觉与模式识别 · 计算机科学 2025-05-20 Qiulei Dong , Jiayin Sun , Mengyu Gao

Despite the success of Generative Adversarial Networks (GANs), mode collapse remains a serious issue during GAN training. To date, little work has focused on understanding and quantifying which modes have been dropped by a model. In this…

计算机视觉与模式识别 · 计算机科学 2019-10-28 David Bau , Jun-Yan Zhu , Jonas Wulff , William Peebles , Hendrik Strobelt , Bolei Zhou , Antonio Torralba

This paper studies stable learning methods for generative models that enable high-quality data generation. Noise injection is commonly used to stabilize learning. However, selecting a suitable noise distribution is challenging.…

机器学习 · 统计学 2024-10-29 Yoshitaka Koike , Takumi Nakagawa , Hiroki Waida , Takafumi Kanamori

Disentangling factors of variation has become a very challenging problem on representation learning. Existing algorithms suffer from many limitations, such as unpredictable disentangling factors, poor quality of generated images from…

计算机视觉与模式识别 · 计算机科学 2018-03-29 Taihong Xiao , Jiapeng Hong , Jinwen Ma

Existing compression methods typically focus on the removal of signal-level redundancies, while the potential and versatility of decomposing visual data into compact conceptual components still lack further study. To this end, we propose a…

计算机视觉与模式识别 · 计算机科学 2022-03-11 Jianhui Chang , Zhenghui Zhao , Chuanmin Jia , Shiqi Wang , Lingbo Yang , Qi Mao , Jian Zhang , Siwei Ma

Magnetic resonance (MR) image acquisition is an inherently prolonged process, whose acceleration by obtaining multiple undersampled images simultaneously through parallel imaging has always been the subject of research. In this paper, we…

图像与视频处理 · 电气工程与系统科学 2021-04-13 Chun-Mei Feng , Zhanyuan Yang , Geng Chen , Yong Xu , Ling Shao

Quantization of Convolutional Neural Networks (CNNs) is a common approach to ease the computational burden involved in the deployment of CNNs, especially on low-resource edge devices. However, fixed-point arithmetic is not natural to the…

机器学习 · 计算机科学 2024-06-14 Ido Ben-Yair , Gil Ben Shalom , Moshe Eliasof , Eran Treister

Deep Convolutional Neural Networks (DCNNs) are capable of obtaining powerful image representations, which have attracted great attentions in image recognition. However, they are limited in modeling orientation transformation by the internal…

计算机视觉与模式识别 · 计算机科学 2021-02-03 Yalan Qin , Guorui Feng , Hanzhou Wu , Yanli Ren , Xinpeng Zhang

We introduce a stop-code tolerant (SCT) approach to training recurrent convolutional neural networks for lossy image compression. Our methods introduce a multi-pass training method to combine the training goals of high-quality…

计算机视觉与模式识别 · 计算机科学 2017-05-19 Michele Covell , Nick Johnston , David Minnen , Sung Jin Hwang , Joel Shor , Saurabh Singh , Damien Vincent , George Toderici

Depthwise convolutions provide significant performance benefits owing to the reduction in both parameters and mult-adds. However, training depthwise convolution layers with GPUs is slow in current deep learning frameworks because their…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Zheng Qin , Zhaoning Zhang , Dongsheng Li , Yiming Zhang , Yuxing Peng