CVAIJul 2, 2025

NOCTIS: Novel Object Cyclic Threshold based Instance Segmentation

arXiv:2507.01463v32 citationsh-index: 1
Originality Highly original
AI Analysis

This addresses the problem of segmenting unseen objects in computer vision for applications like robotics and automation, with a novel method that improves performance without additional training.

The paper tackles instance segmentation of novel objects in RGB images without retraining, by proposing NOCTIS, a training-free framework that integrates Grounded-SAM 2 and DINOv2 with a cyclic thresholding mechanism, and it outperforms the best RGB and RGB-D methods on the BOP 2023 challenge datasets.

Instance segmentation of novel objects instances in RGB images, given some example images for each object, is a well known problem in computer vision. Designing a model general enough to be employed for all kinds of novel objects without (re-) training has proven to be a difficult task. To handle this, we present a new training-free framework, called: Novel Object Cyclic Threshold based Instance Segmentation (NOCTIS). NOCTIS integrates two pre-trained models: Grounded-SAM 2 for object proposals with precise bounding boxes and corresponding segmentation masks; and DINOv2 for robust class and patch embeddings, due to its zero-shot capabilities. Internally, the proposal-object matching is realized by determining an object matching score based on the similarity of the class embeddings and the average maximum similarity of the patch embeddings with a new cyclic thresholding (CT) mechanism that mitigates unstable matches caused by repetitive textures or visually similar patterns. Beyond CT, NOCTIS introduces: (i) an appearance score that is unaffected by object selection bias; (ii) the usage of the average confidence of the proposals' bounding box and mask as a scoring component; and (iii) an RGB-only pipeline that performs even better than RGB-D ones. We empirically show that NOCTIS, without further training/fine tuning, outperforms the best RGB and RGB-D methods regarding the mean AP score on the seven core datasets of the BOP 2023 challenge for the "Model-based 2D segmentation of unseen objects" task.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes