中文
相关论文

相关论文: Object Detection from Scratch with Deep Supervisio…

200 篇论文

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

Object detection has achieved a huge breakthrough with deep neural networks and massive annotated data. However, current detection methods cannot be directly transferred to the scenario where the annotated data is scarce due to the severe…

计算机视觉与模式识别 · 计算机科学 2023-10-26 Qihan Huang , Haofei Zhang , Mengqi Xue , Jie Song , Mingli Song

Current state-of-the-art object objectors are fine-tuned from the off-the-shelf networks pretrained on large-scale classification dataset ImageNet, which incurs some additional problems: 1) The classification and detection have different…

计算机视觉与模式识别 · 计算机科学 2019-05-07 Rui Zhu , Shifeng Zhang , Xiaobo Wang , Longyin Wen , Hailin Shi , Liefeng Bo , Tao Mei

Object detection is a critical field in computer vision focusing on accurately identifying and locating specific objects in images or videos. Traditional methods for object detection rely on large labeled training datasets for each object…

计算机视觉与模式识别 · 计算机科学 2024-08-27 Vishal Chudasama , Hiran Sarkar , Pankaj Wasnik , Vineeth N Balasubramanian , Jayateja Kalla

Remote sensing object detection (RSOD), one of the most fundamental and challenging tasks in the remote sensing field, has received longstanding attention. In recent years, deep learning techniques have demonstrated robust feature…

计算机视觉与模式识别 · 计算机科学 2023-10-30 Xiangrong Zhang , Tianyang Zhang , Guanchun Wang , Peng Zhu , Xu Tang , Xiuping Jia , Licheng Jiao

Object detection is an essential and fundamental task in computer vision and satellite image processing. Existing deep learning methods have achieved impressive performance thanks to the availability of large-scale annotated datasets. Yet,…

计算机视觉与模式识别 · 计算机科学 2023-09-20 Fahong Zhang , Yilei Shi , Zhitong Xiong , Xiao Xiang Zhu

Recent developments for Semi-Supervised Object Detection (SSOD) have shown the promise of leveraging unlabeled data to improve an object detector. However, thus far these methods have assumed that the unlabeled data does not contain…

计算机视觉与模式识别 · 计算机科学 2022-08-30 Yen-Cheng Liu , Chih-Yao Ma , Xiaoliang Dai , Junjiao Tian , Peter Vajda , Zijian He , Zsolt Kira

Despite weakly supervised object detection (WSOD) being a promising step toward evading strong instance-level annotations, its capability is confined to closed-set categories within a single training dataset. In this paper, we propose a…

计算机视觉与模式识别 · 计算机科学 2023-12-20 Jianghang Lin , Yunhang Shen , Bingquan Wang , Shaohui Lin , Ke Li , Liujuan Cao

Deep learning has emerged as an effective solution for solving the task of object detection in images but at the cost of requiring large labeled datasets. To mitigate this cost, semi-supervised object detection methods, which consist in…

计算机视觉与模式识别 · 计算机科学 2025-02-18 Renaud Vandeghen , Gilles Louppe , Marc Van Droogenbroeck

In this paper, we present a simple and parameter-efficient drop-in module for one-stage object detectors like SSD when learning from scratch (i.e., without pre-trained models). We call our module GFR (Gated Feature Reuse), which exhibits…

计算机视觉与模式识别 · 计算机科学 2019-07-09 Zhiqiang Shen , Honghui Shi , Jiahui Yu , Hai Phan , Rogerio Feris , Liangliang Cao , Ding Liu , Xinchao Wang , Thomas Huang , Marios Savvides

With the human pursuit of knowledge, open-set object detection (OSOD) has been designed to identify unknown objects in a dynamic world. However, an issue with the current setting is that all the predicted unknown objects share the same…

计算机视觉与模式识别 · 计算机科学 2022-04-13 Jiyang Zheng , Weihao Li , Jie Hong , Lars Petersson , Nick Barnes

Recent Salient Object Detection (SOD) systems are mostly based on Convolutional Neural Networks (CNNs). Specifically, Deeply Supervised Saliency (DSS) system has shown it is very useful to add short connections to the network and…

计算机视觉与模式识别 · 计算机科学 2019-01-09 Sen Jia , Neil D. B. Bruce

Despite significant success of deep learning in object detection tasks, the standard training of deep neural networks requires access to a substantial quantity of annotated images across all classes. Data annotation is an arduous and…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Zeyu Shangguan , Mohammad Rostami

The impressive advancements in semi-supervised learning have driven researchers to explore its potential in object detection tasks within the field of computer vision. Semi-Supervised Object Detection (SSOD) leverages a combination of a…

计算机视觉与模式识别 · 计算机科学 2024-07-17 Tahira Shehzadi , Ifza , Didier Stricker , Muhammad Zeshan Afzal

Weakly-Supervised Object Detection (WSOD) and Localization (WSOL), i.e., detecting multiple and single instances with bounding boxes in an image using image-level labels, are long-standing and challenging tasks in the CV community. With the…

计算机视觉与模式识别 · 计算机科学 2021-05-27 Feifei Shao , Long Chen , Jian Shao , Wei Ji , Shaoning Xiao , Lu Ye , Yueting Zhuang , Jun Xiao

Current Zero-Shot Learning (ZSL) approaches are restricted to recognition of a single dominant unseen object category in a test image. We hypothesize that this setting is ill-suited for real-world applications where unseen objects appear…

计算机视觉与模式识别 · 计算机科学 2019-04-12 Shafin Rahman , Salman Khan , Fatih Porikli

Open-set object detection (OSOD), a task involving the detection of unknown objects while accurately detecting known objects, has recently gained attention. However, we identify a fundamental issue with the problem formulation employed in…

计算机视觉与模式识别 · 计算机科学 2025-12-23 Yusuke Hosoya , Masanori Suganuma , Takayuki Okatani

A critical object detection task is finetuning an existing model to detect novel objects, but the standard workflow requires bounding box annotations which are time-consuming and expensive to collect. Weakly supervised object detection…

计算机视觉与模式识别 · 计算机科学 2023-05-29 Tyler LaBonte , Yale Song , Xin Wang , Vibhav Vineet , Neel Joshi

In recent years, deep learning technology has been maturely applied in the field of object detection, and most algorithms tend to be supervised learning. However, a large amount of labeled data requires high costs of human resources, which…

计算机视觉与模式识别 · 计算机科学 2023-06-27 Yanyang Wang , Zhaoxiang Liu , Shiguo Lian

Weakly-supervised object detection (WSOD) models attempt to leverage image-level annotations in lieu of accurate but costly-to-obtain object localization labels. This oftentimes leads to substandard object detection and localization at…

计算机视觉与模式识别 · 计算机科学 2022-12-05 Yuting Wang , Ricardo Guerrero , Vladimir Pavlovic
‹ 上一页 1 2 3 10 下一页 ›