<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Erwin Wilson Ceniza2</title>
    <description>The latest articles on DEV Community by Erwin Wilson Ceniza2 (@erwin_wilsonceniza2_adf9).</description>
    <link>https://dev.to/erwin_wilsonceniza2_adf9</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4005978%2Fc91c89c4-17e1-4452-a555-bfe9a4d50382.jpg</url>
      <title>DEV Community: Erwin Wilson Ceniza2</title>
      <link>https://dev.to/erwin_wilsonceniza2_adf9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/erwin_wilsonceniza2_adf9"/>
    <language>en</language>
    <item>
      <title>Engineering a Cross-Platform Face Recognition Pipeline with Anti-Spoofing</title>
      <dc:creator>Erwin Wilson Ceniza2</dc:creator>
      <pubDate>Sun, 28 Jun 2026 13:20:03 +0000</pubDate>
      <link>https://dev.to/erwin_wilsonceniza2_adf9/engineering-a-cross-platform-face-recognition-pipeline-with-anti-spoofing-2j81</link>
      <guid>https://dev.to/erwin_wilsonceniza2_adf9/engineering-a-cross-platform-face-recognition-pipeline-with-anti-spoofing-2j81</guid>
      <description>&lt;p&gt;Check out my article on this blog spot, it talks about building a face recognition system that actually works in production — not a demo, not a toy, something you can put on an Android tablet mounted on a warehouse wall and walk away.&lt;/p&gt;

&lt;p&gt;It covers the full pipeline:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Finding the face with a lightweight RFB-320 model (1.27 MB, runs on CPU)&lt;/li&gt;
&lt;li&gt;Anti-spoofing to stop print and replay attacks (0.1 threshold, 13.9 MB model)&lt;/li&gt;
&lt;li&gt;FaceNet-style 128-dim embeddings with L2 normalization&lt;/li&gt;
&lt;li&gt;HNSW indexing for sub-millisecond matching at 10,000+ enrollees&lt;/li&gt;
&lt;li&gt;Dynamic gap-based threshold adjustment that cuts false accepts by ~30%&lt;/li&gt;
&lt;li&gt;Thread-safe ONNX inference with three models running sequentially&lt;/li&gt;
&lt;li&gt;Offline RSA-licensed deployment for factories, mines, and remote sites&lt;/li&gt;
&lt;li&gt;Real issues we hit: channel order bugs, semaphore starvation, per-device liveness drift, cold start latency&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Read the full article here:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://erwinwilsonceniza.qzz.io/blogs/engineering-a-cross-platform-face-recognition-pipeline-with-anti-spoofing" rel="noopener noreferrer"&gt;Engineering a Cross-Platform Face Recognition Pipeline with Anti-Spoofing&lt;/a&gt;&lt;/p&gt;

</description>
      <category>computervision</category>
      <category>machinelearning</category>
      <category>security</category>
      <category>systemdesign</category>
    </item>
  </channel>
</rss>
