Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–50 of 72 results for author: Chai, M

.
  1. arXiv:2607.23687  [pdf, ps, other

    cs.CV cs.GR

    GNM Head: A Generative aNthropometric Model of the human head

    Authors: Stylianos Ploumpis, Jan Bednarik, Gaspard Zoss, Ruslan Guseinov, Luca Prasso, Prashanth Chandran, Oliver Boyne, Vasileios Choutas, Timo Bolkart, Daoye Wang, Menglei Chai, Di Qiu, Sebastian Winberg, Gilles Rainer, Lewis Bridgeman, Delio Vicini, Jérémy Riviere, Yannick Boetzel, Alexander Koumis, Stylianos Moschoglou, Jay Busch, Cynthia Herrera, Jacob Still, Scott Ysebert, Peter Lincoln , et al. (5 additional authors not shown)

    Abstract: Parametric models of the human head are essential tools traditionally used in computer vision and graphics for animation, rendering, and reconstruction. More recently, they serve as crucial conditioning signals within generative large vision models, allowing for tight spatial control of generated imagery. However, existing publicly available models are typically limited in anatomical scope, modeli… ▽ More

    Submitted 18 August, 2026; v1 submitted 26 July, 2026; originally announced July 2026.

    Comments: The GNM is publicly available at: https://github.com/google/GNM

  2. arXiv:2606.04432  [pdf, ps, other

    cs.CV

    DSA: Dynamic Step Allocation for Fast Autoregressive Video Generation

    Authors: Thanh-Tung Le, Yunhan Zhao, Menglei Chai, Zhengyang Shen, Zhe Cao, Danhang Tang, Xiaohui Xie, Deying Kong

    Abstract: Video diffusion transformers have achieved state-of-the-art visual quality, but their high inference cost remains a major bottleneck for real-time applications. Recent distillation frameworks produce autoregressive video diffusion models with reduced latency, yet these models still use a fixed number of denoising steps per frame, wasting computation on predictable frames and under-refining challen… ▽ More

    Submitted 3 June, 2026; originally announced June 2026.

    Comments: CVPR2026, Findings Track

  3. arXiv:2606.03057  [pdf, ps, other

    cs.LG cs.AI

    Rethinking Molecular Text Representations for LLMs: An Empirical Study

    Authors: Arun Raja, Garrett M. Morris, Kian Ming A. Chai

    Abstract: Large language models (LLMs) are increasingly used for molecular tasks, but it remains unclear which molecular representation to use. We present a systematic benchmark evaluating LLM molecular competence across nine representations and eight chemical tasks. We benchmark 16 LLMs across five model families, including reasoning and non-reasoning variants, chemistry-specialized LLMs, and closed fronti… ▽ More

    Submitted 1 June, 2026; originally announced June 2026.

    Comments: 25 pages, 11 figures, 20 tables

  4. arXiv:2605.16861  [pdf, ps, other

    cs.CV cs.AI

    Prefix-Adaptive Block Diffusion for Efficient Document Recognition

    Authors: Mingxu Chai, Ziyu Shen, Chenyu Liu, Kaidi Zhang, Jiazheng Zhang, Dingwei Zhu, Zhiheng Xi, Ruoyu Chen, Jun Long, Jihua Kang, Tao Gui, Qi Zhang

    Abstract: Block Diffusion Models (BDMs) support parallel generation, flexible-length output, and KV caching, making them promising for efficient document parsing. However, existing BDMs bind denoising and cache commitment to fixed block boundaries: parallelism shrinks during intra-block denoising, while generated tokens cannot be cached until the whole block is completed. Moreover, intra-block bidirectional… ▽ More

    Submitted 16 May, 2026; originally announced May 2026.

    Comments: 17pages,6 figures

  5. arXiv:2604.17338  [pdf, ps, other

    cs.SE cs.CL

    Precise Debugging Benchmark: Is Your Model Debugging or Regenerating?

    Authors: Wang Bill Zhu, Miaosen Chai, Shangshang Wang, Yejia Liu, Song Bian, Honghua Dong, Willie Neiswanger, Robin Jia

    Abstract: Unlike code completion, debugging requires localizing faults and applying targeted edits. We observe that frontier LLMs often regenerate correct but over-edited solutions during debugging. To evaluate how far LLMs are from precise debugging, we introduce the Precise Debugging Benchmark (PDB) framework, which automatically converts any coding dataset into a debugging benchmark with precision-aware… ▽ More

    Submitted 15 May, 2026; v1 submitted 19 April, 2026; originally announced April 2026.

  6. arXiv:2604.16004  [pdf, ps, other

    cs.CL cs.AI

    AgentV-RL: Scaling Reward Modeling with Agentic Verifier

    Authors: Jiazheng Zhang, Ziche Fu, Zhiheng Xi, Wenqing Jing, Mingxu Chai, Wei He, Guoqiang Zhang, Chenghao Fan, Chenxin An, Wenxiang Chen, Zhicheng Liu, Haojie Pan, Dingwei Zhu, Tao Gui, Qi Zhang, Xuanjing Huang

    Abstract: Verifiers have been demonstrated to enhance LLM reasoning via test-time scaling (TTS). Yet, they face significant challenges in complex domains. Error propagation from incorrect intermediate reasoning can lead to false positives for seemingly plausible solutions, while lacking external grounding makes verifiers unreliable on computation or knowledge-intensive tasks. To address these challenges, we… ▽ More

    Submitted 17 April, 2026; originally announced April 2026.

    Comments: ACL 2026

  7. arXiv:2603.27488  [pdf, ps, other

    cs.LG

    Variational Learning of Fractional Posteriors

    Authors: Kian Ming A. Chai, Edwin V. Bonilla

    Abstract: We introduce a novel one-parameter variational objective that lower bounds the data evidence and enables the estimation of approximate fractional posteriors. We extend this framework to hierarchical construction and Bayes posteriors, offering a versatile tool for probabilistic modelling. We demonstrate two cases where gradients can be obtained analytically and a simulation study on mixture models… ▽ More

    Submitted 28 March, 2026; originally announced March 2026.

    Comments: Initial version in Proceedings of the 42nd International Conference on Machine Learning, Vancouver, Canada. PMLR 267, 2025. This version contains a correction for Lemma A.1 and amendments to two surrounding texts: see the last page of the paper at the accompanying github website

  8. arXiv:2603.12011  [pdf, ps, other

    cs.AI

    Can RL Improve Generalization of LLM Agents? An Empirical Study

    Authors: Zhiheng Xi, Xin Guo, Jiaqi Liu, Jiazheng Zhang, Yutao Fan, Zhihao Zhang, Shichun Liu, Mingxu Chai, Xiaowei Shi, Yitao Zhai, Xunliang Cai, Tao Gui, Qi Zhang, Xuanjing Huang

    Abstract: Reinforcement fine-tuning (RFT) has shown promise for training LLM agents to perform multi-turn decision-making based on environment feedback. However, most existing evaluations remain largely in-domain: training and testing are conducted in the same environment or even on the same tasks. In real-world deployment, agents may operate in unseen environments with different background knowledge, obser… ▽ More

    Submitted 12 March, 2026; originally announced March 2026.

    Comments: Preprint, under review

  9. Large Language Models in Peer-Run Community Behavioral Health Services: Understanding Peer Specialists and Service Users' Perspectives on Opportunities, Risks, and Mitigation Strategies

    Authors: Cindy Peng, Megan Chai, Gao Mo, Naveen Raman, Ningjing Tang, Shannon Pagdon, Margaret Swarbrick, Nev Jones, Fei Fang, Hong Shen

    Abstract: Peer-run organizations (PROs) provide critical, recovery-based behavioral health support rooted in lived experience. As large language models (LLMs) enter this domain, their scale, conversationality, and opacity introduce new challenges for situatedness, trust, and autonomy. Partnering with Collaborative Support Programs of New Jersey (CSPNJ), a statewide PRO in the Northeastern United States, we… ▽ More

    Submitted 8 February, 2026; originally announced February 2026.

    Comments: 24 pages, 2 tables, 7 figures. Accepted and to appear in the Proceedings of CHI 2026

  10. arXiv:2602.05890  [pdf, ps, other

    cs.LG cs.CL

    DFPO: Scaling Value Modeling via Distributional Flow towards Robust and Generalizable LLM Post-Training

    Authors: Dingwei Zhu, Zhiheng Xi, Shihan Dou, Jiahan Li, Chenhao Huang, Junjie Ye, Sixian Li, Mingxu Chai, Yuhui Wang, Yajie Yang, Ming Zhang, Jiazheng Zhang, Shichun Liu, Caishuang Huang, Yunke Zhang, Yuran Wang, Tao Gui, Xipeng Qiu, Qi Zhang, Xuanjing Huang

    Abstract: Training reinforcement learning (RL) systems in real-world environments remains challenging due to noisy supervision and poor out-of-domain (OOD) generalization, especially in LLM post-training. Recent distributional RL methods improve robustness by modeling values with multiple quantile points, but they still learn each quantile independently as a scalar. This results in rough-grained value repre… ▽ More

    Submitted 6 May, 2026; v1 submitted 5 February, 2026; originally announced February 2026.

  11. arXiv:2601.09658  [pdf, ps, other

    cs.CV

    Image2Garment: Simulation-ready Garment Generation from a Single Image

    Authors: Selim Emir Can, Jan Ackermann, Kiyohiro Nakayama, Ruofan Liu, Tong Wu, Yang Zheng, Hugo Bertiche, Menglei Chai, Thabo Beeler, Gordon Wetzstein

    Abstract: Estimating physically accurate, simulation-ready garments from a single image is challenging due to the absence of image-to-physics datasets and the ill-posed nature of this problem. Prior methods either require multi-view capture and expensive differentiable simulation or predict only garment geometry without the material properties required for realistic simulation. We propose a feed-forward fra… ▽ More

    Submitted 18 March, 2026; v1 submitted 14 January, 2026; originally announced January 2026.

    Comments: Project Page: https://image2garment.github.io/

  12. arXiv:2512.22966  [pdf

    cs.CL

    Prompt engineering does not universally improve Large Language Model performance across clinical decision-making tasks

    Authors: Mengdi Chai, Ali R. Zomorrodi

    Abstract: Large Language Models (LLMs) have demonstrated promise in medical knowledge assessments, yet their practical utility in real-world clinical decision-making remains underexplored. In this study, we evaluated the performance of three state-of-the-art LLMs-ChatGPT-4o, Gemini 1.5 Pro, and LIama 3.3 70B-in clinical decision support across the entire clinical reasoning workflow of a typical patient enco… ▽ More

    Submitted 9 August, 2026; v1 submitted 28 December, 2025; originally announced December 2025.

  13. arXiv:2512.06879  [pdf, ps, other

    cs.IR cs.AI

    WisPaper: Your AI Scholar Search Engine

    Authors: Li Ju, Jun Zhao, Mingxu Chai, Ziyu Shen, Xiangyang Wang, Yage Geng, Chunchun Ma, Hao Peng, Guangbin Li, Tao Li, Chengyong Liao, Fu Wang, Xiaolong Wang, Junshen Chen, Rui Gong, Shijia Liang, Feiyan Li, Ming Zhang, Kexin Tan, Junjie Ye, Zhiheng Xi, Shihan Dou, Tao Gui, Yuankai Ying, Yang Shi , et al. (2 additional authors not shown)

    Abstract: We present \textsc{WisPaper}, an end-to-end agent system that transforms how researchers discover, organize, and track academic literature. The system addresses two fundamental challenges. (1)~\textit{Semantic search limitations}: existing academic search engines match keywords but cannot verify whether papers truly address complex research questions; and (2)~\textit{Workflow fragmentation}: resea… ▽ More

    Submitted 13 April, 2026; v1 submitted 7 December, 2025; originally announced December 2025.

    Comments: 18 pages, 4 figures

    ACM Class: H.3.3; I.2.7

  14. arXiv:2511.21721  [pdf, ps, other

    cs.CL cs.CY cs.LG

    PeerCoPilot: A Language Model-Powered Assistant for Behavioral Health Organizations

    Authors: Gao Mo, Naveen Raman, Megan Chai, Cindy Peng, Shannon Pagdon, Nev Jones, Hong Shen, Peggy Swarbrick, Fei Fang

    Abstract: Behavioral health conditions, which include mental health and substance use disorders, are the leading disease burden in the United States. Peer-run behavioral health organizations (PROs) critically assist individuals facing these conditions by combining mental health services with assistance for needs such as income, employment, and housing. However, limited funds and staffing make it difficult f… ▽ More

    Submitted 19 November, 2025; originally announced November 2025.

    Comments: Accepted at IAAI'26

  15. Nudging the Somas: Exploring How Live-Configurable Mixed Reality Objects Shape Open-Ended Intercorporeal Movements

    Authors: Botao Amber Hu, Yilan Elan Tao, Rem RunGu Lin, Mingze Chai, Yuemin Huang, Rakesh Patibanda

    Abstract: Mixed Reality (MR) increasingly explores how virtual elements can shape physical behavior, yet how MR objects guide group movement remains underexplored. We address this gap by examining how virtual objects can nudge collective, co-located movement without relying on explicit instructions or choreography. We developed GravField, a research-through-design, co-located MR performance system where an… ▽ More

    Submitted 28 February, 2026; v1 submitted 17 September, 2025; originally announced September 2025.

    Comments: Accepted by CHI 2026

  16. "GenAI Defaults to Bias!" Gamify AI Literacy Through Reflections on Prompts

    Authors: Qianou Ma, Megan Chai, Yike Tan, Jihun Choi, Jini Kim, Erik Harpstead, Geoff Kauffman, Tongshuang Wu

    Abstract: As Generative AI (GenAI) becomes widespread, it is increasingly important for the public to understand the model's behaviors and biases. However, existing AI literacy efforts miss opportunities to engage the general public to reflect on enduring GenAI bias and behaviors (e.g., how GenAI defaults to its internal bias in response to ambiguous or challenging prompts). In this work, we introduce Imagi… ▽ More

    Submitted 23 June, 2026; v1 submitted 17 September, 2025; originally announced September 2025.

    Journal ref: AIED 2026

  17. arXiv:2508.05452  [pdf, ps, other

    cs.CL

    LLMEval-Fair: A Large-Scale Longitudinal Study on Robust and Fair Evaluation of Large Language Models

    Authors: Ming Zhang, Yujiong Shen, Jingyi Deng, Yuhui Wang, Huayu Sha, Kexin Tan, Qiyuan Peng, Yue Zhang, Junzhe Wang, Shichun Liu, Yueyuan Huang, Jingqi Tong, Changhao Jiang, Yilong Wu, Zhihao Zhang, Mingqi Wu, Mingxu Chai, Zhiheng Xi, Shihan Dou, Tao Gui, Qi Zhang, Xuanjing Huang

    Abstract: Existing evaluation of Large Language Models (LLMs) on static benchmarks is vulnerable to data contamination and leaderboard overfitting, critical issues that obscure true model capabilities. To address this, we introduce LLMEval-Fair, a framework for dynamic evaluation of LLMs. LLMEval-Fair is built on a proprietary bank of 220k graduate-level questions, from which it dynamically samples unseen t… ▽ More

    Submitted 15 April, 2026; v1 submitted 7 August, 2025; originally announced August 2025.

  18. arXiv:2508.03700  [pdf, ps, other

    cs.HC cs.AI

    MagicGUI: A Foundational Mobile GUI Agent with Scalable Data Pipeline and Reinforcement Fine-tuning

    Authors: Liujian Tang, Shaokang Dong, Yijia Huang, Minqi Xiang, Hongtao Ruan, Bin Wang, Shuo Li, Zhiheng Xi, Zhihui Cao, Hailiang Pang, Heng Kong, He Yang, Mingxu Chai, Zhilin Gao, Xingyu Liu, Yingnan Fu, Jiaming Liu, Xuanjing Huang, Yu-Gang Jiang, Tao Gui, Qi Zhang, Kang Wang, Yunke Zhang, Yuran Wang

    Abstract: This paper presents MagicGUI, a foundational mobile GUI agent designed to address critical challenges in perception, grounding, and reasoning within real-world mobile GUI environments. The framework is underpinned by following six key components: (1) a comprehensive and accurate dataset, constructed via the scalable GUI Data Pipeline, which aggregates the largest and most diverse GUI-centric multi… ▽ More

    Submitted 11 September, 2025; v1 submitted 19 July, 2025; originally announced August 2025.

  19. arXiv:2508.03058  [pdf, ps, other

    cs.LG cs.AI cs.CL

    VRPO: Rethinking Value Modeling for Robust RL under Noisy Supervision in LLM Post-Training

    Authors: Dingwei Zhu, Shihan Dou, Zhiheng Xi, Senjie Jin, Guoqiang Zhang, Jiazheng Zhang, Junjie Ye, Mingxu Chai, Enyu Zhou, Ming Zhang, Yuhui Wang, Caishuang Huang, Chenhao Huang, Yunke Zhang, Yuran Wang, Tao Gui, Qi Zhang, Xipeng Qiu, Xuanjing Huang

    Abstract: Reinforcement Learning (RL) in real-world environments often suffers from ambiguous or incomplete reward supervision, which undermines policy stability and generalization. Such noise may cause models to ignore key information or even collapse in advantage estimation. We find that a strong value model is essential for absorbing unstable signals and producing reliable advantages, offering denser and… ▽ More

    Submitted 20 June, 2026; v1 submitted 5 August, 2025; originally announced August 2025.

  20. arXiv:2506.21894  [pdf, ps, other

    stat.ML cs.LG

    Thompson Sampling in Function Spaces via Neural Operators

    Authors: Rafael Oliveira, Xuesong Wang, Kian Ming A. Chai, Edwin V. Bonilla

    Abstract: We propose an extension of Thompson sampling to optimization problems over function spaces where the objective is a known functional of an unknown operator's output. We assume that queries to the operator (such as running a high-fidelity simulator or physical experiment) are costly, while functional evaluations on the operator's output are inexpensive. Our algorithm employs a sample-then-optimize… ▽ More

    Submitted 19 January, 2026; v1 submitted 27 June, 2025; originally announced June 2025.

    Comments: Final revision to appear at NeurIPS 2025 proceedings, expanded proof of Proposition 2, added Remark 2 on sublinear information gain, and revised discussion at the end of Appendix C.4

  21. arXiv:2506.20097  [pdf, ps, other

    cs.RO cs.CL

    PSALM-V: Automating Symbolic Planning in Interactive Visual Environments with Large Language Models

    Authors: Wang Bill Zhu, Miaosen Chai, Ishika Singh, Robin Jia, Jesse Thomason

    Abstract: We propose PSALM-V, the first autonomous neuro-symbolic learning system able to induce symbolic action semantics (i.e., pre- and post-conditions) in visual environments through interaction. PSALM-V bootstraps reliable symbolic planning without expert action definitions, using LLMs to generate heuristic plans and candidate symbolic semantics. Previous work has explored using large language models t… ▽ More

    Submitted 24 June, 2025; originally announced June 2025.

  22. arXiv:2506.04078  [pdf, ps, other

    cs.CL cs.AI

    LLMEval-Med: A Real-world Clinical Benchmark for Medical LLMs with Physician Validation

    Authors: Ming Zhang, Yujiong Shen, Zelin Li, Huayu Sha, Binze Hu, Yuhui Wang, Chenhao Huang, Shichun Liu, Jingqi Tong, Changhao Jiang, Mingxu Chai, Zhiheng Xi, Shihan Dou, Tao Gui, Qi Zhang, Xuanjing Huang

    Abstract: Evaluating large language models (LLMs) in medicine is crucial because medical applications require high accuracy with little room for error. Current medical benchmarks have three main types: medical exam-based, comprehensive medical, and specialized assessments. However, these benchmarks have limitations in question design (mostly multiple-choice), data sources (often not derived from real clinic… ▽ More

    Submitted 31 August, 2025; v1 submitted 4 June, 2025; originally announced June 2025.

  23. arXiv:2505.11129  [pdf, ps, other

    cs.CV cs.AI cs.LG

    Brain-Inspired Stochastic Joint Embedding Representation Learning

    Authors: Makoto Yamada, Kian Ming A. Chai, Ayoub Rhim, Satoki Ishikawa, Mohammad Sabokrou, Yao-Hung Hubert Tsai

    Abstract: Representation learning is one of the key research topics in machine learning, and the framework of self-supervised learning (SSL) has revolutionized computer vision. However, these approaches have not yet fully leveraged insights from biological visual processing systems. In this paper, we introduce PhiNet v2, a novel architecture that processes temporal visual input (i.e., sequences of images) w… ▽ More

    Submitted 18 June, 2026; v1 submitted 16 May, 2025; originally announced May 2025.

    Comments: arXiv admin note: substantial text overlap with arXiv:2405.14650

  24. arXiv:2505.10597  [pdf, other

    cs.LG cs.AI cs.CL

    Two Minds Better Than One: Collaborative Reward Modeling for LLM Alignment

    Authors: Jiazheng Zhang, Wenqing Jing, Zizhuo Zhang, Zhiheng Xi, Shihan Dou, Rongxiang Weng, Jiahuan Li, Jingang Wang, Mingxu Chai, Shibo Hong, Tao Gui, Qi Zhang

    Abstract: Reward models (RMs) play a pivotal role in aligning large language models (LLMs) with human values. However, noisy preferences in human feedback can lead to reward misgeneralization - a phenomenon where reward models learn spurious correlations or overfit to noisy preferences, which poses important challenges to the generalization of RMs. This paper systematically analyzes the characteristics of p… ▽ More

    Submitted 18 May, 2025; v1 submitted 15 May, 2025; originally announced May 2025.

  25. arXiv:2503.10597  [pdf, other

    cs.GR cs.CV

    GroomLight: Hybrid Inverse Rendering for Relightable Human Hair Appearance Modeling

    Authors: Yang Zheng, Menglei Chai, Delio Vicini, Yuxiao Zhou, Yinghao Xu, Leonidas Guibas, Gordon Wetzstein, Thabo Beeler

    Abstract: We present GroomLight, a novel method for relightable hair appearance modeling from multi-view images. Existing hair capture methods struggle to balance photorealistic rendering with relighting capabilities. Analytical material models, while physically grounded, often fail to fully capture appearance details. Conversely, neural rendering approaches excel at view synthesis but generalize poorly to… ▽ More

    Submitted 13 March, 2025; originally announced March 2025.

    Comments: Project Page: https://syntec-research.github.io/GroomLight

  26. arXiv:2412.12505  [pdf, other

    cs.CL

    DocFusion: A Unified Framework for Document Parsing Tasks

    Authors: Mingxu Chai, Ziyu Shen, Chong Zhang, Yue Zhang, Xiao Wang, Shihan Dou, Jihua Kang, Jiazheng Zhang, Qi Zhang

    Abstract: Document parsing is essential for analyzing complex document structures and extracting fine-grained information, supporting numerous downstream applications. However, existing methods often require integrating multiple independent models to handle various parsing tasks, leading to high complexity and maintenance overhead. To address this, we propose DocFusion, a lightweight generative model with o… ▽ More

    Submitted 22 May, 2025; v1 submitted 16 December, 2024; originally announced December 2024.

  27. arXiv:2409.19672  [pdf, other

    cs.CL cs.MM

    Modeling Layout Reading Order as Ordering Relations for Visually-rich Document Understanding

    Authors: Chong Zhang, Yi Tu, Yixi Zhao, Chenshu Yuan, Huan Chen, Yue Zhang, Mingxu Chai, Ya Guo, Huijia Zhu, Qi Zhang, Tao Gui

    Abstract: Modeling and leveraging layout reading order in visually-rich documents (VrDs) is critical in document intelligence as it captures the rich structure semantics within documents. Previous works typically formulated layout reading order as a permutation of layout elements, i.e. a sequence containing all the layout elements. However, we argue that this formulation does not adequately convey the compl… ▽ More

    Submitted 29 September, 2024; originally announced September 2024.

    Comments: Accepted as a long paper in the main conference of EMNLP 2024

  28. arXiv:2409.18057  [pdf, other

    cs.CV

    LightAvatar: Efficient Head Avatar as Dynamic Neural Light Field

    Authors: Huan Wang, Feitong Tan, Ziqian Bai, Yinda Zhang, Shichen Liu, Qiangeng Xu, Menglei Chai, Anish Prabhu, Rohit Pandey, Sean Fanello, Zeng Huang, Yun Fu

    Abstract: Recent works have shown that neural radiance fields (NeRFs) on top of parametric models have reached SOTA quality to build photorealistic head avatars from a monocular video. However, one major limitation of the NeRF-based avatars is the slow rendering speed due to the dense point sampling of NeRF, preventing them from broader utility on resource-constrained devices. We introduce LightAvatar, the… ▽ More

    Submitted 6 November, 2024; v1 submitted 26 September, 2024; originally announced September 2024.

    Comments: ECCV'24 CADL Workshop. Code: https://github.com/MingSun-Tse/LightAvatar-TensorFlow. V2: Corrected speed benchmark with GaussianAvatar

  29. GroomCap: High-Fidelity Prior-Free Hair Capture

    Authors: Yuxiao Zhou, Menglei Chai, Daoye Wang, Sebastian Winberg, Erroll Wood, Kripasindhu Sarkar, Markus Gross, Thabo Beeler

    Abstract: Despite recent advances in multi-view hair reconstruction, achieving strand-level precision remains a significant challenge due to inherent limitations in existing capture pipelines. We introduce GroomCap, a novel multi-view hair capture method that reconstructs faithful and high-fidelity hair geometry without relying on external data priors. To address the limitations of conventional reconstructi… ▽ More

    Submitted 3 April, 2025; v1 submitted 1 September, 2024; originally announced September 2024.

    Comments: Accepted by SIGGRAPH Asia 2024

  30. arXiv:2407.21333  [pdf, other

    cs.CV

    Chat2Layout: Interactive 3D Furniture Layout with a Multimodal LLM

    Authors: Can Wang, Hongliang Zhong, Menglei Chai, Mingming He, Dongdong Chen, Jing Liao

    Abstract: Automatic furniture layout is long desired for convenient interior design. Leveraging the remarkable visual reasoning capabilities of multimodal large language models (MLLMs), recent methods address layout generation in a static manner, lacking the feedback-driven refinement essential for interactive user engagement. We introduce Chat2Layout, a novel interactive furniture layout generation system… ▽ More

    Submitted 31 July, 2024; originally announced July 2024.

    Comments: Main paper with supplemental materials

  31. arXiv:2407.06153  [pdf, ps, other

    cs.SE cs.CL

    What's Wrong with Your Code Generated by Large Language Models? An Extensive Study

    Authors: Shihan Dou, Haoxiang Jia, Shenxi Wu, Huiyuan Zheng, Muling Wu, Yunbo Tao, Ming Zhang, Mingxu Chai, Jessica Fan, Zhiheng Xi, Rui Zheng, Yueming Wu, Ming Wen, Tao Gui, Qi Zhang, Xipeng Qiu, Xuanjing Huang

    Abstract: The increasing development of LLMs in code generation has drawn significant attention among researchers. To enhance LLM-based code generation ability, current efforts are predominantly directed towards collecting high-quality datasets and leveraging diverse training technologies. However, there is a notable lack of comprehensive studies examining the limitations and boundaries of existing methods.… ▽ More

    Submitted 17 October, 2025; v1 submitted 8 July, 2024; originally announced July 2024.

    Comments: Accepted by SCIENCE CHINA Information Sciences (SCIS)

  32. arXiv:2406.08163  [pdf, other

    q-bio.PE nlin.CD physics.bio-ph

    A conceptual predator-prey model with super-long transients

    Authors: Misha Chai, Holger Kantz

    Abstract: Drawing on the understanding of the logistic map, we propose a simple predator-prey model where predators and prey adapt to each other, leading to the co-evolution of the system. The special dynamics observed in periodic windows contribute to the coexistence of multiple time scales, adding to the complexity of the system. Typical dynamics in ecosystems, such as the persistence and coexistence of p… ▽ More

    Submitted 2 October, 2024; v1 submitted 12 June, 2024; originally announced June 2024.

  33. arXiv:2404.05329  [pdf

    q-bio.BM

    In silico bioactivity prediction of proteins interacting with graphene-based nanomaterials guides rational design of biosensor

    Authors: Jing Ye, Minzhi Fan, Xiaoyu Zhang, Shasha Lu, Mengyao Chai, Yunshan Zhang, Xiaoyu Zhao, Shuang Li, Diming Zhang

    Abstract: Graphene based nanomaterials have attracted significant attention for their potentials in biomedical and biotechnology applications in recent years, owing to the outstanding physical and chemical properties. However, the interaction mechanism and impact on biological activity of macro and micro biomolecules still require more concerns and further research in order to enhance their applicability in… ▽ More

    Submitted 8 April, 2024; originally announced April 2024.

  34. arXiv:2404.01296  [pdf, other

    cs.CV

    MagicMirror: Fast and High-Quality Avatar Generation with a Constrained Search Space

    Authors: Armand Comas-Massagué, Di Qiu, Menglei Chai, Marcel Bühler, Amit Raj, Ruiqi Gao, Qiangeng Xu, Mark Matthews, Paulo Gotardo, Octavia Camps, Sergio Orts-Escolano, Thabo Beeler

    Abstract: We introduce a novel framework for 3D human avatar generation and personalization, leveraging text prompts to enhance user engagement and customization. Central to our approach are key innovations aimed at overcoming the challenges in photo-realistic avatar synthesis. Firstly, we utilize a conditional Neural Radiance Fields (NeRF) model, trained on a large-scale unannotated multi-view dataset, to… ▽ More

    Submitted 1 April, 2024; originally announced April 2024.

  35. arXiv:2403.12171  [pdf, other

    cs.CL cs.AI

    EasyJailbreak: A Unified Framework for Jailbreaking Large Language Models

    Authors: Weikang Zhou, Xiao Wang, Limao Xiong, Han Xia, Yingshuang Gu, Mingxu Chai, Fukang Zhu, Caishuang Huang, Shihan Dou, Zhiheng Xi, Rui Zheng, Songyang Gao, Yicheng Zou, Hang Yan, Yifan Le, Ruohui Wang, Lijun Li, Jing Shao, Tao Gui, Qi Zhang, Xuanjing Huang

    Abstract: Jailbreak attacks are crucial for identifying and mitigating the security vulnerabilities of Large Language Models (LLMs). They are designed to bypass safeguards and elicit prohibited outputs. However, due to significant differences among various jailbreak methods, there is no standard implementation framework available for the community, which limits comprehensive security evaluations. This paper… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

  36. arXiv:2402.02379  [pdf, other

    cs.CL

    Unveiling the Deficiencies of Pre-trained Text-and-Layout Models in Real-world Visually-rich Document Information Extraction

    Authors: Chong Zhang, Yixi Zhao, Yulu Xie, Chenshu Yuan, Yi Tu, Ya Guo, Mingxu Chai, Ziyu Shen, Yue Zhang, Qi Zhang

    Abstract: Recently developed pre-trained text-and-layout models (PTLMs) have shown remarkable success in multiple information extraction tasks on visually-rich documents (VrDs). However, despite achieving extremely high performance on benchmarks, their real-world performance falls short of expectations. Owing to this issue, we investigate the prevailing evaluation pipeline to reveal that: (1) The inadequate… ▽ More

    Submitted 14 April, 2025; v1 submitted 4 February, 2024; originally announced February 2024.

  37. arXiv:2312.04875  [pdf, other

    cs.CV

    MVDD: Multi-View Depth Diffusion Models

    Authors: Zhen Wang, Qiangeng Xu, Feitong Tan, Menglei Chai, Shichen Liu, Rohit Pandey, Sean Fanello, Achuta Kadambi, Yinda Zhang

    Abstract: Denoising diffusion models have demonstrated outstanding results in 2D image generation, yet it remains a challenge to replicate its success in 3D shape generation. In this paper, we propose leveraging multi-view depth, which represents complex 3D shapes in a 2D data format that is easy to denoise. We pair this representation with a diffusion model, MVDD, that is capable of generating high-quality… ▽ More

    Submitted 19 December, 2023; v1 submitted 8 December, 2023; originally announced December 2023.

  38. arXiv:2312.02157  [pdf, other

    cs.CV

    Mesh-Guided Neural Implicit Field Editing

    Authors: Can Wang, Mingming He, Menglei Chai, Dongdong Chen, Jing Liao

    Abstract: Neural implicit fields have emerged as a powerful 3D representation for reconstructing and rendering photo-realistic views, yet they possess limited editability. Conversely, explicit 3D representations, such as polygonal meshes, offer ease of editing but may not be as suitable for rendering high-quality novel views. To harness the strengths of both representations, we propose a new approach that e… ▽ More

    Submitted 4 December, 2023; originally announced December 2023.

    Comments: Project page: https://cassiepython.github.io/MNeuEdit/

  39. GroomGen: A High-Quality Generative Hair Model Using Hierarchical Latent Representations

    Authors: Yuxiao Zhou, Menglei Chai, Alessandro Pepe, Markus Gross, Thabo Beeler

    Abstract: Despite recent successes in hair acquisition that fits a high-dimensional hair model to a specific input subject, generative hair models, which establish general embedding spaces for encoding, editing, and sampling diverse hairstyles, are way less explored. In this paper, we present GroomGen, the first generative model designed for hair geometry composed of highly-detailed dense strands. Our appro… ▽ More

    Submitted 16 November, 2023; v1 submitted 3 November, 2023; originally announced November 2023.

    Comments: SIGGRAPH Asia 2023

    Journal ref: ACM Trans. Graph. 42, 6, Article 267 (December 2023)

  40. arXiv:2307.05462  [pdf, other

    cs.CV

    Efficient 3D Articulated Human Generation with Layered Surface Volumes

    Authors: Yinghao Xu, Wang Yifan, Alexander W. Bergman, Menglei Chai, Bolei Zhou, Gordon Wetzstein

    Abstract: Access to high-quality and diverse 3D articulated digital human assets is crucial in various applications, ranging from virtual reality to social platforms. Generative approaches, such as 3D generative adversarial networks (GANs), are rapidly replacing laborious manual content creation tools. However, existing 3D GAN frameworks typically rely on scene representations that leverage either template… ▽ More

    Submitted 11 July, 2023; originally announced July 2023.

    Comments: Project page: https://www.computationalimaging.org/publications/lsv/ Demo: https://www.youtube.com/watch?v=vahgMFCM3j4

  41. arXiv:2303.17606  [pdf, other

    cs.CV

    AvatarCraft: Transforming Text into Neural Human Avatars with Parameterized Shape and Pose Control

    Authors: Ruixiang Jiang, Can Wang, Jingbo Zhang, Menglei Chai, Mingming He, Dongdong Chen, Jing Liao

    Abstract: Neural implicit fields are powerful for representing 3D scenes and generating high-quality novel views, but it remains challenging to use such implicit representations for creating a 3D human avatar with a specific identity and artistic style that can be easily animated. Our proposed method, AvatarCraft, addresses this challenge by using diffusion models to guide the learning of geometry and textu… ▽ More

    Submitted 21 August, 2023; v1 submitted 30 March, 2023; originally announced March 2023.

    Comments: ICCV 2023 Camera Ready

  42. arXiv:2302.09227  [pdf, other

    cs.CV cs.GR

    Invertible Neural Skinning

    Authors: Yash Kant, Aliaksandr Siarohin, Riza Alp Guler, Menglei Chai, Jian Ren, Sergey Tulyakov, Igor Gilitschenski

    Abstract: Building animatable and editable models of clothed humans from raw 3D scans and poses is a challenging problem. Existing reposing methods suffer from the limited expressiveness of Linear Blend Skinning (LBS), require costly mesh extraction to generate each new pose, and typically do not preserve surface correspondences across different poses. In this work, we introduce Invertible Neural Skinning (… ▽ More

    Submitted 4 March, 2023; v1 submitted 17 February, 2023; originally announced February 2023.

  43. arXiv:2301.11326  [pdf, other

    cs.CV

    Unsupervised Volumetric Animation

    Authors: Aliaksandr Siarohin, Willi Menapace, Ivan Skorokhodov, Kyle Olszewski, Jian Ren, Hsin-Ying Lee, Menglei Chai, Sergey Tulyakov

    Abstract: We propose a novel approach for unsupervised 3D animation of non-rigid deformable objects. Our method learns the 3D structure and dynamics of objects solely from single-view RGB videos, and can decompose them into semantically meaningful parts that can be tracked and animated. Using a 3D autodecoder framework, paired with a keypoint estimator via a differentiable PnP algorithm, our model learns th… ▽ More

    Submitted 26 January, 2023; originally announced January 2023.

  44. arXiv:2301.09637  [pdf, other

    cs.CV cs.AI cs.GR cs.LG

    InfiniCity: Infinite-Scale City Synthesis

    Authors: Chieh Hubert Lin, Hsin-Ying Lee, Willi Menapace, Menglei Chai, Aliaksandr Siarohin, Ming-Hsuan Yang, Sergey Tulyakov

    Abstract: Toward infinite-scale 3D city synthesis, we propose a novel framework, InfiniCity, which constructs and renders an unconstrainedly large and 3D-grounded environment from random noises. InfiniCity decomposes the seemingly impractical task into three feasible modules, taking advantage of both 2D and 3D data. First, an infinite-pixel image synthesis module generates arbitrary-scale 2D maps from the b… ▽ More

    Submitted 14 August, 2023; v1 submitted 23 January, 2023; originally announced January 2023.

  45. arXiv:2301.02700  [pdf, other

    cs.CV cs.GR

    3DAvatarGAN: Bridging Domains for Personalized Editable Avatars

    Authors: Rameen Abdal, Hsin-Ying Lee, Peihao Zhu, Menglei Chai, Aliaksandr Siarohin, Peter Wonka, Sergey Tulyakov

    Abstract: Modern 3D-GANs synthesize geometry and texture by training on large-scale datasets with a consistent structure. Training such models on stylized, artistic data, with often unknown, highly variable geometry, and camera information has not yet been shown possible. Can we train a 3D GAN on such artistic data, while maintaining multi-view consistency and texture quality? To this end, we propose an ada… ▽ More

    Submitted 26 March, 2023; v1 submitted 6 January, 2023; originally announced January 2023.

    Comments: Project Page: https://rameenabdal.github.io/3DAvatarGAN/

  46. arXiv:2212.11984  [pdf, other

    cs.CV

    DisCoScene: Spatially Disentangled Generative Radiance Fields for Controllable 3D-aware Scene Synthesis

    Authors: Yinghao Xu, Menglei Chai, Zifan Shi, Sida Peng, Ivan Skorokhodov, Aliaksandr Siarohin, Ceyuan Yang, Yujun Shen, Hsin-Ying Lee, Bolei Zhou, Sergey Tulyakov

    Abstract: Existing 3D-aware image synthesis approaches mainly focus on generating a single canonical object and show limited capacity in composing a complex scene containing a variety of objects. This work presents DisCoScene: a 3Daware generative model for high-quality and controllable scene synthesis. The key ingredient of our method is a very abstract object-level representation (i.e., 3D bounding boxes… ▽ More

    Submitted 22 December, 2022; originally announced December 2022.

    Comments: Project page: https://snap-research.github.io/discoscene/

  47. arXiv:2212.08070  [pdf, other

    cs.CV cs.GR

    NeRF-Art: Text-Driven Neural Radiance Fields Stylization

    Authors: Can Wang, Ruixiang Jiang, Menglei Chai, Mingming He, Dongdong Chen, Jing Liao

    Abstract: As a powerful representation of 3D scenes, the neural radiance field (NeRF) enables high-quality novel view synthesis from multi-view images. Stylizing NeRF, however, remains challenging, especially on simulating a text-guided style with both the appearance and the geometry altered simultaneously. In this paper, we present NeRF-Art, a text-guided NeRF stylization approach that manipulates the styl… ▽ More

    Submitted 15 December, 2022; originally announced December 2022.

    Comments: Project page: https://cassiepython.github.io/nerfart/

  48. arXiv:2210.02573  [pdf, ps, other

    cs.LG

    Efficient Learning of Mesh-Based Physical Simulation with BSMS-GNN

    Authors: Yadi Cao, Menglei Chai, Minchen Li, Chenfanfu Jiang

    Abstract: Learning the physical simulation on large-scale meshes with flat Graph Neural Networks (GNNs) and stacking Message Passings (MPs) is challenging due to the scaling complexity w.r.t. the number of nodes and over-smoothing. There has been growing interest in the community to introduce \textit{multi-scale} structures to GNNs for physical simulation. However, current state-of-the-art methods are limit… ▽ More

    Submitted 25 May, 2026; v1 submitted 5 October, 2022; originally announced October 2022.

    Comments: Updates summary: fix the missing remark for yadi and menglei (* mention work partially done during while they are at snap inc.)

  49. arXiv:2207.11795  [pdf, other

    cs.CV

    Cross-Modal 3D Shape Generation and Manipulation

    Authors: Zezhou Cheng, Menglei Chai, Jian Ren, Hsin-Ying Lee, Kyle Olszewski, Zeng Huang, Subhransu Maji, Sergey Tulyakov

    Abstract: Creating and editing the shape and color of 3D objects require tremendous human effort and expertise. Compared to direct manipulation in 3D interfaces, 2D interactions such as sketches and scribbles are usually much more natural and intuitive for the users. In this paper, we propose a generic multi-modal generative model that couples the 2D modalities and implicit 3D representations through shared… ▽ More

    Submitted 24 July, 2022; originally announced July 2022.

    Comments: ECCV 2022. Project page: https://people.cs.umass.edu/~zezhoucheng/edit3d/

  50. arXiv:2204.00604  [pdf, other

    cs.CV cs.SD eess.AS

    Quantized GAN for Complex Music Generation from Dance Videos

    Authors: Ye Zhu, Kyle Olszewski, Yu Wu, Panos Achlioptas, Menglei Chai, Yan Yan, Sergey Tulyakov

    Abstract: We present Dance2Music-GAN (D2M-GAN), a novel adversarial multi-modal framework that generates complex musical samples conditioned on dance videos. Our proposed framework takes dance video frames and human body motions as input, and learns to generate music samples that plausibly accompany the corresponding input. Unlike most existing conditional music generation works that generate specific types… ▽ More

    Submitted 19 July, 2022; v1 submitted 1 April, 2022; originally announced April 2022.

    Comments: Dataset and code at https://github.com/L-YeZhu/D2M-GAN