<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Yixuan&#39;s Homepage</title>
    <link>https://statr.me/</link>
    <description>Recent content on Yixuan&#39;s Homepage</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 May 2023 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="https://statr.me/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Posts</title>
      <link>https://statr.me/post/</link>
      <pubDate>Mon, 01 May 2023 00:00:00 +0000</pubDate>
      
      <guid>https://statr.me/post/</guid>
      <description></description>
    </item>
    
    <item>
      <title>About Me</title>
      <link>https://statr.me/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://statr.me/about/</guid>
      <description>&lt;div align=&#34;center&#34;&gt;
  &lt;img src=&#34;https://statr.me/images/sufe.jpg&#34; alt=&#34;SUFE&#34; /&gt;
&lt;/div&gt;
&lt;p&gt;I am Yixuan Qiu, currently an associate professor in
&lt;a href=&#34;https://ssds.sufe.edu.cn/&#34;&gt;School of Statistics and Data Science&lt;/a&gt; at
&lt;a href=&#34;https://english.sufe.edu.cn/&#34;&gt;Shanghai University of Finance and Economics (SUFE)&lt;/a&gt;.
Before joining SUFE in 2020, I was a postdoctoral researcher in
&lt;a href=&#34;https://www.cmu.edu/dietrich/statistics-datascience/index.html&#34;&gt;Department of Statistics and Data Sciencec&lt;/a&gt; at &lt;a href=&#34;https://www.cmu.edu/&#34;&gt;Carnegie Mellon University&lt;/a&gt;,
working with Dr. &lt;a href=&#34;https://kathrynmroeder.github.io/&#34;&gt;Kathryn Roeder&lt;/a&gt; and
Dr. &lt;a href=&#34;https://www.stat.cmu.edu/~jinglei/&#34;&gt;Jing Lei&lt;/a&gt;. I obtained my PhD degree in statistics
from &lt;a href=&#34;https://www.stat.purdue.edu/&#34;&gt;Purdue University&lt;/a&gt; in 2018, advised by
Dr. &lt;a href=&#34;https://www.stat.purdue.edu/~lingsong/&#34;&gt;Lingsong Zhang&lt;/a&gt; and
Dr. &lt;a href=&#34;https://www.stat.purdue.edu/~wangxiao/&#34;&gt;Xiao Wang&lt;/a&gt;.
Prior to my PhD study in Purdue, I graduated from &lt;a href=&#34;https://en.ruc.edu.cn/&#34;&gt;Renmin University of China&lt;/a&gt;
for B.A. and M.A. in statistics and actuarial science, respectively.&lt;/p&gt;
&lt;p&gt;My research focuses on statistical machine learning and inference. I have great interest
in statistical computing, deep learning, exact inference methods, large-scale data analysis, and data visualization.
You can find some of my works in the &lt;a href=&#34;https://statr.me/research/&#34;&gt;Research&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;I am also enthusiastic about programming and developing high-performance software packages
for statistics and machine learning. The &lt;a href=&#34;https://statr.me/software/&#34;&gt;Software&lt;/a&gt; page
lists some open source software packages that I have written and maintained over the years.
Feel free to stop by my &lt;a href=&#34;https://github.com/yixuan/&#34;&gt;GitHub&lt;/a&gt; page, and even better, give me a
star for projects that interest you.&lt;/p&gt;
&lt;p&gt;I have been constantly (although slowly!) writing technical &lt;a href=&#34;https://statr.me/blogs/&#34;&gt;blog posts&lt;/a&gt; on statistics and programming.
Just leave a comment there if you have any thoughts on some topics.&lt;/p&gt;
&lt;p&gt;You can always reach me through email, &lt;a href=&#34;#&#34;&gt;yixuanq [at] gmail [dot] com&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Projects</title>
      <link>https://statr.me/projects/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://statr.me/projects/</guid>
      <description>&lt;h1 id=&#34;open-source-software&#34;&gt;Open source software&lt;/h1&gt;
