paper-with-me

Papers

Mel-Spectrogram Inversion via Alternating Direction Method of Multipliers

2025-01-09 · Yoshiki Masuyama, Natsuki Ueno, Nobutaka Ono

Signal reconstruction from its mel-spectrogram is known as mel-spectrogram inversion and has many applications, including speech and foley sound synthesis. In this paper, we propose a mel-spectrogram inversion method based on a rigorous optimization algorithm. To reconstruct a time-domain signal with inverse short-time Fourier transform (STFT), both full-band STFT magnitude and phase should be predicted from a given mel-spectrogram. Their joint estimation has outperformed the cascaded full-band magnitude prediction and phase reconstruction by preventing error accumulation. However, the existing joint estimation method requires many iterations, and there remains room for performance improvement. We present an alternating direction method of multipliers (ADMM)-based joint estimation method motivated by its success in various nonconvex optimization problems including phase reconstruction. An efficient update of each variable is derived by exploiting the conditional independence among the variables. Our experiments demonstrate the effectiveness of the proposed method on speech and foley sounds.

📄 PDF Abstract BibTeX arXiv:2501.05557

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Analysis of Alternating Direction Method of Multipliers for Feed-forward Neural Networks

2020-09-06 · Seyedeh Niusha Alavi Foumani, Ce Guo, Wayne Luk

In this work, we present a hardware compatible neural network training algorithm in which we used alternating direction method of multipliers (ADMM) and iterative least-square methods. The motive behind this approach was…

An FPGA Accelerated Method for Training Feed-forward Neural Networks Using Alternating Direction Method of Multipliers and LSMR

2020-09-06 · Seyedeh Niusha Alavi Foumani, Ce Guo, Wayne Luk

In this project, we have successfully designed, implemented, deployed and tested a novel FPGA accelerated algorithm for neural network training. The algorithm itself was developed in an independent study option. This tra…

CPU

Iteratively Linearized Reweighted Alternating Direction Method of Multipliers for a Class of Nonconvex Problems

2017-09-01 · Tao Sun, Hao Jiang, Lizhi Cheng, Wei Zhu

In this paper, we consider solving a class of nonconvex and nonsmooth problems frequently appearing in signal processing and machine learning research. The traditional alternating direction method of multipliers encounte…

Linearized ADMM and Fast Nonlocal Denoising for Efficient Plug-and-Play Restoration

2019-01-18 · Unni V. S., Sanjay Ghosh, Kunal. N. Chaudhury

In plug-and-play image restoration, the regularization is performed using powerful denoisers such as nonlocal means (NLM) or BM3D. This is done within the framework of alternating direction method of multipliers (ADMM), …

DenoisingImage RestorationSuper-Resolution

Systematic Weight Pruning of DNNs using Alternating Direction Method of Multipliers

2018-02-15 · Tianyun Zhang, Shaokai Ye, Yi-Peng Zhang, Yanzhi Wang 외

We present a systematic weight pruning framework of deep neural networks (DNNs) using the alternating direction method of multipliers (ADMM). We first formulate the weight pruning problem of DNNs as a constrained nonconv…

Computational Efficiency