中文
相关论文

相关论文: F-CAM: Full Resolution Class Activation Maps via G…

200 篇论文

Class activation mapping~(CAM), a visualization technique for interpreting deep learning models, is now commonly used for weakly supervised semantic segmentation~(WSSS) and object localization~(WSOL). It is the weighted aggregation of the…

计算机视觉与模式识别 · 计算机科学 2023-09-08 Jiatai Lin , Guoqiang Han , Xuemiao Xu , Changhong Liang , Tien-Tsin Wong , C. L. Philip Chen , Zaiyi Liu , Chu Han

Class Activation Mapping (CAM) methods are widely applied in weakly supervised learning tasks due to their ability to highlight object regions. However, conventional CAM methods highlight only the most discriminative regions of the target.…

计算机视觉与模式识别 · 计算机科学 2025-12-30 Qingdong Cai , Charith Abhayaratne

Weakly Supervised Object Localization (WSOL) aims to localize objects with image-level supervision. Existing works mainly rely on Class Activation Mapping (CAM) derived from a classification model. However, CAM-based methods usually focus…

计算机视觉与模式识别 · 计算机科学 2022-05-30 Jilan Xu , Junlin Hou , Yuejie Zhang , Rui Feng , Rui-Wei Zhao , Tao Zhang , Xuequan Lu , Shang Gao

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

Weakly supervised object localization has recently attracted attention since it aims to identify both class labels and locations of objects by using image-level labels. Most previous methods utilize the activation map corresponding to the…

计算机视觉与模式识别 · 计算机科学 2019-12-20 Seunghan Yang , Yoonhyung Kim , Youngeun 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

Decisions made by convolutional neural networks(CNN) can be understood and explained by visualizing discriminative regions on images. To this end, Class Activation Map (CAM) based methods were proposed as powerful interpretation tools,…

计算机视觉与模式识别 · 计算机科学 2023-07-12 Yi Liao , Yongsheng Gao , Weichuan Zhang

Weakly supervised video object localization (WSVOL) allows locating object in videos using only global video tags such as object class. State-of-art methods rely on multiple independent stages, where initial spatio-temporal proposals are…

计算机视觉与模式识别 · 计算机科学 2022-10-25 Soufiane Belharbi , Ismail Ben Ayed , Luke McCaffrey , Eric Granger

Weakly Supervised Object Localization (WSOL) methodsusually rely on fully convolutional networks in order to ob-tain class activation maps(CAMs) of targeted labels. How-ever, these networks always highlight the most discriminativeparts to…

计算机视觉与模式识别 · 计算机科学 2019-09-12 Ziyi Kou , Wentian Zhao , Guofeng Cui , Shaojie Wang

Weakly supervised object localization (WSOL) is a challenging problem when given image category labels but requires to learn object localization models. Optimizing a convolutional neural network (CNN) for classification tends to activate…

计算机视觉与模式识别 · 计算机科学 2021-08-05 Wei Gao , Fang Wan , Xingjia Pan , Zhiliang Peng , Qi Tian , Zhenjun Han , Bolei Zhou , Qixiang Ye

Class activation map (CAM) has been widely studied for visual explanation of the internal working mechanism of convolutional neural networks. The key of existing CAM-based methods is to compute effective weights to combine activation maps…

计算机视觉与模式识别 · 计算机科学 2022-06-20 Hui Li , Zihao Li , Rui Ma , Tieru Wu

Interpretation of deep learning remains a very challenging problem. Although the Class Activation Map (CAM) is widely used to interpret deep model predictions by highlighting object location, it fails to provide insight into the salient…

计算机视觉与模式识别 · 计算机科学 2024-05-30 Yuguang Yang , Runtang Guo , Sheng Wu , Yimi Wang , Juan Zhang , Xuan Gong , Baochang Zhang

Classification activation map (CAM), utilizing the classification structure to generate pixel-wise localization maps, is a crucial mechanism for weakly supervised object localization (WSOL). However, CAM directly uses the classifier trained…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Lei Zhu , Qian Chen , Lujia Jin , Yunfei You , Yanye Lu

Weakly supervised object localization (WSOL) is a challenging problem which aims to localize objects with only image-level labels. Due to the lack of ground truth bounding boxes, class labels are mainly employed to train the model. This…

计算机视觉与模式识别 · 计算机科学 2020-11-24 Sabrina Narimene Benassou , Wuzhen Shi , Feng Jiang , Abdallah Benzine

Leveraging spatiotemporal information in videos is critical for weakly supervised video object localization (WSVOL) tasks. However, state-of-the-art methods only rely on visual and motion cues, while discarding discriminative information,…

计算机视觉与模式识别 · 计算机科学 2025-01-28 Soufiane Belharbi , Shakeeb Murtaza , Marco Pedersoli , Ismail Ben Ayed , Luke McCaffrey , Eric Granger

Interpreting complex deep networks, notably pre-trained vision-language models (VLMs), is a formidable challenge. Current Class Activation Map (CAM) methods highlight regions revealing the model's decision-making basis but lack clear…

计算机视觉与模式识别 · 计算机科学 2024-05-30 Yuguang Yang , Runtang Guo , Sheng Wu , Yimi Wang , Linlin Yang , Bo Fan , Jilong Zhong , Juan Zhang , Baochang Zhang

Weakly supervised object localization (WSOL) methods allow training models to classify images and localize ROIs. WSOL only requires low-cost image-class annotations yet provides a visually interpretable classifier. Standard WSOL methods…

计算机视觉与模式识别 · 计算机科学 2026-04-15 Alexis Guichemerre , Soufiane Belharbi , Mohammadhadi Shateri , Luke McCaffrey , Eric Granger

Increasing demands for understanding the internal behavior of convolutional neural networks (CNNs) have led to remarkable improvements in explanation methods. Particularly, several class activation mapping (CAM) based methods, which…

计算机视觉与模式识别 · 计算机科学 2021-09-28 Hyungsik Jung , Youngrock Oh

The recent emerged weakly supervised object localization (WSOL) methods can learn to localize an object in the image only using image-level labels. Previous works endeavor to perceive the interval objects from the small and sparse…

计算机视觉与模式识别 · 计算机科学 2021-08-04 Feifei Shao , Yawei Luo , Li Zhang , Lu Ye , Siliang Tang , Yi Yang , Jun Xiao

Weakly Supervised Semantic Segmentation (WSSS) with image-level labels has long been suffering from fragmentary object regions led by Class Activation Map (CAM), which is incapable of generating fine-grained masks for semantic segmentation.…

计算机视觉与模式识别 · 计算机科学 2023-03-07 Jiren Mai , Fei Zhang , Junjie Ye , Marcus Kalander , Xian Zhang , WanKou Yang , Tongliang Liu , Bo Han
‹ 上一页 1 2 3 10 下一页 ›