• bitcoinBitcoin(BTC)$81,320.004.18%
  • ethereumEthereum(ETH)$2,639.835.43%
  • tetherTether(USDT)$1.000.05%
  • binancecoinBNB(BNB)$765.922.10%
  • rippleXRP(XRP)$1.438.00%
  • usd-coinUSDC(USDC)$1.000.02%
  • solanaSolana(SOL)$111.875.99%
  • tronTRON(TRX)$0.3377560.17%
  • zcashZcash(ZEC)$1,539.605.19%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.00%
  • HyperliquidHyperliquid(HYPE)$92.032.41%
  • dogecoinDogecoin(DOGE)$0.0881763.58%
  • moneroMonero(XMR)$587.509.21%
  • whitebitWhiteBIT Coin(WBT)$83.173.43%
  • RainRain(RAIN)$0.0139338.45%
  • USDSUSDS(USDS)$1.000.01%
  • chainlinkChainlink(LINK)$12.516.40%
  • cardanoCardano(ADA)$0.2259615.92%
  • leo-tokenLEO Token(LEO)$8.89-0.29%
  • stellarStellar(XLM)$0.1938894.79%
  • uniswapUniswap(UNI)$9.113.85%
  • bitcoin-cashBitcoin Cash(BCH)$250.831.66%
  • Ethena USDeEthena USDe(USDE)$1.000.04%
  • nearNEAR Protocol(NEAR)$3.655.30%
  • daiDai(DAI)$1.00-0.02%
  • litecoinLitecoin(LTC)$57.274.06%
  • CantonCanton(CC)$0.1104213.39%
  • USD1USD1(USD1)$1.000.06%
  • avalanche-2Avalanche(AVAX)$9.2816.76%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.370.52%
  • suiSui(SUI)$0.869.92%
  • hedera-hashgraphHedera(HBAR)$0.0804644.83%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • shiba-inuShiba Inu(SHIB)$0.0000051.76%
  • BittensorBittensor(TAO)$271.1711.07%
  • crypto-com-chainCronos(CRO)$0.0597481.21%
  • MemeCoreMemeCore(M)$1.301.46%
  • paypal-usdPayPal USD(PYUSD)$1.000.02%
  • tether-goldTether Gold(XAUT)$4,373.44-0.11%
  • okbOKB(OKB)$121.886.92%
  • Circle USYCCircle USYC(USYC)$1.140.03%
  • Ripple USDRipple USD(RLUSD)$1.000.01%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.14-0.30%
  • aaveAave(AAVE)$143.306.93%
  • AsterAster(ASTER)$0.772.08%
  • OndoOndo(ONDO)$0.4146687.67%
  • mantleMantle(MNT)$0.613.01%
  • Pump.funPump.fun(PUMP)$0.004150-1.11%
  • EthenaEthena(ENA)$0.19046517.21%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

From Noisy Hypotheses to Clean Text: How Denoising LM (DLM) Improves Speech Recognition Accuracy

May 29, 2024
in AI & Technology
Reading Time: 5 mins read
A A
From Noisy Hypotheses to Clean Text: How Denoising LM (DLM) Improves Speech Recognition Accuracy
ShareShareShareShareShare

Speech recognition technology focuses on converting spoken language into text. It involves processes such as acoustic modeling, language modeling, and decoding, aiming to achieve high accuracy in transcriptions. Significant advancements have been made in this field, driven by machine learning algorithms and large datasets. These advancements enable more accurate and efficient speech recognition systems, crucial for various applications like virtual assistants, transcription services, and accessibility tools.

A major challenge in speech recognition is correcting errors generated by automatic speech recognition (ASR) systems. Traditional language models (LMs) integrated with ASR systems often need to be aware of specific errors, leading to suboptimal performance. Effective error correction models that can accurately fix these errors without extensive supervised training data remain a critical problem. This challenge is particularly pressing given the increasing reliance on ASR systems in everyday technology and communication tools.

✅ [Featured Article] LLMWare.ai Selected for 2024 GitHub Accelerator: Enabling the Next Wave of Innovation in Enterprise RAG with Small Specialized Language Models

Existing work includes techniques like integrating LMs with neural acoustic models using sequence discriminative criteria and merging text-only LM features with ASR models. Error correction models post-process ASR outputs, improving transcription accuracy by converting noisy hypotheses into clean text. Transformer-based error correction models have improved, especially with advanced WER-based metrics and noise augmentation strategies. Recent advances also explore large language models (LLMs) like ChatGPT for enhancing transcription accuracy through powerful linguistic representations.

