paper-with-me

Papers

Learning to Steer by Mimicking Features from Heterogeneous Auxiliary Networks

2018-11-07 · Yuenan Hou, Zheng Ma, Chunxiao Liu, Chen Change Loy

The training of many existing end-to-end steering angle prediction models heavily relies on steering angles as the supervisory signal. Without learning from much richer contexts, these methods are susceptible to the presence of sharp road curves, challenging traffic conditions, strong shadows, and severe lighting changes. In this paper, we considerably improve the accuracy and robustness of predictions through heterogeneous auxiliary networks feature mimicking, a new and effective training method that provides us with much richer contextual signals apart from steering direction. Specifically, we train our steering angle predictive model by distilling multi-layer knowledge from multiple heterogeneous auxiliary networks that perform related but different tasks, e.g., image segmentation or optical flow estimation. As opposed to multi-task learning, our method does not require expensive annotations of related tasks on the target set. This is made possible by applying contemporary off-the-shelf networks on the target set and mimicking their features in different layers after transformation. The auxiliary networks are discarded after training without affecting the runtime efficiency of our model. Our approach achieves a new state-of-the-art on Udacity and Comma.ai, outperforming the previous best by a large margin of 12.8% and 52.1%, respectively. Encouraging results are also shown on Berkeley Deep Drive (BDD) dataset.

📄 PDF Abstract BibTeX arXiv:1811.02759

Code (2)

aj9011/Car-Speed-Prediction pytorch
cardwing/Codes-for-Steering-Control pytorch

Tasks

Image SegmentationMulti-Task LearningOptical Flow EstimationSemantic SegmentationSteering Control

Similar Papers 제목 키워드 기반

Syncretic Modality Collaborative Learning for Visible Infrared Person Re-Identification

2021-01-01 · ICCV 2021 10 · Ziyu Wei, Xi Yang, Nannan Wang, Xinbo Gao

Visible infrared person re-identification (VI-REID) aims to match pedestrian images between the daytime visible and nighttime infrared camera views. The large cross-modality discrepancies have become the bottleneck w…

Person Re-Identification

CrossKD: Cross-Head Knowledge Distillation for Object Detection

2023-06-20 · CVPR 2024 1 · Jiabao Wang, Yuming Chen, Zhaohui Zheng, Xiang Li 외

Knowledge Distillation (KD) has been validated as an effective model compression technique for learning compact object detectors. Existing state-of-the-art KD methods for object detection are mostly based on feature imit…

Dense Object DetectionKnowledge DistillationModel CompressionObject+2

FER-former: Multi-modal Transformer for Facial Expression Recognition

2023-03-23 · Yande Li, Mingjie Wang, Minglun Gong, Yonggang Lu 외

The ever-increasing demands for intuitive interactions in Virtual Reality has triggered a boom in the realm of Facial Expression Recognition (FER). To address the limitations in existing approaches (e.g., narrow receptiv…

Facial Expression RecognitionFacial Expression Recognition (FER)

SafeSteer: Localized On-Policy Distillation for Efficient Safety Alignment

2026-06-01 · Hao Li, Jingkun An, Zijun Song, Pengyu Zhu 외 arxiv

Aligning Large Language Models (LLMs) with human values often degrades their general capabilities, termed the alignment tax. Existing methods mitigate this by balancing dual objectives, which heavily rely on massive gene…

Mixture of Heterogeneous Grouped Experts for Language Modeling

2026-04-25 · Zhicheng Ma, Xiang Liu, Zhaoxiang Liu, Ning Wang 외 arxiv

Large Language Models (LLMs) based on Mixture-of-Experts (MoE) are pivotal in industrial applications for their ability to scale performance efficiently. However, standard MoEs enforce uniform expert sizes,creating a rig…