
tuning (FT). In the domain inference, the task experts
achieve nearly 100% accuracy in distinguishing be-
tween the two domains and our approach, Progressive
Object Detection (POD), mitigates forgetting and pro-
duces reasonable results on the second domain.
5 LIMITATIONS
A common criticism and limitation associated with
architecture-based methods, where the number of
models increases linearly with the number of
tasks/domains, is scalability. The individual mod-
els that are leveraged as domain experts in our work
cannot be extended indefinitely for practical rea-
sons. However, we believe that for reasonable num-
ber of domains, architecture-based methods are fea-
sible. Similarly, the inference time increases linearly
with the number of domains. Our analysis in Sec. 4.7
shows that there must be hundreds of domains before
the overhead reaches the time complexity of the seg-
mentation model. At the same time, scalability is not
only an issue with architecture-based methods. Other
approaches such as replay-based methods, may re-
quire training and maintaining a generative model for
every task. Lastly, our work is focused on the domain
gap between varying weather and illumination condi-
tions. However, there are many other dimensions with
respect to domain-specific environmental conditions.
Covering all possible aspects can result in a combina-
torial explosion of domain experts.
6 CONCLUSION
Progressive Semantic Segmentation (PSS) addresses
the problem of continuous adaptation to changing en-
vironments for autonomous driving systems from the
perspective of continual learning. It employs a dy-
namically growing collection of domain experts, each
of which is trained on an individual domain. This
approach mitigates forgetting to a great extent. To
make PSS task-agnostic, we use a collection of task
experts to dynamically infer the domain during infer-
ence. Our experiments demonstrate superior perfor-
mance in comparison to previous domain-incremental
methods and highlight the flexibility of PSS in un-
seen domains, in hybrid incremental scenarios, and
for other vision tasks like object detection. In future
work, we would like to combine PSS with domain
adaptation techniques to better exploit the knowledge
of previous models for new tasks.
ACKNOWLEDGEMENTS
This work was partially funded by the Federal Min-
istry of Education and Research Germany under
the projects DECODE (01IW21001) and COPPER
(01IW24009).
REFERENCES
Aljundi, R., Chakravarty, P., and Tuytelaars, T. (2017). Ex-
pert gate: Lifelong learning with a network of experts.
In CVPR.
Cai, C., Liu, J., Yu, W., and Guo, Y. (2022). Clue: Consoli-
dating learned and undergoing experience in domain-
incremental classification. In ACCV.
Chen, L.-C., Papandreou, G., Schroff, F., and Adam, H.
(2017). Rethinking atrous convolution for semantic
image segmentation. arXiv.
Contributors, M. (2020). MMSegmentation: Openmmlab
semantic segmentation toolbox and benchmark. https:
//github.com/open-mmlab/mmsegmentation.
Cordts, M., Omran, M., Ramos, S., Rehfeld, T., Enzweiler,
M., Benenson, R., Franke, U., Roth, S., and Schiele,
B. (2016). The cityscapes dataset for semantic urban
scene understanding. In CVPR.
Dai, D. and Van Gool, L. (2018). Dark model adaptation:
Semantic image segmentation from daytime to night-
time. In ITSC.
Deng, J., Dong, W., Socher, R., Li, L.-J., Li, K., and Fei-
Fei, L. (2009). Imagenet: A large-scale hierarchical
image database. In CVPR.
Douillard, A., Chen, Y., Dapogny, A., and Cord, M. (2021).
Plop: Learning without forgetting for continual se-
mantic segmentation. In CVPR.
Fernando, C., Banarse, D., Blundell, C., Zwols, Y., Ha, D.,
Rusu, A. A., Pritzel, A., and Wierstra, D. (2017). Path-
net: Evolution channels gradient descent in super neu-
ral networks. arXiv.
Garg, P., Saluja, R., Balasubramanian, V. N., Arora, C.,
Subramanian, A., and Jawahar, C. (2022). Multi-
domain incremental learning for semantic segmenta-
tion. In WACV.
Goswami, D., Schuster, R., van de Weijer, J., and Stricker,
D. (2023). Attribution-aware weight transfer: A
warm-start initialization for class-incremental seman-
tic segmentation. In WACV.
He, K., Zhang, X., Ren, S., and Sun, J. (2016). Deep resid-
ual learning for image recognition. In CVPR.
Hudson, D. A. and Zitnick, C. L. (2021). Generative adver-
sarial transformers. ICML.
Kalb, T., Roschani, M., Ruf, M., and Beyerer, J. (2021).
Continual learning for class-and domain-incremental
semantic segmentation. In IEEE IV Symposium.
Kirkpatrick, J., Pascanu, R., Rabinowitz, N., Veness, J.,
Desjardins, G., Rusu, A. A., Milan, K., Quan, J.,
Ramalho, T., Grabska-Barwinska, A., et al. (2017).
Domain-Incremental Semantic Segmentation for Autonomous Driving Under Adverse Driving Conditions
505