paper-with-me

Papers

Revisiting Locally Supervised Learning: an Alternative to End-to-end Training

2021-01-26 · Yulin Wang, Zanlin Ni, Shiji Song, Le Yang, Gao Huang

Due to the need to store the intermediate activations for back-propagation, end-to-end (E2E) training of deep networks usually suffers from high GPUs memory footprint. This paper aims to address this problem by revisiting the locally supervised learning, where a network is split into gradient-isolated modules and trained with local supervision. We experimentally show that simply training local modules with E2E loss tends to collapse task-relevant information at early layers, and hence hurts the performance of the full model. To avoid this issue, we propose an information propagation (InfoPro) loss, which encourages local modules to preserve as much useful information as possible, while progressively discard task-irrelevant information. As InfoPro loss is difficult to compute in its original form, we derive a feasible upper bound as a surrogate optimization objective, yielding a simple but effective algorithm. In fact, we show that the proposed method boils down to minimizing the combination of a reconstruction loss and a normal cross-entropy/contrastive term. Extensive empirical results on five datasets (i.e., CIFAR, SVHN, STL-10, ImageNet and Cityscapes) validate that InfoPro is capable of achieving competitive performance with less than 40% memory footprint compared to E2E training, while allowing using training data with higher-resolution or larger batch sizes under the same GPU memory constraint. Our method also enables training local modules asynchronously for potential training acceleration. Code is available at: https://github.com/blackfeather-wang/InfoPro-Pytorch.

📄 PDF Abstract BibTeX arXiv:2101.10832

Code (1)

blackfeather-wang/InfoPro-Pytorch 공식 구현 pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

Revisiting Locally Supervised Training of Deep Neural Networks

2021-01-01 · ICLR 2021 1 · Yulin Wang, Zanlin Ni, Shiji Song, Le Yang 외

Due to the need to store the intermediate activations for back-propagation, end-to-end (E2E) training of deep networks usually suffers from high GPUs memory footprint. This paper aims to address this problem by revisitin…

MoVie: Revisiting Modulated Convolutions for Visual Counting and Beyond

2020-04-24 · ICLR 2021 1 · Duy-Kien Nguyen, Vedanuj Goswami, Xinlei Chen

This paper focuses on visual counting, which aims to predict the number of occurrences given a natural image and a query (e.g. a question or a category). Unlike most prior works that use explicit, symbolic models which c…

Object CountingQuestion AnsweringVisual Question Answering (VQA)

Revisiting $Ψ$DONet: microlocally inspired filters for incomplete-data tomographic reconstructions

2025-01-30 · Tatiana A. Bubba, Luca Ratti, Andrea Sebastiani

In this paper, we revisit a supervised learning approach based on unrolling, known as $\Psi$DONet, by providing a deeper microlocal interpretation for its theoretical analysis, and extending its study to the case of spar…

Tomographic Reconstructions

Revisiting Complete Reasoning Traces for Post-Training

2026-09-07 · Jaehui Hwang, Sangdoo Yun, Byeongho Heo, Dongyoon Han hf

Large language models (LLMs) are often post-trained on pre-collected reasoning trajectories to improve their reasoning capability. Such trajectories tend to be long due to complex, interwoven paths, which often include d…

Reinforcement Learning

LP-SFT: Local-Preserving Supervised Fine-Tuning via Multimodal Entropy Structure

2026-07-06 · Yueyang Wang, Baolong Bi, Shuo Lu, Jingyuan Zhang arxiv

Supervised fine-tuning (SFT) is the standard approach for adapting pretrained language models to downstream domains, yet it often improves target-domain behavior at the cost of degrading pre-existing capabilities. Standa…