中文
相关论文

相关论文: Fully Embedding Fast Convolutional Networks on Pix…

200 篇论文

In this paper we introduce a novel method for segmentation that can benefit from general semantics of Convolutional Neural Network (CNN). Our segmentation proposes visually and semantically coherent image segments. We use binary encoding of…

计算机视觉与模式识别 · 计算机科学 2016-11-22 Mahdyar Ravanbakhsh , Hossein Mousavi , Moin Nabi , Lucio Marcenaro , Carlo Regazzoni

We propose an unsupervised superpixel segmentation method by optimizing a randomly-initialized convolutional neural network (CNN) in inference time. Our method generates superpixels via CNN from a single image without any labels by…

计算机视觉与模式识别 · 计算机科学 2020-06-29 Teppei Suzuki

Implicit Neural Representations (INRs) encoding continuous multi-media data via multi-layer perceptrons has shown undebatable promise in various computer vision tasks. Despite many successful applications, editing and processing an INR…

计算机视觉与模式识别 · 计算机科学 2022-12-16 Dejia Xu , Peihao Wang , Yifan Jiang , Zhiwen Fan , Zhangyang Wang

In computer vision, superpixels have been widely used as an effective way to reduce the number of image primitives for subsequent processing. But only a few attempts have been made to incorporate them into deep neural networks. One main…

计算机视觉与模式识别 · 计算机科学 2020-03-31 Fengting Yang , Qian Sun , Hailin Jin , Zihan Zhou

Deploying deep Convolutional Neural Networks (CNNs) is impacted by their memory footprint and speed requirements, which mainly come from convolution. Widely-used convolution algorithms, im2col and MEC, produce a lowered matrix from an…

计算机视觉与模式识别 · 计算机科学 2021-04-20 Hossam Amer , Ahmed H. Salamah , Ahmad Sajedi , En-hui Yang

We present compositional nearest neighbors (CompNN), a simple approach to visually interpreting distributed representations learned by a convolutional neural network (CNN) for pixel-level tasks (e.g., image synthesis and segmentation). It…

计算机视觉与模式识别 · 计算机科学 2018-09-05 Victor Fragoso , Chunhui Liu , Aayush Bansal , Deva Ramanan

Many FPGAs vendors have recently included embedded processors in their devices, like Xilinx with ARM-Cortex A cores, together with programmable logic cells. These devices are known as Programmable System on Chip (PSoC). Their ARM cores…

分布式、并行与集群计算 · 计算机科学 2018-06-05 A. Rios-Navarro , R. Tapiador-Morales , A. Jimenez-Fernandez , M. Dominguez-Morales , C. Amaya , A. Linares-Barranco

Particle image velocimetry (PIV) is essential in experimental fluid dynamics. In the current work, we propose a new velocity field estimation paradigm, which achieves a synergetic combination of the deep learning method and the traditional…

流体动力学 · 物理学 2022-01-12 Qi Gao , Hongtao Lin , Han Tu , Haoran Zhu , Runjie Wei , Guoping Zhang , Xueming Shao

Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this…

计算机视觉与模式识别 · 计算机科学 2016-11-18 Kaiming He , Xiangyu Zhang , Shaoqing Ren , Jian Sun

Convolutional neural networks (CNNs), inspired by biological visual cortex systems, are a powerful category of artificial neural networks that can extract the hierarchical features of raw data to greatly reduce the network parametric…

Convolutional Neural Networks (CNNs) have proven to be extremely accurate for image recognition, even outperforming human recognition capability. When deployed on battery-powered mobile devices, efficient computer architectures are required…

硬件体系结构 · 计算机科学 2020-10-05 Mehdi Ahmadi , Shervin Vakili , J. M. Pierre Langlois

With the impressive capability to capture visual content, deep convolutional neural networks (CNN) have demon- strated promising performance in various vision-based ap- plications, such as classification, recognition, and objec- t…

计算机视觉与模式识别 · 计算机科学 2015-09-16 Zhen Liu

In this paper we propose a CNN architecture for semantic image segmentation. We introduce a new 'bilateral inception' module that can be inserted in existing CNN architectures and performs bilateral filtering, at multiple feature-scales,…

计算机视觉与模式识别 · 计算机科学 2016-08-09 Raghudeep Gadde , Varun Jampani , Martin Kiefel , Daniel Kappler , Peter V. Gehler

We present an analysis into the inner workings of Convolutional Neural Networks (CNNs) for processing text. CNNs used for computer vision can be interpreted by projecting filters into image space, but for discrete sequence inputs CNNs…

计算与语言 · 计算机科学 2020-04-29 Alon Jacovi , Oren Sar Shalom , Yoav Goldberg

We propose a principled convolutional neural pyramid (CNP) framework for general low-level vision and image processing tasks. It is based on the essential finding that many applications require large receptive fields for structure…

计算机视觉与模式识别 · 计算机科学 2017-04-10 Xiaoyong Shen , Ying-Cong Chen , Xin Tao , Jiaya Jia

Convolutional neural networks (CNNs) are revolutionizing machine learning, but they present significant computational challenges. Recently, many FPGA-based accelerators have been proposed to improve the performance and efficiency of CNNs.…

硬件体系结构 · 计算机科学 2018-04-13 Yongming Shen , Michael Ferdman , Peter Milder

Though CNNs are highly parallel workloads, in the absence of efficient on-chip memory reuse techniques, an accelerator for them quickly becomes memory bound. In this paper, we propose a CNN accelerator design for inference that is able to…

分布式、并行与集群计算 · 计算机科学 2025-08-26 Kingshuk Majumder , Shubham Nema , Uday Bondhugula

Power-efficient CNN Domain Specific Accelerator (CNN-DSA) chips are currently available for wide use in mobile devices. These chips are mainly used in computer vision applications. However, the recent work of Super Characters method for…

计算与语言 · 计算机科学 2019-06-05 Baohua Sun , Lin Yang , Michael Lin , Wenhan Zhang , Patrick Dong , Charles Young , Jason Dong

Compressive sensing (CS), aiming to reconstruct an image/signal from a small set of random measurements has attracted considerable attentions in recent years. Due to the high dimensionality of images, previous CS methods mainly work on…

计算机视觉与模式识别 · 计算机科学 2018-02-01 Xiaotong Lu , Weisheng Dong , Peiyao Wang , Guangming Shi , Xuemei Xie

To accelerate inference of Convolutional Neural Networks (CNNs), various techniques have been proposed to reduce computation redundancy. Converting convolutional layers into frequency domain significantly reduces the computation complexity…

计算机视觉与模式识别 · 计算机科学 2023-10-12 Yue Niu , Hanqing Zeng , Ajitesh Srivastava , Kartik Lakhotia , Rajgopal Kannan , Yanzhi Wang , Viktor Prasanna