paper-with-me

홈 › Papers

Weighted boxes fusion: Ensembling boxes from different object detection models

2019-10-29 · Roman Solovyev, Weimin WANG, Tatiana Gabruseva

In this work, we present a novel method for combining predictions of object detection models: weighted boxes fusion. Our algorithm utilizes confidence scores of all proposed bounding boxes to constructs the averaged boxes. We tested method on several datasets and evaluated it in the context of the Open Images and COCO Object Detection tracks, achieving top results in these challenges. The source code is publicly available at https://github.com/ZFTurbo/Weighted-Boxes-Fusion

📄 PDF Abstract BibTeX arXiv:1910.13302

Code (10)

ZFTurbo/Weighted-Boxes-Fusion 공식 구현
FicmillaR/FicmillaR.github.io
HirataYurina/yoloV3-keras-sibyl tf
HirataYurina/yoloV4-keras-techi tf
HirataYurina/yolov4-tiny-keras tf
Luckygyana/Invo-AI pytorch
Wastoon/MOT-CenterNet pytorch
grandoba/detectron2_ensemble pytorch
huyhieupham/learning-from-multiple-annotators pytorch
phykn/film-defect-detection pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Diffusing More Objects for Semi-Supervised Domain Adaptation with Less Labeling

2023-12-19 · Leander van den Heuvel, Gertjan Burghouts, David W. Zhang, Gwenn Englebienne 외

For object detection, it is possible to view the prediction of bounding boxes as a reverse diffusion process. Using a diffusion model, the random bounding boxes are iteratively refined in a denoising step, conditioned on…

DenoisingDomain Adaptationobject-detectionObject Detection+1

Frame Fusion with Vehicle Motion Prediction for 3D Object Detection

2023-06-19 · Xirui Li, Feng Wang, Naiyan Wang, Chao Ma

In LiDAR-based 3D detection, history point clouds contain rich temporal information helpful for future prediction. In the same way, history detections should contribute to future detections. In this paper, we propose a d…

3D Object DetectionFuture predictionModel Selectionmotion prediction+2

DiffusionDet: Diffusion Model for Object Detection

2022-11-17 · ICCV 2023 1 · Shoufa Chen, Peize Sun, Yibing Song, Ping Luo

We propose DiffusionDet, a new framework that formulates object detection as a denoising diffusion process from noisy boxes to object boxes. During the training stage, object boxes diffuse from ground-truth boxes to rand…

DenoisingmodelObjectobject-detection+1

Evolving Boxes for Fast Vehicle Detection

2017-02-01 · Li Wang, Yao Lu, Hong Wang, Yingbin Zheng 외

We perform fast vehicle detection from traffic surveillance cameras. A novel deep learning framework, namely Evolving Boxes, is developed that proposes and refines the object boxes under different feature representations…

Fast Vehicle DetectionGPUvehicle detection

Graph Fusion Network for Multi-Oriented Object Detection

2022-05-07 · Shi-Xue Zhang, Xiaobin Zhu, Jie-Bo Hou, Xu-Cheng Yin

In object detection, non-maximum suppression (NMS) methods are extensively adopted to remove horizontal duplicates of detected dense boxes for generating final object instances. However, due to the degraded quality of de…

Objectobject-detectionObject DetectionOriented Object Detection