


The main purpose of Audiovisual Speech Separation (AVSS) technology is to identify and separate the target speaker's voice in a mixed signal, using facial information to achieve this goal. This technology has wide applications in multiple fields, including smart assistants, remote conferencing, and augmented reality. Through AVSS technology, the quality of speech signals in noisy environments can be significantly improved, thereby improving the effects of speech recognition and communication. The development of this technology has brought convenience to people's daily life and work, making it easier for people to
Traditional audio-visual speech separation methods usually require complex models and a large amount of computing resources, especially when there are noisy Its performance is easily limited in background or multi-speaker situations. To overcome these problems, researchers began to explore deep learning-based methods. However, existing deep learning technology has the challenges of high computational complexity and difficulty in adapting to unknown environments.
Specifically, the current audio-visual speech separation method has the following problems:
Time domain method: It can provide high-quality audio separation effect, but due to many parameters, The computational complexity is high and the processing speed is slow.
Time-frequency domain methods: more computationally efficient, but historically have performed poorly compared to time domain methods. They face three main challenges:
#1. Lack of independent modeling of time and frequency dimensions.
2. Visual cues from multiple receptive fields are not fully utilized to improve model performance.
3. Improper processing of complex features leads to the loss of critical amplitude and phase information.
In order to deal with these challenges, researchers from the team of Associate Professor Hu Xiaolin of Tsinghua University proposed a new audio-visual speech separation model called RTFS-Net. The model adopts a compression-reconstruction method, which significantly reduces the computational complexity and number of parameters of the model while improving separation performance. RTFS-Net is the first audiovisual speech separation method using less than 1 million parameters, and it is also the first method to outperform all time domain models in time-frequency domain multi-modal separation.
Paper address: https://arxiv.org/abs/2309.17189
Paper home page: https://cslikai.cn/RTFS-Net/AV-Model-Demo.html
Code address: https://github.com/spkgyk/RTFS-Net (coming soon) )
Method introduction
The overall network architecture of RTFS-Net is shown in Figure 1 below:
Figure 1. Network framework of RTFS-Net
Among them, the RTFS block (shown in Figure 2) is responsible for the acoustic dimensions (time and frequency) ) for compression and independent modeling, minimizing information loss while creating low-complexity subspaces. Specifically, the RTFS block employs a dual-path architecture for efficient processing of audio signals in both time and frequency dimensions. With this approach, RTFS blocks are able to reduce computational complexity while maintaining high sensitivity and accuracy to audio signals. The following is the specific workflow of the RTFS block:
1. Time-frequency compression: The RTFS block first compresses the input audio features in the time and frequency dimensions.
2. Independent dimension modeling: After completing the compression, the RTFS block independently models the time and frequency dimensions.
3. Dimension fusion: After processing the time and frequency dimensions independently, the RTFS block merges the information of the two dimensions through a fusion module.
4. Reconstruction and output: Finally, the fused features are reconstructed back to the original time-frequency space through a series of deconvolution layers.
## 图 2. The network structure of the RTFS block
# (CAF) module (As shown in Figure 3) Effectively fuses audio and visual information, enhances speech separation effect, and the computational complexity is only 1.3% of the previous SOTA method. Specifically, the CAF module first generates attention weights using depth and grouped convolution operations. These weights dynamically adjust based on the importance of input features, allowing the model to focus on the most relevant information. Then, by applying the generated attention weights to visual and auditory features, the CAF module is able to focus on key information in multiple dimensions. This step involves weighting and fusing features of different dimensions to produce a comprehensive feature representation. In addition to the attention mechanism, the CAF module can also adopt a gating mechanism to further control the degree of fusion of different source features. This approach can enhance the flexibility of the model and allow finer information flow control.
## Figure 3. Schematic structural diagram of the CAF fusion module
Design of spectrum source separation (S^3) block The idea is to use the spectral information represented by complex numbers to effectively extract the speech features of the target speaker from the mixed audio. This method makes full use of the phase and amplitude information of the audio signal, improving the accuracy and efficiency of source separation. And using a complex network enables the S^3 block to process the signal more accurately when isolating the speech of the target speaker, especially in preserving details and reducing artifacts, as shown below. Likewise, the design of the S^3 block allows easy integration into different audio processing frameworks, is suitable for a variety of source separation tasks, and has good generalization capabilities.Experimental results
Separation effect
In On three benchmark multi-modal speech separation datasets (LRS2, LRS3 and VoxCeleb2), as shown below, RTFS-Net approaches or exceeds the current state-of-the-art performance while significantly reducing model parameters and computational complexity. The trade-off between efficiency and performance is demonstrated through variants with different numbers of RTFS blocks (4, 6, 12 blocks), where RTFS-Net-6 provides a good balance of performance and efficiency. RTFS-Net-12 performed best on all tested data sets, proving the advantages of time-frequency domain methods in handling complex audio and video synchronization separation tasks.actual effect
Mixed video:Female speaker audio:
Male speaker audio:
Summary
With the continuous development of large model technology, audio-visual speech separation The field is also pursuing large models to improve separation quality. However, this is not feasible for end devices. RTFS-Net achieves significant performance improvements while maintaining significantly reduced computational complexity and number of parameters. This demonstrates that improving AVSS performance does not necessarily require larger models, but rather innovative, efficient architectures that better capture the intricate interplay between audio and visual modalities.The above is the detailed content of ICLR 2024 | Providing a new perspective for audio and video separation, Tsinghua University's Hu Xiaolin team launched RTFS-Net. For more information, please follow other related articles on the PHP Chinese website!

