You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-35Lines changed: 53 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,54 +8,52 @@ Ianvs is a distributed synergy AI benchmarking project incubated in KubeEdge SIG
8
8
9
9
## Scope
10
10
11
-
The distributed synergy AI benchmarking Ianvs aims to test the performance of distributed synergy AI solutions following recognized standards, in order to facilitate more efficient and effective development.
11
+
The distributed synergy AI benchmarking Ianvs aims to test the performance of distributed synergy AI solutions following recognized standards, in order to facilitate more efficient and effective development.
12
12
13
13
The scope of Ianvs includes
14
14
15
15
- Providing end-to-end benchmark toolkits across devices, edge nodes, and cloud nodes based on typical distributed-synergy AI paradigms and applications.
16
-
- Tools to manage test environment. For example, it would be necessary to support the CRUD (Create, Read, Update, and Delete) actions in test environments. Elements of such test environments include algorithm-wise and system-wise configuration.
17
-
- Tools to control test cases. Typical examples include paradigm templates, simulation tools, and hyper-parameter-based assistant tools.
18
-
- Tools to manage benchmark presentation, e.g., leaderboard and test report generation.
16
+
- Tools to manage test environment. For example, it would be necessary to support the CRUD (Create, Read, Update, and Delete) actions in test environments. Elements of such test environments include algorithm-wise and system-wise configuration.
17
+
- Tools to control test cases. Typical examples include paradigm templates, simulation tools, and hyper-parameter-based assistant tools.
18
+
- Tools to manage benchmark presentation, e.g., leaderboard and test report generation.
19
19
- Cooperation with other organizations or communities, e.g., in KubeEdge SIG AI, to establish comprehensive benchmarks and developed related applications, which can include but are not limited to
20
-
- Dataset collection, re-organization, and publication
21
-
- Formalized specifications, e.g., standards
22
-
- Holding competitions or coding events, e.g., open source promotion plan
23
-
- Maintaining solution leaderboards or certifications for commercial usage
24
-
20
+
- Dataset collection, re-organization, and publication
21
+
- Formalized specifications, e.g., standards
22
+
- Holding competitions or coding events, e.g., open source promotion plan
23
+
- Maintaining solution leaderboards or certifications for commercial usage
25
24
26
25
## Architecture
27
26
28
27
The architectures and related concepts are shown in the below figure. The ianvs is designed to run **within a single node**. Critical components include
29
28
30
29
- Test Environment Manager: the CRUD of test environments serving for global usage
31
-
- Test Case Controller: control the runtime behavior of test cases like instance generation and vanish
32
-
- Generation Assistant: assist users to generate test cases based on certain rules or constraints, e.g., the range of parameters
33
-
- Simulation Controller: control the simulation process of edge-cloud synergy AI, including the instance generation and vanishment of simulation containers
30
+
- Test Case Controller: control the runtime behavior of test cases like instance generation and vanish
31
+
- Generation Assistant: assist users to generate test cases based on certain rules or constraints, e.g., the range of parameters
32
+
- Simulation Controller: control the simulation process of edge-cloud synergy AI, including the instance generation and vanishment of simulation containers
34
33
- Story Manager: the output management and presentation of the test case, e.g., leaderboards
35
34
36
35

