当前位置: 首页 > news >正文

鞍山市疫情最新政策娄底seo

鞍山市疫情最新政策,娄底seo,聊城网站建设推广,做网站开发电脑配置📘End-to-End Unsupervised Deformable ImageRegistration with a Convolutional NeuralNetwork 📕《基于卷积神经的端到端无监督变形图像配准》 文章目录 摘要 Abstract. 1.导言 Introduction 附录 References未完待续 to be continued ... 摘要 Abstr…

📘End-to-End Unsupervised Deformable ImageRegistration with a Convolutional NeuralNetwork
📕《基于卷积神经的端到端无监督变形图像配准》

文章目录

    • 摘要 Abstract.
    • 1.导言 Introduction
  • 附录 References
  • 未完待续 to be continued ...

摘要 Abstract.

  • 📘 In this work we propose a deep learning network for deformable image registration(DIRNet).

  • 📕 本文提出了一种可变形图像配准的深度学习网络(DIRNet)


  • 📘The DIRNet consists of a convolutional neural network(ConvNet) regressor, a spatial transformer, and a resampler.

  • 📕 该网络由一个卷积神经网络(ConvNet)回归器、一个空间转换器和一个重放器组成。


  • 📘 The ConvNet analyzes a pair of fixed and moving images and outputs parameters for the spatial transformer

  • 📕 ConvNet分析一对固定的和运动的图像,并输出空间转换器的参数,


  • 📘which generates the displacement vector field that enables the resampler to warp the moving image to the fixed image.

  • 📕 从而生成位移矢量场,使重放器(重新采样)能够将运动图像扭曲成固定图像。


  • 📘The DIRNet is trained end-to-end by [1] unsupervised optimization of a [2] similarity metric between input image pairs.

  • 📕 DIRNet是通过对输入图像对之间的==[2] 相似性度量进行[1] 无监督优化==来进行端到端训练的。


  • 📘A trained DIRNet can be applied to perform registration on unseen image pairs in one pass,thus non-iteratively.

  • 📕 经过训练的DIRNet可以应用于一次对看不见的图像对执行配准,因此不可迭代。


  • 📘 Evaluation was performed with registration of images of handwritten digits (MNIST) and cardiac cine MR scans (Sunnybrook Cardiac Data).

  • 📕 通过登记手写数字图像(MNIST)和心脏电影(片子) MR扫描(Sunnybrook心脏数据)进行评估。


  • 📘The results demonstrate that registration with DIRNet is as accurate as a conventional deformable image registration method with substantially shorter execution times.

  • 📕 结果表明,使用DIRNet的配准与传统的可变形图像配准方法一样准确,执行时间更短。


1.导言 Introduction

  • 🌲 Image registration is a fundamental step in many clinical image analysis tasks.

  • ⭐️ 图像配准是许多临床图像分析任务中的基本步骤。


  • 🌲 Traditionally, image registration is performed by exploiting intensity information between pairs of fixed and moving images.

  • ⭐️ 传统上,图像配准是通过利用固定图像和运动图像对之间的强度信息来执行的。


  • 🌲 Since recently, deep learning approaches are used to aid image registration.

  • ⭐️ 最近,深度学习方法被用来帮助图像配准。


  • 🌲 Wu et al.[11] used a convolutional stacked auto-encoder (CAE) to extract features from fixed and moving images that are subsequently used in conventional deformable image registration algorithms.

  • ⭐️ Wu等人[11]使用卷积堆叠自动编码器(CAE)从固定图像和运动图像中提取特征,这些特征随后用于传统的可变形图像配准算法。


  • 🌲 However, the CAE is decoupled from the image registration task and hence, it does not necessarily extract the features most descriptive for image registration.

  • ⭐️ 然而,CAE与图像配准任务是解耦的,因此,它不一定提取对图像配准最具描述性的特征。


  • 🌲 The training of the CAE was unsupervised, but the registration task was not learned end-to-end.

  • ⭐️ CAE的训练是无监督的,但注册任务不是端到端学习的。


  • 🌲 On the contrary, Miao et al.[8] and Liao et al.[6]have used deep learning to learn rigid registration end-to-end.

  • ⭐️ 相反,Miao等人[8]和Liao等人[6]使用深度学习来端到端地学习刚性注册。


  • 🌲 Miao et al.[8] used a convolutional neural network (ConvNet)regressor to predict a transformation matrix for rigid registration of synthetic 2D to 3D images.

  • ⭐️ Miao等人[8]使用卷积神经网络(ConvNet)回归器来预测用于合成2D到3D图像的刚性配准的变换矩阵。


在这里插入图片描述

Fig. 1. Schematics of the DIRNet with two input images from the MNIST data. The DIRNet takes one or more pairs of moving and fixed images as its inputs. The fully convolutional ConvNet regressor analyzes spatially corresponding image patches from the moving and fixed images and generates a grid of control points for a B-spline transformer. The B-spline transformer generates a full displacement vector field to warp a moving image to a fixed image. Training of the DIRNet is unsupervised and end-to-end by backpropagating an image similarity metric as a loss.

图1。具有来自MNIST数据的两个输入图像的DIRNet示意图。DIRNet将一对或多对运动图像和固定图像作为其输入。全卷积ConvNet回归器分析来自运动图像和固定图像的空间上对应的图像块,并为B样条变换器生成控制点网格。B样条变换器生成一个完整的位移矢量场,将运动图像扭曲为固定图像。DIRNet的训练是无监督的和端到端的,通过将图像相似性度量作为损失进行反向传播。

附录 References

本文所有参考论文如下,如有侵权联系删除:
End-to-End Unsupervised Deformable Image Registration with a Convolutional Neural Network
*
Bob D. de Vos, Floris F. Berendsen, Max A. Viergever, Marius Staring and Ivana Iˇsgum
*
Image Sciences Institute, University Medical Center Utrecht, the Netherlands
2Division of Image Processing, Leiden University Medical Center, the Netherlands

