Geeks_Z の Blog Geeks_Z の Blog
首页
  • 学习笔记

    • 《HTML》
    • 《CSS》
    • 《JavaWeb》
    • 《Vue》
  • 后端文章

    • Linux
    • Maven
    • 汇编语言
    • 软件工程
    • 计算机网络概述
    • Conda
    • Pip
    • Shell
    • SSH
    • Mac快捷键
    • Zotero
  • 学习笔记

    • 《数据结构与算法》
    • 《算法设计与分析》
    • 《Spring》
    • 《SpringMVC》
    • 《SpringBoot》
    • 《SpringCloud》
    • 《Nginx》
  • 深度学习文章
  • 学习笔记

    • 《PyTorch》
    • 《ReinforementLearning》
    • 《MetaLearning》
  • 学习笔记

    • 《高等数学》
    • 《线性代数》
    • 《概率论与数理统计》
  • 增量学习
  • 哈希学习
GitHub (opens new window)

Geeks_Z

AI小学生
首页
  • 学习笔记

    • 《HTML》
    • 《CSS》
    • 《JavaWeb》
    • 《Vue》
  • 后端文章

    • Linux
    • Maven
    • 汇编语言
    • 软件工程
    • 计算机网络概述
    • Conda
    • Pip
    • Shell
    • SSH
    • Mac快捷键
    • Zotero
  • 学习笔记

    • 《数据结构与算法》
    • 《算法设计与分析》
    • 《Spring》
    • 《SpringMVC》
    • 《SpringBoot》
    • 《SpringCloud》
    • 《Nginx》
  • 深度学习文章
  • 学习笔记

    • 《PyTorch》
    • 《ReinforementLearning》
    • 《MetaLearning》
  • 学习笔记

    • 《高等数学》
    • 《线性代数》
    • 《概率论与数理统计》
  • 增量学习
  • 哈希学习
GitHub (opens new window)
  • Python

  • MLTutorials

  • 卷积神经网络

  • 循环神经网络

  • Transformer

  • VisionTransformer

  • 扩散模型

  • 计算机视觉

  • PTM

  • MoE

  • LoRAMoE

  • LongTailed

  • 多模态

  • 知识蒸馏

  • PEFT

  • 对比学习

  • 小样本学习

  • 迁移学习

  • 零样本学习

  • 集成学习

  • Mamba

  • PyTorch

  • CL

  • CIL

    • Survey

    • Direct Replay

      • iCaRL
      • RM
        • 0.Abstract
        • 1.Introduction
          • Contributions
        • 2.Related Work
        • 3.Method
          • Diversity-Aware Memory Update
          • Diversity Enhancement by Augmentation
          • Diversity Enhancement by Augmentation
        • 4.Experiments
        • 5.Conclusion
        • 6.Reference
    • Generative Replay

    • Data Regularization

    • Neuron Expansion

    • Backbone Expansion

    • PEFT Expansion

    • Parameter Regularization

    • Logit Distillation

    • Feature Distillation

    • Relational Distillation

    • Feature Rectify

    • Logit Rectify

    • Weight Rectify

    • Template-Based Classification

    • Energy

  • 小样本类增量学习FSCIL

  • UCIL

  • 多模态增量学习MMCL

  • LTCIL

  • DIL

  • 论文阅读与写作

  • 分布外检测

  • GPU

  • 深度学习调参指南

  • AINotes
  • CIL
  • Direct Replay
Geeks_Z
2023-02-21
目录

RM

Rainbow Memory: Continual Learning with a Memory of Diverse Samples

arxiv (opens new window) | CVPR 2021

Code (opens new window)

0.Abstract

image-20230221100004255
  • 本文关注的‘blurry’ task boundary 渐变增量任务(任务间共享类别),过去的类增量持续学习方法中(disjoint),不同任务中的类别互不交叉
  • 样本的多样性更为重要(diversity of samples)
    • 样本分类不确定性
    • 数据增强

1.Introduction

Contributions

  • a new diversity-aware sampling method for effectively managing the memory with limited capacity by leveraging classification uncertainty——选取多样性的样本放置在 Memory 之中
  • augment the samples in the memory to further enhance the diversity of the samples——Data augmentation 来进行多样化

2.Related Work

3.Method

Diversity-Aware Memory Update

  • most discriminative:near the classification boundary

  • most representative:close to the center of the distribution

Diversity Enhancement by Augmentation

image-20221122093212790

那么,如何通过预测概率的变化定义不确定性呢?作者进一步计算预测类别的变化来评估不确定性,具体来说,就是评估多次扰动中,最经常类别的命中次数占总实验次数的比例,形式化如下,其中 c 代表类别,Sc 代表第 c 类的被预测为 top1 的次数,$u(x) $ 不确定行性指标。

即样本经过变换之后,比如遮挡、平移、旋转等等,如果在模型中的输出的结果方差越大,样本越难,则说明此样本越 diverse. (这里作者的解释并不清晰,逻辑关系有点模糊,因为模型经过变换之后在网络中的输出结果不确定,并不能说明这个样本就靠近 decision boundary)

假定样本为x,经过 perturbed(这里意思是变换和扰动)的样本为x^, 则x^ 模型预测出的不确定性越高,说明这样本越 diverse.(这里借鉴了主动学习的思想,相当于保留难样本)

image-20221122093252700

按不确定性指标排序后进行均匀间隔采样

Diversity Enhancement by Augmentation

‘mix’ images in the classes of the new tasks and the exemplars of the old classes in the memory

4.Experiments

5.Conclusion

6.Reference

  • 论文分享:Rainbow Memory: Continual Learning with a Memory of Diverse Samples (opens new window)
  • CVPR2021 论文详解 Rainbow Memory: Continual Learning with a Memory of Diverse Samples (opens new window)

​

上次更新: 2025/06/25, 11:25:50
iCaRL
DCMI

← iCaRL DCMI→

最近更新
01
帮助信息查看
06-08
02
常用命令
06-08
03
学习资源
06-07
更多文章>
Theme by Vdoing | Copyright © 2022-2025 Geeks_Z | MIT License
京公网安备 11010802040735号 | 京ICP备2022029989号-1
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式