paper-with-me

홈 › Papers

1st Place Solution for CVPR2023 BURST Long Tail and Open World Challenges

2023-08-08 · Kaer Huang

Currently, Video Instance Segmentation (VIS) aims at segmenting and categorizing objects in videos from a closed set of training categories that contain only a few dozen of categories, lacking the ability to handle diverse objects in real-world videos. As TAO and BURST datasets release, we have the opportunity to research VIS in long-tailed and open-world scenarios. Traditional VIS methods are evaluated on benchmarks limited to a small number of common classes, But practical applications require trackers that go beyond these common classes, detecting and tracking rare and even never-before-seen objects. Inspired by the latest MOT paper for the long tail task (Tracking Every Thing in the Wild, Siyuan Li et), for the BURST long tail challenge, we train our model on a combination of LVISv0.5 and the COCO dataset using repeat factor sampling. First, train the detector with segmentation and CEM on LVISv0.5 + COCO dataset. And then, train the instance appearance similarity head on the TAO dataset. at last, our method (LeTracker) gets 14.9 HOTAall in the BURST test set, ranking 1st in the benchmark. for the open-world challenges, we only use 64 classes (Intersection classes of BURST Train subset and COCO dataset, without LVIS dataset) annotations data training, and testing on BURST test set data and get 61.4 OWTAall, ranking 1st in the benchmark. Our code will be released to facilitate future research.

📄 PDF Abstract BibTeX arXiv:2308.04598

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSemantic SegmentationVideo Instance Segmentation

Similar Papers 제목 키워드 기반

The Second-place Solution for CVPR 2022 SoccerNet Tracking Challenge

2022-11-24 · Fan Yang, Shigeyuki Odashima, Shoichi Masui, Shan Jiang

This is our second-place solution for CVPR 2022 SoccerNet Tracking Challenge. Our method mainly includes two steps: online short-term tracking using our Cascaded Buffer-IoU (C-BIoU) Tracker, and, offline long-term tracki…

Clustering

1st Place Winner of the 2024 Pixel-level Video Understanding in the Wild (CVPR'24 PVUW) Challenge in Video Panoptic Segmentation and Best Long Video Consistency of Video Semantic Segmentation

2024-06-08 · Qingfeng Liu, Mostafa El-Khamy, Kee-Bong Song

The third Pixel-level Video Understanding in the Wild (PVUW CVPR 2024) challenge aims to advance the state of art in video understanding through benchmarking Video Panoptic Segmentation (VPS) and Video Semantic Segmentat…

BenchmarkingInstance SegmentationPanoptic SegmentationScene Parsing+6

Towards Real-World Burst Image Super-Resolution: Benchmark and Method

2023-09-09 · ICCV 2023 1 · Pengxu Wei, Yujing Sun, Xingbei Guo, Chang Liu 외

Despite substantial advances, single-image super-resolution (SISR) is always in a dilemma to reconstruct high-quality images with limited information from one input image, especially in realistic scenarios. In this paper…

Burst Image Super-ResolutionImage Super-ResolutionSuper-Resolution

EBSR: Feature Enhanced Burst Super-Resolution With Deformable Alignment

2021-06-15 · Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops 2021 6 · Ziwei Luo, Lei Yu, Xuan Mo, Youwei Li 외

We propose a novel architecture to handle the problem of multi-frame super-resolution (MFSR). The proposed framework is known as Enhanced Burst Super-Resolution (EBSR), which divides the MFSR problem into three parts: al…

Burst Image ReconstructionBurst Image Super-ResolutionMulti-Frame Super-ResolutionSuper-Resolution

The Third Place Solution for CVPR2022 AVA Accessibility Vision and Autonomy Challenge

2022-06-28 · Bo Yan, Leilei Cao, Zhuang Li, Hongbin Wang

The goal of AVA challenge is to provide vision-based benchmarks and methods relevant to accessibility. In this paper, we introduce the technical details of our submission to the CVPR2022 AVA Challenge. Firstly, we conduc…

Data Augmentation