Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of a Class Incremental Learning Algorithm Evaluation System based on Ianvs #79

Open
Frank-lilinjie opened this issue Jul 25, 2023 · 1 comment
Labels
lifecycle/past activity Past activities for future reference, not valid any more

Comments

@Frank-lilinjie
Copy link
Contributor

Introduction or background of this discussion:
OSPP project: "Implementation of a Class Incremental Learning Algorithm Evaluation System based on Ianvs"

Contents of this discussion:

  1. Using the specified data set to reproduce the lifelong learning semantic segmentation algorithm on KubeEdge-Ianvs; The data set includes cityscapes, SYNTHIA, and KubeEdge SIG AI open-source cloud robot data set.
  2. Displaying the algorithm test report (including ranking, time, algorithm name, data set name and distribution type, test indicators, etc.) on KubeEdge-Ianvs;

Project Description:

Driving is a skill that humans do not forget in natural situations. They can easily drive in multiple geographic locations. This suggests that humans are inherently endowed with a lifelong learning capacity,

with little forgetting of previously learned visual patterns when faced with domain shifts or new objects to be recognized. In the same way, many researchers hope that the semantic segmentation model also has

the ability to use a common joint model to learn data sets of multiple scenes in sequence. It is expected that the model can gradually learn new scene domains while maintaining the performance of the old

domain, and Datasets from the old domain are not accessed.

This project aims to reproduce the WACV2022 paper Multi-Domain Incremental Learning for Semantic Segmentation lifelong learning semantic segmentation algorithm, acting on the dataset of robot vision scenes, and serving as the baseline algorithm of KubeEdge-Ianvs for developers to use. The data set includes cityscapes, SYNTHIA, and KubeEdge SIG AI open-source cloud robot data set.

@MooreZheng
Copy link
Collaborator

Related issue and PR: #82 , #85

@MooreZheng MooreZheng added kind/feature Categorizes issue or PR as related to a new feature. lifecycle/past activity Past activities for future reference, not valid any more and removed kind/feature Categorizes issue or PR as related to a new feature. labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/past activity Past activities for future reference, not valid any more
Projects
None yet
Development

No branches or pull requests

2 participants