# SqueezeNet Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/squeezenet
> Markdown URL: https://aitinkerers.org/technologies/squeezenet.md
> Technology record last updated: 2026-05-01T16:22:09Z
> Generated: 2026-09-22T01:44:41Z

SqueezeNet delivers AlexNet-level image classification accuracy with 50x fewer parameters, making it the compact standard for resource-constrained edge devices.

SqueezeNet is a high-efficiency Convolutional Neural Network (CNN) for image classification, engineered by researchers from DeepScale, UC Berkeley, and Stanford. Its architectural innovation centers on the 'Fire module,' which strategically uses 1x1 convolution (the 'squeeze' layer) to minimize input channels to the 3x3 filters, drastically reducing the parameter count. This design achieves AlexNet-level accuracy on ImageNet. Critically, the model's parameter count is 50x smaller than AlexNet; when combined with Deep Compression, the file size drops to less than 0.5MB, a 510x reduction. This small footprint makes SqueezeNet essential for deployment on memory-limited hardware like FPGAs and mobile platforms.

- Official technology site: https://arxiv.org/abs/1602.07360
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Turning your car into a real-world agent](https://seattle.aitinkerers.org/talks/rsvp_5pqOqS1r2mw)

Co-pilot's a $400 device that adds highway autonomy (using openpilot squeezenet model right now) &amp; other valuable apps (demo links below). It installs in any car on the road today &amp; has 20 TOPS AI compute to test model &amp; curate data like Teslas. https://youtu.be/cNM_lVNE_oo (Co-pilot driving me from Seattle to SF hands/feet-free) https://youtu.be/gxtIqNmpFek (24/7 security, engine check, mileage track, etc.)

- Event context: AI Tinkerers Seattle - July Meetup — 2023-07-27 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_5pqOqS1r2mw

## Related Technologies

- [Co-pilot](https://aitinkerers.org/technologies/co-pilot) ([Markdown](https://aitinkerers.org/technologies/co-pilot.md)) — 2 public demos
- [Highway Autonomy](https://aitinkerers.org/technologies/highway-autonomy) ([Markdown](https://aitinkerers.org/technologies/highway-autonomy.md)) — 1 public demo
- [openpilot](https://aitinkerers.org/technologies/openpilot) ([Markdown](https://aitinkerers.org/technologies/openpilot.md)) — 1 public demo
