<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ai on Osmar Petry</title><link>https://osmarpetry.dev/tags/ai/</link><description>Recent content in Ai on Osmar Petry</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 15 Jan 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://osmarpetry.dev/tags/ai/rss.xml" rel="self" type="application/rss+xml"/><item><title>TensorFlow</title><link>https://osmarpetry.dev/blog/tensorflow/</link><pubDate>Wed, 15 Jan 2025 00:00:00 +0000</pubDate><guid>https://osmarpetry.dev/blog/tensorflow/</guid><description>&lt;p&gt;Imagine you work at an online clothing store. Every day, thousands of product photos arrive and someone needs to tag each one: is it a t-shirt? A sneaker? A bag? Doing this by hand is painfully slow, so you decide to teach a computer to do it for you. That&amp;rsquo;s exactly the kind of problem &lt;strong&gt;Fashion MNIST&lt;/strong&gt; was designed to solve — and it&amp;rsquo;s a perfect first project to understand how neural networks learn to see.&lt;/p&gt;</description></item><item><title>Master’s Article Summaries</title><link>https://osmarpetry.dev/blog/masters-article-summaries/</link><pubDate>Wed, 04 Sep 2024 00:00:00 +0000</pubDate><guid>https://osmarpetry.dev/blog/masters-article-summaries/</guid><description>&lt;h2 id="tldr"&gt;TL;DR&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Replay attacks remain the easiest ASV spoofing vector; DL-RAD, autoencoders + Siamese networks, and CQCC features significantly improve detection.&lt;/li&gt;&#10;&lt;li&gt;ASVspoof 2021 pushes detection into real-world, noisy settings requiring domain generalisation.&lt;/li&gt;&#10;&lt;li&gt;Remote sensing (NEON/NIST) mirrors the need for multi-source data fusion—hyperspectral, LiDAR, RGB—for ecological insights.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="spied-articles"&gt;SPIED articles&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Ren et al. — Replay attack detection via loudspeaker distortion (DL-RAD).&lt;/li&gt;&#10;&lt;li&gt;ASVspoof 2021 — Spoofed/deepfake speech detection in the wild.&lt;/li&gt;&#10;&lt;li&gt;NIST DSE — Plant identification with airborne remote sensing.&lt;/li&gt;&#10;&lt;li&gt;Adiban et al. — Autoencoder + Siamese countermeasures on ASVspoof 2019.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="context"&gt;Context&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Consolidated notes from 4 September 2024 research sprint.&lt;/li&gt;&#10;&lt;li&gt;Focus: voice authentication security (spoofing/deepfake) and ecological remote sensing.&lt;/li&gt;&#10;&lt;li&gt;Supporting docs: ZIP archive with slides/text; online share for extended summaries.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="1-replay-attack-detection-based-on-distortion-by-loudspeaker"&gt;1. Replay Attack Detection Based on Distortion by Loudspeaker&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Source&lt;/strong&gt;: Ren et al., &lt;em&gt;Multimedia Tools and Applications&lt;/em&gt;, 2019. DOI: 10.1007/s11042-018-6834-3.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;: DL-RAD detects replay attacks by analysing loudspeaker-induced distortions (low-frequency attenuation, harmonic energy).&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Highlights&lt;/strong&gt;: Harmonic Energy Ratio, Low Spectral Variance. Achieves &amp;gt;98% detection accuracy.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Application&lt;/strong&gt;: voice authentication systems (mobile, banking). Focus on dependable feature extraction.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Reflection&lt;/strong&gt;: Consider how speaker hardware signatures can serve as anti-spoof signals.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="2-asvspoof-2021-deepfake-speech-detection-in-the-wild"&gt;2. ASVspoof 2021: Deepfake Speech Detection in the Wild&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Source&lt;/strong&gt;: ASVspoof 2021 challenge; TASLP 2023 paper (DOI: 10.1109/TASLP.2023.3285283).&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;: Evaluates spoofed/deepfake detection in noisy, uncontrolled environments; introduces large-scale dataset.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Highlights&lt;/strong&gt;: Variance across capture devices, environmental noise; combination of spectrogram analysis and deep models.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Application&lt;/strong&gt;: deploy robust detectors for real-world ASV systems, banking, call centers.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Reflection&lt;/strong&gt;: emphasises the need for adaptive models and domain generalization.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="3-nist-dse-plant-identification-with-remote-sensing"&gt;3. NIST DSE Plant Identification with Remote Sensing&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Source&lt;/strong&gt;: NIST publication on airborne remote sensing data challenge.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;: Integrates hyperspectral, LiDAR, RGB data to segment tree crowns, align field data, classify species.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Highlights&lt;/strong&gt;: data fusion, scaling ecological monitoring, addressing heterogeneous resolutions.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Application&lt;/strong&gt;: environmental monitoring, conservation, precision agriculture.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Reflection&lt;/strong&gt;: parallels with multi-modal data integration in other domains (e.g., security sensors).&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="4-replay-spoofing-countermeasure-using-autoencoder--siamese-networks-asvspoof-2019"&gt;4. Replay Spoofing Countermeasure Using Autoencoder &amp;amp; Siamese Networks (ASVspoof 2019)&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Source&lt;/strong&gt;: Adiban et al., &lt;em&gt;Computer Speech &amp;amp; Language&lt;/em&gt;, 2020. DOI: 10.1016/j.csl.2020.101105.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;: Combines autoencoders (denoising) with Siamese networks (similarity) to detect replay attacks.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Highlights&lt;/strong&gt;: CQCC features, improved EER by 10.73%, t-DCF drop of 0.2344.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Application&lt;/strong&gt;: mobile authentication, payment systems, secure access.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Reflection&lt;/strong&gt;: underscores the power of hybrid feature + metric-learning approaches.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="supporting-docs"&gt;Supporting Docs&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Comparative notes across TXT/PPTX/Google Docs for detailed methodology.&lt;/li&gt;&#10;&lt;li&gt;Extended definitions (CQCC, EER, t-DCF) stored in local dictionary.&lt;/li&gt;&#10;&lt;li&gt;Presentations (March 25) outline challenge evolutions and future work.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="next-steps"&gt;Next steps&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Investigate combined defenses against multi-modal spoofing (synthetic + replay).&lt;/li&gt;&#10;&lt;li&gt;Explore edge deployment viability for real-time detection.&lt;/li&gt;&#10;&lt;li&gt;Compare ecological data pipelines with security workflows for cross-domain insights.&lt;/li&gt;&#10;&lt;/ul&gt;</description></item></channel></rss>