paper-with-me

홈 › Papers

LVIS Challenge Track Technical Report 1st Place Solution: Distribution Balanced and Boundary Refinement for Large Vocabulary Instance Segmentation

2021-11-04 · WeiFu Fu, Congchong Nie, Ting Sun, Jun Liu, Tianliang Zhang, Yong liu

This report introduces the technical details of the team FuXi-Fresher for LVIS Challenge 2021. Our method focuses on the problem in following two aspects: the long-tail distribution and the segmentation quality of mask and boundary. Based on the advanced HTC instance segmentation algorithm, we connect transformer backbone(Swin-L) through composite connections inspired by CBNetv2 to enhance the baseline results. To alleviate the problem of long-tail distribution, we design a Distribution Balanced method which includes dataset balanced and loss function balaced modules. Further, we use a Mask and Boundary Refinement method composed with mask scoring and refine-mask algorithms to improve the segmentation quality. In addition, we are pleasantly surprised to find that early stopping combined with EMA method can achieve a great improvement. Finally, by using multi-scale testing and increasing the upper limit of the number of objects detected per image, we achieved more than 45.4% boundary AP on the val set of LVIS Challenge 2021. On the test data of LVIS Challenge 2021, we rank 1st and achieve 48.1% AP. Notably, our APr 47.5% is very closed to the APf 48.0%.

📄 PDF Abstract BibTeX arXiv:2111.02668

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

FPN 설명 없음
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
HTC 설명 없음
Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

1st Place Solutions for Waymo Open Dataset Challenges -- 2D and 3D Tracking

2020-06-28 · Yu Wang, Sijia Chen, Li Huang, Runzhou Ge 외

This technical report presents the online and real-time 2D and 3D multi-object tracking (MOT) algorithms that reached the 1st places on both Waymo Open Dataset 2D tracking and 3D tracking challenges. An efficient and pra…

3D Multi-Object TrackingMulti-Object TrackingObject Tracking

1st Place Solutions of Waymo Open Dataset Challenge 2020 -- 2D Object Detection Track

2020-08-04 · Zehao Huang, Zehui Chen, Qiaofei Li, Hongkai Zhang 외

In this technical report, we present our solutions of Waymo Open Dataset (WOD) Challenge 2020 - 2D Object Track. We adopt FPN as our basic framework. Cascade RCNN, stacked PAFPN Neck and Double-Head are used for performa…

2D Object DetectionObjectobject-detectionObject Detection+1

Technical Report for CVPR 2022 LOVEU AQTC Challenge

2022-06-29 · Hyeonyu Kim, Jongeun Kim, Jeonghun Kang, Sanguk Park 외

This technical report presents the 2nd winning model for AQTC, a task newly introduced in CVPR 2022 LOng-form VidEo Understanding (LOVEU) challenges. This challenge faces difficulties with multi-step answers, multi-modal…

Video Understanding

CSS-Segment: 2nd Place Report of LSVOS Challenge VOS Track

2024-08-24 · Jinming Chai, Qin Ma, Junpei Zhang, Licheng Jiao 외

Video object segmentation is a challenging task that serves as the cornerstone of numerous downstream applications, including video editing and autonomous driving. In this technical report, we briefly introduce the solut…

Autonomous DrivingObjectSegmentationSemantic Segmentation+3

Technical Report for Argoverse Challenges on Unified Sensor-based Detection, Tracking, and Forecasting

2023-11-27 · Zhepeng Wang, Feng Chen, Kanokphan Lertniphonphan, Siwei Chen 외

This report presents our Le3DE2E solution for unified sensor-based detection, tracking, and forecasting in Argoverse Challenges at CVPR 2023 Workshop on Autonomous Driving (WAD). We propose a unified network that incorpo…

Autonomous Driving