中文
相关论文

相关论文: ScratchDet: Training Single-Shot Object Detectors …

200 篇论文

We propose Deeply Supervised Object Detectors (DSOD), an object detection framework that can be trained from scratch. Recent advances in object detection heavily depend on the off-the-shelf models pre-trained on large-scale classification…

计算机视觉与模式识别 · 计算机科学 2019-03-20 Zhiqiang Shen , Zhuang Liu , Jianguo Li , Yu-Gang Jiang , Yurong Chen , Xiangyang Xue

We present Deeply Supervised Object Detector (DSOD), a framework that can learn object detectors from scratch. State-of-the-art object objectors rely heavily on the off-the-shelf networks pre-trained on large-scale classification datasets…

计算机视觉与模式识别 · 计算机科学 2018-05-01 Zhiqiang Shen , Zhuang Liu , Jianguo Li , Yu-Gang Jiang , Yurong Chen , Xiangyang Xue

The ImageNet pre-training initialization is the de-facto standard for object detection. He et al. found it is possible to train detector from scratch(random initialization) while needing a longer training schedule with proper normalization…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Yang Li , Hong Zhang , Yu Zhang

Object detectors are usually equipped with backbone networks designed for image classification. It might be sub-optimal because of the gap between the tasks of image classification and object detection. In this work, we present DetNAS to…

计算机视觉与模式识别 · 计算机科学 2020-01-01 Yukang Chen , Tong Yang , Xiangyu Zhang , Gaofeng Meng , Xinyu Xiao , Jian Sun

For object detection, the two-stage approach (e.g., Faster R-CNN) has been achieving the highest accuracy, whereas the one-stage approach (e.g., SSD) has the advantage of high efficiency. To inherit the merits of both while overcoming their…

计算机视觉与模式识别 · 计算机科学 2018-01-04 Shifeng Zhang , Longyin Wen , Xiao Bian , Zhen Lei , Stan Z. Li

Recent CNN based object detectors, no matter one-stage methods like YOLO, SSD, and RetinaNe or two-stage detectors like Faster R-CNN, R-FCN and FPN are usually trying to directly finetune from ImageNet pre-trained models designed for image…

计算机视觉与模式识别 · 计算机科学 2018-04-20 Zeming Li , Chao Peng , Gang Yu , Xiangyu Zhang , Yangdong Deng , Jian Sun

Object detection models based on convolutional neural networks (CNNs) demonstrate impressive performance when trained on large-scale labeled datasets. While a generic object detector trained on such a dataset performs adequately in…

机器人学 · 计算机科学 2019-02-28 Saif Alabachi , Gita Sukthankar , Rahul Sukthankar

The paradigm of large-scale pre-training followed by downstream fine-tuning has been widely employed in various object detection algorithms. In this paper, we reveal discrepancies in data, model, and task between the pre-training and…

计算机视觉与模式识别 · 计算机科学 2023-08-15 Ming Li , Jie Wu , Xionghui Wang , Chen Chen , Jie Qin , Xuefeng Xiao , Rui Wang , Min Zheng , Xin Pan

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…

计算机视觉与模式识别 · 计算机科学 2018-04-12 Chao Peng , Tete Xiao , Zeming Li , Yuning Jiang , Xiangyu Zhang , Kai Jia , Gang Yu , Jian Sun

With the improvements in the object detection networks, several variations of object detection networks have been achieved impressive performance. However, the performance evaluation of most models has focused on detection accuracy, and…

计算机视觉与模式识别 · 计算机科学 2020-11-30 Min-Kook Choi , Heechul Jung

Training of object detection models using less data is currently the focus of existing N-shot learning models in computer vision. Such methods use object-level labels and takes hours to train on unseen classes. There are many cases where we…

计算机视觉与模式识别 · 计算机科学 2022-03-29 Asra Aslam , Edward Curry

Object detection is a critical component of various security-sensitive applications, such as autonomous driving and video surveillance. However, existing object detectors are vulnerable to adversarial attacks, which poses a significant…

计算机视觉与模式识别 · 计算机科学 2025-02-14 Xiao Li , Hang Chen , Xiaolin Hu

Few-shot detection and classification have advanced significantly in recent years. Yet, detection approaches require strong annotation (bounding boxes) both for pre-training and for adaptation to novel classes, and classification approaches…

Real-time single-stage object detectors based on deep learning still remain less accurate than more complex ones. The trade-off between model performance and computational speed is a major challenge. In this paper, we propose a new way to…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Florian Chabot , Quoc-Cuong Pham , Mohamed Chaouch

Recent advancements in large-scale foundational models have sparked widespread interest in training highly proficient large vision models. A common consensus revolves around the necessity of aggregating extensive, high-quality annotated…

计算机视觉与模式识别 · 计算机科学 2024-07-16 Cheng Shi , Yuchen Zhu , Sibei Yang

DEtection TRansformer (DETR) for object detection reaches competitive performance compared with Faster R-CNN via a transformer encoder-decoder architecture. However, trained with scratch transformers, DETR needs large-scale training data…

计算机视觉与模式识别 · 计算机科学 2023-07-25 Zhigang Dai , Bolun Cai , Yugeng Lin , Junying Chen

Recent one-stage object detectors follow a per-pixel prediction approach that predicts both the object category scores and boundary positions from every single grid location. However, the most suitable positions for inferring different…

计算机视觉与模式识别 · 计算机科学 2022-12-02 Li Yang , Yan Xu , Shaoru Wang , Chunfeng Yuan , Ziqi Zhang , Bing Li , Weiming Hu

Recent self-supervised pretraining methods for object detection largely focus on pretraining the backbone of the object detector, neglecting key parts of detection architecture. Instead, we introduce DETReg, a new self-supervised method…

计算机视觉与模式识别 · 计算机科学 2023-07-21 Amir Bar , Xin Wang , Vadim Kantorov , Colorado J Reed , Roei Herzig , Gal Chechik , Anna Rohrbach , Trevor Darrell , Amir Globerson

ImageNet pre-training has been regarded as essential for training accurate object detectors for a long time. Recently, it has been shown that object detectors trained from randomly initialized weights can be on par with those fine-tuned…

计算机视觉与模式识别 · 计算机科学 2019-09-10 Yosuke Shinya , Edgar Simo-Serra , Taiji Suzuki

Scale variation is one of the key challenges in object detection. In this work, we first present a controlled experiment to investigate the effect of receptive fields for scale variation in object detection. Based on the findings from the…

计算机视觉与模式识别 · 计算机科学 2019-08-21 Yanghao Li , Yuntao Chen , Naiyan Wang , Zhaoxiang Zhang
‹ 上一页 1 2 3 10 下一页 ›