We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
singing voice detectionタスクにおいて、様々な入力音声のDataAugmentationを試した報告
Dropoutやgaussian noise付加はエラー率を大きくしてしまう。
Pitch shiftが効く
mixingはうまく行かなかった
test-timeにもpitch shiftを行って、その結果をaverageすると性能が上がった
最終的にpitch shift +-30%範囲、time stretch +-30%範囲、frequency filter +-10%を行ったもの(combined)が最も性能向上した
さらに、test-timeにもpitch shift augmentationをして、その結果を平均取ることで性能向上した
The text was updated successfully, but these errors were encountered:
No branches or pull requests
singing voice detectionタスクにおいて、様々な入力音声のDataAugmentationを試した報告
論文本体・著者
解きたい問題
新規性
実装
実験・議論
Dropoutやgaussian noise付加はエラー率を大きくしてしまう。
Pitch shiftが効く
mixingはうまく行かなかった
test-timeにもpitch shiftを行って、その結果をaverageすると性能が上がった
最終的にpitch shift +-30%範囲、time stretch +-30%範囲、frequency filter +-10%を行ったもの(combined)が最も性能向上した
さらに、test-timeにもpitch shift augmentationをして、その結果を平均取ることで性能向上した
読んだ中での不明点などの感想
関連論文
The text was updated successfully, but these errors were encountered: