Submission: NOVASplat (FastSAM)/HANDAL/NOVASplatv_handal

Download submission
Submission name NOVASplatv_handal
Submission time (UTC) Oct. 1, 2025, 5:37 p.m.
User orestisvaggelis
Task Model-free 2D detection of unseen objects
Dataset HANDAL
Description
Evaluation scores
AP:0.309
AP50:0.406
AP75:0.328
AP_large:0.366
AP_medium:0.127
AP_small:0.000
AR1:0.410
AR10:0.418
AR100:0.418
AR_large:0.494
AR_medium:0.141
AR_small:0.000
average_time_per_image:0.258

Method: NOVASplat (FastSAM)

User orestisvaggelis
Publication Not published
Implementation Will be made public upon publication
Training image modalities RGB
Test image modalities RGB
Description

Submitted to: BOP Challenge 2025

Training data: None

Onboarding data: The method performs model-free onboarding using the static onboarding sequences.

Notes:

Onboarding: The known camera poses and the estimated object poses relative to each camera are used to align the two onboarding sequences (upward and downward views) into a common coordinate frame. With these poses, the method performs feature detection on the masked object regions (SIFT), sequential feature matching, and point triangulation to obtain a sparse SfM point cloud of the object. The resulting camera poses and sparse point cloud serve as input for training a 3D Gaussian Splatting model for 14k iterations. Once trained, the model is used to render 642 template images from camera viewpoints distributed on an icosphere around the object. The entire onboarding stage requires, on average, 4 minutes and 30 seconds.

Inference: For inference, the method adopts a variant of the CNOS proposal stage, using Fast-SAM to generate object proposals. DINOv3 features are then extracted from these proposals, and the matching stage follows the CNOS pipeline closely.

Computer specifications Workstation with 28 CPU cores and NVIDIA RTX4090