Jove
Visualize
Contact Us

Related Concept Videos

Random Sampling Method01:09

Random Sampling Method

12.9K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest. Among the various sampling methods used by...
12.9K
Sampling Continuous Time Signal01:11

Sampling Continuous Time Signal

425
In signal processing, a continuous-time signal can be sampled using an impulse-train sampling technique, followed by the zero-order hold method. Impulse-train sampling involves the use of a periodic impulse train, which consists of a series of delta functions spaced at regular intervals determined by the sampling period. When a continuous-time signal is multiplied by this impulse train, it generates impulses with amplitudes corresponding to the signal's values at the sampling points.
In the...
425
Randomized Experiments01:13

Randomized Experiments

8.2K
The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...
8.2K
Sampling Distribution01:12

Sampling Distribution

14.9K
Given simple random samples of size n from a given population with a measured characteristic such as mean, proportion, or standard deviation for each sample, the probability distribution of all the measured characteristics is called a sampling distribution. How much the statistic varies from one sample to another is known as the sampling variability of a statistic. You typically measure the sampling variability of a statistic by its standard error. The standard error of the mean is an example...
14.9K
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

8.1K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.1K
Sampling Theorem01:15

Sampling Theorem

872
In signal processing, the analysis of continuous-time signals, denoted as x(t), often involves sampling techniques to convert these signals into discrete-time signals. This process is essential for digital representation and manipulation. A critical component in sampling is the train of impulses, characterized by the sampling interval and the sampling frequency. The relationship between these parameters and the original signal's properties dictates the success of the sampling process.
872

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Serum concentrations of antioxidant vitamins and carotenoids are low in individuals with a history of attempted suicide.

Nutritional neuroscience·2007
Same author

Arsenic trioxide induces different gene expression profiles of genes related to growth and apoptosis in glioma cells dependent on the p53 status.

Molecular biology reports·2007
Same author

Role of p38 mitogen-activated protein kinases in cardioprotection of morphine preconditioning.

Chinese medical journal·2007
Same author

Rapamycin inhibits osteoblast proliferation and differentiation in MC3T3-E1 cells and primary mouse bone marrow stromal cells.

Journal of cellular biochemistry·2007
Same author

[Studies on chemical constituents of Salsola collina].

Zhongguo Zhong yao za zhi = Zhongguo zhongyao zazhi = China journal of Chinese materia medica·2007
Same author

Functional characterization of the Arabidopsis eukaryotic translation initiation factor 5A-2 that plays a crucial role in plant growth and development by regulating cell division, cell growth, and cell death.

Plant physiology·2007
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Video

Updated: Oct 18, 2025

Generating Strictly Controlled Stimuli for Figure Recognition Experiments
05:39

Generating Strictly Controlled Stimuli for Figure Recognition Experiments

Published on: March 18, 2019

5.4K

Real Sample Consistency Regularization for GANs.

Xiangde Zhang1, Jian Zhang1

  • 1College of Sciences, Northeastern University, Shenyang 110819, China.

Entropy (Basel, Switzerland)
|September 28, 2021
PubMed
Summary
This summary is machine-generated.

Real Sample Consistency (RSC) regularization addresses mode collapse in generative adversarial networks by preventing discriminator misjudgment. This method stabilizes training and improves image generation quality, outperforming existing techniques.

Keywords:
generative adversarial networksmode collapsereal sample consistency regularizationzero gradient penalty

Related Experiment Videos

Last Updated: Oct 18, 2025

Generating Strictly Controlled Stimuli for Figure Recognition Experiments
05:39

Generating Strictly Controlled Stimuli for Figure Recognition Experiments

Published on: March 18, 2019

5.4K

Area of Science:

  • Computer Vision
  • Machine Learning
  • Artificial Intelligence

Background:

  • Mode collapse is a persistent challenge in generative adversarial networks (GANs).
  • Zero Gradient Penalty (0GP) regularization mitigates mode collapse but can worsen discriminator misjudgment, where generated samples are incorrectly perceived as more real than actual data.
  • This discriminator misjudgment leads to unnatural image generation and reduced quality.

Purpose of the Study:

  • To introduce Real Sample Consistency (RSC) regularization as a novel method to address discriminator misjudgment in GANs.
  • To improve the stability and quality of GAN training and image generation.
  • To provide a more effective alternative to existing regularization techniques like 0GP.

Main Methods:

  • Proposed Real Sample Consistency (RSC) regularization.
  • RSC involves randomly dividing real samples into two groups during training.
  • The method minimizes the loss between the discriminator's outputs for these two groups, enforcing consistent outputs for all real samples.

Main Results:

  • RSC effectively alleviates discriminator misjudgment, leading to more stable GAN training compared to 0GP regularization.
  • Significant improvements in Frechet Inception Distance (FID) scores were observed: from 14.28 to 9.8 on CIFAR-10 (FARGAN), 23.42 to 17.14 on CIFAR-100, and 53.79 to 46.92 on ImageNet2012.
  • The average distance between generated and real samples decreased from 0.028 to 0.025 on synthetic data.
  • Generator and discriminator losses in standard GANs with RSC approached theoretical values and remained stable.

Conclusions:

  • Real Sample Consistency (RSC) regularization is a highly effective method for improving GAN performance by tackling discriminator misjudgment.
  • RSC offers a more stable training process and superior generation quality compared to 0GP regularization.
  • The proposed method demonstrates broad applicability and significant performance gains across various datasets and GAN architectures.