中文
相关论文

相关论文: U-Net Training with Instance-Layer Normalization

200 篇论文

Deformable image registration is a crucial step in medical image analysis for finding a non-linear spatial transformation between a pair of fixed and moving images. Deep registration methods based on Convolutional Neural Networks (CNNs)…

计算机视觉与模式识别 · 计算机科学 2022-09-20 Mingyuan Meng , Lei Bi , Dagan Feng , Jinman Kim

This paper proposes a new mean-field framework for over-parameterized deep neural networks (DNNs), which can be used to analyze neural network training. In this framework, a DNN is represented by probability measures and functions over its…

机器学习 · 统计学 2020-07-06 Cong Fang , Jason D. Lee , Pengkun Yang , Tong Zhang

Automatic medical image segmentation has made great progress benefit from the development of deep learning. However, most existing methods are based on convolutional neural networks (CNNs), which fail to build long-range dependencies and…

计算机视觉与模式识别 · 计算机科学 2021-06-15 Ailiang Lin , Bingzhi Chen , Jiayu Xu , Zheng Zhang , Guangming Lu

The success of deep learning is inseparable from normalization layers. Researchers have proposed various normalization functions, and each of them has both advantages and disadvantages. In response, efforts have been made to design a…

机器学习 · 计算机科学 2024-02-20 Zikai Zhou , Shuo Zhang , Ziruo Wang , Huanran Chen

Convolutional Neural Networks (CNNs) do not have a predictable recognition behavior with respect to the input resolution change. This prevents the feasibility of deployment on different input image resolutions for a specific model. To…

计算机视觉与模式识别 · 计算机科学 2020-07-14 Duo Li , Anbang Yao , Qifeng Chen

To accurately analyze changes of anatomical structures in longitudinal imaging studies, consistent segmentation across multiple time-points is required. Existing solutions often involve independent registration and segmentation components.…

图像与视频处理 · 电气工程与系统科学 2019-08-28 Bo Li , Wiro Niessen , Stefan Klein , Marius de Groot , Arfan Ikram , Meike Vernooij , Esther Bron

The Convolutional Neural Network (CNN) has achieved great success in image classification. The classification model can also be utilized at image or patch level for many other applications, such as object detection and segmentation. In this…

计算机视觉与模式识别 · 计算机科学 2014-12-23 Jun Yuan , Bingbing Ni , Ashraf A. Kassim

Deep artificial neural networks have made remarkable progress in different tasks in the field of computer vision. However, the empirical analysis of these models and investigation of their failure cases has received attention recently. In…

计算机视觉与模式识别 · 计算机科学 2016-02-10 Babak Saleh , Ahmed Elgammal , Jacob Feldman

Current methods for medical image segmentation primarily focus on extracting contextual feature information from the perspective of the whole image. While these methods have shown effective performance, none of them take into account the…

计算机视觉与模式识别 · 计算机科学 2025-05-12 Jianjian Yin , Yi Chen , Chengyu Li , Zhichao Zheng , Yanhui Gu , Junsheng Zhou

Whole brain segmentation using deep learning (DL) is a very challenging task since the number of anatomical labels is very high compared to the number of available training images. To address this problem, previous DL methods proposed to…

图像与视频处理 · 电气工程与系统科学 2019-06-06 Pierrick Coupé , Boris Mansencal , Michaël Clément , Rémi Giraud , Baudouin Denis de Senneville , Vinh-Thong Ta , Vincent Lepetit , José V. Manjon

We propose a novel deep supervised neural network for the task of action recognition in videos, which implicitly takes advantage of visual tracking and shares the robustness of both deep Convolutional Neural Network (CNN) and Recurrent…

计算机视觉与模式识别 · 计算机科学 2016-07-12 Jialin Wu , Gu Wang , Wukui Yang , Xiangyang Ji

Batch normalization (BN) is a milestone technique in deep learning. It normalizes the activation using mini-batch statistics during training but the estimated population statistics during inference. This paper focuses on investigating the…

计算机视觉与模式识别 · 计算机科学 2022-03-22 Lei Huang , Yi Zhou , Tian Wang , Jie Luo , Xianglong Liu

Standard convolutional neural networks(CNNs) require consistent image resolutions in both training and testing phase. However, in practice, testing with smaller image sizes is necessary for fast inference. We show that trivially evaluating…

计算机视觉与模式识别 · 计算机科学 2020-09-08 Zhuoran Yu , Aojun Zhou , Yukun Ma , Yudian Li , Xiaohan Zhang , Ping Luo

The success of deep neural networks is mostly due their ability to learn meaningful features from the data. Features learned in the hidden layers of deep neural networks trained in computer vision tasks have been shown to be similar to…

机器学习 · 计算机科学 2017-01-04 Biswajit Paria , Vikas Reddy , Anirban Santara , Pabitra Mitra

Image splicing is a very common image manipulation technique that is sometimes used for malicious purposes. A splicing detec- tion and localization algorithm usually takes an input image and produces a binary decision indicating whether the…

计算机视觉与模式识别 · 计算机科学 2017-05-30 Yue Wu , Wael AbdAlmageed , Prem Natarajan

A big, diverse and balanced training data is the key to the success of deep neural network training. However, existing publicly available datasets used in facial landmark localization are usually much smaller than those for other computer…

计算机视觉与模式识别 · 计算机科学 2021-01-19 Shuangping Jin , Zhenhua Feng , Wankou Yang , Josef Kittler

We address a learning-to-normalize problem by proposing Switchable Normalization (SN), which learns to select different normalizers for different normalization layers of a deep neural network. SN employs three distinct scopes to compute…

计算机视觉与模式识别 · 计算机科学 2019-07-25 Ping Luo , Ruimao Zhang , Jiamin Ren , Zhanglin Peng , Jingyu Li

In this paper, we introduce a novel approach to neural learning: the Feature-Imitating-Network (FIN). A FIN is a neural network with weights that are initialized to reliably approximate one or more closed-form statistical features, such as…

机器学习 · 计算机科学 2021-10-26 Sari Saba-Sadiya , Tuka Alhanai , Mohammad M Ghassemi

In this paper, we analyze batch normalization from the perspective of discriminability and find the disadvantages ignored by previous studies: the difference in $l_2$ norms of sample features can hinder batch normalization from obtaining…

计算机视觉与模式识别 · 计算机科学 2023-03-22 Zhennan Wang , Kehan Li , Runyi Yu , Yian Zhao , Pengchong Qiao , Chang Liu , Fan Xu , Xiangyang Ji , Guoli Song , Jie Chen

The "CNN-RNN" design pattern is increasingly widely applied in a variety of image annotation tasks including multi-label classification and captioning. Existing models use the weakly semantic CNN hidden layer or its transform as the image…

计算机视觉与模式识别 · 计算机科学 2016-11-18 Feng Liu , Tao Xiang , Timothy M. Hospedales , Wankou Yang , Changyin Sun
‹ 上一页 1 8 9 10 下一页 ›