paper-with-me

Papers

Spatial Likelihood Voting with Self-Knowledge Distillation for Weakly Supervised Object Detection

2022-04-14 · Ze Chen, Zhihang Fu, Jianqiang Huang, Mingyuan Tao, Rongxin Jiang, Xiang Tian, Yaowu Chen, Xian-Sheng Hua

Weakly supervised object detection (WSOD), which is an effective way to train an object detection model using only image-level annotations, has attracted considerable attention from researchers. However, most of the existing methods, which are based on multiple instance learning (MIL), tend to localize instances to the discriminative parts of salient objects instead of the entire content of all objects. In this paper, we propose a WSOD framework called the Spatial Likelihood Voting with Self-knowledge Distillation Network (SLV-SD Net). In this framework, we introduce a spatial likelihood voting (SLV) module to converge region proposal localization without bounding box annotations. Specifically, in every iteration during training, all the region proposals in a given image act as voters voting for the likelihood of each category in the spatial dimensions. After dilating the alignment on the area with large likelihood values, the voting results are regularized as bounding boxes, which are then used for the final classification and localization. Based on SLV, we further propose a self-knowledge distillation (SD) module to refine the feature representations of the given image. The likelihood maps generated by the SLV module are used to supervise the feature learning of the backbone network, encouraging the network to attend to wider and more diverse areas of the image. Extensive experiments on the PASCAL VOC 2007/2012 and MS-COCO datasets demonstrate the excellent performance of SLV-SD Net. In addition, SLV-SD Net produces new state-of-the-art results on these benchmarks.

📄 PDF Abstract BibTeX arXiv:2204.06899

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationMultiple Instance Learningobject-detectionObject DetectionRegion ProposalSelf-Knowledge DistillationWeakly Supervised Object Detection

Similar Papers 제목 키워드 기반

SLV: Spatial Likelihood Voting for Weakly Supervised Object Detection

2020-06-23 · CVPR 2020 6 · Ze Chen, Zhihang Fu, Rongxin Jiang, Yaowu Chen 외

Based on the framework of multiple instance learning (MIL), tremendous works have promoted the advances of weakly supervised object detection (WSOD). However, most MIL-based methods tend to localize instances to their di…

General ClassificationMultiple Instance LearningMulti-Task LearningObject+3

Improving Differentiable Architecture Search via Self-Distillation

2023-02-11 · Xunyu Zhu, Jian Li, Yong liu, Weiping Wang

Differentiable Architecture Search (DARTS) is a simple yet efficient Neural Architecture Search (NAS) method. During the search stage, DARTS trains a supernet by jointly optimizing architecture parameters and network par…

Neural Architecture Search

Self-Distillation for Gaussian Process Regression and Classification

2023-04-05 · Kenneth Borup, Lars Nørvang Andersen

We propose two approaches to extend the notion of knowledge distillation to Gaussian Process Regression (GPR) and Gaussian Process Classification (GPC); data-centric and distribution-centric. The data-centric approach re…

ClassificationGPRKnowledge Distillationregression

Noisy Self-Knowledge Distillation for Text Summarization

2020-09-15 · NAACL 2021 4 · Yang Liu, Sheng Shen, Mirella Lapata

In this paper we apply self-knowledge distillation to text summarization which we argue can alleviate problems with maximum-likelihood training on single reference and noisy datasets. Instead of relying on one-hot annota…

Knowledge DistillationSelf-Knowledge DistillationText Summarization

GDSD: Reinforcement Learning as Guided Denoiser Self-Distillation for Diffusion Language Models

2026-05-28 · Xiaohang Tang, Keyue Jiang, Che Liu, Qifang Zhao 외 arxiv

Reinforcement learning (RL) can be used to improve the policy (denoiser) of diffusion large language models (dLLMs), while being hindered by the intractability of the policy likelihood. A dominant and efficient family of…

Reinforcement Learning