You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose the integration of SummaryMixing into the FastConformer architecture within the NeMo toolkit. SummaryMixing is a novel approach that eliminates the need for multi-head self-attention (MHSA) in speech recognition and understanding encoders, relying instead on an efficient global context vector summarizing each speech utterance.
Key Benefits:
Reduction in training time by up to 28%.
More than 50% reduction in VRAM consumption.
Accelerated inference and decoding times for offline speech recognition and understanding.
I believe that adopting SummaryMixing could greatly enhance the FastConformer's efficiency and effectiveness, what are your thoughts on that, if any?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Nvidia NeMo Team,
I would like to propose the integration of SummaryMixing into the FastConformer architecture within the NeMo toolkit. SummaryMixing is a novel approach that eliminates the need for multi-head self-attention (MHSA) in speech recognition and understanding encoders, relying instead on an efficient global context vector summarizing each speech utterance.
Key Benefits:
I believe that adopting SummaryMixing could greatly enhance the FastConformer's efficiency and effectiveness, what are your thoughts on that, if any?
https://arxiv.org/pdf/2307.07421.pdf
https://github.com/SamsungLabs/SummaryMixing
Beta Was this translation helpful? Give feedback.
All reactions