中文
相关论文

相关论文: Improving Apple Object Detection with Occlusion-En…

200 篇论文

Online Action Detection (OAD) in videos is proposed as a per-frame labeling task to address the real-time prediction tasks that can only obtain the previous and current video frames. This paper presents a novel learning-with-privileged…

计算机视觉与模式识别 · 计算机科学 2020-12-04 Peisen Zhao , Lingxi Xie , Ya Zhang , Yanfeng Wang , Qi Tian

AutoAugment has been a powerful algorithm that improves the accuracy of many vision tasks, yet it is sensitive to the operator space as well as hyper-parameters, and an improper setting may degenerate network optimization. This paper delves…

计算机视觉与模式识别 · 计算机科学 2020-03-26 Longhui Wei , An Xiao , Lingxi Xie , Xin Chen , Xiaopeng Zhang , Qi Tian

In this paper, we attempt to specialize the VLM model for OWOD tasks by distilling its open-world knowledge into a language-agnostic detector. Surprisingly, we observe that the combination of a simple \textbf{knowledge distillation}…

计算机视觉与模式识别 · 计算机科学 2024-04-02 Shuailei Ma , Yuefeng Wang , Ying Wei , Jiaqi Fan , Enming Zhang , Xinyu Sun , Peihao Chen

Stock trend forecasting has become a popular research direction that attracts widespread attention in the financial field. Though deep learning methods have achieved promising results, there are still many limitations, for example, how to…

机器学习 · 计算机科学 2020-12-14 Hongshun Tang , Lijun Wu , Weiqing Liu , Jiang Bian

Recently, Dynamic Vision Sensors (DVSs) sparked a lot of interest due to their inherent advantages over conventional RGB cameras. These advantages include a low latency, a high dynamic range and a low energy consumption. Nevertheless, the…

计算机视觉与模式识别 · 计算机科学 2024-01-05 Katharina Bendig , René Schuster , Didier Stricker

In real teaching scenarios, an excellent teacher always teaches what he (or she) is good at but the student is not. This gives the student the best assistance in making up for his (or her) weaknesses and becoming a good one overall.…

计算机视觉与模式识别 · 计算机科学 2023-05-23 Shitong Shao , Huanran Chen , Zhen Huang , Linrui Gong , Shuai Wang , Xinxiao Wu

Training deep models for lane detection is challenging due to the very subtle and sparse supervisory signals inherent in lane annotations. Without learning from much richer context, these models often fail in challenging scenarios, e.g.,…

计算机视觉与模式识别 · 计算机科学 2019-08-05 Yuenan Hou , Zheng Ma , Chunxiao Liu , Chen Change Loy

Knowledge distillation extracts general knowledge from a pre-trained teacher network and provides guidance to a target student network. Most studies manually tie intermediate features of the teacher and student, and transfer knowledge…

机器学习 · 计算机科学 2021-02-08 Mingi Ji , Byeongho Heo , Sungrae Park

Previous knowledge distillation (KD) methods for object detection mostly focus on feature imitation instead of mimicking the prediction logits due to its inefficiency in distilling the localization information. In this paper, we investigate…

计算机视觉与模式识别 · 计算机科学 2022-12-09 Zhaohui Zheng , Rongguang Ye , Qibin Hou , Dongwei Ren , Ping Wang , Wangmeng Zuo , Ming-Ming Cheng

Electrodermal activity (EDA) is widely used in wearable Internet of Medical Things (IoMT) systems for continuous health monitoring, including autonomic assessment. However, EDA signals are highly vulnerable to motion artifacts and…

信号处理 · 电气工程与系统科学 2026-05-08 Yongbin Lee , Andrew Peitzsch , Youngsun Kong , Jarod Zizza , Dong-hee Kang , Farnoush Baghestani , Ki H. Chon

Despite the notable accomplishments of deep object detection models, a major challenge that persists is the requirement for extensive amounts of training data. The process of procuring such real-world data is a laborious undertaking, which…

计算机视觉与模式识别 · 计算机科学 2023-06-19 Roy Voetman , Maya Aghaei , Klaas Dijkstra

Food recognition has a wide range of applications, such as health-aware recommendation and self-service restaurants. Most previous methods of food recognition firstly locate informative regions in some weakly-supervised manners and then…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Yaohui Zhu , Linhu Liu , Jiang Tian

Occlusion is a long-standing problem in computer vision, particularly in instance segmentation. ACM MMSports 2023 DeepSportRadar has introduced a dataset that focuses on segmenting human subjects within a basketball context and a…

计算机视觉与模式识别 · 计算机科学 2023-11-22 Son Nguyen , Mikel Lainsa , Hung Dao , Daeyoung Kim , Giang Nguyen

Light field disparity estimation is an essential task in computer vision with various applications. Although supervised learning-based methods have achieved both higher accuracy and efficiency than traditional optimization-based methods,…

计算机视觉与模式识别 · 计算机科学 2022-04-01 Peng Li , Jiayin Zhao , Jingyao Wu , Chao Deng , Haoqian Wang , Tao Yu

Video object segmentation is a fundamental research problem in computer vision. Recent techniques have often applied attention mechanism to object representation learning from video sequences. However, due to temporal changes in the video…

计算机视觉与模式识别 · 计算机科学 2024-03-19 Quang-Trung Truong , Duc Thanh Nguyen , Binh-Son Hua , Sai-Kit Yeung

Event-based object detection has recently garnered attention in the computer vision community due to the exceptional properties of event cameras, such as high dynamic range and no motion blur. However, feature asynchronism and sparsity…

计算机视觉与模式识别 · 计算机科学 2024-09-19 Ting-Kang Yen , Igor Morawski , Shusil Dangi , Kai He , Chung-Yi Lin , Jia-Fong Yeh , Hung-Ting Su , Winston Hsu

Metric learning networks are used to compute image embeddings, which are widely used in many applications such as image retrieval and face recognition. In this paper, we propose to use network distillation to efficiently compute image…

计算机视觉与模式识别 · 计算机科学 2019-04-09 Lu Yu , Vacit Oguz Yazici , Xialei Liu , Joost van de Weijer , Yongmei Cheng , Arnau Ramisa

The detection of objects considering a 6DoF pose is a common requirement to build virtual and augmented reality applications. It is usually a complex task which requires real-time processing and high precision results for adequate user…

计算机视觉与模式识别 · 计算机科学 2020-10-20 Heitor Felix , Walber M. Rodrigues , David Macêdo , Francisco Simões , Adriano L. I. Oliveira , Veronica Teichrieb , Cleber Zanchettin

Dataset distillation aims to synthesize a compact dataset from the original large-scale one, enabling highly efficient learning while preserving competitive model performance. However, traditional techniques primarily capture low-level…

计算机视觉与模式识别 · 计算机科学 2026-05-14 Qianxin Xia , Jiawei Du , Guoming Lu , Zhiyong Shu , Jielei Wang

This paper aims to address the problem of anomaly discovery in semantic segmentation. Our key observation is that semantic classification plays a critical role in existing approaches, while the incorrectly classified pixels are easily…

计算机视觉与模式识别 · 计算机科学 2021-12-21 Huan Zhou , Shi Gong , Yu Zhou , Zengqiang Zheng , Ronghua Liu , Xiang Bai