中文
相关论文

相关论文: Monitored Distillation for Positive Congruent Dept…

200 篇论文

Knowledge distillation refers to the process of training a compact student network to achieve better accuracy by learning from a high capacity teacher network. Most of the existing knowledge distillation methods direct the student to follow…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Himalaya Jain , Spyros Gidaris , Nikos Komodakis , Patrick Pérez , Matthieu Cord

In computational optical imaging and wireless communications, signals are acquired through linear coded and noisy projections, which are recovered through computational algorithms. Deep model-based approaches, i.e., neural networks…

信号处理 · 电气工程与系统科学 2025-01-22 Roman Jacome , Leon Suarez , Romario Gualdrón-Hurtado , Luis Gonzalez , Henry Arguello

Numerous self-supervised learning paradigms, such as contrastive learning and masked image modeling, learn powerful representations from unlabeled data but are typically pretrained in isolation, overlooking complementary insights and…

计算机视觉与模式识别 · 计算机科学 2025-08-08 Sriram Mandalika , Lalitha V

Despite recent improvement of supervised monocular depth estimation, the lack of high quality pixel-wise ground truth annotations has become a major hurdle for further progress. In this work, we propose a new unsupervised depth estimation…

计算机视觉与模式识别 · 计算机科学 2021-10-25 Huan Liu , Junsong Yuan , Chen Wang , Jun Chen

Knowledge distillation is an effective method for training small and efficient deep learning models. However, the efficacy of a single method can degenerate when transferring to other tasks, modalities, or even other architectures. To…

计算机视觉与模式识别 · 计算机科学 2024-03-12 Roy Miles , Ismail Elezi , Jiankang Deng

Model merging offers an effective way to integrate the capabilities of multiple fine-tuned models. However, the performance degradation of the merged model remains a challenge, particularly when none or few data are available. This paper…

机器学习 · 计算机科学 2025-05-28 Jing Xu , Jiazheng Li , Jingzhao Zhang

Resource-constrained perception systems such as edge computing and vision-for-robotics require vision models to be both accurate and lightweight in computation and memory usage. While knowledge distillation is a proven strategy to enhance…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Shengcao Cao , Mengtian Li , James Hays , Deva Ramanan , Yi-Xiong Wang , Liang-Yan Gui

Reconstructing high-fidelity flow fields from low-fidelity observations is a central problem in scientific machine learning, yet recent diffusion and flow-matching models typically rely on iterative sampling, making them costly for…

机器学习 · 计算机科学 2026-05-08 Sicheng Ma , Tianyue Yang , Xiuzhe Wu , Xiao Xue

Monocular depth estimation has been extensively explored based on deep learning, yet its accuracy and generalization ability still lag far behind the stereo-based methods. To tackle this, a few recent studies have proposed to supervise the…

计算机视觉与模式识别 · 计算机科学 2022-05-19 Kyeongseob Song , Kuk-Jin Yoon

Knowledge distillation is an effective approach to learn compact models (students) with the supervision of large and strong models (teachers). As empirically there exists a strong correlation between the performance of teacher and student…

机器学习 · 计算机科学 2022-10-13 Chaofei Wang , Qisen Yang , Rui Huang , Shiji Song , Gao Huang

The knowledge distillation uses a high-performance teacher network to guide the student network. However, the performance gap between the teacher and student networks can affect the student's training. This paper proposes a novel knowledge…

计算机视觉与模式识别 · 计算机科学 2023-05-10 Songling Zhu , Ronghua Shang , Bo Yuan , Weitong Zhang , Yangyang Li , Licheng Jiao

We study data-free knowledge distillation (KD) for monocular depth estimation (MDE), which learns a lightweight model for real-world depth perception tasks by compressing it from a trained teacher model while lacking training data in the…

计算机视觉与模式识别 · 计算机科学 2023-12-11 Junjie Hu , Chenyou Fan , Mete Ozay , Hualie Jiang , Tin Lun Lam

Unlike existing knowledge distillation methods focus on the baseline settings, where the teacher models and training strategies are not that strong and competing as state-of-the-art approaches, this paper presents a method dubbed DIST to…

计算机视觉与模式识别 · 计算机科学 2022-12-29 Tao Huang , Shan You , Fei Wang , Chen Qian , Chang Xu

Knowledge distillation is an effective way to transfer knowledge from a strong teacher to an efficient student model. Ideally, we expect the better the teacher is, the better the student. However, this expectation does not always come true.…

信息检索 · 计算机科学 2023-06-27 Zhenghao Lin , Yeyun Gong , Xiao Liu , Hang Zhang , Chen Lin , Anlei Dong , Jian Jiao , Jingwen Lu , Daxin Jiang , Rangan Majumder , Nan Duan

Prompt learning has emerged as a valuable technique in enhancing vision-language models (VLMs) such as CLIP for downstream tasks in specific domains. Existing work mainly focuses on designing various learning forms of prompts, neglecting…

计算机视觉与模式识别 · 计算机科学 2024-08-14 Zheng Li , Xiang Li , Xinyi Fu , Xin Zhang , Weiqiang Wang , Shuo Chen , Jian Yang

Diffusion distillation models effectively accelerate reverse sampling by compressing the process into fewer steps. However, these models still exhibit a performance gap compared to their pre-trained diffusion model counterparts, exacerbated…

计算机视觉与模式识别 · 计算机科学 2024-12-13 Geon Yeong Park , Sang Wan Lee , Jong Chul Ye

Online high-definition (HD) map construction is an important and challenging task in autonomous driving. Recently, there has been a growing interest in cost-effective multi-view camera-based methods without relying on other sensors like…

计算机视觉与模式识别 · 计算机科学 2024-07-17 Xiaoshuai Hao , Ruikai Li , Hui Zhang , Dingzhe Li , Rong Yin , Sangil Jung , Seung-In Park , ByungIn Yoo , Haimei Zhao , Jing Zhang

In the surveillance and defense domain, multi-target detection and classification (MTD) is considered essential yet challenging due to heterogeneous inputs from diverse data sources and the computational complexity of algorithms designed…

计算机视觉与模式识别 · 计算机科学 2025-06-03 Ngoc Tuyen Do , Tri Nhu Do

Knowledge distillation is a technique used to train a small student network using the output generated by a large teacher network, and has many empirical advantages~\citep{Hinton2015DistillingTK}. While the standard one-shot approach to…

机器学习 · 计算机科学 2025-03-25 Shivam Gupta , Sushrut Karmalkar

The task of dataset distillation aims to find a small set of synthetic images such that training a model on them reproduces the performance of the same model trained on a much larger dataset of real samples. Existing distillation methods…

计算机视觉与模式识别 · 计算机科学 2025-11-21 George Cazenavette , Antonio Torralba , Vincent Sitzmann