paper-with-me

Papers

Substitute Teacher Networks: Learning with Almost No Supervision

2018-04-01 · Samuel Albanie, James Thewlis, Joao F. Henriques

Learning through experience is time-consuming, inefficient and often bad for your cortisol levels. To address this problem, a number of recently proposed teacher-student methods have demonstrated the benefits of private tuition, in which a single model learns from an ensemble of more experienced tutors. Unfortunately, the cost of such supervision restricts good representations to a privileged minority. Unsupervised learning can be used to lower tuition fees, but runs the risk of producing networks that require extracurriculum learning to strengthen their CVs and create their own LinkedIn profiles. Inspired by the logo on a promotional stress ball at a local recruitment fair, we make the following three contributions. First, we propose a novel almost no supervision training algorithm that is effective, yet highly scalable in the number of student networks being supervised, ensuring that education remains affordable. Second, we demonstrate our approach on a typical use case: learning to bake, developing a method that tastily surpasses the current state of the art. Finally, we provide a rigorous quantitive analysis of our method, proving that we have access to a calculator. Our work calls into question the long-held dogma that life is the best teacher.

📄 PDF Abstract BibTeX arXiv:1803.11560

Code (1)

albanie/SIGBOVIK18-STNs 공식 구현

Similar Papers 제목 키워드 기반

AttentionLite: Towards Efficient Self-Attention Models for Vision

2020-12-21 · Souvik Kundu, Sairam Sundaresan

We propose a novel framework for producing a class of parameter and compute efficient models called AttentionLitesuitable for resource-constrained applications. Prior work has primarily focused on optimizing models eithe…

Knowledge Distillation

Consistent-Teacher: Towards Reducing Inconsistent Pseudo-targets in Semi-supervised Object Detection

2022-09-04 · CVPR 2023 1 · Xinjiang Wang, Xingyi Yang, Shilong Zhang, Yijiang Li 외

In this study, we dive deep into the inconsistency of pseudo targets in semi-supervised object detection (SSOD). Our core observation is that the oscillating pseudo-targets undermine the training of an accurate detector.…

object-detectionObject DetectionSemi-Supervised Object Detection

HealSplit: Towards Self-Healing through Adversarial Distillation in Split Federated Learning

2025-11-14 · Yuhan Xie, Chen Lyu arxiv

Split Federated Learning (SFL) is an emerging paradigm for privacy-preserving distributed learning. However, it remains vulnerable to sophisticated data poisoning attacks targeting local features, labels, smashed data, a…

Federated Learning

DenoiseRL: Bootstrapping Reasoning Models to Recover from Noisy Prefixes

2026-05-27 · Caijun Xu, Changyi Xiao, Zhongyuan Peng, Yixin Cao arxiv

Reinforcement learning has become a central paradigm for advancing reasoning in large language models, yet most existing methods still depend on stronger teacher models or heavily curated difficult datasets, limiting sca…

Reinforcement Learning

Unsupervised Lexical Substitution with Decontextualised Embeddings

2022-09-17 · COLING 2022 10 · Takashi Wada, Timothy Baldwin, Yuji Matsumoto, Jey Han Lau

We propose a new unsupervised method for lexical substitution using pre-trained language models. Compared to previous approaches that use the generative capability of language models to predict substitutes, our method re…

Word Embeddings