Audio visual speech recognition (AVSR) is a technique that uses image processing capabilities in lip reading to aid speech recognition systems in recognizing undeterministic phones or giving preponderance among near probability decisions.
Each system of lip reading and speech recognition works separately, then their results are mixed at the stage of feature fusion.
In audio part we use features like log mel spectrogram, mfcc etc.
from the raw audio samples and we build a model to get feature vector out of it .
For visual part generally we use some variant of convolutional neural network to compress the image to a feature vector after that we concatenate these two vectors (audio and visual ) and try to predict the target object.