中文
相关论文

相关论文: Polarity Sampling: Quality and Diversity Control o…

200 篇论文

Deep generative models are proficient in generating realistic data but struggle with producing rare samples in low density regions due to their scarcity of training datasets and the mode collapse problem. While recent methods aim to improve…

计算机视觉与模式识别 · 计算机科学 2025-01-08 Subeen Lee , Jiyeon Han , Soyeon Kim , Jaesik Choi

We introduce an approach to bias deep generative models, such as GANs and diffusion models, towards generating data with either enhanced fidelity or increased diversity. Our approach involves manipulating the distribution of training and…

机器学习 · 计算机科学 2024-10-07 Shuangqi Li , Chen Liu , Tong Zhang , Hieu Le , Sabine Süsstrunk , Mathieu Salzmann

StyleGAN has shown remarkable performance in unconditional image generation. However, its high computational cost poses a significant challenge for practical applications. Although recent efforts have been made to compress StyleGAN while…

计算机视觉与模式识别 · 计算机科学 2024-03-21 Jiwoo Chung , Sangeek Hyun , Sang-Heon Shim , Jae-Pil Heo

Generative data-free quantization emerges as a practical compression approach that quantizes deep neural networks to low bit-width without accessing the real data. This approach generates data utilizing batch normalization (BN) statistics…

计算机视觉与模式识别 · 计算机科学 2022-10-21 Haotong Qin , Yifu Ding , Xiangguo Zhang , Jiakai Wang , Xianglong Liu , Jiwen Lu

Deep generative neural networks (DGNNs) have achieved realistic and high-quality data generation. In particular, the adversarial training scheme has been applied to many DGNNs and has exhibited powerful performance. Despite of recent…

机器学习 · 计算机科学 2019-12-13 Giyoung Jeon , Haedong Jeong , Jaesik Choi

Generative models can serve as surrogates for some real data sources by creating synthetic training datasets, but in doing so they may transfer biases to downstream tasks. We focus on protecting quality and diversity when generating…

计算机与社会 · 计算机科学 2025-09-08 Allen Chang , Matthew C. Fontaine , Serena Booth , Maja J. Matarić , Stefanos Nikolaidis

Diffusion models often exhibit inconsistent sample quality due to stochastic variations inherent in their sampling trajectories. Although training-based fine-tuning (e.g. DDPO [1]) and inference-time alignment techniques[2] aim to improve…

计算机视觉与模式识别 · 计算机科学 2025-05-30 Sixian Wang , Zhiwei Tang , Tsung-Hui Chang

Deep generative modeling has seen impressive advances in recent years, to the point where it is now commonplace to see simulated samples (e.g., images) that closely resemble real-world data. However, generation quality is generally…

机器学习 · 计算机科学 2021-06-08 Abdul Fatir Ansari , Ming Liang Ang , Harold Soh

In light of the widespread success of generative models, a significant amount of research has gone into speeding up their sampling time. However, generative models are often sampled multiple times to obtain a diverse set incurring a cost…

机器学习 · 计算机科学 2023-11-27 Gabriele Corso , Yilun Xu , Valentin de Bortoli , Regina Barzilay , Tommi Jaakkola

Personalized text-to-image generation aims to create images tailored to user-defined concepts and textual descriptions. Balancing the fidelity of the learned concept with its ability for generation in various contexts presents a significant…

计算机视觉与模式识别 · 计算机科学 2025-02-11 Vera Soboleva , Maksim Nakhodnov , Aibek Alanov

Model compression techniques are recently gaining explosive attention for obtaining efficient AI models for various real-time applications. Channel pruning is one important compression strategy and is widely used in slimming various DNNs.…

计算机视觉与模式识别 · 计算机科学 2021-09-09 Yi Guo , Huan Yuan , Jianchao Tan , Zhangyang Wang , Sen Yang , Ji Liu

Generative models (e.g., GANs, diffusion models) learn the underlying data distribution in an unsupervised manner. However, many applications of interest require sampling from a particular region of the output space or sampling evenly over…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Chen Henry Wu , Saman Motamed , Shaunak Srivastava , Fernando De la Torre

Quantization has emerged as one of the most prevalent approaches to compress and accelerate neural networks. Recently, data-free quantization has been widely studied as a practical and promising solution. It synthesizes data for calibrating…

计算机视觉与模式识别 · 计算机科学 2021-12-03 Xiangguo Zhang , Haotong Qin , Yifu Ding , Ruihao Gong , Qinghua Yan , Renshuai Tao , Yuhang Li , Fengwei Yu , Xianglong Liu

Various controls over the generated data can be extracted from the latent space of a pre-trained GAN, as it implicitly encodes the semantics of the training data. The discovered controls allow to vary semantic attributes in the generated…

机器学习 · 计算机科学 2022-01-28 Perla Doubinsky , Nicolas Audebert , Michel Crucianu , Hervé Le Borgne

The vanilla GAN (Goodfellow et al. 2014) suffers from mode collapse deeply, which usually manifests as that the images generated by generators tend to have a high similarity amongst them, even though their corresponding latent vectors have…

计算机视觉与模式识别 · 计算机科学 2021-09-14 Sen Pei , Richard Yi Da Xu , Shiming Xiang , Gaofeng Meng

We present FusedGAN, a deep network for conditional image synthesis with controllable sampling of diverse images. Fidelity, diversity and controllable sampling are the main quality measures of a good image generation model. Most existing…

计算机视觉与模式识别 · 计算机科学 2018-01-18 Navaneeth Bodla , Gang Hua , Rama Chellappa

Class imbalance is a challenging issue in practical classification problems for deep learning models as well as for traditional models. Traditionally successful countermeasures such as synthetic over-sampling have had limited success with…

计算机视觉与模式识别 · 计算机科学 2020-12-10 Kumari Deepshikha , Anugunj Naman

Generative Adversarial Networks (GANs) are powerful models able to synthesize data samples closely resembling the distribution of real data, yet the diversity of those generated samples is limited due to the so-called mode collapse…

计算机视觉与模式识别 · 计算机科学 2023-06-26 Jan Dubiński , Kamil Deja , Sandro Wenzel , Przemysław Rokita , Tomasz Trzciński

Generative models have proven to be an outstanding tool for representing high-dimensional probability distributions and generating realistic-looking images. An essential characteristic of generative models is their ability to produce…

机器学习 · 计算机科学 2019-11-26 Mohamed Elfeki , Camille Couprie , Morgane Riviere , Mohamed Elhoseiny

The development of accurate medical image classification models is often constrained by privacy concerns and data scarcity for certain conditions, leading to small and imbalanced datasets. To address these limitations, this study explores…

计算机视觉与模式识别 · 计算机科学 2025-10-30 Iman Khazrak , Shakhnoza Takhirova , Mostafa M. Rezaee , Mehrdad Yadollahi , Robert C. Green , Shuteng Niu
‹ 上一页 1 2 3 10 下一页 ›