← Search

Ji-Hoon Kim

19 accepted papers

2025

Accelerating Codec-based Speech Synthesis with Multi-Token Prediction and Speculative Decoding

ICASSP 2025accepted

The goal of this paper is to accelerate codec-based speech synthesis systems with minimum sacrifice to speech quality. We propose an enhanced inference method that allows for flexible trade-offs between speed and quality during inference without requiring additional training. Our core idea is to pre…

Cited by 0SourceScholar
2025

AdaptVC: High Quality Voice Conversion with Adaptive Learning

ICASSP 2025accepted

The goal of voice conversion is to transform the speech of a source speaker to sound like that of a reference speaker while preserving the original content. A key challenge is to extract disentangled linguistic content from the source and voice style from the reference. While existing approaches lev…

Cited by 0SourceScholar
2025

From Faces to Voices: Learning Hierarchical Representations for High-quality Video-to-Speech

CVPR 2025highlight

The objective of this study is to generate high-quality speech from silent talking face videos, a task also known as video-to-speech synthesis. A significant challenge in video-to-speech synthesis lies in the substantial modality gap between silent video and multi-faceted speech. In this paper, we…

2025

V2SFlow: Video-to-Speech Generation with Speech Decomposition and Rectified Flow

ICASSP 2025accepted

In this paper, we introduce V2SFlow, a novel Video-to-Speech (V2S) framework designed to generate natural and intelligible speech directly from silent talking face videos. While recent V2S systems have shown promising results on constrained datasets with limited speakers and vocabularies, their perf…

Cited by 0SourceScholar
2024

Faces that Speak: Jointly Synthesising Talking Face and Speech from Text

CVPR 2024poster

The goal of this work is to simultaneously generate natural talking faces and speech outputs from text. We achieve this by integrating Talking Face Generation (TFG) and Text-to-Speech (TTS) systems into a unified framework. We address the main challenges of each task: (1) generating a range of head…

Cited by 11SourcePDFScholar
2024

Fregrad: Lightweight and Fast Frequency-Aware Diffusion Vocoder

ICASSP 2024accepted

The goal of this paper is to generate realistic audio with a lightweight and fast diffusion-based vocoder, named FreGrad. Our framework consists of the following three key components: (1) We employ discrete wavelet transform that decomposes a complicated waveform into sub-band wavelets, which helps…

Cited by 0SourceScholar
2024

Let There Be Sound: Reconstructing High Quality Speech from Silent Videos

AAAI 2024technical

The goal of this work is to reconstruct high quality speech from lip motions alone, a task also known as lip-to-speech. A key challenge of lip-to-speech systems is the one-to-many mapping caused by (1) the existence of homophenes and (2) multiple speech variations, resulting in a mispronounced and o…

2023

CROSSSPEECH: Speaker-Independent Acoustic Representation for Cross-Lingual Speech Synthesis

ICASSP 2023accepted

While recent text-to-speech (TTS) systems have made remarkable strides toward human-level quality, the performance of cross-lingual TTS lags behind that of intra-lingual TTS. This gap is mainly rooted from the speaker-language entanglement problem in cross-lingual TTS. In this paper, we propose Cros…

Cited by 0SourceScholar
2023

Relation-Aware Language-Graph Transformer for Question Answering

AAAI 2023technical

Question Answering (QA) is a task that entails reasoning over natural language contexts, and many relevant works augment language models (LMs) with graph neural networks (GNNs) to encode the Knowledge Graph (KG) information. However, most existing GNN-based modules for QA do not take advantage of ri…

2022

Demystifying the Neural Tangent Kernel From a Practical Perspective: Can It Be Trusted for Neural Architecture Search Without Training?

CVPR 2022poster

In Neural Architecture Search (NAS), reducing the cost of architecture evaluation remains one of the most crucial challenges. Among a plethora of efforts to bypass training of each candidate architecture to convergence for evaluation, the Neural Tangent Kernel (NTK) is emerging as a promising theore…

Cited by 21PDFcodeScholar
2022

FRE-GAN 2: Fast and Efficient Frequency-Consistent Audio Synthesis

ICASSP 2022accepted

Although recent advances in neural vocoder have shown significant improvement, most of these models have a trade-off between audio quality and computational complexity. Since the large model has a limitation on the low-resource devices, a more efficient neural vocoder should synthesize high-quality…

Cited by 0SourceScholar
2022

PVAE-TTS: Adaptive Text-to-Speech via Progressive Style Adaptation

ICASSP 2022accepted

Adaptive text-to-speech (TTS) has attracted increasing interests for the purpose of training TTS systems without tons of high quality data. Nevertheless, existing adaptive TTS systems still show low adaptation quality for novel speakers, since it is hard to learn an extensive speaking style with lim…

Cited by 0SourceScholar
2022

SUMNAS: Supernet with Unbiased Meta-Features for Neural Architecture Search

ICLR 2022poster

One-shot Neural Architecture Search (NAS) usually constructs an over-parameterized network, which we call a supernet, and typically adopts sharing parameters among the sub-models to improve computational efficiency. One-shot NAS often repeatedly samples sub-models from the supernet and trains them t…

Cited by 6SourcePDFScholar
2022

Two-Step Question Retrieval for Open-Domain QA

ACL 2022findings

The retriever-reader pipeline has shown promising performance in open-domain QA but suffers from a very slow inference speed. Recently proposed question retrieval models tackle this problem by indexing question-answer pairs and searching for similar questions. These models have shown a significant i…

2021

Multi-SpectroGAN: High-Diversity and High-Fidelity Spectrogram Generation with Adversarial Style Combination for Speech Synthesis

AAAI 2021technical

While generative adversarial networks (GANs) based neural text-to-speech (TTS) systems have shown significant improvement in neural speech synthesis, there is no TTS system to learn to synthesize speech from text sequences with only adversarial feedback. Because adversarial feedback alone is not suf…

Cited by 65SourcePDFScholar
2020

Scale down Transformer by Grouping Features for a Lightweight Character-level Language Model

COLING 2020main

This paper introduces a method that efficiently reduces the computational cost and parameter size of Transformer. The proposed model, refer to as Group-Transformer, splits feature space into multiple groups, factorizes the calculation paths, and reduces computations for the group interaction. Extens…

2019

Curiosity-Bottleneck: Exploration By Distilling Task-Specific Novelty

ICML 2019oral

Exploration based on state novelty has brought great success in challenging reinforcement learning problems with sparse rewards. However, existing novelty-based strategies become inefficient in real-world problems where observation contains not only task-dependent state novelty of our interest but a…