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. 洛谷P1102 A-B数对

    洛谷P1102 A-B数对 https://www.luogu.org/problem/show?pid=1102 题目描述 出题是一件痛苦的事情! 题目看多了也有审美疲劳,于是我舍弃了大家所熟悉的A ...

  2. jdk1.8.0_45源码解读——ArrayList的实现

    jdk1.8.0_45源码解读——ArrayList的实现 一.ArrayList概述 ArrayList是List接口的可变数组的实现.实现了所有可选列表操作,并允许包括 null 在内的所有元素. ...

  3. 【CodeForces】700 D. Huffman Coding on Segment 哈夫曼树+莫队+分块

    [题目]D. Huffman Coding on Segment [题意]给定n个数字,m次询问区间[l,r]的数字的哈夫曼编码总长.1<=n,m,ai<=10^5. [算法]哈夫曼树+莫 ...

  4. JVM性能调优监控工具详解

    现实企业级Java开发中,有时候我们会碰到下面这些问题: OutOfMemoryError,内存不足 内存泄露 线程死锁 锁争用(Lock Contention) Java进程消耗CPU过高 .... ...

  5. 查看 CUDA cudnn 版本

    cuda 版本 cat /usr/local/cuda/version.txt cudnn 版本 cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MA ...

  6. 关于Unix/Linux的终端、伪终端、控制台和shell

    历史是什么:是过去传到将来的回声,是将来对过去的反映. ——雨果(法)<笑面人> 阅读本文大概需要花费你15分钟 文章导航: 计算机的发展 UNIX系统的诞生 UNIX系统的发展 终端与控 ...

  7. Java学习笔记——继承、接口、多态

    浮点数的运算需要注意的问题: BigDecimal operand1 = new BigDecimal("1.0"); BigDecimal operand2 = new BigD ...

  8. python3之线程与进程

    1.CPU运行原理 我们都知道CPU的根本任务就是执行指令,对计算机来说最终都是一串由“0”和“1”组成的序列.CPU从逻辑上可以划分成3个模块,分别是控制单元.运算单元和存储单元,这三部分由CPU内 ...

  9. aarch64_a1

    AGReader-1.2-16.fc26.aarch64.rpm 2017-02-14 07:01 50K fedora Mirroring Project ATpy-0.9.7-11.fc26.no ...

  10. Linux学习笔记-文件处理和权限命令

    目录 文件处理命令 touch cat tac more less head tail 链接命令 ln 权限命令 chmod 权限管理命令 chown chgrp umask 文件处理命令 touch ...