中文
相关论文

相关论文: DiPS: Discriminative Pseudo-Label Sampling with Se…

200 篇论文

Supervised training of deep neural networks for classification typically relies on hard targets, which promote overconfidence and can limit calibration, generalization, and robustness. Self-distillation methods aim to mitigate this by…

计算机视觉与模式识别 · 计算机科学 2026-02-06 Anton Adelöw , Matteo Gamba , Atsuto Maki

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

Self-supervised learning (SSL) methods targeting scene images have seen a rapid growth recently, and they mostly rely on either a dedicated dense matching mechanism or a costly unsupervised object discovery module. This paper shows that…

计算机视觉与模式识别 · 计算机科学 2023-10-02 Ke Zhu , Minghao Fu , Jianxin Wu

Weakly supervised object localization (WSOL) is one of the most popular and challenging tasks in computer vision. This task is to localize the objects in the images given only the image-level supervision. Recently, dividing WSOL into two…

计算机视觉与模式识别 · 计算机科学 2023-08-14 Rui Xu , Yong Luo , Han Hu , Bo Du , Jialie Shen , Yonggang Wen

Weakly supervised object localization (WSOL) aims to localize the target object using only the image-level supervision. Recent methods encourage the model to activate feature maps over the entire object by dropping the most discriminative…

计算机视觉与模式识别 · 计算机科学 2020-09-28 Minsong Ki , Youngjung Uh , Wonyoung Lee , Hyeran Byun

The performance of object detection, to a great extent, depends on the availability of large annotated datasets. To alleviate the annotation cost, the research community has explored a number of ways to exploit unlabeled or weakly labeled…

计算机视觉与模式识别 · 计算机科学 2021-05-25 Shijie Fang , Yuhang Cao , Xinjiang Wang , Kai Chen , Dahua Lin , Wayne Zhang

Weakly supervised object localization (WSOL) relaxes the requirement of dense annotations for object localization by using image-level classification masks to supervise its learning process. However, current WSOL methods suffer from…

计算机视觉与模式识别 · 计算机科学 2021-12-30 Lei Zhu , Qi She , Qian Chen , Xiangxi Meng , Mufeng Geng , Lujia Jin , Zhe Jiang , Bin Qiu , Yunfei You , Yibao Zhang , Qiushi Ren , Yanye Lu

Classification of gigapixel Whole Slide Images (WSIs) is an important prediction task in the emerging area of computational pathology. There has been a surge of research in deep learning models for WSI classification with clinical…

计算机视觉与模式识别 · 计算机科学 2023-05-04 Sajid Javed , Arif Mahmood , Talha Qaiser , Naoufel Werghi , Nasir Rajpoot

Weakly Supervised Semantic Segmentation (WSSS) with image-level labels typically leverages Class Activation Maps (CAMs) to achieve pixel-level predictions. Recently, Contrastive Language-Image Pre-training (CLIP) has been introduced to…

计算机视觉与模式识别 · 计算机科学 2026-05-07 Zhiwei Yang , Pengfei Song , Yucong Meng , Kexue Fu , Shuo Wang , Zhijian Song

Reliable pseudo-labels from unlabeled data play a key role in semi-supervised object detection (SSOD). However, the state-of-the-art SSOD methods all rely on pseudo-labels with high confidence, which ignore valuable pseudo-labels with lower…

计算机视觉与模式识别 · 计算机科学 2023-06-29 Guandu Liu , Fangyuan Zhang , Tianxiang Pan , Bin Wang

Attention mechanisms is frequently used to learn the discriminative features for better feature representations. In this paper, we extend the attention mechanism to the task of weakly supervised object localization (WSOL) and propose the…

计算机视觉与模式识别 · 计算机科学 2020-07-10 Junhui Yin , Siqing Zhang , Dongliang Chang , Zhanyu Ma , Jun Guo

Using deep learning models to diagnose cancer from histology data presents several challenges. Cancer grading and localization of regions of interest (ROIs) in these images normally relies on both image- and pixel-level labels, the latter…

计算机视觉与模式识别 · 计算机科学 2023-06-29 Jérôme Rony , Soufiane Belharbi , Jose Dolz , Ismail Ben Ayed , Luke McCaffrey , Eric Granger

Deep learning-based object detectors have shown remarkable improvements. However, supervised learning-based methods perform poorly when the train data and the test data have different distributions. To address the issue, domain adaptation…

计算机视觉与模式识别 · 计算机科学 2019-09-04 Seunghyeon Kim , Jaehoon Choi , Taekyung Kim , Changick Kim

Weakly-supervised object localization (WSOL) enables finding an object using a dataset without any localization information. By simply training a classification model using only image-level annotations, the feature map of the model can be…

计算机视觉与模式识别 · 计算机科学 2021-07-29 Jeesoo Kim , Junsuk Choe , Sangdoo Yun , Nojun Kwak

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

Semi-supervised object detection (SSOD) aims to facilitate the training and deployment of object detectors with the help of a large amount of unlabeled data. Though various self-training based and consistency-regularization based SSOD…

计算机视觉与模式识别 · 计算机科学 2022-04-18 Binghui Chen , Pengyu Li , Xiang Chen , Biao Wang , Lei Zhang , Xian-Sheng Hua

While the pseudo-label method has demonstrated considerable success in semi-supervised object detection tasks, this paper uncovers notable limitations within this approach. Specifically, the pseudo-label method tends to amplify the inherent…

计算机视觉与模式识别 · 计算机科学 2023-12-13 Zeming Chen , Wenwei Zhang , Xinjiang Wang , Kai Chen , Zhi Wang

Image-level weakly supervised semantic segmentation (WSSS) relies on class activation maps (CAMs) for pseudo labels generation. As CAMs only highlight the most discriminative regions of objects, the generated pseudo labels are usually…

计算机视觉与模式识别 · 计算机科学 2021-10-28 Weixuan Sun , Jing Zhang , Nick Barnes

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

Pseudo-supervised learning methods have been shown to be effective for weakly supervised object localization tasks. However, the effectiveness depends on the powerful regularization ability of deep neural networks. Based on the assumption…

计算机视觉与模式识别 · 计算机科学 2022-03-21 Kangbo Sun , Jie Zhu