paper-with-me

홈 › Papers

No Reason for No Supervision: Improved Generalization in Supervised Models

2022-06-30 · Mert Bulent Sariyildiz, Yannis Kalantidis, Karteek Alahari, Diane Larlus

We consider the problem of training a deep neural network on a given classification task, e.g., ImageNet-1K (IN1K), so that it excels at both the training task as well as at other (future) transfer tasks. These two seemingly contradictory properties impose a trade-off between improving the model's generalization and maintaining its performance on the original task. Models trained with self-supervised learning tend to generalize better than their supervised counterparts for transfer learning; yet, they still lag behind supervised models on IN1K. In this paper, we propose a supervised learning setup that leverages the best of both worlds. We extensively analyze supervised training using multi-scale crops for data augmentation and an expendable projector head, and reveal that the design of the projector allows us to control the trade-off between performance on the training task and transferability. We further replace the last layer of class weights with class prototypes computed on the fly using a memory bank and derive two models: t-ReX that achieves a new state of the art for transfer learning and outperforms top methods such as DINO and PAWS on IN1K, and t-ReX* that matches the highly optimized RSB-A1 model on IN1K while performing better on transfer tasks. Code and pretrained models: https://europe.naverlabs.com/t-rex

📄 PDF Abstract BibTeX arXiv:2206.15369

Code (1)

naver/trex pytorch

Tasks

Data AugmentationSelf-Supervised LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

When Can LLMs Learn to Reason with Weak Supervision?

2026-04-20 · Salman Rahman, Jingyan Shen, Anna Mordvina, Hamid Palangi 외 arxiv

Large language models have achieved significant reasoning improvements through reinforcement learning with verifiable rewards (RLVR). Yet as model capabilities grow, constructing high-quality reward signals becomes incre…

Reinforcement Learning

LaxMotion: Rethinking Supervision Granularity for 3D Human Motion Generation

2025-11-14 · Sheng Liu, Yuanzhi Liang, Sidan Du arxiv

Recent 3D human motion generation models demonstrate remarkable reconstruction accuracy yet struggle to generalize beyond training distributions. This limitation arises partly from the use of precise 3D supervision, whic…

On the Generalization Gap in Self-Evolving Language Model Reasoning

2026-05-31 · Zhenting Qi, Susanna Maria Baby, Stefanie Anna Baby, Kan Yuan 외 arxiv

Recent work suggests that large language models (LLMs) can improve through self-evolution (SE), using supervision signals generated by the model itself. In this work, we ask: under a strict closed-loop setup, where the s…

Logical Reasoning

Learning to Adapt SFT Data for Better Reasoning Generalization

2026-05-26 · Lisong Sun, Li Wang, Chen Zhang, Jinyang Wu 외 arxiv

Large language models (LLMs) have achieved remarkable progress, with post-training playing a crucial role in enhancing their reasoning capabilities. Among post-training paradigms, supervised fine-tuning (SFT) is widely u…

Reinforcement Learning

Easy-to-Hard Generalization: Scalable Alignment Beyond Human Supervision

2024-03-14 · Zhiqing Sun, Longhui Yu, Yikang Shen, Weiyang Liu 외

Current AI alignment methodologies rely on human-provided demonstrations or judgments, and the learned capabilities of AI systems would be upper-bounded by human capabilities as a result. This raises a challenging resear…

MathReinforcement Learning (RL)RerankingRe-Ranking