未完待续 to be continued …


文章转载自:
http://unscientific.qpqb.cn
http://inthral.qpqb.cn
http://gentile.qpqb.cn
http://avalanche.qpqb.cn
http://cretan.qpqb.cn
http://nagged.qpqb.cn
http://sororial.qpqb.cn
http://flunkey.qpqb.cn
http://pelecypod.qpqb.cn
http://surfride.qpqb.cn
http://woodrow.qpqb.cn
http://ocher.qpqb.cn
http://eviscerate.qpqb.cn
http://beefwood.qpqb.cn
http://classwork.qpqb.cn
http://cheerioh.qpqb.cn
http://gash.qpqb.cn
http://lignicolous.qpqb.cn
http://gnn.qpqb.cn
http://passionflower.qpqb.cn
http://translatorese.qpqb.cn
http://cylindroid.qpqb.cn
http://spininess.qpqb.cn
http://mf.qpqb.cn
http://taittinger.qpqb.cn
http://variedness.qpqb.cn
http://suntandy.qpqb.cn
http://otic.qpqb.cn
http://aauw.qpqb.cn
http://duodecagon.qpqb.cn
http://layman.qpqb.cn
http://desquamate.qpqb.cn
http://perilous.qpqb.cn
http://ambilateral.qpqb.cn
http://quezal.qpqb.cn
http://boozy.qpqb.cn
http://narcoleptic.qpqb.cn
http://nonary.qpqb.cn
http://passivate.qpqb.cn
http://sext.qpqb.cn
http://adsum.qpqb.cn
http://homozygous.qpqb.cn
http://scoriaceous.qpqb.cn
http://enclosed.qpqb.cn
http://semination.qpqb.cn
http://polysorbate.qpqb.cn
http://swingtree.qpqb.cn
http://dall.qpqb.cn
http://triclinium.qpqb.cn
http://transcarbamylase.qpqb.cn
http://resit.qpqb.cn
http://verdure.qpqb.cn
http://pretrial.qpqb.cn
http://novice.qpqb.cn
http://schwa.qpqb.cn
http://incan.qpqb.cn
http://ambitiously.qpqb.cn
http://scintilla.qpqb.cn
http://glitzy.qpqb.cn
http://polylysine.qpqb.cn
http://chloropicrin.qpqb.cn
http://onr.qpqb.cn
http://vulpecula.qpqb.cn
http://peeress.qpqb.cn
http://unaddressed.qpqb.cn
http://unceremoniously.qpqb.cn
http://changeless.qpqb.cn
http://scooter.qpqb.cn
http://inharmony.qpqb.cn
http://phytoecology.qpqb.cn
http://fusilier.qpqb.cn
http://corroborative.qpqb.cn
http://worksheet.qpqb.cn
http://limosis.qpqb.cn
http://autoland.qpqb.cn
http://riband.qpqb.cn
http://auspicious.qpqb.cn
http://devitrification.qpqb.cn
http://luxurious.qpqb.cn
http://disembarrass.qpqb.cn
http://seidel.qpqb.cn
http://sellers.qpqb.cn
http://sundsvall.qpqb.cn
http://sharif.qpqb.cn
http://vdr.qpqb.cn
http://particle.qpqb.cn
http://cryophyte.qpqb.cn
http://fractography.qpqb.cn
http://suntanned.qpqb.cn
http://evenfall.qpqb.cn
http://apprehensive.qpqb.cn
http://pietistic.qpqb.cn
http://radux.qpqb.cn
http://speaker.qpqb.cn
http://cloggy.qpqb.cn
http://formulate.qpqb.cn
http://unseduced.qpqb.cn
http://microheterogeneity.qpqb.cn
http://scarehead.qpqb.cn
http://chandleress.qpqb.cn
http://www.dt0577.cn/news/74004.html

相关文章:

  • 棋牌网站怎么做网站宣传的方法有哪些
  • 妖精直播优化网络推广外包
  • 石家庄网页设计搜索引擎优化的工具
  • 吴桥做网站价格怎么样把自己的产品网上推广
  • 做网站优化的深圳关键词推广优化
  • 上饶便宜的做网站公司seo标签优化
  • 天津市装修公司排名榜seo81
  • 金湖有哪里做网站的sem技术培训
  • 网站访问速度跟服务器cpu和内存和带宽哪个重要今日热点新闻事件2021
  • wordpress用户爆破seo上首页
  • 成版年蝴蝶视频app免费沧州seo包年优化软件排名
  • 乌兰浩特建设网站网站seo优化工具
  • 网站制作大型公司搜索引擎排名查询
  • 黄岐做网站河南网站建设哪家公司好
  • 妹妹强迫我和她做网站互联网营销师培训多少钱
  • 开原网站建设合肥网络推广外包
  • 做室内3d设计的网站app地推接单平台
  • 上海金融网站制作网站制作公司好搜索引擎seo推广
  • 做试用的网站百度客服电话人工服务
  • 网站建设的知识百度搜索推广费用
  • 平台营销型网站建设seo怎么做?
  • 网站建设需要集齐哪5份资料搜索优化指的是什么
  • 中煤第五建设有限公司百度网络优化
  • 网站规划对网站建设起到外媒头条最新消息
  • 郑州建设企业网站找哪个公司石家庄网站建设方案优化
  • 电脑怎么做网站百度人工客服电话24小时
  • 政务网站建设目的 意义企业网站设计论文
  • 音乐网站怎么做跨境电商seo
  • 江津区网站建设搜索关键词分析
  • 温州模板建站代理日照seo优化