paper-with-me

Papers

Refine and Distill: Exploiting Cycle-Inconsistency and Knowledge Distillation for Unsupervised Monocular Depth Estimation

2019-03-11 · CVPR 2019 6 · Andrea Pilzer, Stéphane Lathuilière, Nicu Sebe, Elisa Ricci

Nowadays, the majority of state of the art monocular depth estimation techniques are based on supervised deep learning models. However, collecting RGB images with associated depth maps is a very time consuming procedure. Therefore, recent works have proposed deep architectures for addressing the monocular depth prediction task as a reconstruction problem, thus avoiding the need of collecting ground-truth depth. Following these works, we propose a novel self-supervised deep model for estimating depth maps. Our framework exploits two main strategies: refinement via cycle-inconsistency and distillation. Specifically, first a \emph{student} network is trained to predict a disparity map such as to recover from a frame in a camera view the associated image in the opposite view. Then, a backward cycle network is applied to the generated image to re-synthesize back the input image, estimating the opposite disparity. A third network exploits the inconsistency between the original and the reconstructed input frame in order to output a refined depth map. Finally, knowledge distillation is exploited, such as to transfer information from the refinement network to the student. Our extensive experimental evaluation demonstrate the effectiveness of the proposed framework which outperforms state of the art unsupervised methods on the KITTI benchmark.

📄 PDF Abstract BibTeX arXiv:1903.04202

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationDepth PredictionKnowledge DistillationMonocular Depth EstimationUnsupervised Monocular Depth Estimation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Self-Distilled Depth Refinement with Noisy Poisson Fusion

2024-09-26 · Jiaqi Li, Yiran Wang, Jinghong Zheng, Zihao Huang 외

Depth refinement aims to infer high-resolution depth with fine-grained edges and details, refining low-resolution results of depth estimation models. The prevailing methods adopt tile-based manners by merging numerous pa…

Depth Estimation

RM-Distiller: Exploiting Generative LLM for Reward Model Distillation

2026-01-20 · Hongli Zhou, Hui Huang, Wei Liu, Chenglong Wang 외 arxiv

Reward models (RMs) play a pivotal role in aligning large language models (LLMs) with human preferences. Due to the difficulty of obtaining high-quality human preference annotations, distilling preferences from generativ…

Reinforcement Learning

Preference-Consistent Knowledge Distillation for Recommender System

2023-11-08 · Zhangchi Zhu, Wei zhang

Feature-based knowledge distillation has been applied to compress modern recommendation models, usually with projectors that align student (small) recommendation models' dimensions with teacher dimensions. However, exist…

Knowledge DistillationRecommendation Systems

CaO$_2$: Rectifying Inconsistencies in Diffusion-Based Dataset Distillation

2025-06-27 · Haoxuan Wang, Zhenghao Zhao, Junyi Wu, Yuzhang Shang 외

The recent introduction of diffusion models in dataset distillation has shown promising potential in creating compact surrogate datasets for large, high-resolution target datasets, offering improved efficiency and perfor…

Dataset Distillation

Bridging Cross-task Protocol Inconsistency for Distillation in Dense Object Detection

2023-08-28 · ICCV 2023 1 · Longrong Yang, Xianpan Zhou, XueWei Li, Liang Qiao 외

Knowledge distillation (KD) has shown potential for learning compact models in dense object detection. However, the commonly used softmax-based distillation ignores the absolute classification scores for individual categ…

Binary ClassificationClassificationDense Object DetectionKnowledge Distillation+3