top of page


Beyond AUROC: Evaluating Visual Anomaly Detection for Real-World Production
High benchmark performance does not guarantee a reliable inspection system. This article presents a production-oriented framework for evaluating visual anomaly detection across thresholds, distribution shift, error costs, latency, validation, and monitoring.
15 hours ago3 min read


Unleashing the Power of 3D Datasets, Computer Vision, and Deep Learning in Additive Manufacturing NDT
NDT Additive Manufacturing #36ZERO Vision
Mar 30, 20254 min read


Unveiling the Brain in 3D: The Cutting Edge of Neuroscience Meets Computer Vision and Deep Learning
The Cutting Edge of Neuroscience Meets Computer Vision and Deep Learning
Mar 24, 20255 min read


The Impact of Resolution on AI Model Predictions and Strategies to Overcome Limitations
In the rapidly evolving field of artificial intelligence, the resolution of input data plays a crucial role in the accuracy and effectiveness of AI models. This blog post explores how resolution affects AI predictions and discusses various approaches to overcome resolution-related challenges. Understanding the Impact of Resolution Resolution, in the context of AI, refers to the level of detail in the input data. For image-based AI tasks, this typically means the number of pix
Sep 1, 20243 min read


Soft NMS: Smoothing Out the Rough Edges of Two-Stage Object Detectors 🧐
Two-stage object detectors have been the backbone of computer vision for years, but even the best have their weaknesses. One of the most persistent issues is how they handle overlapping bounding boxes. Traditional Non-Maximum Suppression (NMS) can be a bit heavy-handed, leading to missed detections when objects get cozy. That's where Soft NMS comes in to save the day! 🎉 The NMS Problem: When Boxes Collide 💥 Imagine you're trying to spot a cluster of balloons in a photo. A t
Aug 9, 20242 min read


Preprocessing vs. Augmentation: Unlocking the Secrets of Top-Performing Computer Vision Models
Welcome, fellow engineers and AI enthusiasts! Today, we're diving into the dynamic duo that fuels successful computer vision projects: preprocessing and augmentation. These techniques are like the yin and yang of data preparation, each playing a distinct role in shaping your model's performance. Preprocessing: The Unsung Hero of Data Consistency Think of preprocessing as the meticulous housekeeper of your dataset. It ensures that every image is clean, tidy, and ready for your
Jul 17, 20242 min read


Proxy Tasks: Supercharging Image Understanding with Unlabelled Data
In the world of image-based computer vision, labeled data is the gold standard. However, the reality is that most image datasets are vast and unlabeled. This is where the clever use of proxy tasks shines, providing a strategic method to train your AI models effectively before honing them on smaller, labeled sets. Let's delve into how proxy tasks operate and why they are a game-changer for tackling image understanding challenges. The Unsupervised Learning Puzzle Unsupervised l
Jul 7, 20243 min read


Synthetic Data for Computer Vision: Engineering Reality's Shortcuts (and Dead Ends)
In the world of computer vision, where data is the lifeblood of machine learning models, synthetic data has emerged as a tantalizing alternative to the labor-intensive process of collecting and labeling real-world images. But like any engineering solution, it's a trade-off – offering immense potential in some scenarios, while falling short in others. Let's dive into the details to see where synthetic data shines, where it stumbles, and how it's transforming the field. The All
Jun 23, 20243 min read
bottom of page