BioDet: Boosting Industrial Object Detection with Image Preprocessing Strategies
Jiaqi Hu, Hongli Xu, Junwen Huang, Peter KT Yu, Slobodan Ilic, Benjamin Busam
TL;DR
This work targets the critical detection bottleneck in industrial 6D pose estimation by introducing a plug-in 2D unseen-object detection pipeline. It combines a low-light enhancement module (LLEM) with background removal via Grounding-DINO, followed by SAM-based segmentation and multi-faceted template matching using DINOv2 features to robustly assign CAD IDs in $SE(3)$ pose space. The approach reduces domain gaps and suppresses background clutter, yielding significant improvements in detection AP and pose AR on challenging industrial benchmarks (XYZ-IBD, IPD, ITODD-MV) with only modest overhead. Practically, the method enhances robustness under extreme lighting and clutter, making industrial automation more flexible and reliable when detecting unseen objects using existing baselines.
Abstract
Accurate 6D pose estimation is essential for robotic manipulation in industrial environments. Existing pipelines typically rely on off-the-shelf object detectors followed by cropping and pose refinement, but their performance degrades under challenging conditions such as clutter, poor lighting, and complex backgrounds, making detection the critical bottleneck. In this work, we introduce a standardized and plug-in pipeline for 2D detection of unseen objects in industrial settings. Based on current SOTA baselines, our approach reduces domain shift and background artifacts through low-light image enhancement and background removal guided by open-vocabulary detection with foundation models. This design suppresses the false positives prevalent in raw SAM outputs, yielding more reliable detections for downstream pose estimation. Extensive experiments on real-world industrial bin-picking benchmarks from BOP demonstrate that our method significantly boosts detection accuracy while incurring negligible inference overhead, showing the effectiveness and practicality of the proposed method.
