TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AI solution to the cocktail party problem used in court

19 pointsby fork-bomber9 months ago

3 comments

sigmoid109 months ago
&gt;After two hitmen were arrested for killing a man, the FBI wanted to prove that they&#x27;d been hired by a family going through a child custody dispute. The FBI arranged to trick the family into believing that they were being blackmailed for their involvement - and then sat back to see the reaction. While texts and phone calls were reasonably easy for the FBI to access, in-person meetings in two restaurants were a different matter. But the court authorised the use of Wave Sciences’ algorithm, meaning that the audio went from being inadmissible to a pivotal piece of evidence.<p>While the technology and the way it is marketed now is cool and everything, it feels like the most interesting part of the article is this FBI investigation. Too bad it&#x27;s only mentioned in these few sentences with no further details.
评论 #41456008 未加载
costco9 months ago
Software that does this is running on millions of Android phones. After you do OK Google voice enrollment, they calculate a speaker representation embedding for you. When the voice activity detector detects voice, it passes the audio through VoiceFilter-Lite <a href="https:&#x2F;&#x2F;google.github.io&#x2F;speaker-id&#x2F;publications&#x2F;VoiceFilter-Lite&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;google.github.io&#x2F;speaker-id&#x2F;publications&#x2F;VoiceFilter...</a> along with your speaker embedding, and the model is trained to return only your speech. The original, more computationally expensive model is called VoiceFilter and I was so amazed when I saw the examples on this page: <a href="https:&#x2F;&#x2F;google.github.io&#x2F;speaker-id&#x2F;publications&#x2F;VoiceFilter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;google.github.io&#x2F;speaker-id&#x2F;publications&#x2F;VoiceFilter...</a>
jwlit9 months ago
You can see some information on how the technology works in this demo &#x2F; paper: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41455176">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41455176</a>