paper-with-me

Papers

TransFiner: A Full-Scale Refinement Approach for Multiple Object Tracking

2022-07-26 · Bin Sun

Multiple object tracking (MOT) is the task containing detection and association. Plenty of trackers have achieved competitive performance. Unfortunately, for the lack of informative exchange on these subtasks, they are often biased toward one of the two and underperform in complex scenarios, such as the inevitable misses and mistaken trajectories of targets when tracking individuals within a crowd. This paper proposes TransFiner, a transformer-based approach to post-refining MOT. It is a generic attachment framework that depends on query pairs, the bridge between an original tracker and TransFiner. Each query pair, through the fusion decoder, produces refined detection and motion clues for a specific object. Before that, they are feature-aligned and group-labeled under the guidance of tracking results (locations and class predictions) from the original tracker, finishing tracking refinement with focus and comprehensively. Experiments show that our design is effective, on the MOT17 benchmark, we elevate the CenterTrack from 67.8% MOTA and 64.7% IDF1 to 71.5% MOTA and 66.8% IDF1.

📄 PDF Abstract BibTeX arXiv:2207.12967

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMultiple Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

CenterTrack Our tracker, CenterTrack, applies a detection model to a pair of images and detections from the prior frame. Given this minimal input, CenterTrack localizes objects and predicts…

Similar Papers 제목 키워드 기반

Video Mask Transfiner for High-Quality Video Instance Segmentation

2022-07-28 · Lei Ke, Henghui Ding, Martin Danelljan, Yu-Wing Tai 외

While Video Instance Segmentation (VIS) has seen rapid progress, current approaches struggle to predict high-quality masks with accurate boundary details. Moreover, the predicted segmentations often fluctuate over time, …

Instance SegmentationSemantic SegmentationVideo Instance SegmentationVocal Bursts Intensity Prediction

Mask Transfiner for High-Quality Instance Segmentation

2021-11-26 · CVPR 2022 1 · Lei Ke, Martin Danelljan, Xia Li, Yu-Wing Tai 외

Two-stage and query-based instance segmentation methods have achieved remarkable results. However, their segmented masks are still very coarse. In this paper, we present Mask Transfiner for high-quality and efficient ins…

Instance SegmentationSegmentationSemantic SegmentationVocal Bursts Intensity Prediction

MARS: Mask Attention Refinement with Sequential Quadtree Nodes for Car Damage Instance Segmentation

2023-05-01 · Teerapong Panboonyuen, Naphat Nithisopa, Panin Pienroj, Laphonchai Jirachuphun 외

Evaluating car damages from misfortune is critical to the car insurance industry. However, the accuracy is still insufficient for real-world applications since the deep learning network is not designed for car damage ima…

Instance SegmentationSegmentationSemantic Segmentation

BBRefinement: an universal scheme to improve precision of box object detectors

2021-01-01 · Petr Hurtik, Marek Vajgl

We present a conceptually simple yet powerful and flexible scheme for refining predictions of bounding boxes. Our approach can be built on top of an arbitrary object detector and produces more precise predictions. The me…

Multiple Instance Detection Network with Online Instance Classifier Refinement

2017-04-01 · CVPR 2017 7 · Peng Tang, Xinggang Wang, Xiang Bai, Wenyu Liu

Of late, weakly supervised object detection is with great importance in object recognition. Based on deep learning, weakly supervised detectors have achieved many promising results. However, compared with fully supervise…

Multiple Instance LearningObjectobject-detectionObject Detection+2