你可能听过以下犀利的观点:1.跟着NVIDIA的技术路线,可能永远也追不上NVIDIA的脚步。2.DSA或许有机会追赶上NVIDIA,但目前的状况是DSA濒临消亡,看不到任何希望另一方面,我们都知道现在大模型正处于风口位置,业界很多人想做大模型芯片,也有很多人想投大模型芯片。但是,大模型芯片的设计关键在哪,大带宽大内存的重要性好像大家都知道,但做出来的芯片跟NVIDIA相比,又有何不同?带着问题,本文尝试给大家一点启发。纯粹以观点为主的文章往往显得形式主义,我们可以通过一个架构的例子来说明Sam

2021年9月25日,阿里云发布了开源项目通义千问140亿参数模型Qwen-14B以及其对话模型Qwen-14B-Chat,并且可以免费商用。Qwen-14B在多个权威评测中表现出色,超过了同等规模的模型,甚至有些指标接近Llama2-70B。此前,阿里云还开源了70亿参数模型Qwen-7B,仅一个多月的时间下载量就突破了100万,成为开源社区的热门项目Qwen-14B是一款支持多种语言的高性能开源模型,相比同类模型使用了更多的高质量数据,整体训练数据超过3万亿Token,使得模型具备更强大的推

在法国巴黎举行了国际计算机视觉大会ICCV(InternationalConferenceonComputerVision)本周开幕作为全球计算机视觉领域顶级的学术会议,ICCV每两年召开一次。ICCV的热度一直以来都与CVPR不相上下,屡创新高在今天的开幕式上,ICCV官方公布了今年的论文数据:本届ICCV共有8068篇投稿,其中有2160篇被接收,录用率为26.8%,略高于上一届ICCV2021的录用率25.9%在论文主题方面,官方也公布了相关数据:多视角和传感器的3D技术热度最高在今天的开

随着智慧司法的兴起,智能化方法驱动的智能法律系统有望惠及不同群体。例如,为法律专业人员减轻文书工作,为普通民众提供法律咨询服务,为法学学生提供学习和考试辅导。由于法律知识的独特性和司法任务的多样性,此前的智慧司法研究方面主要着眼于为特定任务设计自动化算法,难以满足对司法领域提供支撑性服务的需求,离应用落地有不小的距离。而大型语言模型(LLMs)在不同的传统任务上展示出强大的能力,为智能法律系统的进一步发展带来希望。近日,复旦大学数据智能与社会计算实验室(FudanDISC)发布大语言模型驱动的中

8月31日,文心一言首次向全社会全面开放。用户可以在应用商店下载“文心一言APP”或登录“文心一言官网”(https://yiyan.baidu.com)进行体验据报道,百度计划推出一系列经过全新重构的AI原生应用,以便让用户充分体验生成式AI的理解、生成、逻辑和记忆等四大核心能力今年3月16日,文心一言开启邀测。作为全球大厂中首个发布的生成式AI产品,文心一言的基础模型文心大模型早在2019年就在国内率先发布,近期升级的文心大模型3.5也持续在十余个国内外权威测评中位居第一。李彦宏表示,当文心

保险行业对于社会民生和国民经济的重要性不言而喻。作为风险管理工具,保险为人民群众提供保障和福利,推动经济的稳定和可持续发展。在新的时代背景下,保险行业面临着新的机遇和挑战,需要不断创新和转型,以适应社会需求的变化和经济结构的调整近年来,中国的保险科技蓬勃发展。通过创新的商业模式和先进的技术手段,积极推动保险行业实现数字化和智能化转型。保险科技的目标是提升保险服务的便利性、个性化和智能化水平,以前所未有的速度改变传统保险业的面貌。这一发展趋势为保险行业注入了新的活力,使保险产品更贴近人民群众的实际

不得不说,Llama2的「二创」项目越来越硬核、有趣了。自Meta发布开源大模型Llama2以来,围绕着该模型的「二创」项目便多了起来。此前7月,特斯拉前AI总监、重回OpenAI的AndrejKarpathy利用周末时间,做了一个关于Llama2的有趣项目llama2.c,让用户在PyTorch中训练一个babyLlama2模型,然后使用近500行纯C、无任何依赖性的文件进行推理。今天,在Karpathyllama2.c项目的基础上,又有开发者创建了一个启动Llama2的演示操作系统,以及一个

杭州第19届亚运会不仅是国际顶级体育盛会,更是一场精彩绝伦的中国科技盛宴。本届亚运会中,快手StreamLake与杭州电信深度合作,联合打造智慧观赛新体验,在击剑赛事的转播中,全面应用了快手StreamLake六自由度技术,其中“子弹时间”也是首次应用于击剑项目国际顶级赛事。中国电信杭州分公司智能亚运专班组长芮杰表示,依托快手StreamLake自研的4K3D虚拟运镜视频技术和中国电信5G/全光网,通过赛场内部署的4K专业摄像机阵列实时采集的高清竞赛视频,


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
