中文
相关论文

相关论文: CBNet: A Novel Composite Backbone Network Architec…

200 篇论文

Convolutional Neural Networks (CNNs) have shown remarkable performance in general object recognition tasks. In this paper, we propose a new model called EnsNet which is composed of one base CNN and multiple Fully Connected SubNetworks…

机器学习 · 计算机科学 2023-07-19 Daiki Hirata , Norikazu Takahashi

Infrared and visible image fusion targets to provide an informative image by combining complementary information from different sensors. Existing learning-based fusion approaches attempt to construct various loss functions to preserve…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Jinyuan Liu , Runjia Lin , Guanyao Wu , Risheng Liu , Zhongxuan Luo , Xin Fan

Object detection is a critical component of various security-sensitive applications, such as autonomous driving and video surveillance. However, existing object detectors are vulnerable to adversarial attacks, which poses a significant…

计算机视觉与模式识别 · 计算机科学 2025-02-14 Xiao Li , Hang Chen , Xiaolin Hu

Training CNN for detection is time-consuming due to the large dataset and complex network modules, making it hard to search architectures on detection datasets directly, which usually requires vast search costs (usually tens and even…

计算机视觉与模式识别 · 计算机科学 2022-03-22 Xiaoxing Wang , Jiale Lin , Junchi Yan , Juanping Zhao , Xiaokang Yang

General object detectors use powerful backbones that uniformly extract features from images for enabling detection of a vast amount of object types. However, utilization of such backbones in object detection applications developed for…

计算机视觉与模式识别 · 计算机科学 2021-08-04 Alexandra Dana , Maor Shutman , Yotam Perlitz , Ran Vitek , Tomer Peleg , Roy J Jevnisek

Object detection, one of the three main tasks of computer vision, has been used in various applications. The main process is to use deep neural networks to extract the features of an image and then use the features to identify the class and…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Wenshuo Li

The theory of compressed sensing (CS) has been successfully applied to image compression in the past few years, whose traditional iterative reconstruction algorithm is time-consuming. However, it has been reported deep learning-based CS…

图像与视频处理 · 电气工程与系统科学 2018-04-10 Yahan Wang , Huihui Bai , Lijun Zhao , Yao Zhao

Cascade is a widely used approach that rejects obvious negative samples at early stages for learning better classifier and faster inference. This paper presents chained cascade network (CC-Net). In this CC-Net, the cascaded classifier at a…

计算机视觉与模式识别 · 计算机科学 2017-02-24 Wanli Ouyang , Ku Wang , Xin Zhu , Xiaogang Wang

In the realm of construction safety, the detection of personal protective equipment, such as helmets, plays a critical role in preventing workplace injuries. This paper details the development and evaluation of convolutional neural networks…

计算机视觉与模式识别 · 计算机科学 2024-09-20 Mujadded Al Rabbani Alif

We present MatrixNets (xNets), a new deep architecture for object detection. xNets map objects with similar sizes and aspect ratios into many specialized layers, allowing xNets to provide a scale and aspect ratio aware architecture. We…

计算机视觉与模式识别 · 计算机科学 2020-01-13 Abdullah Rashwan , Rishav Agarwal , Agastya Kalra , Pascal Poupart

Transformer and its variants have shown great potential for various vision tasks in recent years, including image classification, object detection and segmentation. Meanwhile, recent studies also reveal that with proper architecture design,…

计算机视觉与模式识别 · 计算机科学 2025-02-28 Xinghao Chen , Siwei Li , Yijing Yang , Yunhe Wang

Deep convolutional Neural Networks (CNN) are the state-of-the-art performers for object detection task. It is well known that object detection requires more computation and memory than image classification. Thus the consolidation of a…

计算机视觉与模式识别 · 计算机科学 2017-05-18 Subarna Tripathi , Gokce Dane , Byeongkeun Kang , Vasudev Bhaskaran , Truong Nguyen

Recent work has shown that convolutional networks can be substantially deeper, more accurate, and efficient to train if they contain shorter connections between layers close to the input and those close to the output. In this paper, we…

机器学习 · 计算机科学 2020-01-09 Gao Huang , Zhuang Liu , Geoff Pleiss , Laurens van der Maaten , Kilian Q. Weinberger

The small receptive field and capacity of minimal neural networks limit their performance when using them to be the backbone of detectors. In this work, we find that the appearance feature of a generic face is discriminative enough for a…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Guanglu Song , Yu Liu , Yuhang Zang , Xiaogang Wang , Biao Leng , Qingsheng Yuan

In object detection, reducing computational cost is as important as improving accuracy for most practical usages. This paper proposes a novel network structure, which is an order of magnitude lighter than other state-of-the-art networks…

计算机视觉与模式识别 · 计算机科学 2016-12-13 Sanghoon Hong , Byungseok Roh , Kye-Hyeon Kim , Yeongjae Cheon , Minje Park

FPN (Feature Pyramid Network) has become a basic component of most SoTA one stage object detectors. Many previous studies have repeatedly proved that FPN can caputre better multi-scale feature maps to more precisely describe objects if they…

计算机视觉与模式识别 · 计算机科学 2022-03-07 Yu-Ming Zhang , Jun-Wei Hsieh , Chun-Chieh Lee , Kuo-Chin Fan

Convolutional Neural Networks (CNN) increase depth by stacking convolutional layers, and deeper network models perform better in image recognition. Empirical research shows that simply stacking convolutional layers does not make the network…

计算机视觉与模式识别 · 计算机科学 2022-11-16 Rui-Yang Ju , Jen-Shiun Chiang , Chih-Chia Chen , Yu-Shian Lin

Binary neural networks have great resource and computing efficiency, while suffer from long training procedure and non-negligible accuracy drops, when comparing to the full-precision counterparts. In this paper, we propose the composite…

机器学习 · 计算机科学 2018-11-19 You Qiaoben , Zheng Wang , Jianguo Li , Yinpeng Dong , Yu-Gang Jiang , Jun Zhu

Our project proposes an end-to-end 3D face alignment and reconstruction network. The backbone of our model is built by Bottle-Neck structure via Depth-wise Separable Convolution. We integrate Coordinate Attention mechanism and Spatial…

计算机视觉与模式识别 · 计算机科学 2024-05-31 Yilin Liu , Xuezhou Guo , Xinqi Wang , Fangzhou Du

Detecting occluded objects still remains a challenge for state-of-the-art object detectors. The objective of this work is to improve the detection for such objects, and thereby improve the overall performance of a modern object detector. To…

计算机视觉与模式识别 · 计算机科学 2022-10-19 Guanqi Zhan , Weidi Xie , Andrew Zisserman