中文
相关论文

相关论文: 2nd Place Solution for SODA10M Challenge 2021 -- C…

200 篇论文

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…

计算机视觉与模式识别 · 计算机科学 2020-08-05 Zehao Huang , Zehui Chen , Qiaofei Li , Hongkai Zhang , Naiyan Wang

Aiming at facilitating a real-world, ever-evolving and scalable autonomous driving system, we present a large-scale dataset for standardizing the evaluation of different self-supervised and semi-supervised approaches by learning from raw…

计算机视觉与模式识别 · 计算机科学 2021-11-09 Jianhua Han , Xiwen Liang , Hang Xu , Kai Chen , Lanqing Hong , Jiageng Mao , Chaoqiang Ye , Wei Zhang , Zhenguo Li , Xiaodan Liang , Chunjing Xu

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…

计算机视觉与模式识别 · 计算机科学 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 describes a 2nd place solution of the detection challenge which is held within CVPR 2020 Retail-Vision workshop. Instead of going further considering previous results this work mainly aims to verify previously observed takeaways…

计算机视觉与模式识别 · 计算机科学 2020-06-16 Artem Kozlov

Online continual learning in the wild is a very difficult task in machine learning. Non-stationarity in online continual learning potentially brings about catastrophic forgetting in neural networks. Specifically, online continual learning…

计算机视觉与模式识别 · 计算机科学 2021-11-05 Muhammad Rifki Kurniawan , Xing Wei , Yihong Gong

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…

计算机视觉与模式识别 · 计算机科学 2022-10-19 Jiajun Zhang , Boyu Chen , Zhilong Ji , Jinfeng Bai , Zonghai Hu

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…

计算机视觉与模式识别 · 计算机科学 2019-11-19 Ruoyu Guo , Cheng Cui , Yuning Du , Xianglong Meng , Xiaodi Wang , Jingwei Liu , Jianfeng Zhu , Yuan Feng , Shumin Han

We present a large-scale object detection system by team PFDet. Our system enables training with huge datasets using 512 GPUs, handles sparsely verified classes, and massive class imbalance. Using our method, we achieved 2nd place in the…

计算机视觉与模式识别 · 计算机科学 2018-09-05 Takuya Akiba , Tommi Kerola , Yusuke Niitani , Toru Ogawa , Shotaro Sano , Shuji Suzuki

In this paper we describe the design and the ideas motivating a new Continual Learning benchmark for Autonomous Driving (CLAD), that focuses on the problems of object classification and object detection. The benchmark utilises SODA10M, a…

计算机视觉与模式识别 · 计算机科学 2022-10-10 Eli Verwimp , Kuo Yang , Sarah Parisot , Hong Lanqing , Steven McDonagh , Eduardo Pérez-Pellitero , Matthias De Lange , Tinne Tuytelaars

This paper introduces our solution for the Track2 in AI City Challenge 2021 (AICITY21). The Track2 is a vehicle re-identification (ReID) task with both the real-world data and synthetic data. We mainly focus on four points, i.e. training…

计算机视觉与模式识别 · 计算机科学 2021-05-21 Hao Luo , Weihua Chen , Xianzhe Xu , Jianyang Gu , Yuqi Zhang , Chong Liu , Yiqi Jiang , Shuting He , Fan Wang , Hao Li

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…

计算机视觉与模式识别 · 计算机科学 2020-06-30 Sijia Chen , Yu Wang , Li Huang , Runzhou Ge , Yihan Hu , Zhuangzhuang Ding , Jie Liao

As Transformer-based architectures have recently shown encouraging progresses in computer vision. In this work, we present the solution to the Google Landmark Recognition 2021 Challenge held on Kaggle, which is an improvement on our last…

计算机视觉与模式识别 · 计算机科学 2021-10-08 Shubin Dai

Small object detection (SOD) is a critical yet challenging task in computer vision, with applications like spanning surveillance, autonomous systems, medical imaging, and remote sensing. Unlike larger objects, small objects contain limited…

计算机视觉与模式识别 · 计算机科学 2025-08-11 Mahya Nikouei , Bita Baroutian , Shahabedin Nabavi , Fateme Taraghi , Atefe Aghaei , Ayoob Sajedi , Mohsen Ebrahimi Moghaddam

We present Siam R-CNN, a Siamese re-detection architecture which unleashes the full power of two-stage object detection approaches for visual object tracking. We combine this with a novel tracklet-based dynamic programming algorithm, which…

计算机视觉与模式识别 · 计算机科学 2020-04-03 Paul Voigtlaender , Jonathon Luiten , Philip H. S. Torr , Bastian Leibe

We present our solutions to the Google Landmark Challenges 2021, for both the retrieval and the recognition tracks. Both solutions are ensembles of transformers and ConvNet models based on Sub-center ArcFace with dynamic margins. Since the…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Qishen Ha , Bo Liu , Hongwei Zhang

Both accuracy and efficiency are significant for pose estimation and tracking in videos. State-of-the-art performance is dominated by two-stages top-down methods. Despite the leading results, these methods are impractical for real-world…

计算机视觉与模式识别 · 计算机科学 2019-08-16 Jiabin Zhang , Zheng Zhu , Wei Zou , Peng Li , Yanwei Li , Hu Su , Guan Huang

With the rise of deep convolutional neural networks, object detection has achieved prominent advances in past years. However, such prosperity could not camouflage the unsatisfactory situation of Small Object Detection (SOD), one of the…

计算机视觉与模式识别 · 计算机科学 2023-10-06 Gong Cheng , Xiang Yuan , Xiwen Yao , Kebing Yan , Qinghua Zeng , Xingxing Xie , Junwei Han

Continuous/Lifelong learning of high-dimensional data streams is a challenging research problem. In fact, fully retraining models each time new data become available is infeasible, due to computational and storage issues, while na\"ive…

计算机视觉与模式识别 · 计算机科学 2017-05-11 Vincenzo Lomonaco , Davide Maltoni

Compared with MS-COCO, the dataset for the competition has a larger proportion of large objects which area is greater than 96x96 pixels. As getting fine boundaries is vitally important for large object segmentation, Mask R-CNN with…

计算机视觉与模式识别 · 计算机科学 2020-10-22 Kai Jiang , Xiangyue Liu , Zheng Ju , Xiang Luo

Convolutional neural networks (CNNs) have achieved significant success in image classification by utilizing large-scale datasets. However, it is still of great challenge to learn from scratch on small-scale datasets efficiently and…

计算机视觉与模式识别 · 计算机科学 2022-06-14 Yilu Guo , Shicai Yang , Weijie Chen , Liang Ma , Di Xie , Shiliang Pu
‹ 上一页 1 2 3 10 下一页 ›