paper-with-me

Papers

Distilling Knowledge from Refinement in Multiple Instance Detection Networks

2020-04-23 · Luis Felipe Zeni, Claudio Jung

Weakly supervised object detection (WSOD) aims to tackle the object detection problem using only labeled image categories as supervision. A common approach used in WSOD to deal with the lack of localization information is Multiple Instance Learning, and in recent years methods started adopting Multiple Instance Detection Networks (MIDN), which allows training in an end-to-end fashion. In general, these methods work by selecting the best instance from a pool of candidates and then aggregating other instances based on similarity. In this work, we claim that carefully selecting the aggregation criteria can considerably improve the accuracy of the learned detector. We start by proposing an additional refinement step to an existing approach (OICR), which we call refinement knowledge distillation. Then, we present an adaptive supervision aggregation function that dynamically changes the aggregation criteria for selecting boxes related to one of the ground-truth classes, background, or even ignored during the generation of each refinement module supervision. Experiments in Pascal VOC 2007 demonstrate that our Knowledge Distillation and smooth aggregation function significantly improves the performance of OICR in the weakly supervised object detection and weakly supervised object localization tasks. These improvements make the Boosted-OICR competitive again versus other state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2004.10943

Code (1)

luiszeni/Boosted-OICR 공식 구현 pytorch

Tasks

Knowledge DistillationMultiple Instance LearningObjectobject-detectionObject DetectionObject LocalizationWeakly Supervised Object DetectionWeakly-Supervised Object Localization

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Distilling Object Detectors With Global Knowledge

2022-10-17 · Sanli Tang, Zhongyu Zhang, Zhanzhan Cheng, Jing Lu 외

Knowledge distillation learns a lightweight student model that mimics a cumbersome teacher. Existing methods regard the knowledge as the feature of each instance or their relations, which is the instance-level knowledge …

Knowledge DistillationObjectobject-detectionObject Detection

Cyclic-Bootstrap Labeling for Weakly Supervised Object Detection

2023-08-11 · ICCV 2023 1 · Yufei Yin, Jiajun Deng, Wengang Zhou, Li Li 외

Recent progress in weakly supervised object detection is featured by a combination of multiple instance detection networks (MIDN) and ordinal online refinement. However, with only image-level annotation, MIDN inevitably …

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

Multiple Instance Detection Network with Online Instance Classifier Refinement

2017-04-01 · CVPR 2017 7 · Peng Tang, Xinggang Wang, Xiang Bai, Wenyu Liu

Of late, weakly supervised object detection is with great importance in object recognition. Based on deep learning, weakly supervised detectors have achieved many promising results. However, compared with fully supervise…

Multiple Instance LearningObjectobject-detectionObject Detection+2

Dual Relation Knowledge Distillation for Object Detection

2023-02-11 · ZhenLiang Ni, Fukui Yang, Shengzhao Wen, Gang Zhang

Knowledge distillation is an effective method for model compression. However, it is still a challenging topic to apply knowledge distillation to detection tasks. There are two key points resulting in poor distillation pe…

Knowledge DistillationModel CompressionObjectobject-detection+2

Distilling Aggregated Knowledge for Weakly-Supervised Video Anomaly Detection

2024-06-05 · Jash Dalvi, Ali Dabouei, Gunjan Dhanuka, Min Xu

Video anomaly detection aims to develop automated models capable of identifying abnormal events in surveillance videos. The benchmark setup for this task is extremely challenging due to: i) the limited size of the traini…

Anomaly DetectionAnomaly Detection In Surveillance VideosVideo Anomaly DetectionWeakly-supervised Video Anomaly Detection