Skip to content

liu12366262626/CNVSRC2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CNVSRC2025: Official Baseline System

Welcome to the official baseline system for CNVSRC2025. This repository provides the starter code, pretrained models, and data processing tools for two major tracks in the competition: Visual Speech Recognition (VSR) and Video-to-Speech (VTS).


🏁 About CNVSRC2025

CNVSRC2025 is a national-level challenge focused on visual-based speech processing for Chinese, aiming to promote advancements in lip-reading and silent speech generation technologies. Participants are encouraged to explore deep learning, multi-modal modeling, and generative methods in real-world noisy and unconstrained video scenarios.


πŸ“‚ Available Tracks

πŸ”Ή 1. Chinese Visual Speech Recognition (VSR)

This track requires models to predict Chinese characters from silent video input of a speaker's face. The main challenges include modeling subtle lip movements, handling visually similar phonemes, and dealing with variable lighting or occlusion.

πŸ”— Access VSR Track Code and Details

Key components:

  • Face and mouth ROI extraction
  • Visual encoders (CNN, Transformer, Conformer, etc.)
  • Sequence modeling with CTC loss
  • Decoding and evaluation scripts (CER)

πŸ”Ή 2. Chinese Video-to-Speech Synthesis (VTS)

In this track, participants must generate intelligible and natural-sounding speech from silent talking-head videos. The task focuses on prosody, articulation, and speaker similarity based on visual-only cues.

πŸ”— Access VTS Track Code and Details

Key features:

  • Video-based encoder extracting lip motion dynamics
  • Diffusion-based or neural vocoder speech generation (e.g., HiFi-GAN)
  • Support for waveform reconstruction and quality evaluation
  • Evaluation metrics include STOI and CER testing

πŸ“¦ Dataset & Evaluation

The CNVSRC2025 competition is built upon the CNVSRC2024 benchmark dataset, which provides a solid foundation for large-scale visual speech processing research.

In addition to the original dataset from CNVSRC2024, we have also released an extra 1000 hours of high-quality audio-visual data, significantly enhancing the training and evaluation potential for both VSR and VTS tasks.

We provide tools for preprocessing, training, validation, and testing to support streamlined experimentation and reproducibility.


πŸš€ Getting Started

Each track includes a detailed README.md describing environment setup, dependencies, data preparation, training scripts, and evaluation methods. Please navigate to the respective folders for instructions:

cd VSR   # for Visual Speech Recognition
cd VTS   # for Video-to-Speech Synthesis

About

Official CNVSRC2025 Competition Baseline

Resources

Stars

16 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors