中文
相关论文

相关论文: AugShuffleNet: Communicate More, Compute Less

200 篇论文

Networks are widely used to model objects with interactions and have enabled various downstream applications. However, in the real world, network mining is often done on particular query sets of objects, which does not require the…

社会与信息网络 · 计算机科学 2020-02-04 Carl Yang , Mengxiong Liu , Frank He , Jian Peng , Jiawei Han

Convolutional Networks (ConvNets) are powerful models that learn hierarchies of visual features, which could also be used to obtain image representations for transfer learning. The basic pipeline for transfer learning is to first train a…

计算机视觉与模式识别 · 计算机科学 2016-03-28 Jumabek Alikhanov , Myeong Hyeon Ga , Seunghyun Ko , Geun-Sik Jo

Deluge Networks (DelugeNets) are deep neural networks which efficiently facilitate massive cross-layer information inflows from preceding layers to succeeding layers. The connections between layers in DelugeNets are established through…

计算机视觉与模式识别 · 计算机科学 2017-08-24 Jason Kuen , Xiangfei Kong , Gang Wang , Yap-Peng Tan

In this article, we take one step toward understanding the learning behavior of deep residual networks, and supporting the observation that deep residual networks behave like ensembles. We propose a new convolutional neural network…

计算机视觉与模式识别 · 计算机科学 2024-10-30 Masoud Abdi , Saeid Nahavandi

It is by now a well known fact in the graph learning community that the presence of bottlenecks severely limits the ability of graph neural networks to propagate information over long distances. What so far has not been appreciated is that,…

机器学习 · 计算机科学 2023-10-31 Christian Koke , Abhishek Saroha , Yuesong Shen , Marvin Eisenberger , Daniel Cremers

We propose an attention-injective deformable convolutional network called ADCrowdNet for crowd understanding that can address the accuracy degradation problem of highly congested noisy scenes. ADCrowdNet contains two concatenated networks.…

计算机视觉与模式识别 · 计算机科学 2019-04-12 Ning Liu , Yongchao Long , Changqing Zou , Qun Niu , Li Pan , Hefeng Wu

Emergency communications networks require in-network intelligence for timely traffic handling under dynamic demands and runtime constraints. In these environments, packets may need different inference behaviors, and conventional model…

网络与互联网体系结构 · 计算机科学 2026-05-12 Yuehan Li , Zhiyuan Ren , Tao Zhang , Wenchi Cheng

Group convolution has been widely used in order to reduce the computation time of convolution, which takes most of the training time of convolutional neural networks. However, it is well known that a large number of groups significantly…

机器学习 · 计算机科学 2022-09-09 Youngkyu Lee , Jongho Park , Chang-Ock Lee

Some Deep Neural Networks (DNN) have what we call lanes, or they can be reorganized as such. Lanes are paths in the network which are data-independent and typically learn different features or add resilience to the network. Given their…

计算机视觉与模式识别 · 计算机科学 2019-08-13 Vanderson M. do Rosario , Mauricio Breternitz , Edson Borin

Efficient inference of Convolutional Neural Networks is a thriving topic recently. It is desirable to achieve the maximal test accuracy under given inference budget constraints when deploying a pre-trained model. Network pruning is a…

计算机视觉与模式识别 · 计算机科学 2019-10-29 Ruizhe Zhao , Wayne Luk

Attention mechanisms, particularly channel attention, have become highly influential in numerous computer vision tasks. Despite their effectiveness, many existing methods primarily focus on optimizing performance through complex attention…

计算机视觉与模式识别 · 计算机科学 2024-10-14 Ronghui Zhang , Runzong Zou , Yue Zhao , Zirui Zhang , Junzhou Chen , Yue Cao , Chuan Hu , Houbing Song

Although Convolution Neural Networks (CNNs) has made substantial progress in the low-light image enhancement task, one critical problem of CNNs is the paradox of model complexity and performance. This paper presents a novel SurroundNet…

计算机视觉与模式识别 · 计算机科学 2025-10-01 Fei Zhou , Xin Sun , Junyu Dong , Haoran Zhao , Xiao Xiang Zhu

As deep learning (DL) is being rapidly pushed to edge computing, researchers invented various ways to make inference computation more efficient on mobile/IoT devices, such as network pruning, parameter compression, and etc. Quantization, as…

计算机视觉与模式识别 · 计算机科学 2019-03-13 Tao Sheng , Chen Feng , Shaojie Zhuo , Xiaopeng Zhang , Liang Shen , Mickey Aleksic

We propose a novel neural architecture for computer vision -- WaveMix -- that is resource-efficient and yet generalizable and scalable. While using fewer trainable parameters, GPU RAM, and computations, WaveMix networks achieve comparable…

计算机视觉与模式识别 · 计算机科学 2024-04-02 Pranav Jeevan , Kavitha Viswanathan , Anandu A S , Amit Sethi

While sparse coding-based clustering methods have shown to be successful, their bottlenecks in both efficiency and scalability limit the practical usage. In recent years, deep learning has been proved to be a highly effective, efficient and…

机器学习 · 计算机科学 2015-10-19 Zhangyang Wang , Shiyu Chang , Jiayu Zhou , Meng Wang , Thomas S. Huang

We present a network architecture for processing point clouds that directly operates on a collection of points represented as a sparse set of samples in a high-dimensional lattice. Naively applying convolutions on this lattice scales…

计算机视觉与模式识别 · 计算机科学 2018-05-10 Hang Su , Varun Jampani , Deqing Sun , Subhransu Maji , Evangelos Kalogerakis , Ming-Hsuan Yang , Jan Kautz

Group convolution works well with many deep convolutional neural networks (CNNs) that can effectively compress the model by reducing the number of parameters and computational cost. Using this operation, feature maps of different group…

计算机视觉与模式识别 · 计算机科学 2019-06-11 Xukai Xie , Yuan Zhou , Sun-Yuan Kung

Although Convolutional Neural Networks (CNNs) achieve effectiveness in various computer vision tasks, the significant requirement of storage of such networks hinders the deployment on computationally limited devices. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2019-02-28 Jinpeng Xia , Jiasong Wu , Youyong Kong , Pinzheng Zhang , Lotfi Senhadji , Huazhong Shu

As server CPUs scale to dozens and now hundreds of cores per socket, parallel query engines must rethink how they redistribute data between threads. Partitioned operators such as hash joins and aggregations require frequent data…

数据库 · 计算机科学 2026-05-29 Adam Szymański , Tyler Akidau

We present Fast-Downsampling MobileNet (FD-MobileNet), an efficient and accurate network for very limited computational budgets (e.g., 10-140 MFLOPs). Our key idea is applying an aggressive downsampling strategy to MobileNet framework. In…

计算机视觉与模式识别 · 计算机科学 2018-02-13 Zheng Qin , Zhaoning Zhang , Xiaotao Chen , Yuxing Peng