SOTAVerified

Multi-modality Associative Bridging through Memory: Speech Sound Recollected from Face Video

2022-04-04ICCV 2021Code Available1· sign in to hype

Minsu Kim, Joanna Hong, Se Jin Park, Yong Man Ro

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we introduce a novel audio-visual multi-modal bridging framework that can utilize both audio and visual information, even with uni-modal inputs. We exploit a memory network that stores source (i.e., visual) and target (i.e., audio) modal representations, where source modal representation is what we are given, and target modal representations are what we want to obtain from the memory network. We then construct an associative bridge between source and target memories that considers the interrelationship between the two memories. By learning the interrelationship through the associative bridge, the proposed bridging framework is able to obtain the target modal representations inside the memory network, even with the source modal input only, and it provides rich information for its downstream tasks. We apply the proposed framework to two tasks: lip reading and speech reconstruction from silent video. Through the proposed associative bridge and modality-specific memories, each task knowledge is enriched with the recalled audio context, achieving state-of-the-art performance. We also verify that the associative bridge properly relates the source and target memories.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CAS-VSR-W1k (LRW-1000)3D Conv + ResNet-18 + Bi-GRU + Visual-Audio MemoryTop-1 Accuracy50.82Unverified
Lip Reading in the Wild3D Conv + ResNet-18 + Bi-GRU + Visual-Audio MemoryTop-1 Accuracy85.4Unverified

Reproductions