Skip to content

Commit

Permalink
Merge pull request #60 from junjun3518/master
Browse files Browse the repository at this point in the history
Fix numFirstAuthor of JenGAN
  • Loading branch information
lastdefiance20 authored Jul 9, 2024
2 parents 2a453c3 + d556739 commit 0a34196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/publications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import * as features from '@site/src/components/PublicationFeatures';
<li>
<features.ConferenceItem conference="Interspeech"/>
<features.PaperTitle paperLink="https://arxiv.org/abs/2406.06111" title="JenGAN: Stacked Shifted Filters in GAN-Based Speech Synthesis"/>
<features.AuthorItem authors={["Hyunjae Cho", "Junhyeok Lee", "Wonbin Jung"]} numFirstAuthor={1} isBrainTeam={[true, true, true]}/>
<features.AuthorItem authors={["Hyunjae Cho", "Junhyeok Lee", "Wonbin Jung"]} numFirstAuthor={2} isBrainTeam={[true, true, true]}/>
<features.PaperDescription preview="Non-autoregressive GAN-based neural vocoders are widely used due to their fast inference speed and high perceptual quality. "
description="However, they often suffer from audible artifacts such as tonal artifacts in their generated results. Therefore, we propose JenGAN, a new training strategy that involves stacking shifted low-pass filters to ensure the shift-equivariant property. This method helps prevent aliasing and reduce artifacts while preserving the model structure used during inference. In our experimental evaluation, JenGAN consistently enhances the performance of vocoder models, yielding significantly superior scores across the majority of evaluation metrics."/>
</li>
Expand Down

0 comments on commit 0a34196

Please sign in to comment.