中文
相关论文

相关论文: Detecting Heads using Feature Refine Net and Casca…

200 篇论文

Feature pyramid networks (FPN) are widely exploited for multi-scale feature fusion in existing advanced object detection frameworks. Numerous previous works have developed various structures for bidirectional feature fusion, all of which…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Zhuofan Zong , Qianggang Cao , Biao Leng

Robust face detection is one of the most important pre-processing steps to support facial expression analysis, facial landmarking, face recognition, pose estimation, building of 3D facial models, etc. Although this topic has been intensely…

计算机视觉与模式识别 · 计算机科学 2017-01-03 Yutong Zheng , Chenchen Zhu , Khoa Luu , Chandrasekhar Bhagavatula , T. Hoang Ngan Le , Marios Savvides

Change detection is the process of identifying pixelwise differences in bitemporal co-registered images. It is of great significance to Earth observations. Recently, with the emergence of deep learning (DL), the power and feasibility of…

计算机视觉与模式识别 · 计算机科学 2021-09-03 Pan Chen , Danfeng Hong , Zhengchao Chen , Xuan Yang , Baipeng Li , Bing Zhang

Object detection in challenging situations such as scale variation, occlusion, and truncation depends not only on feature details but also on contextual information. Most previous networks emphasize too much on detailed feature extraction…

计算机视觉与模式识别 · 计算机科学 2018-09-07 Wenchi Ma , Yuanwei Wu , Zongbo Wang , Guanghui Wang

Two head structures (i.e. fully connected head and convolution head) have been widely used in R-CNN based detectors for classification and localization tasks. However, there is a lack of understanding of how does these two head structures…

计算机视觉与模式识别 · 计算机科学 2020-04-06 Yue Wu , Yinpeng Chen , Lu Yuan , Zicheng Liu , Lijuan Wang , Hongzhi Li , Yun Fu

Current face or object detection methods via convolutional neural network (such as OverFeat, R-CNN and DenseNet) explicitly extract multi-scale features based on an image pyramid. However, such a strategy increases the computational burden…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Guanjun Guo , Hanzi Wang , Yan Yan , Jin Zheng , Bo Li

Multi-scale detection plays an important role in object detection models. However, researchers usually feel blank on how to reasonably configure detection heads combining multi-scale features at different input resolutions. We find that…

计算机视觉与模式识别 · 计算机科学 2022-10-11 Yi Shi , Jiang Wu , Shixuan Zhao , Gangyao Gao , Tao Deng , Hongmei Yan

Region-based Convolutional Neural Networks (R-CNNs) have achieved great success in the field of object detection. The existing R-CNNs usually divide a Region-of-Interest (ROI) into grids, and then localize objects by utilizing the spatial…

计算机视觉与模式识别 · 计算机科学 2018-02-13 Xiaochuan Fan , Hao Guo , Kang Zheng , Wei Feng , Song Wang

Convolutional Neural Networks (CNNs) have advanced significantly in visual representation learning and recognition. However, they face notable challenges in performance and computational efficiency when dealing with real-world, multi-scale…

计算机视觉与模式识别 · 计算机科学 2024-03-28 Wenzhuo Liu , Fei Zhu , Cheng-Lin Liu

Automated visual inspection in the semiconductor industry aims to detect and classify manufacturing defects utilizing modern image processing techniques. While an earliest possible detection of defect patterns allows quality control and…

机器学习 · 计算机科学 2024-06-11 Tobias Schlosser , Frederik Beuth , Michael Friedrich , Danny Kowerko

Although the remarkable performance of deep neural networks (DNNs) in image classification, their vulnerability to adversarial attacks remains a critical challenge. Most existing detection methods rely on complex and poorly interpretable…

计算机视觉与模式识别 · 计算机科学 2025-12-04 Zhigang Yang , Yuan Liu , Jiawei Zhang , Puning Zhang , Xinqiang Ma

Traditional feature encoding scheme (e.g., Fisher vector) with local descriptors (e.g., SIFT) and recent convolutional neural networks (CNNs) are two classes of successful methods for image recognition. In this paper, we propose a hybrid…

计算机视觉与模式识别 · 计算机科学 2017-04-26 Zhe Wang , Limin Wang , Yali Wang , Bowen Zhang , Yu Qiao

In this paper, we introduce the Face Magnifier Network (Face-MageNet), a face detector based on the Faster-RCNN framework which enables the flow of discriminative information of small scale faces to the classifier without any skip or…

计算机视觉与模式识别 · 计算机科学 2018-03-15 Pouya Samangouei , Mahyar Najibi , Larry Davis , Rama Chellappa

Small object detection is challenging because small objects do not contain detailed information and may even disappear in the deep network. Usually, feeding high-resolution images into a network can alleviate this issue. However, simply…

计算机视觉与模式识别 · 计算机科学 2020-06-16 Ziming Liu , Guangyu Gao , Lin Sun , Zhiyuan Fang

Convolutional neural networks (CNNs) have long been the cornerstone of target detection, but they are often limited by limited receptive fields, which hinders their ability to capture global contextual information. We re-examined the…

计算机视觉与模式识别 · 计算机科学 2025-08-05 Haolin Wei

Face detection has witnessed significant progress due to the advances of deep convolutional neural networks (CNNs). Its central issue in recent years is how to improve the detection performance of tiny faces. To this end, many recent works…

计算机视觉与模式识别 · 计算机科学 2019-05-27 Faen Zhang , Xinyu Fan , Guo Ai , Jianfei Song , Yongqiang Qin , Jiahong Wu

Recently, deep learning-based models have exhibited remarkable performance for image manipulation detection. However, most of them suffer from poor universality of handcrafted or predetermined features. Meanwhile, they only focus on…

计算机视觉与模式识别 · 计算机科学 2020-03-17 Chao Yang , Huizhou Li , Fangting Lin , Bin Jiang , Hao Zhao

Camouflaged object detection is an emerging and challenging computer vision task that requires identifying and segmenting objects that blend seamlessly into their environments due to high similarity in color, texture, and size. This task is…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Leena Alghamdi , Muhammad Usman , Hafeez Anwar , Abdul Bais , Saeed Anwar

A major bottleneck of pedestrian detection lies on the sharp performance deterioration in the presence of small-size pedestrians that are relatively far from the camera. Motivated by the observation that pedestrians of disparate spatial…

计算机视觉与模式识别 · 计算机科学 2018-05-23 Xiaowei Zhang , Li Cheng , Bo Li , Hai-Miao Hu

This paper proposes an innovative object detector by leveraging deep features learned in high-level layers. Compared with features produced in earlier layers, the deep features are better at expressing semantic and contextual information.…

计算机视觉与模式识别 · 计算机科学 2019-12-11 Wenchi Ma , Yuanwei Wu , Feng Cen , Guanghui Wang