<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects | Jay Polra</title><link>https://jaypolra.github.io/project/</link><atom:link href="https://jaypolra.github.io/project/index.xml" rel="self" type="application/rss+xml"/><description>Projects</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Thu, 01 Jan 2026 00:00:00 +0000</lastBuildDate><image><url>https://jaypolra.github.io/media/icon_hu_3943bc2ea2cd9fa1.png</url><title>Projects</title><link>https://jaypolra.github.io/project/</link></image><item><title>Geometry-Grounded Novel-View Acoustic Synthesis</title><link>https://jaypolra.github.io/project/geometry-grounded-nvas/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://jaypolra.github.io/project/geometry-grounded-nvas/</guid><description>&lt;p>Prior audio-visual methods depend on Structure-from-Motion to build geometry: expensive, brittle with sparse frames, and unavailable at inference in many real scenes.&lt;/p>
&lt;p>Built a feed-forward pipeline using VGGT geometry encoding and a cross-attention decoder that routes on geometry but retrieves learned acoustic priors. No COLMAP, no target-view image required.&lt;/p>
&lt;p>Key architectural decision: separate keys and values in cross-attention so visual geometry decides which reference views are relevant, but the actual retrieved information is the learned acoustic fingerprint of those views, not the visual features themselves.&lt;/p>
&lt;p>Outperformed prior SOTA (AV-Cloud) on all four metrics (MAG, ENV, LRE, DPAM) with fewer parameters (3.24M vs 3.91M) and 10x faster preprocessing than COLMAP.&lt;/p></description></item><item><title>AI Hazard Recognition System</title><link>https://jaypolra.github.io/project/ai-hazard-recognition/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://jaypolra.github.io/project/ai-hazard-recognition/</guid><description>&lt;p>The core research problem: how does a detection-based safety system stay reliable when part of the physical environment is physically invisible to the camera?&lt;/p>
&lt;p>Detection alone fails here. A vehicle that disappears into a blind spot does not mean the zone is safe. Built entry-exit state tracking as a conservative safety heuristic: assume worst case until exit is confirmed by a boundary camera.&lt;/p>
&lt;p>Built blocker-aware zone isolation across 4 sequential camera feeds. Real-time pipeline runs YOLO detection and DeepSORT tracking at 8 FPS with under 50ms zone state updates. Full React dashboard for safety officer monitoring.&lt;/p></description></item><item><title>VLM Explainer: From Patches to Phrases</title><link>https://jaypolra.github.io/project/vlm-explainer/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://jaypolra.github.io/project/vlm-explainer/</guid><description>&lt;p>BLIP generates fluent captions but gives no account of why. The question this project answers: do the image regions the model highlights actually cause the caption, or do they just correlate with it?&lt;/p>
&lt;p>Built Grad-CAM token attribution to identify which image regions influenced specific caption words. Validated through perturbation testing: masking the dog region changed &amp;ldquo;a family walking with their dog&amp;rdquo; to &amp;ldquo;a family walking on the beach.&amp;rdquo; Causal influence, not correlation, is the standard.&lt;/p>
&lt;p>Added CLIP alignment scoring to cross-verify image-text grounding. Interactive Streamlit interface with 2-click region masking and layer-evolution visualization across shallow-to-deep BLIP representations.&lt;/p></description></item><item><title>VLM-Based Hazard Reasoning</title><link>https://jaypolra.github.io/project/vlm-hazard-reasoning/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://jaypolra.github.io/project/vlm-hazard-reasoning/</guid><description>&lt;p>YOLO can flag a red zone but cannot explain why the scene is dangerous. This project tests whether general-purpose VLMs can fill that explainability gap using structured domain-aware prompting.&lt;/p>
&lt;p>Prompts give models physical context about melt shop environments: what pot haulers are, what molten metal implies, what worker corridors mean for safety. Two-stage reasoning pipeline: first describe the scene neutrally, then evaluate against safety conditions.&lt;/p>
&lt;p>Output covers scene description, detected entities, spatial relationships, hazard assessment, risk level, and recommended action.&lt;/p></description></item><item><title>Candidate Matcher</title><link>https://jaypolra.github.io/project/candidate-matcher/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://jaypolra.github.io/project/candidate-matcher/</guid><description>&lt;p>Keyword overlap misses semantic alignment. A resume can match a job description on surface terms and still be irrelevant.&lt;/p>
&lt;p>Built ATS-style ranking using MiniLM embeddings and cosine similarity. LLM-generated summaries explain the match rather than just scoring it. Robust multi-format parsing pipeline for PDF, DOCX, and TXT files with fallback extraction logic. Deployed on Streamlit Cloud with Gemma 2B for summarization and Flan-T5 as a CPU-compatible fallback.&lt;/p></description></item></channel></rss>