中文
相关论文

相关论文: Mixed Supervised Object Detection with Robust Obje…

200 篇论文

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

Object detection has achieved promising success, but requires large-scale fully-annotated data, which is time-consuming and labor-extensive. Therefore, we consider object detection with mixed supervision, which learns novel object…

计算机视觉与模式识别 · 计算机科学 2021-10-28 Yan Liu , Zhijie Zhang , Li Niu , Junjie Chen , Liqing Zhang

Weakly Supervised Object Detection (WSOD) enables the training of object detection models using only image-level annotations. State-of-the-art WSOD detectors commonly rely on multi-instance learning (MIL) as the backbone of their detectors…

计算机视觉与模式识别 · 计算机科学 2023-03-28 Zhaofei Wang , Weijia Zhang , Min-Ling Zhang

Weakly Supervised Object Detection (WSOD), using only image-level annotations to train object detectors, is of growing importance in object recognition. In this paper, we propose a novel deep network for WSOD. Unlike previous networks that…

计算机视觉与模式识别 · 计算机科学 2018-10-16 Peng Tang , Xinggang Wang , Song Bai , Wei Shen , Xiang Bai , Wenyu Liu , Alan Yuille

Weakly supervised object detection (WSOD) using only image-level annotations has attracted a growing attention over the past few years. Whereas such task is typically addressed with a domain-specific solution focused on natural images, we…

计算机视觉与模式识别 · 计算机科学 2021-11-15 Nicolas Gonthier , Saïd Ladjal , Yann Gousseau

Object category localization is a challenging problem in computer vision. Standard supervised training requires bounding box annotations of object instances. This time-consuming annotation process is sidestepped in weakly supervised…

计算机视觉与模式识别 · 计算机科学 2016-05-30 Ramazan Gokberk Cinbis , Jakob Verbeek , Cordelia Schmid

Weakly supervised object detection (WSOD) is a challenging task that requires simultaneously learn object classifiers and estimate object locations under the supervision of image category labels. A major line of WSOD methods roots in…

计算机视觉与模式识别 · 计算机科学 2022-05-06 Shiwei Zhang , Wei Ke , Lin Yang

Weakly Supervised Object Detection (WSOD) is a task that detects objects in an image using a model trained only on image-level annotations. Current state-of-the-art models benefit from self-supervised instance-level supervision, but since…

计算机视觉与模式识别 · 计算机科学 2022-09-05 Jinhwan Seo , Wonho Bae , Danica J. Sutherland , Junhyug Noh , Daijin Kim

Weakly supervised object detection (WSOD), where a detector is trained with only image-level annotations, is attracting more and more attention. As a method to obtain a well-performing detector, the detector and the instance labels are…

计算机视觉与模式识别 · 计算机科学 2019-08-13 Satoshi Kosugi , Toshihiko Yamasaki , Kiyoharu Aizawa

Weakly supervised object detection (WSOD) is a challenging task when provided with image category supervision but required to simultaneously learn object locations and object detectors. Many WSOD approaches adopt multiple instance learning…

计算机视觉与模式识别 · 计算机科学 2019-04-12 Fang Wan , Chang Liu , Wei Ke , Xiangyang Ji , Jianbin Jiao , Qixiang Ye

Weakly supervised object detection aims at learning precise object detectors, given image category labels. In recent prevailing works, this problem is generally formulated as a multiple instance learning module guided by an image…

计算机视觉与模式识别 · 计算机科学 2019-04-02 Xiaoyan Li , Meina Kan , Shiguang Shan , Xilin Chen

Weakly Supervised Object Localization (WSOL) methods only require image level labels as opposed to expensive bounding box annotations required by fully supervised algorithms. We study the problem of learning localization model on target…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Amir Rahimi , Amirreza Shaban , Thalaiyasingam Ajanthan , Richard Hartley , Byron Boots

Deep learning for detecting objects in remotely sensed imagery can enable new technologies for important applications including mitigating climate change. However, these models often require large datasets labeled with bounding box…

计算机视觉与模式识别 · 计算机科学 2023-11-30 Ji Hun Wang , Jeremy Irvin , Beri Kohen Behar , Ha Tran , Raghav Samavedam , Quentin Hsu , Andrew Y. Ng

Weakly supervised object detection has recently received much attention, since it only requires image-level labels instead of the bounding-box labels consumed in strongly supervised learning. Nevertheless, the save in labeling expense is…

计算机视觉与模式识别 · 计算机科学 2018-02-13 Jiajie Wang , Jiangchao Yao , Ya Zhang , Rui Zhang

We present a semi-supervised approach that localizes multiple unknown object instances in long videos. We start with a handful of labeled boxes and iteratively learn and label hundreds of thousands of object instances. We propose criteria…

计算机视觉与模式识别 · 计算机科学 2015-05-22 Ishan Misra , Abhinav Shrivastava , Martial Hebert

In this paper, we propose an effective knowledge transfer framework to boost the weakly supervised object detection accuracy with the help of an external fully-annotated source dataset, whose categories may not overlap with the target…

计算机视觉与模式识别 · 计算机科学 2020-07-17 Yuanyi Zhong , Jianfeng Wang , Jian Peng , Lei Zhang

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

Open-World Object Detection (OWOD) extends object detection problem to a realistic and dynamic scenario, where a detection model is required to be capable of detecting both known and unknown objects and incrementally learning newly…

计算机视觉与模式识别 · 计算机科学 2023-09-01 Ruohuan Fang , Guansong Pang , Lei Zhou , Xiao Bai , Jin Zheng

In recent years, the performance of object detection has advanced significantly with the evolving deep convolutional neural networks. However, the state-of-the-art object detection methods still rely on accurate bounding box annotations…

计算机视觉与模式识别 · 计算机科学 2017-07-31 Qingyi Tao , Hao Yang , Jianfei Cai

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
‹ 上一页 1 2 3 10 下一页 ›