paper-with-me

홈 › Papers

Data Distillation: Towards Omni-Supervised Learning

2017-12-12 · CVPR 2018 6 · Ilija Radosavovic, Piotr Dollár, Ross Girshick, Georgia Gkioxari, Kaiming He

We investigate omni-supervised learning, a special regime of semi-supervised learning in which the learner exploits all available labeled data plus internet-scale sources of unlabeled data. Omni-supervised learning is lower-bounded by performance on existing labeled datasets, offering the potential to surpass state-of-the-art fully supervised methods. To exploit the omni-supervised setting, we propose data distillation, a method that ensembles predictions from multiple transformations of unlabeled data, using a single model, to automatically generate new training annotations. We argue that visual recognition models have recently become accurate enough that it is now possible to apply classic ideas about self-training to challenging real-world data. Our experimental results show that in the cases of human keypoint detection and general object detection, state-of-the-art models trained with data distillation surpass the performance of using labeled data from the COCO dataset alone.

📄 PDF Abstract BibTeX arXiv:1712.04440

Code (4)

EliPassov/classification-ensembles pytorch
facebookresearch/detectron pytorch
jiajunhua/facebookresearch-Detectron caffe2
notha99y/mean_teacher_domain_adapt

Tasks

Keypoint Detectionobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음

Similar Papers 제목 키워드 기반

OmniAlign: A Unified Multilingual Aligner for Word and Sentence Alignment

2026-08-19 · Mengpeng Yang, Jingxu Yang, Chao Chen, Tian Xia 외 arxiv

Cross-lingual sequence alignment is fundamental for building and exploiting parallel corpora, spanning mappings from documents and sentences down to words and subwords. Existing tools, however, typically specialize in a …

Long-Context UnderstandingSelf-Supervised LearningWord Alignment

PosterOmni: Generalized Artistic Poster Creation via Task Distillation and Unified Reward Feedback

2026-02-12 · Sixiang Chen, Jianyu Lai, Jialin Gao, Hengyu Shi 외 arxiv

Image-to-poster generation is a high-demand task requiring not only local adjustments but also high-level design understanding. Models must generate text, layout, style, and visual elements while preserving semantic fide…

Omnimodal Dataset Distillation via High-order Proxy Alignment

2026-04-12 · Yuxuan Gao, Xiaohao Liu, Xiaobo Xia, Tongliang Liu arxiv

Dataset distillation compresses large-scale datasets into compact synthetic sets while preserving training performance, but existing methods are largely restricted to single-modal or bimodal settings. Extending dataset d…

View-Invariant Pixelwise Anomaly Detection in Multi-object Scenes with Adaptive View Synthesis

2024-06-26 · Subin Varghese, Vedhus Hoskere

The built environment, encompassing critical infrastructure such as bridges and buildings, requires diligent monitoring of unexpected anomalies or deviations from a normal state in captured imagery. Anomaly detection met…

Anomaly DetectionAnomaly LocalizationCamera LocalizationData Augmentation+3

Enhancing Vision-Based Policies with Omni-View and Cross-Modality Knowledge Distillation for Mobile Robots

2026-03-21 · Kai Li, Shiyu Zhao arxiv

Vision-based policies are widely applied in robotics for tasks such as manipulation and locomotion. On lightweight mobile robots, however, they face a trilemma of limited scene transferability, restricted onboard computa…

Knowledge Distillation