{"slug": "testing-gemini-3-5-flash-lite-for-human-detection-in-home-surveillance", "title": "Testing Gemini 3.5 Flash Lite for human detection in home surveillance", "summary": "A developer's benchmark of Google's Gemini 3.5 Flash Lite for human detection in a home surveillance system found the new model produced one false positive in 30 runs, while the existing Gemini 3.1 Flash Lite had zero false positives, leading the developer to discard the upgrade. The test, based on 18 real-world camera clips, showed Gemini 3.5 Flash Lite had a false positive on a dark dog at night with 0.90 confidence, and its price rose 50% to $0.30 per million input tokens and $2.50 per million output tokens, while Gemini 3.1 Flash Lite remains 40% cheaper. The developer concluded that switching models did not fix false positives; instead, asking the same model to re-check was effective, though it adds latency.", "body_md": "# Testing Gemini 3.5 Flash Lite for human detection in home surveillance\n\nI’ve built a custom home surveillance system based around Frigate. Frigate does the person detection part and feeds **Casa Segura** for finer detection. It’s like a funnel for intrusion detection. Frigate’s algorithm is based on machine learning models such as TensorFlow Lite or OpenVINO, using models like MobileNet or YOLO for person detection. The system is urrently using *Gemini-3.1-Flash-Lite* which works well, but there is an problem with false positives, basically my dogs triggers the system detected as persons. I don’t want to hear an alarm at 3AM. That’s the main point on lowering the *FP*.\n\nRecently Gemini-3.5-Flash-Lite was introduced, there is 50% bump in pricing, which I find it odd, I would expect that the same tier of model continue to have the same pricing. Maybe they improved the model a lot, and that’s the justification of the price bump. I’m a bit tired of going through reading every new card of a model introduction.\n\nI *was* excited to test it because I’m waiting for a model that can lower the FP on zero shot. I’ve a small benchmark with clips from previous FP events, which are real world, currently the benchmark is managed by *kimi k3* (it was build with *Claude Opus 4.5 and succesors models*).\n\n18 camera clips, verified frame by frame by “hand” (10 without humans — dogs day/night, dog lying down, dog far away; 8 with humans, including person + dogs in scene).\n\n# FALSE POSITIVE\n\nWhen the model mistakes a dog for a person.\n\n| Model | FP (30 runs) | Miss (24 runs) |\n|---|---|---|\n| gemini-3.1-flash-lite (production) | 0 | 0 |\n| gemini-3.5-flash-lite (the “new and improved”) | 1 (dark dog, far away, at night; conf 0.90) | 0 |\n| gemini-3.1-pro-preview (the “pro”) | 0 | 0 |\n\n# Pricing\n\nGemini 3.1 Pro is pretty expensive. 3.1 is still 40% cheaper than 3.5.\n\n| Model | Confidence | Price in/out ($/M) |\n|---|---|---|\n| gemini-3.1-flash-lite (production) | 0.95–1.00 | $0.25 / $1.50 |\n| gemini-3.5-flash-lite (the “new and improved”) | 0.90–0.95 | $0.30 / $2.50 |\n| gemini-3.1-pro-preview (the “pro”) | 0.95–1.00 | ~8× flash-lite |\n\n## Latency by model\n\nGemini 3.1 and 3.5 are very similar, but 3.1 wins. Gemini 3.1 Pro, is really slow.\n\n| Model | Latency | Cost (54 calls) | Verdict |\n|---|---|---|---|\n| gemini-3.1-flash-lite (production) | ~2.9 s (median) | ~$0.04 (est.) | Kept |\n| gemini-3.5-flash-lite (the “new and improved”) | ~3 s | $0.059 (measured) | Discarded |\n| gemini-3.1-pro-preview (the “pro”) | ~10 s (3.4×) | ~$0.30 (est.) | Discarded: same accuracy, 8× cost |\n\n3 runs per clip, same prompt and transcode as production (6s, 2 fps, 768px), temperature 0.2.\n\nAccording to Kimi: The single FP of the 3.5 came with confidence 0.90 — exactly the kind of tail hallucination that no model eliminates. Against that, a more expensive model doesn’t win; a second query is needed.\n\n# Conclusion\n\nSadly the new model was marginally worse than the one I already had (Gemini 3.1 Flash Lite); what fixed the false positives wasn’t switching models, but asking the same model to check again. I feel that is hackish, not perfect and adds latency.", "url": "https://wpnews.pro/news/testing-gemini-3-5-flash-lite-for-human-detection-in-home-surveillance", "canonical_source": "https://romanuk.org/vlm-models/", "published_at": "2026-07-22 00:00:00+00:00", "updated_at": "2026-08-11 19:17:30.668880+00:00", "lang": "en", "topics": ["artificial-intelligence", "machine-learning", "computer-vision", "ai-products"], "entities": ["Google", "Gemini 3.5 Flash Lite", "Gemini 3.1 Flash Lite", "Gemini 3.1 Pro", "Frigate", "Casa Segura", "Kimi K3", "Claude Opus 4.5"], "alternates": {"html": "https://wpnews.pro/news/testing-gemini-3-5-flash-lite-for-human-detection-in-home-surveillance", "markdown": "https://wpnews.pro/news/testing-gemini-3-5-flash-lite-for-human-detection-in-home-surveillance.md", "text": "https://wpnews.pro/news/testing-gemini-3-5-flash-lite-for-human-detection-in-home-surveillance.txt", "jsonld": "https://wpnews.pro/news/testing-gemini-3-5-flash-lite-for-human-detection-in-home-surveillance.jsonld"}}