中文
相关论文

相关论文: ViTOL: Vision Transformer for Weakly Supervised Ob…

200 篇论文

Weakly supervised object localization is a challenging task in which the object of interest should be localized while learning its appearance. State-of-the-art methods recycle the architecture of a standard CNN by using the activation maps…

计算机视觉与模式识别 · 计算机科学 2020-12-03 Akhil Meethal , Marco Pedersoli , Soufiane Belharbi , Eric Granger

Object detection (OD), a crucial vision task, remains challenged by the lack of large training datasets with precise object localization labels. In this work, we propose ALWOD, a new framework that addresses this problem by fusing active…

计算机视觉与模式识别 · 计算机科学 2023-09-15 Yuting Wang , Velibor Ilic , Jiatong Li , Branislav Kisacanin , Vladimir Pavlovic

Vision transformers have shown great success on numerous computer vision tasks. However, its central component, softmax attention, prohibits vision transformers from scaling up to high-resolution images, due to both the computational…

计算机视觉与模式识别 · 计算机科学 2023-07-21 Weixuan Sun , Zhen Qin , Hui Deng , Jianyuan Wang , Yi Zhang , Kaihao Zhang , Nick Barnes , Stan Birchfield , Lingpeng Kong , Yiran Zhong

A crucial task in scene understanding is 3D object detection, which aims to detect and localize the 3D bounding boxes of objects belonging to specific classes. Existing 3D object detectors heavily rely on annotated 3D bounding boxes during…

计算机视觉与模式识别 · 计算机科学 2020-07-29 Zengyi Qin , Jinglu Wang , Yan Lu

Most existing weakly supervised localization (WSL) approaches learn detectors by finding positive bounding boxes based on features learned with image-level supervision. However, those features do not contain spatial location related…

计算机视觉与模式识别 · 计算机科学 2017-05-02 Zequn Jie , Yunchao Wei , Xiaojie Jin , Jiashi Feng , Wei Liu

Video anomaly detection under video-level labels is currently a challenging task. Previous works have made progresses on discriminating whether a video sequencecontains anomalies. However, most of them fail to accurately localize the…

计算机视觉与模式识别 · 计算机科学 2021-04-15 Hui Lv , Chuanwei Zhou , Chunyan Xu , Zhen Cui , Jian Yang

Semi- and weakly-supervised learning have recently attracted considerable attention in the object detection literature since they can alleviate the cost of annotation needed to successfully train deep learning models. State-of-art…

计算机视觉与模式识别 · 计算机科学 2022-06-20 Akhil Meethal , Marco Pedersoli , Zhongwen Zhu , Francisco Perdigon Romero , Eric Granger

Training object detectors with only image-level annotations is very challenging because the target objects are often surrounded by a large number of background clutters. Many existing approaches tackle this problem through object proposal…

计算机视觉与模式识别 · 计算机科学 2017-08-08 Wenhui Jiang , Thuyen Ngo , B. S. Manjunath , Zhicheng Zhao , Fei Su

This paper reports a new solution of leveraging temporal classification to support weakly supervised object detection (WSOD). Specifically, we introduce raster scan-order techniques to serialize 2D images into 1D sequence data, and then…

计算机视觉与模式识别 · 计算机科学 2021-03-10 Chia-Yu Hsu , Wenwen Li

We propose an improved technique for weakly-supervised object localization. Conventional methods have a limitation that they focus only on most discriminative parts of the target objects. The recent study addressed this issue and resolved…

计算机视觉与模式识别 · 计算机科学 2018-05-11 Junsuk Choe , Joo Hyun Park , Hyunjung Shim

Weakly Supervised Semantic Segmentation (WSSS) is a challenging problem that has been extensively studied in recent years. Traditional approaches often rely on external modules like Class Activation Maps to highlight regions of interest and…

计算机视觉与模式识别 · 计算机科学 2025-07-10 Joelle Hanna , Damian Borth

A consistent trend throughout the research of oriented object detection has been the pursuit of maintaining comparable performance with fewer and weaker annotations. This is particularly crucial in the remote sensing domain, where the dense…

计算机视觉与模式识别 · 计算机科学 2026-02-04 Wei Zhang , Xiang Liu , Ningjing Liu , Mingxin Liu , Wei Liao , Chunyan Xu , Xue Yang

We propose an approach for unsupervised adaptation of object detectors from label-rich to label-poor domains which can significantly reduce annotation costs associated with detection. Recently, approaches that align distributions of source…

计算机视觉与模式识别 · 计算机科学 2019-04-09 Kuniaki Saito , Yoshitaka Ushiku , Tatsuya Harada , Kate Saenko

Unsupervised object discovery (UOD) refers to the task of discriminating the whole region of objects from the background within a scene without relying on labeled datasets, which benefits the task of bounding-box-level localization and…

计算机视觉与模式识别 · 计算机科学 2023-07-10 Yunqiu Lv , Jing Zhang , Nick Barnes , Yuchao Dai

Point-level weakly-supervised temporal action localization (PWTAL) aims to localize actions with only a single timestamp annotation for each action instance. Existing methods tend to mine dense pseudo labels to alleviate the label sparsity,…

计算机视觉与模式识别 · 计算机科学 2023-09-19 Yueyang Li , Yonghong Hou , Wanqing Li

Weakly supervised object detection (WSOD) focuses on training object detector with only image-level annotations, and is challenging due to the gap between the supervision and the objective. Most of existing approaches model WSOD as a…

计算机视觉与模式识别 · 计算机科学 2019-06-17 Yan Gao , Boxiao Liu , Nan Guo , Xiaochun Ye , Fang Wan , Haihang You , Dongrui Fan

The increasing prominence of weakly labeled data nurtures a growing demand for object detection methods that can cope with minimal supervision. We propose an approach that automatically identifies discriminative configurations of visual…

计算机视觉与模式识别 · 计算机科学 2014-06-26 Hyun Oh Song , Yong Jae Lee , Stefanie Jegelka , Trevor Darrell

Weakly supervised semantic segmentation (WSSS), which aims to mine the object regions by merely using class-level labels, is a challenging task in computer vision. The current state-of-the-art CNN-based methods usually adopt…

计算机视觉与模式识别 · 计算机科学 2022-10-03 Dongjian Huo , Yukun Su , Qingyao Wu

The status quo approach to training object detectors requires expensive bounding box annotations. Our framework takes a markedly different direction: we transfer tracked object boxes from weakly-labeled videos to weakly-labeled images to…

计算机视觉与模式识别 · 计算机科学 2016-04-21 Krishna Kumar Singh , Fanyi Xiao , Yong Jae Lee

Grounding textual phrases in visual content is a meaningful yet challenging problem with various potential applications such as image-text inference or text-driven multimedia interaction. Most of the current existing methods adopt the…

计算机视觉与模式识别 · 计算机科学 2018-05-03 Zhiyuan Fang , Shu Kong , Tianshu Yu , Yezhou Yang