中文
相关论文

相关论文: Libra R-CNN: Towards Balanced Learning for Object …

200 篇论文

In the field of deep learning based computer vision, the development of deep object detection has led to unique paradigms (e.g., two-stage or set-based) and architectures (e.g., Faster-RCNN or DETR) which enable outstanding performance on…

计算机视觉与模式识别 · 计算机科学 2022-10-07 Denis Huseljic , Marek Herde , Mehmet Muejde , Bernhard Sick

We present LBW-Net, an efficient optimization based method for quantization and training of the low bit-width convolutional neural networks (CNNs). Specifically, we quantize the weights to zero or powers of two by minimizing the Euclidean…

机器学习 · 计算机科学 2017-08-18 Penghang Yin , Shuai Zhang , Yingyong Qi , Jack Xin

The 2D object detection in clean images has been a well studied topic, but its vulnerability against adversarial attack is still worrying. Existing work has improved robustness of object detectors by adversarial training, at the same time,…

计算机视觉与模式识别 · 计算机科学 2021-08-27 Weipeng Xu , Hongcheng Huang , Shaoyou Pan

Convolutional neural networks have recently shown excellent results in general object detection and many other tasks. Albeit very effective, they involve many user-defined design choices. In this paper we want to better understand these…

计算机视觉与模式识别 · 计算机科学 2015-08-19 Bojan Pepik , Rodrigo Benenson , Tobias Ritschel , Bernt Schiele

In the last decade, Convolutional Neural Network with a multi-layer architecture has advanced rapidly. However, training its complex network is very space-consuming, since a lot of intermediate data are preserved across layers, especially…

分布式、并行与集群计算 · 计算机科学 2024-01-23 Zhigang Wang , Hangyu Yang , Ning Wang , Chuanfei Xu , Jie Nie , Zhiqiang Wei , Yu Gu , Ge Yu

Conventional object detectors rely on cross-entropy classification, which can be vulnerable to class imbalance and label noise. We propose CLIP-Joint-Detect, a simple and detector-agnostic framework that integrates CLIP-style contrastive…

计算机视觉与模式识别 · 计算机科学 2025-12-30 Behnam Raoufi , Hossein Sharify , Mohamad Mahdee Ramezanee , Khosrow Hajsadeghi , Saeed Bagheri Shouraki

Several applications require the super-resolution of noisy images and the preservation of geometrical and texture features. State-of-the-art super-resolution methods do not account for noise and generally enhance the output image's…

图像与视频处理 · 电气工程与系统科学 2023-11-07 Simone Cammarasana , Giuseppe Patanè

Active learning aims to improve the performance of task model by selecting the most informative samples with a limited budget. Unlike most recent works that focused on applying active learning for image classification, we propose an…

计算机视觉与模式识别 · 计算机科学 2022-04-12 Weiping Yu , Sijie Zhu , Taojiannan Yang , Chen Chen

Video object detection is a challenging task because videos often suffer from image deterioration such as motion blur, occlusion, and deformable shapes, making it significantly more difficult than detecting objects in still images. Prior…

计算机视觉与模式识别 · 计算机科学 2025-08-29 Lucas Rakotoarivony

The single-stage point-based 3D object detectors have attracted widespread research interest due to their advantages of lightweight and fast inference speed. However, they still face challenges such as inadequate learning of low-quality…

计算机视觉与模式识别 · 计算机科学 2024-07-02 Ao Liang , Wenyu Chen , Jian Fang , Huaici Zhao

To alleviate the high annotation cost in LiDAR-based 3D object detection, active learning is a promising solution that learns to select only a small portion of unlabeled data to annotate, without compromising model performance. Our…

计算机视觉与模式识别 · 计算机科学 2023-02-09 Yadan Luo , Zhuoxiao Chen , Zijian Wang , Xin Yu , Zi Huang , Mahsa Baktashmotlagh

Recently, 3D object detection algorithms based on radar and camera fusion have shown excellent performance, setting the stage for their application in autonomous driving perception tasks. Existing methods have focused on dealing with…

计算机视觉与模式识别 · 计算机科学 2025-04-24 Linhua Kong , Dongxia Chang , Lian Liu , Zisen Kong , Pengyuan Li , Yao Zhao

Discriminative localization is essential for fine-grained image classification task, which devotes to recognizing hundreds of subcategories in the same basic-level category. Reflecting on discriminative regions of objects, key differences…

计算机视觉与模式识别 · 计算机科学 2017-12-01 Xiangteng He , Yuxin Peng , Junjie Zhao

The rapid growth of visual content consumption across platforms necessitates automated video classification for age-suitability standards like the MPAA rating system (G, PG, PG-13, R). Traditional methods struggle with large labeled data…

计算机视觉与模式识别 · 计算机科学 2025-09-09 Dipta Neogi , Nourash Azmine Chowdhury , Muhammad Rafsan Kabir , Mohammad Ashrafuzzaman Khan

Complementary-label learning (CLL) is widely used in weakly supervised classification, but it faces a significant challenge in real-world datasets when confronted with class-imbalanced training samples. In such scenarios, the number of…

机器学习 · 计算机科学 2024-03-21 Meng Wei , Yong Zhou , Zhongnian Li , Xinzheng Xu

In this work, we propose a balanced multi-component and multi-layer neural network (MMNN) structure to accurately and efficiently approximate functions with complex features, in terms of both degrees of freedom and computational cost. The…

机器学习 · 计算机科学 2025-07-17 Shijun Zhang , Hongkai Zhao , Yimin Zhong , Haomin Zhou

Object detection aims to identify instances of semantic objects of a certain class in images or videos. The success of state-of-the-art approaches is attributed to the significant progress of object proposal and convolutional neural…

计算机视觉与模式识别 · 计算机科学 2017-03-02 Feng Gao , Yihang Lou , Yan Bai , Shiqi Wang , Tiejun Huang , Ling-Yu Duan

Face alignment is crucial for face recognition and has been widely adopted. However, current practice is too simple and under-explored. There lacks an understanding of how important face alignment is and how it should be performed, for…

计算机视觉与模式识别 · 计算机科学 2020-03-24 Huawei Wei , Peng Lu , Yichen Wei

This paper presents a comprehensive methodology and comparative performance analysis for the automated classification and object detection of peripheral blood cells (PBCs) in microscopic images. Addressing the critical challenge of data…

计算机视觉与模式识别 · 计算机科学 2025-11-12 Siddharth Sahay

We study the problem of weakly semi-supervised object detection with points (WSSOD-P), where the training data is combined by a small set of fully annotated images with bounding boxes and a large set of weakly-labeled images with only a…

计算机视觉与模式识别 · 计算机科学 2022-05-13 Shilong Zhang , Zhuoran Yu , Liyang Liu , Xinjiang Wang , Aojun Zhou , Kai Chen