37
36
38
37
More details on Ianvs components:
39
38
40
39
1. Test-Environment Manager supports the CRUD of Test environments, which basically includes
41
-
- Algorithm-wise configuration
42
-
- Public datasets
43
-
- Pre-processing algorithms
44
-
- Feature engineering algorithms
45
-
- Post-processing algorithms like metric computation
46
-
- System-wise configuration
47
-
- Overall architecture
48
-
- System constraints or budgets
49
-
- End-to-end cross-node
50
-
- Per node
51
-
1. Test-case Controller, which includes but is not limited to the following components
52
-
- Templates of common distributed-synergy-AI paradigms, which can help the developer to prepare their test case without too much effort. Such paradigms include edge-cloud synergy joint inference, incremental learning, federated learning, and lifelong learning.
53
-
- Simulation tools. Develop simulated test environments for test cases
54
-
- Other tools to assist test-case generation. For instance, prepare test cases based on a given range of hyper-parameters.
55
-
1. Story Manager, which includes but is not limited to the following components
56
-
- Leaderboard generation
57
-
- Test report generation
58
-
40
+
- Algorithm-wise configuration
41
+
- Public datasets
42
+
- Pre-processing algorithms
43
+
- Feature engineering algorithms
44
+
- Post-processing algorithms like metric computation
45
+
- System-wise configuration
46
+
- Overall architecture
47
+
- System constraints or budgets
48
+
- End-to-end cross-node
49
+
- Per node
50
+
2. Test-case Controller, which includes but is not limited to the following components
51
+
- Templates of common distributed-synergy-AI paradigms, which can help the developer to prepare their test case without too much effort. Such paradigms include edge-cloud synergy joint inference, incremental learning, federated learning, and lifelong learning.
52
+
- Simulation tools. Develop simulated test environments for test cases
53
+
- Other tools to assist test-case generation. For instance, prepare test cases based on a given range of hyper-parameters.
54
+
3. Story Manager, which includes but is not limited to the following components
55
+
- Leaderboard generation
56
+
- Test report generation
59
57
60
58
## Guides
61
59
@@ -69,9 +67,29 @@ Follow the [Ianvs installation document](docs/guides/how-to-install-ianvs.md) to
69
67
70
68
### Examples
71
69
72
-
Scenario PCB-AoI:[Industrial Defect Detection on the PCB-AoI Dataset](/docs/proposals/scenarios/industrial-defect-detection/pcb-aoi.md).
73
-
Example PCB-AoI-1:[Testing single task learning in industrial defect detection](/docs/proposals/test-reports/testing-single-task-learning-in-industrial-defect-detection-with-pcb-aoi.md).
74
-
Example PCB-AoI-2:[Testing incremental learning in industrial defect detection](/docs/proposals/test-reports/testing-incremental-learning-in-industrial-defect-detection-with-pcb-aoi.md).
70
+
- Scenario PCB-AoI:[Industrial Defect Detection on the PCB-AoI Dataset](docs/proposals/scenarios/industrial-defect-detection/pcb-aoi.md).
71
+
72
+
- Example PCB-AoI-1:[Testing single task learning in industrial defect detection](docs/proposals/test-reports/testing-single-task-learning-in-industrial-defect-detection-with-pcb-aoi.md).
73
+
74
+
- Example PCB-AoI-2:[Testing incremental learning in industrial defect detection](docs/proposals/test-reports/testing-incremental-learning-in-industrial-defect-detection-with-pcb-aoi.md).
75
+
76
+
- Scenario Cityscapes-Synthia: [Curb Detetion on Cityscapes-Synthia Dataset](docs/proposals/algorithms/lifelong-learning/Additional-documentation/curb_detetion_datasets.md)
77
+
78
+
- Example Cityscapes-Synthia-1: [Lifelong learning in semantic segmentation](examples/cityscapes-synthia/lifelong_learning_bench/semantic-segmentation/README.md)
79
+
80
+
- Example Cityscapes-Synthia-2: [Lifelong learning in curb detetion](examples/cityscapes-synthia/lifelong_learning_bench/curb-detection/README.md)
81
+
82
+
- Example Cityscapes-Synthia-3: [Scene based unknown task recognition in curb detetion](examples/cityscapes-synthia/scene-based-unknown-task-recognition/curb-detection/README.md)
83
+
84
+
- Example Cityscapes-Synthia-4: [Integrating GAN and Self-taught Learning into Ianvs Lifelong Learning](examples/cityscapes/lifelong_learning_bench/unseen_task_processing-GANwithSelfTaughtLearning/README.md)
85
+
86
+
- Scenario Cloud-Robotics: [Semantic Segmentation on Cloud-Robotics Dataset](docs/proposals/scenarios/Cloud-Robotics/Cloud-Robotics_zh.md)
87
+
88
+
- Example Cloud-Robotics-1: [Lifelong learning in semantic segmentation](examples/robot/lifelong_learning_bench/semantic-segmentation/README.md)
89
+
90
+
- Example Cloud-Robotics-2: [Class increment learning in semantic segmentation](examples/robot-cityscapes-synthia/lifelong_learning_bench/semantic-segmentation/README.md)
91
+
92
+
- Example Cloud-Robotics-3: [Lifelong learning in sam annotation](examples/robot/lifelong_learning_bench/sam_annotation/tutorial.md)
75
93
76
94
## Roadmap
77
95
@@ -82,7 +100,7 @@ Example PCB-AoI-2:[Testing incremental learning in industrial defect detection
82
100
Routine Community Meeting for KubeEdge SIG AI runs weekly:
83
101
84
102
- Europe Time: **Thursdays at 16:30-17:30 Beijing Time**.
85
-
([Convert to your timezone.](https://www.thetimezoneconverter.com/?t=16%3A30&tz=GMT%2B8&))
103
+
([Convert to your timezone.](https://www.thetimezoneconverter.com/?t=16%3A30&tz=GMT%2B8&))
86
104
87
105
Resources:
88
106
@@ -107,4 +125,4 @@ If you're interested in being a contributor and want to get involved in developi
107
125
108
126
## License
109
127
110
-
Ianvs is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.
128
+
Ianvs is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.
0 commit comments