中文
相关论文

相关论文: Training a Binary Weight Object Detector by Knowle…

200 篇论文

With unprecedented rapid development, deep neural networks (DNNs) have deeply influenced almost all fields. However, their heavy computation costs and model sizes are usually unacceptable in real-world deployment. Model quantization, an…

This paper presents a storage-efficient learning model titled Recursive Binary Neural Networks for sensing devices having a limited amount of on-chip data storage such as < 100's kilo-Bytes. The main idea of the proposed model is to…

神经与进化计算 · 计算机科学 2017-09-18 Tianchan Guan , Xiaoyang Zeng , Mingoo Seok

Convolutional Neural Networks (CNNs) are a standard approach for visual recognition due to their capacity to learn hierarchical representations from raw pixels. In practice, practitioners often choose among (i) training a compact custom CNN…

计算机视觉与模式识别 · 计算机科学 2026-01-06 Annoor Sharara Akhand

Simulation-to-simulation and simulation-to-real world transfer of neural network models have been a difficult problem. To close the reality gap, prior methods to simulation-to-real world transfer focused on domain adaptation, decoupling…

机器学习 · 计算机科学 2020-01-06 Sahika Genc , Sunil Mallya , Sravan Bodapati , Tao Sun , Yunzhe Tao

Vision-based vehicle detection approaches achieve incredible success in recent years with the development of deep convolutional neural network (CNN). However, existing CNN based algorithms suffer from the problem that the convolutional…

计算机视觉与模式识别 · 计算机科学 2020-05-15 Xiaowei Hu , Xuemiao Xu , Yongjie Xiao , Hao Chen , Shengfeng He , Jing Qin , Pheng-Ann Heng

The widespread deployment of Infrared Small-Target Detection (IRSTD) algorithms on edge devices necessitates the exploration of model compression techniques. Binarized neural networks (BNNs) are distinguished by their exceptional efficiency…

计算机视觉与模式识别 · 计算机科学 2025-08-05 Biqiao Xin , Qianchen Mao , Bingshu Wang , Jiangbin Zheng , Yong Zhao , C. L. Philip Chen

Recent advances in model compression have highlighted the potential of low-bit precision techniques, with Binary Neural Networks (BNNs) attracting attention for their extreme efficiency. However, extreme quantization in BNNs limits…

计算机视觉与模式识别 · 计算机科学 2025-11-25 DoYoung Kim , Jin-Seop Lee , Noo-ri Kim , SungJoon Lee , Jee-Hyong Lee

Deep neural object detection or segmentation networks are commonly trained with pristine, uncompressed data. However, in practical applications the input images are usually deteriorated by compression that is applied to efficiently transmit…

图像与视频处理 · 电气工程与系统科学 2022-05-16 Kristian Fischer , Christian Blum , Christian Herglotz , André Kaup

Deep networks run with low precision operations at inference time offer power and space advantages over high precision alternatives, but need to overcome the challenge of maintaining high accuracy as precision decreases. Here, we present a…

Coarse-to-fine schemes are widely used in traditional single-image motion deblur; however, in the context of deep learning, existing multi-scale algorithms not only require the use of complex modules for feature fusion of low-scale RGB…

计算机视觉与模式识别 · 计算机科学 2024-03-15 Xin Gao , Tianheng Qiu , Xinyu Zhang , Hanlin Bai , Kang Liu , Xuan Huang , Hu Wei , Guoying Zhang , Huaping Liu

Deep Convolutional Neural Networks (DCNN) have been proven to be effective for various computer vision problems. In this work, we demonstrate its effectiveness on a continuous object orientation estimation task, which requires prediction of…

计算机视觉与模式识别 · 计算机科学 2017-02-07 Kota Hara , Raviteja Vemulapalli , Rama Chellappa

Most existing approaches to training object detectors rely on fully supervised learning, which requires the tedious manual annotation of object location in a training set. Recently there has been an increasing interest in developing weakly…

计算机视觉与模式识别 · 计算机科学 2017-05-03 Zhiyuan Shi , Parthipan Siva , Tao Xiang

Neural network binarization accelerates deep models by quantizing their weights and activations into 1-bit. However, there is still a huge performance gap between Binary Neural Networks (BNNs) and their full-precision (FP) counterparts. As…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Yuzhang Shang , Dan Xu , Ziliang Zong , Liqiang Nie , Yan Yan

This paper works on Binary Neural Networks (BNNs), a promising avenue for efficient deep learning, offering significant reductions in computational overhead and memory footprint to full precision networks. However, the challenge of…

机器学习 · 计算机科学 2024-10-02 Federico Fontana , Romeo Lanzino , Anxhelo Diko , Gian Luca Foresti , Luigi Cinque

We present a memory and computation efficient ternary weight networks (TWNs) - with weights constrained to +1, 0 and -1. The Euclidian distance between full (float or double) precision weights and the ternary weights along with a scaling…

计算机视觉与模式识别 · 计算机科学 2022-11-22 Fengfu Li , Bin Liu , Xiaoxing Wang , Bo Zhang , Junchi Yan

Learning with few labeled data is a key challenge for visual recognition, as deep neural networks tend to overfit using a few samples only. One of the Few-shot learning methods called metric learning addresses this challenge by first…

计算机视觉与模式识别 · 计算机科学 2022-03-28 Li Ke , Meng Pan , Weigao Wen , Dong Li

This paper proposes a novel, efficient transfer learning method, called Scalable Weight Reparametrization (SWR) that is efficient and effective for multiple downstream tasks. Efficient transfer learning involves utilizing a pre-trained…

机器学习 · 计算机科学 2023-02-28 Byeonggeun Kim , Jun-Tae Lee , Seunghan yang , Simyung Chang

The ever-growing computational demands of increasingly complex machine learning models frequently necessitate the use of powerful cloud-based infrastructure for their training. Binary neural networks are known to be promising candidates for…

Binary neural networks are the extreme case of network quantization, which has long been thought of as a potential edge machine learning solution. However, the significant accuracy gap to the full-precision counterparts restricts their…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Nianhui Guo , Joseph Bethge , Christoph Meinel , Haojin Yang

A common practice in transfer learning is to initialize the downstream model weights by pre-training on a data-abundant upstream task. In object detection specifically, the feature backbone is typically initialized with Imagenet classifier…

计算机视觉与模式识别 · 计算机科学 2022-06-28 Cristina Vasconcelos , Vighnesh Birodkar , Vincent Dumoulin