TL;DR
Multi-user collaborative edge inference faces challenges in optimizing deep neural network (DNN) partitions due to varying device capabilities and wireless conditions. Cooperative Autodidactic NeuroSurgeon (CANS) was developed to enable devices to learn optimal DNN partitions through shared feedback during inference.
✦ Why It Matters
Engineers can leverage CANS to improve inference efficiency in multi-user edge computing applications.
Key Takeaways
How It Works
CANS allows devices to share feedback during inference, enabling them to learn optimal DNN partitions adaptively. The FedLinUCB-DW algorithm groups devices by type and incorporates their offline inference experiences to inform real-time decisions, effectively balancing exploration and exploitation in learning.
Related