通过自适应蒸馏提升深度估计与场景分割联合建模效果
JointDistill: Adaptive Multi-Task Distillation for Joint Depth Estimation and Scene Segmentation
- 动态调整多教师知识迁移量,匹配学生学习进度
- 在Cityscapes和NYU-v2上优于现有方法,精度显著提升
- 适合需要高效多任务建模的自动驾驶系统研究者
深度估计与场景分割是智能交通系统中的两项关键任务。将二者联合建模可降低存储与训练开销。本文探索多任务蒸馏在统一建模中的应用。现有方法静态迁移多个教师的知识,而本文提出自适应蒸馏机制,根据学生当前学习能力动态调整各教师的知识贡献。此外,由于存在多个教师,学生梯度更新方向易出错,可能导致知识遗忘。为此,本文设计知识轨迹,记录模型过往关键学习信息,并基于此构建轨迹蒸馏损失,使学生以低成本方式沿相似学习曲线演进。在Cityscapes和NYU-v2等多个基准数据集上评估,相比最先进方法,本方法表现明显更优。代码见补充材料。
原文摘要 · Abstract (English)
Depth estimation and scene segmentation are two important tasks in intelligent transportation systems. A joint modeling of these two tasks will reduce the requirement for both the storage and training efforts. This work explores how the multi-task distillation could be used to improve such unified modeling. While existing solutions transfer multiple teachers' knowledge in a static way, we propose a self-adaptive distillation method that can dynamically adjust the knowledge amount from each teacher according to the student's current learning ability. Furthermore, as multiple teachers exist, the student's gradient update direction in the distillation is more prone to be erroneous where knowledge forgetting may occur. To avoid this, we propose a knowledge trajectory to record the most essential information that a model has learnt in the past, based on which a trajectory-based distillation loss is designed to guide the student to follow the learning curve similarly in a cost-effective way. We evaluate our method on multiple benchmarking datasets including Cityscapes and NYU-v2. Compared to the state-of-the-art solutions, our method achieves a clearly improvement. The code is provided in the supplementary materials.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。