Shawn’s Blog
  • 🗂️ Collections
    • 🖥️ Slides Gallery
    • 💻 LeetCode Notes
    • 🧑‍🍳️ Cooking Ideas
    • 🍱 Cookbook
    • 💬 Language Learning
    • 🎼 Songbook
  • ⚙️ Projects
    • ⚛ Continual Learning Arena
  • 📄 Papers
    • AdaHAT
    • FG-AdaHAT
  • 🎓 CV
    • CV (English)
    • CV (Mandarin)
    • CV (Mandarin, Long Version)
  • About
  1. Continual Unlearning (CUL)
  2. Output Results
  • Welcome to CLArena
  • Getting Started
  • Configure Pipelines
  • Continual Learning (CL)
    • CL Main Experiment
    • Save and Evaluate Model
    • Full Experiment
    • Output Results
  • Continual Unlearning (CUL)
    • CUL Main Experiment
    • Full Experiment
    • Output Results
  • Multi-Task Learning (MTL)
    • MTL Experiment
    • Save and Evaluate Model
    • Output Results
  • Single-Task Learning (STL)
    • STL Experiment
    • Save and Evaluate Model
    • Output Results
  • Components
    • CL Dataset
    • MTL Dataset
    • STL Dataset
    • CL Algorithm
    • CUL Algorithm
    • MTL Algorithm
    • STL Algorithm
    • Backbone Network
    • Optimizer
    • Learning Rate Scheduler
    • Trainer
    • Metrics
    • Lightning Loggers
    • Callbacks
    • Other Configs
  • Custom Implementation
    • CL Dataset
    • MTL Dataset
    • STL Dataset
    • CL Algorithm
    • CUL Algorithm
    • MTL Algorithm
    • STL Algorithm
    • Backbone Network
    • Callback
  • API Reference
  • FAQs

On this page

  • Output Results of Main Experiment and Evaluation
  • Output Results of Full Experiment and Evaluation
  1. Continual Unlearning (CUL)
  2. Output Results

Output Results (CUL)

Modified

October 6, 2025

This page summarizes the output results of continual unlearning experiment and evaluation pipelines. Their existence, file or folder names, and formats can be customized.

Output Results of Main Experiment and Evaluation

The output results of continual unlearning main experiment and continual unlearning main evaluation is exact the same as the output results of continual learning main experiment or continual learning main evaluation. Please refer to Output Results (CL). The difference is that some tasks are requested to be unlearned during the process.

Output Results of Full Experiment and Evaluation

The following output results are produced after running continual unlearning full experiment or continual unlearning full evaluation, in addition to output results of main experiment and evaluation.

Folder or File Description Customization
<output_dir>/refretrain/ Contains all output results of the reference retrain experiment Cannot be customized
<output_dir>/reforiginal/ Contains all output results of the reference original experiment Cannot be customized
<dd_save_dir>/ Contains all data and figures of DD metrics
  • To include or exclude these outputs, enable or disable CULDistributionDistance metric callback (see Configure Metrics)
  • <dd_save_dir>: Field dd_save_dir in CULDistributionDistance. It is recommended to be set as ${output_dir}/results/ to make sure outputs are under <output_dir>/
  • Cannot be customized in full experiment
<dd_save_dir>/dd.csv The original data of DD metrics, stored as CSV format
  • dd.csv: Field dd_csv_name in CULDistributionDistance. Cannot be customized in full experiment. Default is dd.csv
<dd_save_dir>/dd_plot.png A plot of DD
  • dd_plot.png: Field dd_plot_name in CULDistributionDistance
  • To exclude this output, set this field to null or remove this field
  • Cannot be customized in full experiment
<ad_save_dir>/ Contains all data and figures of AD metrics
  • To include or exclude these outputs, enable or disable CULAccuracyDifference metric callback (see Configure Metrics)
  • <ad_save_dir>: Field ad_save_dir in CULAccuracyDifference. It is recommended to be set as ${output_dir}/xxx/ to make sure outputs are under <output_dir>/
  • Cannot be customized in full experiment
<ad_save_dir>/dd.csv The original data of AD metrics, stored as CSV format
  • ad.csv: Field ad_csv_name in CULAccuracyDifference. Cannot be customized in full experiment. Default is ad.csv
<ad_save_dir>/ad_plot.png A plot of AD
  • ad_plot.png: Field ad_plot_name in CULAccuracyDifference
  • To exclude this output, set this field to null or remove this field
  • Cannot be customized in full experiment
Back to top
Full Experiment
Multi-Task Learning (MTL)
 
 

©️ 2025 Pengxiang Wang. All rights reserved.