Xiaoguang Tu (涂晓光):

CV: Ph.D. Candidate of School of Communication and Information Engineering, University of Electronic Science and Technology of China (UESTC), Chengdu, P.R. China.

Research field: Face Recognition; Medical Image Processing; Computer vision; Deep Learning.

Publications: 

1. Tu X, Gao J, Zhu C, et al. MR image segmentation and bias field estimation based on coherent local intensity clustering with total variation regularization.[J]. Medical & Biological Engineering & Computing,

2016, 54(12):1807-1818. (pdf, code).

2. Tu X, Gao J, Xie M, et al. Illumination Normalization based on Correction of Large-scale Components for Face Recognition[J]. Neurocomputing, 2017.

3. Tu X, Xie M, Gao J, et al. Automatic Categorization and Scoring of Solid, Part-Solid and Non-Solid Pulmonary Nodules in CT Images with Convolutional Neural Network[J]. Scientific Reports, 2017, 7.

4. Ge H, Yang F, Tu X, et al. Pre-Processing for Fine-Grained Image Classification[J]. IEICE TRANSACTIONS on Information and Systems, 2017, 100(8): 1938-1942.

5. Gao J, Dai X, Zhu C, et al. Supervoxel Segmentation and Bias Correction of MR Image with Intensity Inhomogeneity[J]. Neural Processing Letters, 2017: 1-14.

6. TU X, YANG F, XIE M. Illumination Normalization for Face Recognition Using Energy Minimization Framework[J]. IEICE TRANSACTIONS on Information and Systems, 2017, 100(6): 1376-1379.

7. X Tu, J Zhao, M Xie, G Du, H Zhang, J Li, Z Ma, J Feng - arXiv preprint arXiv:1901.05602, 2019.  Learning Generalizable and Identity-Discriminative Representations for Face Anti-Spoofing.

8. X Tu, H Zhang, M Xie, Y Luo, Y Zhang, Z Ma - arXiv preprint arXiv:1901.05635, 2019. Enhance the Motion Cues for Face Anti-Spoofing using CNN-LSTM Architecture

9. X Tu, H Zhang, M Xie, Y Luo, Y Zhang, Z Ma - arXiv preprint arXiv:1901.05633, 2019. Deep Transfer Across Domains for Face Anti-spoofing

10. J Zhao, J Li, X Tu, F Zhao, Y Xin, J Xing, H Liu, S Yan… - arXiv preprint arXiv:1902.04755, 2019. Multi-Prototype Networks for Unconstrained Set-based Face Recognition

11. X Tu, Jian Zhao, et al. Joint 3D Face Reconstruction and Dense Face Alignment from A Single Image with 2D-Assisted Self-Supervised Learning. Arxiv: https://arxiv.org/abs/1903.09359

Xiaoguang Tu's Home Page的更多相关文章

  1. Operating System Memory Management、Page Fault Exception、Cache Replacement Strategy Learning、LRU Algorithm

    目录 . 引言 . 页表 . 结构化内存管理 . 物理内存的管理 . SLAB分配器 . 处理器高速缓存和TLB控制 . 内存管理的概念 . 内存覆盖与内存交换 . 内存连续分配管理方式 . 内存非连 ...

  2. How to manipulate pixels on a bitmap by scanline property(Ma Xiaoguang and Ma Xiaoming)

    We have been developing image processing software for above 14 years with old versions of Delphi, su ...

  3. 我这么玩Web Api(一):帮助页面或用户手册(Microsoft and Swashbuckle Help Page)

    前言 你需要为客户编写Api调用手册?你需要测试你的Api接口?你需要和前端进行接口对接?那么这篇文章应该可以帮到你.本文将介绍创建Web Api 帮助文档页面的两种方式,Microsoft Help ...

  4. HTML5 Page Visibility

    什么是 Page Visibility ? Page Visibility 即页面可见性,通过 visibilityState 的值检测页面当前是否可见.当一个网站是可见或点击选中的状态时 Page ...

  5. angularjs 1 开发简单案例(包含common.js,service.js,controller.js,page)

    common.js var app = angular.module('app', ['ngFileUpload']) .factory('SV_Common', function ($http) { ...

  6. Selenium的PO模式(Page Object Model)[python版]

     Page Object Model 简称POM  普通的测试用例代码: .... #测试用例 def test_login_mail(self): driver = self.driver driv ...

  7. SharePoint2013 Set a custom application page as site welcome page

    本文主要介绍如何添加一个custom application page as site welcome page 1.首先创建一个sharepoint 2013 empty solution, add ...

  8. 使用page object模式抓取几个主要城市的pm2.5并从小到大排序后写入txt文档

    #coding=utf-8from time import sleepimport unittestfrom selenium import webdriverfrom selenium.webdri ...

  9. github page+jekyll搭博客初体验

    div.oembedall-githubrepos { border: 1px solid #DDD; list-style-type: none; margin: 0 0 10px; padding ...

随机推荐

  1. LibreOJ#6030. 「雅礼集训 2017 Day1」矩阵

    https://loj.ac/problem/6030 如果矩阵第i列有一个黑色, 那可以用他把第i行全都染黑,也可以使任意一列具有黑色 然后就可以用第i行把矩阵染黑 染黑一列的代价最少是1 染黑一行 ...

  2. 记录第一次阿里云服务器部署java web工程的经历

    起因:测试一个微信小程序,发现所有的请求要求为https的形式,开发工具忽略后手机无法测试,故尝试配置. 准备:阿里云服务器一台 域名一个(解析在服务器)     tomcat7.0.54     j ...

  3. Linux下编译Phantomjs

    1.安装依赖的库 <pre> sudo apt-get install g++ flex bison gperf ruby perl \ libsqlite3-dev libfontcon ...

  4. nodejs出现events.js:72中抛出错误 Error: listen EADDRINUSE

    <pre>events.js:72 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE at errnoExce ...

  5. ConcrrentSkipListMap介绍和原理分析

    一.前言: JDK为我们提供了很多Map接口的实现,使得我们可以方便地处理Key-Value的数据结构. 当我们希望快速存取<Key, Value>键值对时我们可以使用HashMap. 当 ...

  6. Once you eliminate all the other factors,the only thing remaining must be the truth.

    Once you eliminate all the other factors,the only thing remaining must be the truth. 一旦你排除了杂因,剩下的一定是 ...

  7. ubuntu git 简单入门【转】

    转自:http://blog.chinaunix.net/uid-20718384-id-3334859.html 1. 安装 sudo apt-get install git-core 2.  初始 ...

  8. Linux中断处理驱动程序编写【转】

    转自:http://blog.163.com/baosongliang@126/blog/static/1949357020132585316912/ 本章节我们一起来探讨一下Linux中的中断 中断 ...

  9. aarch64_n3

    ntp-doc-4.2.8p10-1.fc26.noarch.rpm 2017-03-24 02:07 1.2M fedora Mirroring Project ntp-perl-4.2.8p10- ...

  10. Javascript中的Callback方法浅析

    什么是callback?  回调函数就是一个通过函数指针调用的函数.如果你把函数的指针(地址)作为参数传递给另一个函数,当这个指针被用为调用它所指向的函数时,我们就说这是回调函数.回调函数不是由该函数 ...