中文
相关论文

相关论文: Truly shift-equivariant convolutional neural netwo…

200 篇论文

Convolutional Neural Networks (CNN) are state-of-the-art models for many image classification tasks. However, to recognize cancer subtypes automatically, training a CNN on gigapixel resolution Whole Slide Tissue Images (WSI) is currently…

计算机视觉与模式识别 · 计算机科学 2016-03-10 Le Hou , Dimitris Samaras , Tahsin M. Kurc , Yi Gao , James E. Davis , Joel H. Saltz

A convolutional layer in a Convolutional Neural Network (CNN) consists of many filters which apply convolution operation to the input, capture some special patterns and pass the result to the next layer. If the same patterns also occur at…

计算机视觉与模式识别 · 计算机科学 2019-02-04 Okan Köpüklü , Maryam Babaee , Stefan Hörmann , Gerhard Rigoll

Recent works based on convolutional encoder-decoder architecture and 3DMM parameterization have shown great potential for canonical view reconstruction from a single input image. Conventional CNN architectures benefit from exploiting the…

计算机视觉与模式识别 · 计算机科学 2023-10-24 Zhiqian Lin , Jiangke Lin , Lincheng Li , Yi Yuan , Zhengxia Zou

In this paper we show how Group Equivariant Convolutional Neural Networks use subsampling to learn to break equivariance to their symmetries. We focus on 2D rotations and reflections and investigate the impact of broken equivariance on…

计算机视觉与模式识别 · 计算机科学 2023-08-23 Tom Edixhoven , Attila Lengyel , Jan van Gemert

Image restoration is an inherently ill posed inverse problem. Equivariant networks that embed geometric symmetry priors can mitigate this ill posedness and improve performance. However, current understanding of the relationship between…

计算机视觉与模式识别 · 计算机科学 2026-05-14 Feiyu Tan , Qi Xie , Zongben Xu , Deyu Meng

Invariance to spatial transformations such as translations and rotations is a desirable property and a basic design principle for classification neural networks. However, the commonly used convolutional neural networks (CNNs) are actually…

机器学习 · 计算机科学 2023-06-30 Yihan Wang , Lijia Yu , Xiao-Shan Gao

Convolutional Neural Networks (CNNs) are widely assumed to be translation-invariant, yet standard architectures exhibit a startling fragility: even a single-pixel shift can drastically degrade performance due to their reliance on spatially…

计算机视觉与模式识别 · 计算机科学 2026-05-01 Nuria Alabau-Bosque , Jorge Vila-Tomas , Paula Dauden-Oliver , Valero Laparra , Jesus Malo

Convolutional neural networks (CNNs) have demonstrated superior performance in super-resolution (SR). However, most CNN-based SR methods neglect the different importance among feature channels or fail to take full advantage of the…

计算机视觉与模式识别 · 计算机科学 2018-10-17 Yue Lu , Yun Zhou , Zhuqing Jiang , Xiaoqiang Guo , Zixuan Yang

Graph neural networks (GNNs) are commonly described as being permutation equivariant with respect to node relabeling in the graph. This symmetry of GNNs is often compared to the translation equivariance of Euclidean convolution neural…

机器学习 · 统计学 2023-11-20 Ningyuan Huang , Ron Levie , Soledad Villar

Several variants of Convolutional Neural Networks (CNN) have been developed for Magnetic Resonance (MR) image reconstruction. Among them, U-Net has shown to be the baseline architecture for MR image reconstruction. However, sub-sampling is…

图像与视频处理 · 电气工程与系统科学 2020-01-09 Sriprabha Ramanarayanan , Balamurali Murugesan , Keerthi Ram , Mohanasankar Sivaprakasam

We analyze the role of rotational equivariance in convolutional neural networks (CNNs) applied to spherical images. We compare the performance of the group equivariant networks known as S2CNNs and standard non-equivariant CNNs trained with…

Self-supervised learning (SSL) methods have achieved remarkable success in learning image representations allowing invariances in them - but therefore discarding transformation information that some computer vision tasks actually require.…

计算机视觉与模式识别 · 计算机科学 2026-02-11 Qin Wang , Alessio Quercia , Benjamin Bruns , Abigail Morrison , Hanno Scharr , Kai Krajsek

Deep convolutional neural networks (CNNs) are usually over-parameterized, which cannot be easily deployed on edge devices such as mobile phones and smart cameras. Existing works used to decrease the number or size of requested convolution…

计算机视觉与模式识别 · 计算机科学 2019-08-07 Kai Han , Yunhe Wang , Yixing Xu , Chunjing Xu , Dacheng Tao , Chang Xu

A number of recent studies have shown that a Deep Convolutional Neural Network (DCNN) pretrained on a large dataset can be adopted as a universal image description which leads to astounding performance in many visual classification tasks.…

计算机视觉与模式识别 · 计算机科学 2014-12-01 Lingqiao Liu , Chunhua Shen , Anton van den Hengel

Deep convolutional neural networks (CNN) have shown their promise as a universal representation for recognition. However, global CNN activations lack geometric invariance, which limits their robustness for classification and matching of…

计算机视觉与模式识别 · 计算机科学 2014-09-10 Yunchao Gong , Liwei Wang , Ruiqi Guo , Svetlana Lazebnik

This paper is concerned with a fundamental problem in geometric deep learning that arises in the construction of convolutional neural networks on surfaces. Due to curvature, the transport of filter kernels on surfaces results in a…

计算机视觉与模式识别 · 计算机科学 2020-06-03 Ruben Wiersma , Elmar Eisemann , Klaus Hildebrandt

We propose a generalized convolutional neural network (CNN) architecture that first decomposes the input signal into subbands by an adaptive filter bank structure, and then uses convolutional layers to extract features from each subband…

图像与视频处理 · 电气工程与系统科学 2023-06-30 Pavel Sinha , Ioannis Psaromiligkos , Zeljko Zilic

In this paper, we propose a novel convolutional neural network (CNN) that never causes checkerboard artifacts, for image enhancement. In research fields of image-to-image translation problems, it is well-known that images generated by usual…

图像与视频处理 · 电气工程与系统科学 2020-10-26 Yuma Kinoshita , Hitoshi Kiya

In computer vision, models must be able to adapt to changes in image resolution to effectively carry out tasks such as image segmentation; This is known as scale-equivariance. Recent works have made progress in developing scale-equivariant…

机器学习 · 计算机科学 2023-11-07 Md Ashiqur Rahman , Raymond A. Yeh

Convolutional neural networks can automatically learn features via deep network architectures and given input samples. However, the robustness of obtained models may face challenges in varying scenes. Bigger differences in network…

图像与视频处理 · 电气工程与系统科学 2025-10-21 Ziang Wu , Jinwei Xie , Xuanyu Zhang , Tao Wang , Yongjun Zhang , Qi Zhu , Chunwei Tian