&lt;p&gt;Here lists some open source software written or maintained by me, mostly R packages.&lt;/p&gt;
&lt;h2 id=&#34;statistical-modeling-and-machine-learning&#34;&gt;Statistical Modeling and Machine Learning&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://spectralib.org/&#34;&gt;Spectra&lt;/a&gt;:
C++ library for large scale eigenvalue and SVD problems
(Honorable Mention of &lt;a href=&#34;http://stat-computing.org/awards/jmc/winners.html&#34;&gt;John Chambers Award 2016&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/RSpectra&#34;&gt;RSpectra&lt;/a&gt;:
R package for large scale eigenvalue and SVD problems&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/recosystem&#34;&gt;recosystem&lt;/a&gt;:
Recommender system using parallel matrix factorization&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/ADMM&#34;&gt;ADMM&lt;/a&gt;:
Solving statistical optimization problems using the ADMM algorithm&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/fdaplus&#34;&gt;fdaplus&lt;/a&gt;:
A faster and redesigned implementation of the
&lt;a href=&#34;https://cran.r-project.org/web/packages/fda/index.html&#34;&gt;fda&lt;/a&gt;
package for functional data analysis.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;high-performance-and-big-data-computing&#34;&gt;High Performance and Big Data Computing&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/fastncdf&#34;&gt;fastncdf&lt;/a&gt;:
Fast computation of normal CDF&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/ADMM-Spark&#34;&gt;ADMM-Spark&lt;/a&gt;:
Implementation of ADMM algorithm on Apache Spark&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/bigspline&#34;&gt;bigspline&lt;/a&gt;:
Smoothing spline on Apache Spark&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;graphics-and-data-visualization&#34;&gt;Graphics and Data Visualization&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/showtext&#34;&gt;showtext&lt;/a&gt;:
An R package that makes it easier to use fonts in R graphics.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yixuan/R2SWF&#34;&gt;R2SWF&lt;/a&gt;:
Creating Flash animations in R graphics.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;documentation&#34;&gt;Documentation&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://statr.me/rcpp-note/&#34;&gt;Rcpp-note&lt;/a&gt;: An API reference of the
&lt;a href=&#34;https://cran.r-project.org/web/packages/Rcpp/index.html&#34;&gt;Rcpp&lt;/a&gt; package,
an interface between R and C++ for high performance computing in R.&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Research</title>
      <link>https://statr.me/research/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://statr.me/research/</guid>
      <description>&lt;p&gt;I have great interest in statistical computing, deep learning, exact inference methods, large-scale data analysis, and data visualization.&lt;/p&gt;
&lt;h2 id=&#34;i-classfas-fa-angle-double-righti-publication&#34;&gt;&lt;i class=&#34;fas fa-angle-double-right&#34;&gt;&lt;/i&gt; Publication&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Ouyang, X., Zheng, H., Liang, H., Zhang, J., &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, Meng, C., and Li, M., &lt;em&gt;Sparsification Techniques for Large-Scale Optimal Transport Problems&lt;/em&gt;. WIREs Computational Statistics, 2026.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://wires.onlinelibrary.wiley.com/doi/abs/10.1002/wics.70056&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Wang, C. and &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, &lt;em&gt;The Sparse-Plus-Low-Rank Quasi-Newton Method for Entropic-Regularized Optimal Transport&lt;/em&gt;. International Conference on Machine Learning (ICML 2025), 2025.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://openreview.net/forum?id=WCkMkMcqpb&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://openreview.net/pdf?id=WCkMkMcqpb&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/yixuan/regot-python&#34;&gt;&lt;i class=&#34;fas fa-home&#34;&gt;&lt;/i&gt; Package&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/Aoblex/numerical-experiments&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt;*, Gao, Q.*, and Wang, X., &lt;em&gt;Adaptive Learning of the Latent Space of Wasserstein Generative Adversarial Networks&lt;/em&gt;. *Joint first authors. Journal of the American Statistical Association, 2025.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://www.tandfonline.com/doi/full/10.1080/01621459.2024.2408778&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://arxiv.org/pdf/2409.18374&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/yixuan/LWGAN&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Gao, T., Dai, B., and &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, &lt;em&gt;ReLU-ReHU Representations of Piecewise Linear-Quadratic Losses&lt;/em&gt;. Journal of Data Science, 2025.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://jds-online.org/journal/JDS/article/1401/info&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://jds-online.org/journal/JDS/article/1401/file/pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/keepwith/PLQComposite&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Yin, H., &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, and Wang, X., &lt;em&gt;Wasserstein Coreset via Sinkhorn Loss&lt;/em&gt;. Transactions on Machine Learning Research, 2025.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://openreview.net/forum?id=DrMCDS88IL&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://openreview.net/pdf?id=DrMCDS88IL&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Tang, Z. and &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, &lt;em&gt;Safe and Sparse Newton Method for Entropic-Regularized Optimal Transport&lt;/em&gt;. Advances in Neural Information Processing Systems (NeurIPS 2024), 2024.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://proceedings.neurips.cc/paper_files/paper/2024/hash/ea8620683340facbd5f754dd169e0980-Abstract-Conference.html&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://proceedings.neurips.cc/paper_files/paper/2024/file/ea8620683340facbd5f754dd169e0980-Paper-Conference.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/yixuan/regot-python&#34;&gt;&lt;i class=&#34;fas fa-home&#34;&gt;&lt;/i&gt; Package&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/TangZihao1997/SSNS&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Zheng, A. Y., He, T., &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, Wang, M., and Wipf, D., &lt;em&gt;Graph Machine Learning through the Lens of Bilevel Optimization&lt;/em&gt;. Artificial Intelligence and Statistics (AISTATS 2024), 2024.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://proceedings.mlr.press/v238/yijia-zheng24a.html&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://proceedings.mlr.press/v238/yijia-zheng24a/yijia-zheng24a.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Lin, K. Z., &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, and Roeder, K., &lt;em&gt;eSVD-DE: Cohort-wide Differential Expression in Single-cell RNA-seq Data Using Exponential-family Embeddings&lt;/em&gt;. BMC Bioinformatics, 2024.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-024-05724-7&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://bmcbioinformatics.biomedcentral.com/counter/pdf/10.1186/s12859-024-05724-7.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/linnykos/eSVD2&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt; and Wang, X., &lt;em&gt;Efficient Multimodal Sampling via Tempered Distribution Flow&lt;/em&gt;. Journal of the American Statistical Association, 2024.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://www.tandfonline.com/doi/abs/10.1080/01621459.2023.2198059&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://arxiv.org/pdf/2304.03933&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/yixuan/temperflow&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Guo, X., &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, Zhang, H., and Chang, X., &lt;em&gt;Randomized Spectral Co-Clustering for Large-Scale Directed Networks&lt;/em&gt;. Journal of Machine Learning Research, 2023.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://jmlr.org/papers/v24/20-572.html&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://jmlr.org/papers/volume24/20-572/20-572.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/XiaoGuo-stat/RandClust&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Dai, B.* and &lt;strong&gt;Qiu, Y.&lt;/strong&gt;*, &lt;em&gt;ReHLine: Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence&lt;/em&gt;. *Joint first authors. Advances in Neural Information Processing Systems (NeurIPS 2023), 2023.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://openreview.net/forum?id=3pEBW2UPAD&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://openreview.net/pdf?id=3pEBW2UPAD&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://rehline.github.io/&#34;&gt;&lt;i class=&#34;fas fa-home&#34;&gt;&lt;/i&gt; Project Page&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/softmin/ReHLine&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt;, Lei, J., and Roeder, K., &lt;em&gt;Gradient-based Sparse Principal Component Analysis with Extensions to Online Learning&lt;/em&gt;. Biometrika, 2023.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://academic.oup.com/biomet/article-abstract/110/2/339/6640166&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://academic.oup.com/biomet/article-pdf/110/2/339/50311400/asac041.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/yixuan/gradfps&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Zheng, Y., He, T., &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, and Wipf, D., &lt;em&gt;Learning Manifold Dimensions with Conditional Variational Autoencoders&lt;/em&gt;. Advances in Neural Information Processing Systems (NeurIPS 2022), 2022.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://papers.nips.cc/paper_files/paper/2022/hash/e04101138a3c94544760c1dbdf2c7a2d-Abstract-Conference.html&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://papers.nips.cc/paper_files/paper/2022/file/e04101138a3c94544760c1dbdf2c7a2d-Paper-Conference.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt;, Wang, J., Lei, J., and Roeder, K., &lt;em&gt;Identification of Cell-type-specific Marker Genes from Co-expression Patterns in Tissue Samples&lt;/em&gt;. Bioinformatics, 2021.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://academic.oup.com/bioinformatics/article/37/19/3228/6255309&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://academic.oup.com/bioinformatics/article-pdf/37/19/3228/40556813/btab257.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/yixuan/markerpen&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt; and Wang, X., &lt;em&gt;ALMOND: Adaptive Latent Modeling and Optimization via Neural Networks and Langevin Diffusion&lt;/em&gt;. Journal of the American Statistical Association, 2021.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://www.tandfonline.com/doi/abs/10.1080/01621459.2019.1691563&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/yixuan/almond&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt; and Wang, X., &lt;em&gt;Stochastic Approximate Gradient Descent via the Langevin Algorithm&lt;/em&gt;. AAAI Conference on Artificial Intelligence (AAAI 2020), 2020.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://ojs.aaai.org/index.php/AAAI/article/view/5992&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://arxiv.org/pdf/2002.05519&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt;, Zhang, L., and Wang, X., &lt;em&gt;Unbiased Contrastive Divergence Algorithm for Training Energy-Based Latent Variable Models&lt;/em&gt;. International Conference on Learning Representations (ICLR 2020), 2020.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://openreview.net/forum?id=r1eyceSYPr&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://openreview.net/pdf?id=r1eyceSYPr&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/yixuan/cdtau&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Lu, J.*, &lt;strong&gt;Qiu, Y.&lt;/strong&gt;*, and Deng, A., &lt;em&gt;A Note on Type S/M Errors in Hypothesis Testing&lt;/em&gt;. *Joint first authors. British Journal of Mathematical and Statistical Psychology, 2019.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://bpspsychub.onlinelibrary.wiley.com/doi/10.1111/bmsp.12132&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://www.microsoft.com/en-us/research/uploads/prod/2020/09/LuQiuDeng-BJMSP2019.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt;, Zhang, L., and Liu, C., &lt;em&gt;Exact and Efficient Inference for Partial Bayes Problems&lt;/em&gt;. Electronic Journal of Statistics, 2018.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://projecteuclid.org/journals/electronic-journal-of-statistics/volume-12/issue-2/Exact-and-efficient-inference-for-partial-Bayes-problems/10.1214/18-EJS1511.full&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://projecteuclid.org/journalArticle/Download?urlId=10.1214%2F18-EJS1511&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt; and Wei, W., &lt;em&gt;A Scalable Sequential Principal Component Analysis Algorithm (SeqPCA) with
Application to User Access Control Analysis&lt;/em&gt;. IEEE International Conference on Big Data, 2017.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://ieeexplore.ieee.org/abstract/document/8258403&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Abraham, G., &lt;strong&gt;Qiu, Y.&lt;/strong&gt;, and Inouye, M., &lt;em&gt;FlashPCA2: Principal Component Analysis of Biobank-scale Genotype Datasets&lt;/em&gt;. Bioinformatics, 2017.
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://academic.oup.com/bioinformatics/article/33/17/2776/3798630&#34;&gt;&lt;i class=&#34;fas fa-link&#34;&gt;&lt;/i&gt; Link&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://academic.oup.com/bioinformatics/article-pdf/33/17/2776/49040964/bioinformatics_33_17_2776.pdf&#34;&gt;&lt;i class=&#34;far fa-file-pdf&#34;&gt;&lt;/i&gt; PDF&lt;/a&gt;&lt;/span&gt;
&lt;span style=&#34;padding-left:10px&#34;&gt;&lt;a href=&#34;https://github.com/gabraham/flashpca&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt; Code&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qiu, Y.&lt;/strong&gt;, Wang, X. et al., &lt;em&gt;Web Usage Cluster Analysis Based on Prediction Strength&lt;/em&gt;. International Conference on Instrumentation, Measurement, Circuits and Systems, 2011.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;i-classfas-fa-angle-double-righti-invited-talks&#34;&gt;&lt;i class=&#34;fas fa-angle-double-right&#34;&gt;&lt;/i&gt; Invited Talks&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ReHLine: Regularized composite ReLU-ReHU loss minimization with linear computation and linear convergence&lt;/strong&gt;&lt;br/&gt;
The 16th International Conference of the ERCIM WG on Computational and Methodological Statistics, 2023.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Efficient, Stable, and Analytic Differentiation of the Sinkhorn Loss&lt;/strong&gt;&lt;br/&gt;
The 9th RUC International Forum on Statistics, 2023.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2023-ruc-sinkhorn.pdf&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Efficient Multi-Modal Sampling via Tempered Distribution Flow&lt;/strong&gt;&lt;br/&gt;
The 12th ICSA International Conference, 2023.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2023-icsa-temperflow.mp4&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gradient-based Sparse Principal Component Analysis with Applications to Gene Co-expression Analysis&lt;/strong&gt;&lt;br/&gt;
City University of Hong Kong Biostatistics Seminar (online), 2023.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2023-cityu-gradfps.pdf&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Efficient Multi-Modal Sampling via Tempered Distribution Flow&lt;/strong&gt;&lt;br/&gt;
Statistical Learning Methods in Modern AI, Tianyuan Mathematical Center in Northwest China (&lt;a href=&#34;http://xiammt.xjtu.edu.cn/info/1053/2714.htm&#34;&gt;website&lt;/a&gt;), 2021.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Efficient Multi-Modal Sampling via Tempered Distribution Flow&lt;/strong&gt;&lt;br/&gt;
University of Missouri (online), 2021.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prettier R Graphs and Documents with {showtext}+{prettydoc}&lt;/strong&gt;&lt;br/&gt;
Cleveland R User Group (&lt;a href=&#34;https://www.meetup.com/Cleveland-UseR-Group/events/272645889/&#34;&gt;website&lt;/a&gt;), 2020.
&lt;a href=&#34;https://yixuan.blog/cleveland-r-meetup/pretty.html&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gradient-based Sparse Principal Component Analysis&lt;/strong&gt;&lt;br/&gt;
The 11th ICSA International Conference, 2019.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2019-icsa-gradfps.pdf&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Adaptive Latent Modeling and Optimization via Neural Networks and Langevin Diffusion&lt;/strong&gt;&lt;br/&gt;
The 36th Annual Quality and Productivity Research Conference, 2019.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2019-qprc-almond.pdf&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Exact Inference with Partially Specified Bayesian Models&lt;/strong&gt;&lt;br/&gt;
2017 ICSA Applied Statistics Symposium, 2017.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2017-icsa-pb.pdf&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SupR: Multi-threaded R Environment&lt;/strong&gt;&lt;br/&gt;
The 9th China-R Conference, 2016.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2016-chinar-supr.pdf&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Large-Scale SVD and Matrix Completion&lt;/strong&gt;&lt;br/&gt;
The 7th China-R Conference, 2014.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;i-classfas-fa-angle-double-righti-other-talks-and-posters&#34;&gt;&lt;i class=&#34;fas fa-angle-double-right&#34;&gt;&lt;/i&gt; Other Talks and Posters&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Compiling Techniques in Deep Learning Frameworks&lt;/strong&gt;&lt;br/&gt;
Capital of Statistics Data Science Seminar (in Chinese), 2022.
&lt;a href=&#34;https://www.bilibili.com/video/BV1E8411p7BX/&#34;&gt;&lt;i class=&#34;far fa-file-video&#34;&gt;&lt;/i&gt; Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Unbiased Contrastive Divergence Algorithm for Training Energy-based Latent Variable Models&lt;/strong&gt;&lt;br/&gt;
International Conference on Learning Representations (&lt;a href=&#34;https://iclr.cc/virtual_2020/poster_r1eyceSYPr.html&#34;&gt;website&lt;/a&gt;), 2020.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2020-iclr-ucd.pdf&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;
&lt;a href=&#34;https://iclr.cc/virtual_2020/poster_r1eyceSYPr.html&#34;&gt;&lt;i class=&#34;far fa-file-video&#34;&gt;&lt;/i&gt; Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stochastic Approximate Gradient Descent via the Underdamped Langevin Algorithm&lt;/strong&gt;&lt;br/&gt;
AAAI Conference on Artificial Intelligence, 2020.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2020-aaai-sagd.pdf&#34;&gt;&lt;i class=&#34;fas fa-columns&#34;&gt;&lt;/i&gt; Poster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gradient-based Spase PCA with Extensions to Online Learning&lt;/strong&gt;&lt;br/&gt;
Joint Statistical Meetings, 2019.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stochastic Approximate Gradient Descent via the Underdamped Langevin Algorithm&lt;/strong&gt;&lt;br/&gt;
SAMSI Deep Learning Workshop, 2019.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2019-samsi-sagd.pdf&#34;&gt;&lt;i class=&#34;fas fa-columns&#34;&gt;&lt;/i&gt; Poster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Adaptive Latent Modeling and Optimization via Neural Networks and Langevin Diffusion&lt;/strong&gt;&lt;br/&gt;
Conference of the Science of Deep Learning, 2019.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2019-dl-almond.pdf&#34;&gt;&lt;i class=&#34;fas fa-columns&#34;&gt;&lt;/i&gt; Poster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Exact and Efficient Inference for Partial Bayes Problems&lt;/strong&gt;&lt;br/&gt;
Fifth Bayesian, Fiducial, and Frequentist (BFF5) Conference, 2018.
&lt;a href=&#34;https://bitbucket.org/yixuan/downloads/downloads/2018-bff5-pb.pdf&#34;&gt;&lt;i class=&#34;fas fa-columns&#34;&gt;&lt;/i&gt; Poster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Beyond Bayes: What We Can Do with a Partial Prior&lt;/strong&gt;&lt;br/&gt;
Purdue Statistics Graduate Student Seminar, 2017.
&lt;a href=&#34;http://archive.statr.me/files/GSO-PB/partial_bayes.html&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;How To Make Your Code Faster&lt;/strong&gt;&lt;br/&gt;
Purdue Statistics Graduate Student Seminar, 2016.
&lt;a href=&#34;http://gso-stat.github.io/slides/yixuan/computing.html&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Generalized p-Value for Two-Sample Functional Data Comparison&lt;/strong&gt;&lt;br/&gt;
Joint Statistical Meetings, 2014.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dynamic Document with knitr&lt;/strong&gt;&lt;br/&gt;
Purdue Statistics Graduate Student Seminar, 2014.
&lt;a href=&#34;http://archive.statr.me/files/GSO/GSO-knitr-new.html&#34;&gt;&lt;i class=&#34;far fa-clone&#34;&gt;&lt;/i&gt; Slides&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;i-classfas-fa-angle-double-righti-book-translation&#34;&gt;&lt;i class=&#34;fas fa-angle-double-right&#34;&gt;&lt;/i&gt; Book Translation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Applied Predictive Modeling&lt;/strong&gt; by Max Kuhn and Kjell Johnson.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ggplot2: Elegant Graphics for Data Analysis&lt;/strong&gt; by Hadley Wickham.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Art of R Programming&lt;/strong&gt; by Norman Matloff.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;R Graphics Cookbook&lt;/strong&gt; by Winston Chang.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://book.douban.com/subject/26800150/&#34;&gt;&lt;img class=&#34;book&#34; src=&#34;https://statr.me/images/book-apm.jpg&#34; alt=&#34;Applied Predictive Modeling&#34; /&gt;&lt;/a&gt;
&lt;a href=&#34;https://book.douban.com/subject/24527091/&#34;&gt;&lt;img class=&#34;book&#34; src=&#34;https://statr.me/images/book-ggplot2.jpg&#34; alt=&#34;ggplot2&#34; /&gt;&lt;/a&gt;
&lt;a href=&#34;https://book.douban.com/subject/24699632/&#34;&gt;&lt;img class=&#34;book&#34; src=&#34;https://statr.me/images/book-art-r.jpg&#34; alt=&#34;The Art of R Programming&#34; /&gt;&lt;/a&gt;
&lt;a href=&#34;https://book.douban.com/subject/25873705/&#34;&gt;&lt;img class=&#34;book&#34; src=&#34;https://statr.me/images/book-r-graphics-cookbook.png&#34; alt=&#34;R Graphics Cookbook&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Software</title>
      <link>https://statr.me/software/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://statr.me/software/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Teaching</title>
      <link>https://statr.me/teaching/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://statr.me/teaching/</guid>
      <description>&lt;h3 id=&#34;current-fall-2025&#34;&gt;Current (Fall 2025)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://statr.me/teaching/compstat/&#34;&gt;Computational Statistics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bayesian Statistics&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;instructor--sufe&#34;&gt;Instructor @ SUFE&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bayesian Statistics (Spring 2023, Spring 2024)&lt;/li&gt;
&lt;li&gt;Computational Statistics (Fall 2022, Fall 2023, Fall 2024)&lt;/li&gt;
&lt;li&gt;Distributed Computing (Fall 2021, Spring 2022, Spring 2023, Spring 2024, Spring 2025)&lt;/li&gt;
&lt;li&gt;Deep Learning (Fall 2021, Fall 2022, Fall 2023, Fall 2024, Spring 2025)&lt;/li&gt;
&lt;li&gt;Introduction to Artificial Intelligence (Spring 2021)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;teaching-assistant--purdue&#34;&gt;Teaching Assistant @ Purdue&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;STAT 598Z: Introduction to Computational Statistics (Spring 2014)&lt;/li&gt;
&lt;li&gt;STAT 525: Intermediate Statistical Methodology (Fall 2013)&lt;/li&gt;
&lt;li&gt;STAT 301: Elementary Statistical Methods (Fall 2013, 2014)&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
  </channel>
</rss>