Researchers from Apple have introduced the Denoising LM (DLM), an advanced error correction model developed by a research team at Apple. The DLM leverages vast amounts of synthetic data generated by TTS systems to train the model effectively. This approach significantly exceeds previous attempts and achieves state-of-the-art performance in ASR systems. The DLM’s innovative use of synthetic data addresses the data scarcity issue that has hampered the performance of earlier error correction models.

The DLM works by synthesizing audio using TTS systems, which are then fed into an ASR system to produce noisy hypotheses. These hypotheses are paired with the original texts to form a training dataset. Key elements of DLM include up-scaled models and data, multi-speaker TTS systems, multiple noise augmentation strategies, and novel decoding techniques. Specifically, the model uses text from a large language model corpus to generate audio, which is then processed by the ASR system to create noisy transcriptions. These transcriptions are used alongside the original text to train the DLM. This method ensures that the model learns to correct a wide variety of ASR errors, making it highly versatile and scalable.

The DLM demonstrated impressive performance, achieving a 1.5% word error rate (WER) on the Librispeech test-clean dataset and 3.3% on the test-other dataset. These results are significant as they match or surpass the performance of conventional LMs and even some self-supervised methods that use external audio data. The DLM’s ability to improve ASR accuracy significantly highlights its potential to replace traditional LMs in ASR systems. Furthermore, the model showed that it could be applied to different ASR architectures, maintaining high performance across various systems. This universality is a crucial advantage, as it means the DLM can be integrated into a wide range of ASR applications.

To conclude, the research highlights the effectiveness of the DLM in addressing ASR errors by utilizing synthetic data for training. The proposed method not only enhances accuracy but also demonstrates scalability and versatility across different ASR systems. This innovative approach marks a significant advancement in speech recognition, promising more accurate and reliable ASR systems in the future. Researchers believe that the DLM model’s success indicates a need to rethink how large text corpora might be leveraged to improve ASR accuracy further. By focusing on error correction rather than just language modeling, the DLM sets a new standard for future research and development in the field.


Check out the Paper. All credit for this research goes to the researchers of this project. Also, don’t forget to follow us on Twitter. Join our Telegram Channel, Discord Channel, and LinkedIn Group.

If you like our work, you will love our newsletter..

Don’t Forget to join our 43k+ ML SubReddit | Also, check out our AI Events Platform


YOU MAY ALSO LIKE

Linkup Research Releases SPARSEUP: A 149M-Parameter Open-Source Sparse Embedding Model

GGUF vs GPTQ vs AWQ vs EXL2: LLM Model Formats Explained (2026)

Nikhil is an intern consultant at Marktechpost. He is pursuing an integrated dual degree in Materials at the Indian Institute of Technology, Kharagpur. Nikhil is an AI/ML enthusiast who is always researching applications in fields like biomaterials and biomedical science. With a strong background in Material Science, he is exploring new advancements and creating opportunities to contribute.


[Free AI Webinar] ‘Supercharge Your MySQL Apps 100X at Scale with No Code Changes’ [May 29, 10 am-11 am PST]


Credit: Source link

ShareTweetSendSharePin

Related Posts

Linkup Research Releases SPARSEUP: A 149M-Parameter Open-Source Sparse Embedding Model
AI & Technology

Linkup Research Releases SPARSEUP: A 149M-Parameter Open-Source Sparse Embedding Model

September 19, 2026
GGUF vs GPTQ vs AWQ vs EXL2: LLM Model Formats Explained (2026)
AI & Technology

GGUF vs GPTQ vs AWQ vs EXL2: LLM Model Formats Explained (2026)

September 19, 2026
Consumers Sue Anthropic, OpenAI, SpaceXAI and Google Over Alleged AI Pact – Unite.AI
AI & Technology

Consumers Sue Anthropic, OpenAI, SpaceXAI and Google Over Alleged AI Pact – Unite.AI

September 19, 2026
How Focus Mode Has Changed In iOS 27
AI & Technology

How Focus Mode Has Changed In iOS 27

September 18, 2026
Next Post
Ecuador faces rise in gang violence as president issues state of emergency

Ecuador faces rise in gang violence as president issues state of emergency

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Columbia Disciplined Growth Fund Q2 2026 Commentary (RDLAX)

Columbia Disciplined Growth Fund Q2 2026 Commentary (RDLAX)

September 18, 2026
Agent-net Open Sources Webagent: A Go Harness That Turns Any Website into a Guarded AI Agent

Agent-net Open Sources Webagent: A Go Harness That Turns Any Website into a Guarded AI Agent

September 15, 2026
Stalking suspect arrested near Kris Jenner’s L.A. home

Stalking suspect arrested near Kris Jenner’s L.A. home

September 14, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!