Pith. sign in

REVIEW 2 cited by

RoBiS: Robust Binary Segmentation for High-Resolution Industrial Images

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2505.21152 v1 pith:33XX46XC submitted 2025-05-27 cs.CV

RoBiS: Robust Binary Segmentation for High-Resolution Industrial Images

classification cs.CV
keywords robisrobustbinarizationdatahigh-resolutionmethodsmvtecprivate
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Robust unsupervised anomaly detection (AD) in real-world scenarios is an important task. Current methods exhibit severe performance degradation on the MVTec AD 2 benchmark due to its complex real-world challenges. To solve this problem, we propose a robust framework RoBiS, which consists of three core modules: (1) Swin-Cropping, a high-resolution image pre-processing strategy to preserve the information of small anomalies through overlapping window cropping. (2) The data augmentation of noise addition and lighting simulation is carried out on the training data to improve the robustness of AD model. We use INP-Former as our baseline, which could generate better results on the various sub-images. (3) The traditional statistical-based binarization strategy (mean+3std) is combined with our previous work, MEBin (published in CVPR2025), for joint adaptive binarization. Then, SAM is further employed to refine the segmentation results. Compared with some methods reported by the MVTec AD 2, our RoBiS achieves a 29.2% SegF1 improvement (from 21.8% to 51.00%) on Test_private and 29.82% SegF1 gains (from 16.7% to 46.52%) on Test_private_mixed. Code is available at https://github.com/xrli-U/RoBiS.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. MuRF: Unlocking the Multi-Scale Potential of Vision Foundation Models

    cs.CV 2026-03 unverdicted novelty 6.0

    MuRF fuses multi-resolution features from frozen vision foundation models at inference time to create stronger representations without any training.

  2. SuperADD: Training-free Class-agnostic Anomaly Segmentation -- CVPR 2026 VAND 4.0 Workshop Challenge Industrial Track

    cs.CV 2026-05 unverdicted novelty 3.0

    SuperADD enhances SuperAD with DINOv3 backbone, overlapping patches, augmentations, better memory subsampling, and morphological closing to achieve higher F1 scores on MVTec AD 2 without class-specific tuning.