Seoul National University AIDAS Lab

ECCV 2026 Malmö, Sweden

SUM: Unified Geometric Surgery on Spatio-Temporal
Adaptation Vectors for Federated Class-Incremental Learning

Jaeik Kim1 · Jaeyoung Do1,2

1IPAI, Seoul National University  ·  2ECE, Seoul National University

Federated continual learning breaks along two coupled axes: clients drift apart, then tasks overwrite one another. SUM regulates both at server aggregation with one geometric principle.

Abstract

Real-world intelligent systems often require both distributed collaboration across data-isolated clients and continual adaptation to evolving tasks. This setting naturally gives rise to Federated Class-Incremental Learning (FCIL), which combines Federated Learning (FL) and Continual Learning (CL). However, their combination introduces two coupled sources of interference: spatial interference from heterogeneous clients and temporal interference from sequential tasks, jointly leading to Spatial–Temporal Catastrophic Forgetting (ST-CF). Existing approaches typically address spatial and temporal interference with separate mechanisms, often incurring additional client-side computation or communication, while leaving directional interactions among updates during aggregation unregulated. In this paper, we reinterpret FCIL as a unified multi-task learning problem, where both client and task updates are represented as adaptation vectors in a shared parameter space. Based on this view, we propose Surgery & Merge (Sum), a purely server-side framework that performs geometric surgery on adaptation vectors during aggregation. Spatial Sum mitigates client-level interference within each round, while causal online temporal Sum removes cross-task interference over time without additional client-side computation, communication, or memory beyond standard federated training. Empirically, Sum achieves up to 22% improvement over prior FCIL methods across diverse vision and language benchmarks while remaining robust to unreliable clients and maintaining computational efficiency.

18 / 18best vision settings
up to 22%gain over prior FCIL methods
server-onlyno extra client-side cost
01

Motivation

Directional interactions decide what survives aggregation.

FCIL couples two failure modes: non-IID clients create spatial interference inside each communication round, while sequential tasks create temporal interference over the learning history. Treating them independently leaves residual interference on the other axis.

In the shared parameter space, both client and task updates act as adaptation vectors. Aligned components can repeat the same update; opposing components can erase useful knowledge. SUM therefore regulates their geometry at the point where those vectors actually meet: server aggregation.

Adaptation vectors and examples of redundant and destructive directional interactions.
Aggregation is not a passive average—it is the control point for what the global model retains.
02

Method

One surgery principle, applied across space and time.

SUM keeps standard client training and parameter communication intact. The server first refines concurrent client updates within each round, then causally refines each completed task against the accumulated task history and stores a compact inference module.

The full Surgery and Merge pipeline.
Two-task lifecycleTask 1 · communication round 1 / 5
Task 1Spatial SUM every round
1R1
2R2
3R3
4R4
5R5
ΣSurgery
Task 2Spatial SUM every round
1R1
2R2
3R3
4R4
5R5
ΣSurgery
Inference
ready

Spatial SUM regulates client interactions within every communication round.

  • Trim: Z-score statistics suppress extreme coordinates before vector comparison.
  • Surgery: pairwise projection removes redundant and destructive client-coupled components.
  • Merge: the server aggregates only refined residuals; local training and uploads remain unchanged.
03

Experiments

SUM leads across every evaluated vision setting.

Final Averaged Accuracy (FAA, ↑) under the same backbone, task split, client partition, communication rounds, and data-access constraints. Each dataset is evaluated at three levels of client heterogeneity.

Main quantitative results

Best values are highlighted.

