March 2026 Summaries
3 posts from Voxel51
Filter
Month:
Year:
Post Summaries
Back to Blog
An ML Engineer shares insights on improving model performance without retraining by leveraging sample-level debugging and the right tools, using the example of a YOLO11 model applied to Ring camera footage. By employing FiftyOne's Model Evaluation tools, the engineer identified an issue with high false positives that were due to Non-Maximum Suppression (NMS) failures, which were resolved by adjusting post-processing parameters rather than retraining the model. This adjustment led to a 16.5% improvement in precision and a 70.9% reduction in false positives. The engineer emphasizes the importance of analyzing data at the sample level to gain actionable insights and highlights the often underappreciated impact of tuning inference-time parameters such as the NMS IoU threshold. The process underscores how sample-level debugging can transform vague aggregate metrics into specific, actionable solutions, ultimately enhancing real-world model performance efficiently.
Mar 30, 2026
1,797 words in the original blog post.
Porsche is using an advanced workflow that integrates tools like FiftyOne, NVIDIA Omniverse NuRec, and NVIDIA Cosmos to transform raw sensor data into high-quality, reusable digital twins for autonomous vehicle (AV) training and validation. The process involves curating and auditing scenes to ensure data quality, reconstructing them into detailed digital environments, and expanding scenarios with novel views and annotations, significantly reducing costs associated with bad data training incidents. This approach allows for a tenfold increase in scenario diversity without additional fleet miles, focusing on creating valuable validation assets from curated data rather than amassing more raw footage. By leveraging this workflow, Porsche enhances its AV development by turning sensor captures into a robust library of scenarios that facilitate repeatable training, validation, and regression testing, thus streamlining and improving the quality of AV models.
Mar 17, 2026
1,648 words in the original blog post.
Porsche Research, in collaboration with Voxel51, NVIDIA, and Nebius, is advancing its synthetic data generation pipeline to enhance autonomous vehicle training by addressing the limitations of real-world data collection, which is often slow, costly, and insufficient for capturing rare, high-stakes scenarios. The NVIDIA Physical AI Data Factory Blueprint serves as an open reference architecture, enabling seamless data augmentation and analysis workflows through modular processes that transform raw driving footage into diverse, high-quality training sets. Voxel51's data curation tools and Nebius's GPU cloud infrastructure streamline the generation and evaluation of synthetic data, ensuring model-ready outputs that pass rigorous quality checks. This collaboration empowers Porsche to close gaps in long-tail distribution by automating the identification and augmentation of impactful scenes, thereby reducing pipeline complexity and paving the way for agentic workflows that minimize human intervention.
Mar 16, 2026
1,084 words in the original blog post.