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. springboot中@webfilter注解的filter时注入bean都是null

    在使用@Webfilter注解Filter的情况下,不上外部tomcat时是没有问题的.但是在tomcat下运行时,filter中注入的bean就都是null 解决办法: 一:去掉@Webfilter ...

  2. Hbase建模选择

    日期 2017年3月17日 HBase建模记录 OLTP 应用场景: OLAP 应用场景: 语音分析系统的应用场景 基于HBase的建模考虑 1.话单为主来考虑hbase的rowkey的生成规则: 1 ...

  3. windows下安装pip和easy_install

    1. 从这里下载 get-pip.py: https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py 2. python ...

  4. Linux下ssh的使用

    更多内容推荐微信公众号,欢迎关注: 摘抄自:https://www.cnblogs.com/kevingrace/p/6110842.html 对于linux运维工作者而言,使用ssh远程远程服务器是 ...

  5. oracle02--多表关联查询

    1. 多表(关联)查询 多表查询也称之为关联查询.多表关联查询等,主要是指通过多个表的关联来获取数据的一种方式. 1.1. 多表映射关系 一对多:A表的一行数据,对应B表中的多条.如:一个部门可以对应 ...

  6. macOS 安装 pcl 1.8.0

    Mac 上的 pcl 一直有问题. 找不到 pcl_viewer 查看 pcd 文件.写个程序用 pcl::visualization::CloudViewer 查看点云,遇到 Runtime Exc ...

  7. python模块-platform

    #author:Blood_Zero #coding:utf- import platform print dir(platform) #获取platform函数功能 platform.archite ...

  8. JSON数据生成树——(四)

    1.页面中准备树的div <div class="user_left_tree_info"> <div class="user_left_tree_in ...

  9. aarch64_c2

    collectd-5.7.2-5.fc26.aarch64.rpm 2017-06-18 21:17 634K fedora Mirroring Project collectd-amqp-5.7.2 ...

  10. jQuery-选择器-查找标签

    一.jQuery选择器 jQuery选择器就是帮助我们快速定位到一个或多个DOM节点 1.1  ID选择器 如果某个DOM节点有id属性,利用jQuery查找方式: <script src=&q ...