Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix numFirstAuthor of JenGAN #60

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading