English
Related papers

Related papers: PFDet: 2nd Place Solution to Open Images Challenge…

200 papers

We present the instance segmentation and the object detection method used by team PFDet for Open Images Challenge 2019. We tackle a massive dataset size, huge class imbalance and federated annotations. Using this method, the team PFDet…

Computer Vision and Pattern Recognition · Computer Science 2019-10-28 Yusuke Niitani , Toru Ogawa , Shuji Suzuki , Takuya Akiba , Tommi Kerola , Kohei Ozaki , Shotaro Sano

We present an object detection framework based on PaddlePaddle. We put all the strategies together (multi-scale training, FPN, Cascade, Dcnv2, Non-local, libra loss) based on ResNet200-vd backbone. Our model score on public leaderboard…

Computer Vision and Pattern Recognition · Computer Science 2019-11-19 Ruoyu Guo , Cheng Cui , Yuning Du , Xianglong Meng , Xiaodi Wang , Jingwei Liu , Jianfeng Zhu , Yuan Feng , Shumin Han

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 performance improvements. In…

Computer Vision and Pattern Recognition · Computer Science 2020-08-05 Zehao Huang , Zehui Chen , Qiaofei Li , Hongkai Zhang , Naiyan Wang

In an autonomous driving system, it is essential to recognize vehicles, pedestrians and cyclists from images. Besides the high accuracy of the prediction, the requirement of real-time running brings new challenges for convolutional network…

Computer Vision and Pattern Recognition · Computer Science 2021-06-17 Yueming Zhang , Xiaolin Song , Bing Bai , Tengfei Xing , Chao Liu , Xin Gao , Zhihui Wang , Yawei Wen , Haojin Liao , Guoshan Zhang , Pengfei Xu

This report details our solution to the Google AI Open Images Challenge 2019 Object Detection Track. Based on our detailed analysis on the Open Images dataset, it is found that there are four typical features: large-scale, hierarchical tag…

Computer Vision and Pattern Recognition · Computer Science 2019-10-29 Xingyuan Bu , Junran Peng , Changbao Wang , Cunjun Yu , Guoliang Cao

We present our winning solution to the Open Images 2019 Visual Relationship challenge. This is the largest challenge of its kind to date with nearly 9 million training images. Challenge task consists of detecting objects and identifying…

Computer Vision and Pattern Recognition · Computer Science 2019-12-16 Yichao Lu , Cheng Chang , Himanshu Rai , Guangwei Yu , Maksims Volkovs

A practical autonomous driving system urges the need to reliably and accurately detect vehicles and persons. In this report, we introduce a state-of-the-art 2D object detection system for autonomous driving scenarios. Specifically, we…

Computer Vision and Pattern Recognition · Computer Science 2020-06-30 Sijia Chen , Yu Wang , Li Huang , Runzhou Ge , Yihan Hu , Zhuangzhuang Ding , Jie Liao

The improvements in recent CNN-based object detection works, from R-CNN [11], Fast/Faster R-CNN [10, 31] to recent Mask R-CNN [14] and RetinaNet [24], mainly come from new network, new framework, or novel loss design. But mini-batch size, a…

Computer Vision and Pattern Recognition · Computer Science 2018-04-12 Chao Peng , Tete Xiao , Zeming Li , Yuning Jiang , Xiangyu Zhang , Kai Jia , Gang Yu , Jian Sun

Object detection and instance recognition play a central role in many AI applications like autonomous driving, video surveillance and medical image analysis. However, training object detection models on large scale datasets remains…

Computer Vision and Pattern Recognition · Computer Science 2019-03-15 Yuntao Chen , Chenxia Han , Yanghao Li , Zehao Huang , Yi Jiang , Naiyan Wang , Zhaoxiang Zhang

This technical report introduces our solutions of Team 'FineGrainedSeg' for Instance Segmentation track in 3D AI Challenge 2020. In order to handle extremely large objects in 3D-FUTURE, we adopt PointRend as our basic framework, which…

Computer Vision and Pattern Recognition · Computer Science 2024-04-05 Zehui Chen , Qiaofei Li , Feng Zhao

This paper describes the approach we have taken in the challenge. We still adopted the two-stage scheme same as the last champion, that is, detection first and segmentation followed. We trained more powerful detector and segmentor…

Computer Vision and Pattern Recognition · Computer Science 2022-10-19 Jiajun Zhang , Boyu Chen , Zhilong Ji , Jinfeng Bai , Zonghai Hu

In this technical report, we present our approaches for the continual object detection track of the SODA10M challenge. We adapt ResNet50-FPN as the baseline and try several improvements for the final submission model. We find that…

Computer Vision and Pattern Recognition · Computer Science 2021-10-26 Manoj Acharya , Christopher Kanan

Image representations are a critical building block of computer vision applications. This paper presents the 2nd place solution to the Google Universal Image Embedding Competition, which is part of the ECCV2022 instance-level recognition…

Computer Vision and Pattern Recognition · Computer Science 2022-10-20 Xiaolong Huang , Qiankun Li

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 pragmatic online…

Computer Vision and Pattern Recognition · Computer Science 2020-06-30 Yu Wang , Sijia Chen , Li Huang , Runzhou Ge , Yihan Hu , Zhuangzhuang Ding , Jie Liao

This paper presents the 2nd place solution to the Facebook AI Image Similarity Challenge : Matching Track on DrivenData. The solution is based on self-supervised learning, and Vision Transformer(ViT). The main breaktrough comes from…

Computer Vision and Pattern Recognition · Computer Science 2021-11-18 SeungKee Jeon

Searching for small objects in large images is a task that is both challenging for current deep learning systems and important in numerous real-world applications, such as remote sensing and medical imaging. Thorough scanning of very large…

Computer Vision and Pattern Recognition · Computer Science 2021-04-16 Nathan Drenkow , Philippe Burlina , Neil Fendley , Onyekachi Odoemene , Jared Markowitz

The ability to detect small objects and the speed of the object detector are very important for the application of autonomous driving, and in this paper, we propose an effective yet efficient one-stage detector, which gained the second…

Computer Vision and Pattern Recognition · Computer Science 2018-10-11 Qijie Zhao , Tao Sheng , Yongtao Wang , Feng Ni , Ling Cai

Over the past few years, there has been growing interest in developing a broad, universal, and general-purpose computer vision system. Such systems have the potential to address a wide range of vision tasks simultaneously, without being…

Computer Vision and Pattern Recognition · Computer Science 2023-10-13 Feng Lin , Wenze Hu , Yaowei Wang , Yonghong Tian , Guangming Lu , Fanglin Chen , Yong Xu , Xiaoyu Wang

We describe our two-stage instance segmentation framework we use to compete in the challenge. The first stage of our framework consists of an object detector, which generates object proposals in the format of bounding boxes. Then, the…

Computer Vision and Pattern Recognition · Computer Science 2021-10-22 Yuming Du , Wen Guo , Yang Xiao , Vincent Lepetit

Multiple datasets and open challenges for object detection have been introduced in recent years. To build more general and powerful object detection systems, in this paper, we construct a new large-scale benchmark termed BigDetection. Our…

Computer Vision and Pattern Recognition · Computer Science 2022-03-25 Likun Cai , Zhi Zhang , Yi Zhu , Li Zhang , Mu Li , Xiangyang Xue
‹ Prev 1 2 3 10 Next ›