Skip to content

madhavlab/2022_syncnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract This study addresses the task of performing robust and reliable time-delay estimation in signals in noisy and reverberating environments. In contrast to the popular signal processing based methods, this paper proposes to transform the input signals using a deep neural network into another pair of sequences which show high cross correlation at the actual time delay. This is achieved with the help of a novel correlation function based objective function for training the network. The proposed approach is also intrinsically interpretable as it does not lose temporal information. Experimental evaluations are performed for estimating mutual time delays for different types of audio signals such as pulse, speech and musical beats. SyncNet outperforms other classical approaches, such as GCC-PHAT, and some other learning based approaches.

This repository consists of the supplementary material and implementation (using Python 3+) of SyncNet, a deep neural network for time-synchronization of signals.

Citation

@article{raina2022syncnet,
  title={SyncNet: Using Causal Convolutions and Correlating Objective for Time Delay Estimation in Audio Signals},
  author={Raina, Akshay and Arora, Vipul},
  journal={arXiv preprint arXiv:2203.14639},
  year={2022}
}