MethodCIFAR-100ImageNet-RImageNet-AEuroSATCARS-196CUB-200
.5.1.05.5.1.051.0.5.21.0.5.21.0.5.21.0.5.2
Joint92.7584.0254.6498.4285.6286.04
EWC78.4672.4264.5158.9348.1543.6810.8610.078.8964.1259.3056.5219.5518.0218.2931.4629.6027.89
LwF62.8755.5647.0954.0341.0246.078.898.897.9031.9121.2631.4220.8422.7231.7625.2521.1118.54
FisherAvg76.1074.4365.3158.6850.8247.3311.5911.0610.1458.8459.9455.8626.0324.6021.5830.4528.3925.06
RegMean59.8045.8839.0861.1857.0055.808.566.224.3448.7451.7345.2721.8320.3615.9235.5732.8432.83
CCVR79.9575.1465.3070.0062.6060.3839.5036.2735.9464.4457.9362.6938.9937.8135.3162.6759.4856.33
L2P83.8861.5455.0042.0823.8516.9820.1417.3116.8540.6351.7845.4635.4931.0020.0156.2347.3138.16
CODA-P82.2561.8246.7461.1836.7325.8218.3014.487.3173.3869.4266.6928.0420.8314.5342.5337.7129.19
FedProto75.7970.0260.5558.5247.3052.939.879.2210.0158.7962.8564.1726.0824.5522.7530.2228.2726.01
TARGET74.7272.3262.6054.6545.8341.3210.2711.3910.7352.7452.7445.1128.6527.2026.1339.3038.4034.79
PILoRA76.4875.8174.8053.6751.6249.3719.6218.7020.0148.3532.8931.2237.5737.9236.9561.1160.6860.39
FOT79.2676.4569.8968.6559.9255.1218.3717.2515.0159.5857.0748.0733.5333.4930.5745.8841.7841.28
LoRM86.9581.7582.7672.4863.8366.4537.2636.3433.1184.2377.2681.3654.4151.8748.8164.6063.6760.06
SUM97.0396.9396.3283.8085.5886.8149.9050.8247.8696.5193.2898.5768.7868.8367.5781.6979.7979.43

Learning dynamics

Fast adaptation without progressive forgetting.

Across FCIL baselines, each task begins with a pronounced V-shaped drop before the model recovers over the five communication rounds. Their task-end accuracy also declines as more tasks arrive, revealing accumulated catastrophic forgetting.

SUM shows a much shallower within-task V-shape and maintains a nearly flat task-end envelope. Spatial surgery stabilizes adaptation inside each task, while temporal surgery preserves what earlier tasks contributed.

Learning progression plot comparing SUM with FCIL baselines.
The curve separates two effects: faster recovery within tasks and stronger retention across tasks.
04

Analysis

Every stage contributes—and SUM scales smoothly.

Removing spatial surgery produces the largest drop, but every component contributes to the final result. The ablation isolates trimming, spatial and temporal refinement, sparsification, sign election, and mask-based modularization under the same CIFAR-100 setting.

Component ablation

CIFAR-100, β = 0.05

ModuleAblation settingFAA ↑ΔWall time
Spatial SUMw/o Z-score Trimming85.87−10.451.00×
w/o Spatial Surgery78.93−17.390.77×
Temporal SUMw/o Temporal Surgery87.67−8.650.90×
Inference-readyw/o Sparsification90.23−6.090.92×
w/o Elect-Sign94.58−1.740.93×
w/o Mask Modular91.24−5.081.00×
SUMFull method96.321.00×

Surgery target & scalability

Bidirectional surgery is consistently stronger than removing only positive or only negative interactions: redundant and destructive components must be handled together. The gain also survives deployment-scale changes. As the number of clients grows, SUM remains near or above Joint while EWC degrades and LoRM plateaus; as ViT size increases from Tiny to Large, SUM continues to scale and stays ahead of the centralized reference. These trends indicate that the improvement is not tied to one client count or one backbone capacity.

Surgery target, client scalability, and model scalability analyses.

BibTeX

@article{kim2026sum,
  title   = {SUM: Unified Geometric Surgery on Spatio-Temporal Adaptation Vectors for Federated Class-Incremental Learning},
  author  = {Kim, Jaeik and Do, Jaeyoung},
  journal = {arXiv preprint arXiv:2607.19384},
  year    = {2026}
}