paper-with-me

홈 › Papers

JointDistill: Adaptive Multi-Task Distillation for Joint Depth Estimation and Scene Segmentation

2025-05-15 · Tiancong Cheng, Ying Zhang, Yuxuan Liang, Roger Zimmermann, Zhiwen Yu, Bin Guo

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.

📄 PDF Abstract BibTeX arXiv:2505.10057

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingDepth EstimationScene Segmentation

Similar Papers 제목 키워드 기반

AdaKD: Dynamic Knowledge Distillation of ASR models using Adaptive Loss Weighting

2024-05-11 · Shreyan Ganguly, Roshan Nayak, Rakshith Rao, Ujan Deb 외

Knowledge distillation, a widely used model compression technique, works on the basis of transferring knowledge from a cumbersome teacher model to a lightweight student model. The technique involves jointly optimizing th…

Knowledge DistillationModel Compression

Adaptive Knowledge Distillation for Device-Directed Speech Detection

2025-08-04 · Hyung Gun Chi, Florian Pesce, Wonil Chang, Oggi Rudovic 외 arxiv

Device-directed speech detection (DDSD) is a binary classification task that separates the user's queries to a voice assistant (VA) from background speech or side conversations. This is important for achieving naturalist…

Knowledge DistillationBinary Classification

Adaptive Multi-Teacher Knowledge Distillation with Meta-Learning

2023-06-11 · Hailin Zhang, Defang Chen, Can Wang

Multi-Teacher knowledge distillation provides students with additional supervision from multiple pre-trained teachers with diverse information sources. Most existing methods explore different weighting strategies to obta…

Knowledge DistillationMeta-Learning

ReAD: Reinforcement-Guided Capability Distillation for Large Language Models

2026-05-11 · Xueqi Cheng, Xugui Zhou, Tyler Derr, Yushun Dong arxiv

Capability distillation applies knowledge distillation to selected model capabilities, aiming to compress a large language model (LLM) into a smaller one while preserving the abilities needed for a downstream task. Howev…

Knowledge Distillation

From Fewer Samples to Fewer Bits: Reframing Dataset Distillation as Joint Optimization of Precision and Compactness

2026-03-02 · My H. Dinh, Aditya Sant, Akshay Malhotra, Keya Patani 외 arxiv

Dataset Distillation (DD) compresses large datasets into compact synthetic ones that maintain training performance. However, current methods mainly target sample reduction, with limited consideration of data precision an…

Image Classification