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. 2017 清北济南考前刷题Day 7 morning

    期望得分:100+50+20=170 实际得分:10+50+20=80 1. 纸牌 题目描述 在桌面上放着n张纸牌,每张纸牌有两面,每面都写着一个非负整数.你的邪王真眼可以看到所有牌朝上的一面和朝下的 ...

  2. Matlab——GUI初涉

    Matlab——GUI初涉 MATLAB GUI教学视频0:GUI中的基本操作—在线播放—优酷网,视频高清在线观看http://v.youku.com/v_show/id_XMjM2Mjk0MjM2. ...

  3. Java并发编程原理与实战三十九:JDK8新增锁StampedLock详解

    1.StampedLock是做什么的? ----->它是ReentrantReadWriteLock 的增强版,是为了解决ReentrantReadWriteLock的一些不足.   2.Ree ...

  4. openwrt的sysupgrade和factory固件的区别

    openwrt的固件一般分两种类型:factory原厂固件.sysupgrade固件 factory多了一些验证的东西,用于在原厂固件的基础上进行升级. 普通家用路由一般不是openwrt固件,如果要 ...

  5. 文件读取 FILE

    需要了解的概念 [数据流][缓冲区(Buffer)][文件类型][文件存取方式][借助文件指针读写文件] 需要理解的知识点包括:数据流.缓冲区.文件类型.文件存取方式 1.1 数据流: 指程序与数据的 ...

  6. 查看Linux系统版本的几种方法

    第一种: cat /etc/os-release # 或者 cat /etc/redhat-release 结果如下: NAME="Ubuntu" VERSION="16 ...

  7. Resouce, platform_device 和 platform_driver 的关系【转】

    转自:http://blog.csdn.net/uruita/article/details/7278313 從2.6版本開始引入了platform這個概念,在開發底層驅動程序時,首先要確認的就是設備 ...

  8. MODULE_DEVICE_TABLE (二)【转】

    转自:http://blog.csdn.net/uruita/article/details/7263290 1. MODULE_DEVICE_TABLE (usb, skel_table);该宏生成 ...

  9. 用jquery的ajax方法获取不到return返回值

    如果jquery中,获取不到ajax返回值. 两个错误写法会导致这种情况:1.ajax未用同步 2.在ajax方法中直接return返回值. 下面列举了三种写法,如果想成功获取到返回值,参考第三种写法 ...

  10. 新浪的wap网站,发现原来我们的head存在着这样的差异

    前一段时间一直被wap网站的自适应困惑…… 仔细研究了一下新浪的wap网站,发现原来我们的head存在着这样的差异…… <%@page contentType="text/html;c ...