The device doesn't start listening when you say the wake word, the device is always listening . It's only the UX that responds when the presence of the wake word is detected. This means that the device is continuously monitoring the environment for the presence of the wake word we know about ("Alexa"). Can the device monitor for other words that trigger other UX sequences? Of course it can! Can Amazon deliver an OTA…
> In fact, I would be in favor of law enforcement having the ability to "tap" these network-attached microphone appliances with a warrant. Then, perhaps, people will begin to understand what they've really bought. All your arguments apply equally to any smart phone. It's another network attached microphone. Are you in favor of it there too?
Police seek Amazon Echo data in murder case
181–190 of 229 posts
Re: Police seek Amazon Echo data in murder case
#182Earlier quoted context omitted.
But that won't give you the whole story. They could batch up the network traffic to send later, or push an update that changes how much they listen after your traffic monitoring is done.
>They could batch up the network traffic to send later, I was thinking that too, but realistically, someone would eventually discover this (consider how much outbound traffic would have to go at once in order to store that much audio). >push an update that changes how much they listen after your traffic monitoring is done. Again, someone would eventually discover this. It wouldn't be hard to constantly monitor networ…
Additionally, just because they have it always recorind for one person, doesn't mean they have the same software running for everyone else.
Re: Police seek Amazon Echo data in murder case
#183Earlier quoted context omitted.
But laptops, and smartphones have come with cameras and integrated microphones for a long time, the only difference to the Echo is that they don't claim to be always listening.
which means if a smartphone records you, you can play the "why was it listening?" card with an echo, you can't claim "why was it listening!?" because you knew it was and that was the reason you bought it. granted, I dont think Amazon is doing anything nefarious at this point (other than what they normally do, building an advertising repertoire about you). Also, most people seem to agree that it only transmits data to…
Re: Police seek Amazon Echo data in murder case
#184>Police say Bates had several other smart home devices, including a water meter. That piece of tech shows that 140 gallons of water were used between 1AM and 3AM the night Collins was found dead in Bates' hot tub. Investigators allege the water was used to wash away evidence of what happened off of the patio. When every house is IoT connected, we will be very close to a 'post-crime' world.
Re: Police seek Amazon Echo data in murder case
#185Earlier quoted context omitted.
But we don't know that's every recording that they have. They very well could have a "allow_user_to_see_recording" toggle.
No, from day one people have been sniffing Echo traffic to see if it sends any non-triggered data. It does not.
/sarcasm
Re: Police seek Amazon Echo data in murder case
#186>"A ring on the top of the device turns blue to give a visual indication that audio is being recorded. Those clips, or "utterances" as the company calls them, are stored in the cloud until a customer deletes them either individually or all at once."
Is there a technical reason for storing this after NLP processing has been completed on the "utterance."? Wouldn't an ephemeral cache be sufficient?
Re: Police seek Amazon Echo data in murder case
#187Alexa only waits for the wake word "Alexa." It would cost more money than God in hardware to store every thing Alexa ever heard. She saves you're requests. And shows you those request in the Alexa App. And you can also delete it if you wish. There is no data for the police to have, because beyond requests, there is no data. Unless someone knows more about this than Amazon is telling us?
Re: Police seek Amazon Echo data in murder case
#188Earlier quoted context omitted.
And that software in that era ha to be painstakibgly trained for each individual voice. Echo "just works", and is clearly doing it by punting to the cloud.
Only the wake word needs to be processed locally.
Re: Police seek Amazon Echo data in murder case
#189Earlier quoted context omitted.
If I have a conversation about coffee without once saying the word Alexa, will that conversation be stored by Amazon
As others are posting here, the Echo is obvious about when it's recording: when the onboard hardware detects the wake-word, the LED rings light up blue and it begins streaming audio to Amazon until the Alexa service determines that the query has been completed or that there's nothing more to hear. People have monitored the network activity of their Echoes to verify this (and if you don't trust that, well, nothing I s…
You do understand that it is trivial to operate the LED lights and microphone independently, right? The hardware /could/ be designed so that the microphone can't be activated without also turning on the LEDs, but I'm guessing they're independently controlled by a microcontroller, and that it's the hidden software which is responsible for turning the LEDs on when the microphone is in use.
Yes, this is a concern for smartphones as well. The capability, even if it is not currently in use, is a concern.
Re: Police seek Amazon Echo data in murder case
#190Earlier quoted context omitted.
It would cost about $30m a year if you tailor the system to flagging specific data for storage and don't naively store every moment (e.g. you scrap silent moments and use VBR encoding). Storing a year's worth of 96kbps audio costs 380GB. If you don't record silence and you assume the people around an Alexa are only speaking for at most 4 hours a day on average, that goes down to 76GB a year. So if you then assume 5m…
I really like the math here, but isn't this a bit pointless? The system wants to parse meaning from audio; storing just the text it parsed is a lot smaller. Store just the text and whatever machine learning score of how probable the text is correctly parsed and that sounds like something prosecutors would love to bring into court: "Please read this line and let's see what score you get . . . "
1200 bits per second is almost enough for toll-quality speech -- and I'm referring to the state of the art a few years ago. Speech codecs are probably better now. But let's stick with 1200 bps. That's enough to store continuous speech in the vicinity of the device for a year, using only about 5 GB.
My guess is that if you cared only about intelligibility and not fidelity, you could do the job with 10%-20% of that space.
So yes: Alexa could easily be collecting and storing a vast amount of data that isn't immediately transmitted or used.