Evaluation Setup
Class-Incremental Learning on standard vision benchmarks.
Benchmarks:
- CIFAR-100 (Image Classification)
- ImageNet-R (Image Classification (Robustness))
- ImageNet-A (Image Classification (Adversarial))
- CUB-200 (Fine-grained Classification)
- Omniglot (Few-shot / Character Recognition)
- VTAB (Visual Task Adaptation Benchmark)
Metrics:
- Average Accuracy (Last-task accuracy)
- Forgetting Measure (implicitly handled by accuracy in CIL)
- Statistical methodology: Not explicitly reported in the paper
Key Results
| Benchmark |
Metric |
Baseline |
This Paper |
Δ |
| Comparative results on standard CIL benchmarks show LCA outperforming recent state-of-the-art methods. |
| ImageNet-R |
Average Accuracy |
Not reported in the paper |
Not reported in the paper |
-
|
| CIFAR-100 |
Average Accuracy |
Not reported in the paper |
Not reported in the paper |
-
|
Main Takeaways
- LCA consistently improves performance over baselines across 7 benchmarks (CIFAR-100, ImageNet-R/A, CUB, etc.), as claimed qualitatively.
- The method enhances robustness by explicitly minimizing the sensitivity of the loss to local perturbations around class prototypes.
- Incremental merging of PEFT modules is effective for accumulating knowledge without unbounded parameter growth.
- The theoretical analysis suggests that minimizing the LCA loss bounds the test error by controlling both training error and a robustness term.