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

Showing 1–10 of 10 results for author: Ouyang, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2604.01489  [pdf, ps, other

    cs.LG cs.AI cs.DC cs.PF cs.SE

    CuTeGen: An LLM-Based Agentic Framework for Generation and Optimization of High-Performance GPU Kernels using CuTe

    Authors: Tara Saba, Zhiyang Chen, Jikai Jason Li, Anne Ouyang, Xujie Si, Fan Long

    Abstract: High-performance GPU kernels are critical to modern machine learning systems, yet developing them remains a manual, expert-driven process. Recent work has explored using LLMs to automate kernel generation, but generated kernels still fall short of carefully tuned references on standardized benchmarks. We present CuTeGen, an agentic GPU kernel synthesis framework that treats kernel development as a… ▽ More

    Submitted 3 June, 2026; v1 submitted 1 April, 2026; originally announced April 2026.

  2. arXiv:2602.08939  [pdf, ps, other

    cs.AI

    CausalT5k: Diagnosing Refusal and Failure Modes in Trustworthy Causal Reasoning Across Causal Rungs

    Authors: Longling Geng, Andy Ouyang, Theodore Wu, Daphne Barretto, Matthew John Hayes, Rachael Cooper, Yuqiao Zeng, Sameer Vijay, Gia Ancone, Ankit Rai, Matthew Wolfman, Patrick Flanagan, Edward Y. Chang

    Abstract: Large language models increasingly produce fluent causal explanations, yet they often fail in ways aggregate accuracy cannot diagnose: confusing association with intervention, abandoning correct judgments under pressure, over-refusing valid claims, or answering when evidence is underdetermined. We introduce CTK, a diagnostic benchmark of 5,147 cases and growing, across 10 domains and all three lev… ▽ More

    Submitted 16 June, 2026; v1 submitted 9 February, 2026; originally announced February 2026.

    Comments: 12 pages, 17 tables, 4 figures

    ACM Class: I.2.7

  3. arXiv:2509.07506  [pdf, ps, other

    cs.DC cs.AI cs.CL cs.LG cs.SE

    Astra: A Multi-Agent System for GPU Kernel Performance Optimization

    Authors: Anjiang Wei, Tianran Sun, Yogesh Seenichamy, Hang Song, Anne Ouyang, Azalia Mirhoseini, Ke Wang, Alex Aiken

    Abstract: GPU kernel optimization has long been a central challenge at the intersection of high-performance computing and machine learning. Efficient kernels are crucial for accelerating large language model (LLM) training and serving, yet attaining high performance typically requires extensive manual tuning. Compiler-based systems reduce some of this burden, but still demand substantial manual design and e… ▽ More

    Submitted 2 December, 2025; v1 submitted 9 September, 2025; originally announced September 2025.

  4. arXiv:2508.14429  [pdf, ps, other

    cs.CG

    Morse-based Modular Homology for Evolving Simplicial Complexes

    Authors: Anqiao Ouyang

    Abstract: The computation of homology groups for evolving simplicial complexes often requires repeated reconstruction of boundary operators, resulting in prohibitive costs for large-scale or frequently updated data. This work introduces MMHM, a Morse-based Modular Homology Maintenance framework that preserves homological invariants under local complex modifications. An initial discrete Morse reduction produ… ▽ More

    Submitted 20 August, 2025; originally announced August 2025.

  5. arXiv:2505.15329  [pdf, ps, other

    cs.LG

    Fourier-Invertible Neural Encoder (FINE) for Homogeneous Flows

    Authors: Anqiao Ouyang, Hongyi Ke, Qi Wang

    Abstract: We present the Fourier-Invertible Neural Encoder (FINE), a compact and interpretable architecture for dimension reduction in translation-equivariant datasets. FINE integrates reversible filters and monotonic activation functions with a Fourier truncation bottleneck, achieving information-preserving compression that respects translational symmetry. This design offers a new perspective on symmetry-a… ▽ More

    Submitted 29 November, 2025; v1 submitted 21 May, 2025; originally announced May 2025.

  6. arXiv:2502.10517  [pdf, other

    cs.LG cs.AI cs.PF cs.SE

    KernelBench: Can LLMs Write Efficient GPU Kernels?

    Authors: Anne Ouyang, Simon Guo, Simran Arora, Alex L. Zhang, William Hu, Christopher Ré, Azalia Mirhoseini

    Abstract: Efficient GPU kernels are crucial for building performant machine learning architectures, but writing them is a time-consuming challenge that requires significant expertise; therefore, we explore using language models (LMs) to automate kernel generation. We introduce KernelBench, an open-source framework for evaluating LMs' ability to write fast and correct kernels on a suite of 250 carefully sele… ▽ More

    Submitted 14 February, 2025; originally announced February 2025.

  7. arXiv:2305.13903  [pdf, other

    cs.CL cs.CV

    Let's Think Frame by Frame with VIP: A Video Infilling and Prediction Dataset for Evaluating Video Chain-of-Thought

    Authors: Vaishnavi Himakunthala, Andy Ouyang, Daniel Rose, Ryan He, Alex Mei, Yujie Lu, Chinmay Sonar, Michael Saxon, William Yang Wang

    Abstract: Despite exciting recent results showing vision-language systems' capacity to reason about images using natural language, their capacity for video reasoning remains under-explored. We motivate framing video reasoning as the sequential understanding of a small number of keyframes, thereby leveraging the power and robustness of vision-language while alleviating the computational complexities of proce… ▽ More

    Submitted 9 November, 2023; v1 submitted 23 May, 2023; originally announced May 2023.

    Comments: Accepted to the 2023 Conference on Empirical Methods in Natural Language Processing (EMNLP 2023)

  8. arXiv:2305.02317  [pdf, other

    cs.CL cs.CV

    Visual Chain of Thought: Bridging Logical Gaps with Multimodal Infillings

    Authors: Daniel Rose, Vaishnavi Himakunthala, Andy Ouyang, Ryan He, Alex Mei, Yujie Lu, Michael Saxon, Chinmay Sonar, Diba Mirza, William Yang Wang

    Abstract: Recent advances in large language models elicit reasoning in a chain-of-thought that allows models to decompose problems in a human-like fashion. Though this paradigm improves multi-step reasoning ability in language models, it is limited by being unimodal and applied mainly to question-answering tasks. We claim that incorporating visual augmentation into reasoning is essential, especially for com… ▽ More

    Submitted 22 January, 2024; v1 submitted 3 May, 2023; originally announced May 2023.

  9. arXiv:2110.08450  [pdf, other

    cs.LG cs.AI cs.PF

    Accelerating Training and Inference of Graph Neural Networks with Fast Sampling and Pipelining

    Authors: Tim Kaler, Nickolas Stathas, Anne Ouyang, Alexandros-Stavros Iliopoulos, Tao B. Schardl, Charles E. Leiserson, Jie Chen

    Abstract: Improving the training and inference performance of graph neural networks (GNNs) is faced with a challenge uncommon in general neural networks: creating mini-batches requires a lot of computation and data movement due to the exponential growth of multi-hop graph neighborhoods along network layers. Such a unique challenge gives rise to a diverse set of system design choices. We argue in favor of pe… ▽ More

    Submitted 16 March, 2022; v1 submitted 15 October, 2021; originally announced October 2021.

    Comments: MLSys 2022. Code is available at https://github.com/MITIBMxGraph/SALIENT

  10. arXiv:2008.02413  [pdf, other

    physics.soc-ph cs.CY

    Impact of COVID-19 on Public Transit Accessibility and Ridership

    Authors: Michael Wilbur, Afiya Ayman, Anna Ouyang, Vincent Poon, Riyan Kabir, Abhiram Vadali, Philip Pugliese, Daniel Freudberg, Aron Laszka, Abhishek Dubey

    Abstract: Public transit is central to cultivating equitable communities. Meanwhile, the novel coronavirus disease COVID-19 and associated social restrictions has radically transformed ridership behavior in urban areas. Perhaps the most concerning aspect of the COVID-19 pandemic is that low-income and historically marginalized groups are not only the most susceptible to economic shifts but are also most rel… ▽ More

    Submitted 5 August, 2020; originally announced August 2020.