<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Industrial Collaboration | Wei-Cheng Wang's Personal Website</title><link>https://weicwangwebsite.netlify.app/tags/industrial-collaboration/</link><atom:link href="https://weicwangwebsite.netlify.app/tags/industrial-collaboration/index.xml" rel="self" type="application/rss+xml"/><description>Industrial Collaboration</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Wed, 30 Jun 2021 00:00:00 +0000</lastBuildDate><image><url>https://weicwangwebsite.netlify.app/media/icon_hu7729264130191091259.png</url><title>Industrial Collaboration</title><link>https://weicwangwebsite.netlify.app/tags/industrial-collaboration/</link></image><item><title>SenseCity: 5000-Hour Real-World Acoustic Surveillance Study</title><link>https://weicwangwebsite.netlify.app/project-research/sensecity/</link><pubDate>Wed, 30 Jun 2021 00:00:00 +0000</pubDate><guid>https://weicwangwebsite.netlify.app/project-research/sensecity/</guid><description>&lt;div style="text-align: justify;">
&lt;blockquote>
&lt;p>A two-year industrial collaboration with AsaSense. The collaboration provided access to more than 5000 hours of continuous, uncurated audio recorded from an acoustic surveillance network across multiple sites in Ghent and Rotterdam.&lt;/p>
&lt;/blockquote>
&lt;h2 id="why-the-study-existed">Why the study existed&lt;/h2>
&lt;p>Most acoustic surveillance models are validated on curated benchmark datasets. Whether the same models hold up on raw, uninterrupted urban audio is a separate question that benchmarks cannot answer. The SenseCity collaboration provided access to that kind of stream: long-term, uncurated recordings from a real sensor network, with all the wind, overlap, and non-stationary background that benchmark data smooths out. The goal was not to deploy a model but to find out which paradigms break under those conditions, and why.&lt;/p>
&lt;h2 id="system-architecture">System architecture&lt;/h2>
&lt;p>Cloud-side event tagging across a continuous 5000+ hour stream is economically out of reach. The deployed pipeline addressed this by running on-device unsupervised anomaly detection as a first-pass filter, and escalating only flagged events to cloud-side analysis. This reduced downstream event-tagging workload by approximately 90 percent and made city-scale deployment viable.&lt;/p>
&lt;p>The on-device stage uses unsupervised deep autoregressive modeling rather than supervised classification, because the taxonomy of &amp;ldquo;interesting events&amp;rdquo; is not known in advance at deployment time. The cloud-side stage applies pre-trained tagging models to the filtered stream as an enrichment layer rather than a primary filter.&lt;/p>
&lt;h2 id="what-the-study-surfaced">What the study surfaced&lt;/h2>
&lt;p>The study exposed two structural problems that benchmark evaluation had smoothed out:&lt;/p>
&lt;p>&lt;strong>1. Context drift across deployment sites.&lt;/strong> Models trained on one site degraded sharply when applied to another, and a model fit to one time window failed under predictable seasonal and weekly shifts. The drift was not noise; it was structural across space and time, and global models could not absorb it.&lt;/p>
&lt;p>&lt;strong>2. The impossibility of enumerating in advance.&lt;/strong> Three observations turned out to share this same underlying problem. Pre-trained taggers fail on open-set events because the categories that matter at a site cannot be enumerated up front, and they are partly site-conditional. Privacy boundaries cannot be defended by enumerating sensitive attributes, because the attack surface is open-ended and changes as new extractors emerge, and what counts as sensitive is itself jurisdiction-dependent. And at deployment time, the downstream tasks a model will actually be asked to perform are not known when the encoder is trained, which rules out task-specific representations.&lt;/p>
&lt;p>These two problems motivated the three method-level research directions in the subsequent PhD work: representation learning for general-purpose multi-task deployment, source-free transferability that does not assume access to source data or labelled targets, and opt-in privacy in place of enumerable defenses.&lt;/p>
&lt;h2 id="outcomes">Outcomes&lt;/h2>
&lt;ul>
&lt;li>Empirical evidence on how transfer learning behaves on real-world, longitudinal acoustic streams, drawn from one of the few studies with access to data at this scale and duration&lt;/li>
&lt;li>A context-aware deployment design that reduced cloud-side event-tagging workload by approximately 90 percent through edge-side filtering&lt;/li>
&lt;li>Two structural problems that became the empirical foundation for the subsequent PhD research line: context drift, and the impossibility of enumerating downstream tasks, attack surfaces, and event categories in advance&lt;/li>
&lt;/ul>
&lt;h2 id="continue-reading">Continue Reading&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://weicwangwebsite.netlify.app/project-research/phd/">&lt;strong>Subsequent PhD Research Line&lt;/strong>&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="resources">Resources&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://biblio.ugent.be/publication/01KAZFSQQ1Z5TWS14MDF57RWX5" target="_blank" rel="noopener">&lt;strong>PhD Thesis Chapter 2&lt;/strong>&lt;/a>&lt;br>   &lt;em>Detailed analysis of deployment constraints and algorithmic failures.&lt;/em>&lt;/li>
&lt;/ul>
&lt;/div></description></item></channel></rss>