中文
相关论文

相关论文: Focal Loss for Dense Object Detection

200 篇论文

Object detection is one of the most important and challenging branches of computer vision, which has been widely applied in peoples life, such as monitoring security, autonomous driving and so on, with the purpose of locating instances of…

计算机视觉与模式识别 · 计算机科学 2019-10-18 Licheng Jiao , Fan Zhang , Fang Liu , Shuyuan Yang , Lingling Li , Zhixi Feng , Rong Qu

In the realm of novelty detection, accurately identifying outliers in data without specific class information poses a significant challenge. While current methods excel in single-object scenarios, they struggle with multi-object situations…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Mohammadreza Salehi , Nikolaos Apostolikas , Efstratios Gavves , Cees G. M. Snoek , Yuki M. Asano

The Federated Learning setting has a central server coordinating the training of a model on a network of devices. One of the challenges is variable training performance when the dataset has a class imbalance. In this paper, we address this…

机器学习 · 计算机科学 2020-11-13 Dipankar Sarkar , Ankur Narang , Sumit Rai

Detecting pedestrian has been arguably addressed as a special topic beyond general object detection. Although recent deep learning object detectors such as Fast/Faster R-CNN [1, 2] have shown excellent performance for general object…

计算机视觉与模式识别 · 计算机科学 2016-07-28 Liliang Zhang , Liang Lin , Xiaodan Liang , Kaiming He

Self-supervised pre-training, based on the pretext task of instance discrimination, has fueled the recent advance in label-efficient object detection. However, existing studies focus on pre-training only a feature extractor network to learn…

计算机视觉与模式识别 · 计算机科学 2024-02-16 Nanqing Dong , Linus Ericsson , Yongxin Yang , Ales Leonardis , Steven McDonagh

Deep learning methods for computer vision tasks show promise for automating the data analysis of camera trap images. Ecological camera traps are a common approach for monitoring an ecosystem's animal population, as they provide continual…

计算机视觉与模式识别 · 计算机科学 2018-03-30 Stefan Schneider , Graham W. Taylor , Stefan C. Kremer

Density map estimation enables accurate object counting in heavily occluded, and densely packed scenes where detection-based counting fails. In multi-class density estimation, class awareness can be introduced by modelling classes…

计算机视觉与模式识别 · 计算机科学 2026-04-16 Villanelle O'Reilly , Jonathan Cox , Georgios Leontidis , Marc Hanheide , Petra Bosilj , James M. Brown

Despite growing interest in object detection, very few works address the extremely practical problem of cross-domain robustness especially for automative applications. In order to prevent drops in performance due to domain shift, we…

计算机视觉与模式识别 · 计算机科学 2022-05-26 Sushruth Nagesh , Shreyas Rajesh , Asfiya Baig , Savitha Srinivasan

The motion or out-of-focus effect in digital images is the main reason for the blurred regions in defocused-blurred images. It may adversely affect various image features such as texture, pixel, and region. Therefore, it is important to…

计算机视觉与模式识别 · 计算机科学 2023-11-23 Sadia Basar , Mushtaq Ali , Abdul Waheed , Muneer Ahmad , Mahdi H. Miraz

We propose a framework for robust and efficient training of Dense Object Nets (DON) with a focus on multi-object robot manipulation scenarios. DON is a popular approach to obtain dense, view-invariant object descriptors, which can be used…

机器人学 · 计算机科学 2022-06-27 David B. Adrian , Andras Gabor Kupcsik , Markus Spies , Heiko Neumann

We introduce a generic framework that reduces the computational cost of object detection while retaining accuracy for scenarios where objects with varied sizes appear in high resolution images. Detection progresses in a coarse-to-fine…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Mingfei Gao , Ruichi Yu , Ang Li , Vlad I. Morariu , Larry S. Davis

Efficient and accurate object detection is an important topic in the development of computer vision systems. With the advent of deep learning techniques, the accuracy of object detection has increased significantly. The project aims to…

计算机视觉与模式识别 · 计算机科学 2025-03-04 Md Pranto , Omar Faruk

Rotation detection serves as a fundamental building block in many visual applications involving aerial image, scene text, and face etc. Differing from the dominant regression-based approaches for orientation estimation, this paper explores…

计算机视觉与模式识别 · 计算机科学 2021-05-26 Xue Yang , Liping Hou , Yue Zhou , Wentao Wang , Junchi Yan

In this paper, we introduce an innovative method to improve the convergence speed and accuracy of object detection neural networks. Our approach, CONVERGE-FAST-AUXNET, is based on employing multiple, dependent loss metrics and weighting…

计算机视觉与模式识别 · 计算机科学 2018-08-15 Benjamin Schnieders , Karl Tuyls

Few-shot object detection (FSOD) aims to detect objects using only a few examples. How to adapt state-of-the-art object detectors to the few-shot domain remains challenging. Object proposal is a key ingredient in modern object detectors.…

计算机视觉与模式识别 · 计算机科学 2022-06-03 Guangxing Han , Shiyuan Huang , Jiawei Ma , Yicheng He , Shih-Fu Chang

Training a modern deep neural network on massive labeled samples is the main paradigm in solving the scene classification problem for remote sensing, but learning from only a few data points remains a challenge. Existing methods for…

计算机视觉与模式识别 · 计算机科学 2020-09-29 Haifeng Li , Zhenqi Cui , Zhiqing Zhu , Li Chen , Jiawei Zhu , Haozhe Huang , Chao Tao

In this paper, we consider the task of one-shot object detection, which consists in detecting objects defined by a single demonstration. Differently from the standard object detection, the classes of objects used for training and testing do…

计算机视觉与模式识别 · 计算机科学 2020-08-20 Anton Osokin , Denis Sumin , Vasily Lomakin

In general, sufficient data is essential for the better performance and generalization of deep-learning models. However, lots of limitations(cost, resources, etc.) of data collection leads to lack of enough data in most of the areas. In…

计算机视觉与模式识别 · 计算机科学 2020-07-16 Byeongjo Kim , Chanran Kim , Jaehoon Lee , Jein Song , Gyoungsoo Park

The cross entropy loss is widely used due to its effectiveness and solid theoretical grounding. However, as training progresses, the loss tends to focus on hard to classify samples, which may prevent the network from obtaining gains in…

机器学习 · 计算机科学 2021-09-14 Barak Battash , Lior Wolf , Tamir Hazan

Recent advances in deep learning greatly boost the performance of object detection. State-of-the-art methods such as Faster-RCNN, FPN and R-FCN have achieved high accuracy in challenging benchmark datasets. However, these methods require…

计算机视觉与模式识别 · 计算机科学 2019-08-15 Hao Yang , Hao Wu , Hao Chen