paper-with-me

Papers

D-FINE-seg: Object Detection and Instance Segmentation Framework with multi-backend deployment

2026-02-26 · Argo Saakyan, Dmitry Solntsev arxiv

Transformer-based real-time object detectors achieve strong accuracy-latency trade-offs, and D-FINE is among the top-performing recent architectures. However, real-time instance segmentation with transformers is still less common. We present D-FINE-seg, an instance segmentation extension of D-FINE that adds: a lightweight mask head, segmentation-aware training, including box cropped BCE and dice mask losses, auxiliary and denoising mask supervision, and adapted Hungarian matching cost. On the TACO dataset, D-FINE-seg improves F1-score over Ultralytics YOLO26 under a unified TensorRT FP16 end-to-end benchmarking protocol, while maintaining competitive latency. Second contribution is an end-to-end pipeline for training, exporting, and optimized inference across ONNX, TensorRT, OpenVINO for both object detection and instance segmentation tasks. This framework is released as open-source under the Apache-2.0 license. GitHub repository - https://github.com/ArgoHA/D-FINE-seg.

📄 PDF Abstract BibTeX arXiv:2602.23043

Code (0)

등록된 구현이 없습니다.

Tasks

Real-time Instance SegmentationObject Detection

Similar Papers 제목 키워드 기반

Parallel Detection-and-Segmentation Learning for Weakly Supervised Instance Segmentation

2021-01-01 · ICCV 2021 10 · Yunhang Shen, Liujuan Cao, Zhiwei Chen, Baochang Zhang 외

Weakly supervised instance segmentation (WSIS) with only image-level labels has recently drawn much attention. To date, bottom-up WSIS methods refine discriminative cues from classifiers with sophisticated multi-stag…

Instance Segmentationobject-detectionObject DetectionSegmentation+4

Pseudo Mask Augmented Object Detection

2018-03-15 · CVPR 2018 6 · Xiangyun Zhao, Shuang Liang, Yichen Wei

In this work, we present a novel and effective framework to facilitate object detection with the instance-level segmentation information that is only supervised by bounding box annotation. Starting from the joint object …

Instance SegmentationObjectobject-detectionObject Detection+3

Joint 3D Instance Segmentation and Object Detection for Autonomous Driving

2020-06-01 · CVPR 2020 6 · Dingfu Zhou, Jin Fang, Xibin Song, Liu Liu 외

Currently, in Autonomous Driving (AD), most of the 3D object detection frameworks (either anchor- or anchor-free-based) consider the detection as a Bounding Box (BBox) regression problem. However, this compact representa…

3D Instance Segmentation3D Object DetectionAutonomous DrivingClustering+6

A Survey on Instance Segmentation: State of the art

2020-06-28 · Abdul Mueed Hafiz, Ghulam Mohiuddin Bhat

Object detection or localization is an incremental step in progression from coarse to fine digital image inference. It not only provides the classes of the image objects, but also provides the location of the image objec…

Instance SegmentationObjectobject-detectionObject Detection+3

Instance-Level Salient Object Segmentation

2017-04-12 · CVPR 2017 7 · Guanbin Li, Yuan Xie, Liang Lin, Yizhou Yu

Image saliency detection has recently witnessed rapid progress due to deep convolutional neural networks. However, none of the existing methods is able to identify object instances in the detected salient regions. In thi…

Instance SegmentationObjectSaliency DetectionSegmentation+1