paper-with-me

Papers

The Surprising Positive Knowledge Transfer in Continual 3D Object Shape Reconstruction

2021-01-18 · Anh Thai, Stefan Stojanov, Zixuan Huang, Isaac Rehg, James M. Rehg

Continual learning has been extensively studied for classification tasks with methods developed to primarily avoid catastrophic forgetting, a phenomenon where earlier learned concepts are forgotten at the expense of more recent samples. In this work, we present a set of continual 3D object shape reconstruction tasks, including complete 3D shape reconstruction from different input modalities, as well as visible surface (2.5D) reconstruction which, surprisingly demonstrate positive knowledge (backward and forward) transfer when training with solely standard SGD and without additional heuristics. We provide evidence that continuously updated representation learning of single-view 3D shape reconstruction improves the performance on learned and novel categories over time. We provide a novel analysis of knowledge transfer ability by looking at the output distribution shift across sequential learning tasks. Finally, we show that the robustness of these tasks leads to the potential of having a proxy representation learning task for continual classification. The codebase, dataset and pre-trained models released with this article can be found at https://github.com/rehg-lab/CLRec

📄 PDF Abstract BibTeX arXiv:2101.07295

Code (3)

ngailapdi/CLRec 공식 구현 pytorch
rehg-lab/CLRec 공식 구현 pytorch
IsaacRe/dynamic-representation-tracking pytorch

Tasks

3D Shape ReconstructionContinual LearningRepresentation LearningTransfer Learning

Similar Papers 제목 키워드 기반

Learning Curves for Continual Learning in Neural Networks: Self-Knowledge Transfer and Forgetting

2021-12-03 · ICLR 2022 4 · Ryo Karakida, Shotaro Akaho

Sequential training from task to task is becoming one of the major objects in deep learning applications such as continual learning and transfer learning. Nevertheless, it remains unclear under what conditions the traine…

Continual LearningTransfer Learning

Continual Learning of Achieving Forgetting-free and Positive Knowledge Transfer

2026-01-09 · Zhi Wang, Zhongbin Wu, Yanni Li, Bing Liu 외 arxiv

Existing research on continual learning (CL) of a sequence of tasks focuses mainly on dealing with catastrophic forgetting (CF) to balance the learning plasticity of new tasks and the memory stability of old tasks. Howev…

Continual Learning

Beyond Not-Forgetting: Continual Learning with Backward Knowledge Transfer

2022-11-01 · Sen Lin, Li Yang, Deliang Fan, Junshan Zhang

By learning a sequence of tasks continually, an agent in continual learning (CL) can improve the learning performance of both a new task and `old' tasks by leveraging the forward knowledge transfer and the backward knowl…

Continual LearningTransfer Learning

Turning Back Without Forgetting: Selective Backward Refinement for Parameter-Efficient Continual Learning

2026-05-31 · Anushka Tiwari, Kaiyi Ji arxiv

While prompt-based parameter-efficient continual learning mitigates catastrophic forgetting by isolating task-specific prompts, this isolation also limits later tasks from improving earlier ones, leaving backward knowled…

Continual Learning

G2LoRA: Gradient Orthogonal Low-Rank Adaptation Framework for Graph Continual Learning on Text-Attributed Graphs

2026-06-01 · Yuhan Wang, Yibo Ding, Yutong Ye, Mufan Zhao 외 arxiv

LLM-as-Aligner has emerged as a prevalent pre-training paradigm for Text-Attributed Graphs(TAGS), aligning graph and text modalities into a shared embedding space via CLIP-style contrastive learning. While effective on i…

parameter-efficient fine-tuningContrastive LearningContinual Learning