← Search

Andrew Liu

12 accepted papers

2026

ABC-Bench: An Agentic Bio-Capabilities Benchmark for Biosecurity

ICML 2026poster

For some time, LLMs have sped up life sciences research by synthesizing published literature, but now leading LLM-based tools can also perform certain \textit{in silico} tasks that had previously been the domain of experienced biologists. These emerging AI capabilities offer new opportunities for sc…

Cited by 0SourceScholar
2026

ParEVO: Synthesizing Code for Irregular Data: High-Performance Parallelism through Agentic Evolution

ICML 2026poster

The transition from sequential to parallel computing is essential for modern high-performance applications but is hindered by the steep learning curve of concurrent programming. This challenge is magnified for \textbf{irregular data structures} (such as sparse graphs, unbalanced trees, and non-unifo…

Cited by 0SourceScholar
2025

Flash Invariant Point Attention

NeurIPS 2025spotlight

Invariant Point Attention (IPA) is a key algorithm for geometry-aware modeling in structural biology, central to many protein and RNA models. However, its quadratic complexity limits the input sequence length. We introduce FlashIPA, a factorized reformulation of IPA that leverages hardware-efficient…

Cited by 0SourcecodeScholar
2025

ReCogLab: a framework testing relational reasoning & cognitive hypotheses on LLMs

ICLR 2025poster

A fundamental part of human cognition is the ability to not only recall previous memories, but also reason across them to draw conclusions. In cognitive science and psychology, this is termed relational reasoning and a number of effects and biases have been observed in human cognition. Designing exp…

2024

What does the Knowledge Neuron Thesis Have to do with Knowledge?

ICLR 2024spotlight

We reassess the Knowledge Neuron (KN) Thesis: an interpretation of the mechanism underlying the ability of large language models to recall facts from a training corpus. This nascent thesis proposes that facts are recalled from the training corpus through the MLP weights in a manner resembling key-va…

2023

Benchmarking Large Language Models on CMExam - A comprehensive Chinese Medical Exam Dataset

NeurIPS 2023poster

Recent advancements in large language models (LLMs) have transformed the field of question answering (QA). However, evaluating LLMs in the medical field is challenging due to the lack of standardized and comprehensive datasets. To address this gap, we introduce CMExam, sourced from the Chinese Natio…

2022

Depth-Supervised NeRF: Fewer Views and Faster Training for Free

CVPR 2022poster

A commonly observed failure mode of Neural Radiance Field (NeRF) is fitting incorrect geometries when given an insufficient number of input views. One potential reason is that standard volumetric rendering does not enforce the constraint that most of a scene's geometry consist of empty space and opa…

Cited by 1030PDFcodeScholar
2022

Urban Radiance Fields

CVPR 2022poster

The goal of this work is to perform 3D reconstruction and novel view synthesis from data captured by scanning platforms commonly deployed for world mapping in urban outdoor environments (e.g., Street View). Given a sequence of posed RGB images and lidar sweeps acquired by cameras and scanners moving…

Cited by 343PDFScholar
2021

Infinite Nature: Perpetual View Generation of Natural Scenes From a Single Image

ICCV 2021poster

We introduce the problem of perpetual view generation - long-range generation of novel views corresponding to an arbitrarily long camera trajectory given a single image. This is a challenging problem that goes far beyond the capabilities of current view synthesis methods, which quickly degenerate wh…

Cited by 169PDFcodeScholar
2020

Learning to Factorize and Relight a City

ECCV 2020poster

We propose a learning-based framework for disentangling outdoor scenes into temporally-varying illumination and permanent scene factors. Inspired by the classic intrinsic image decomposition, our learning signal builds upon two insights: 1) combining the disentangled factors should reconstruct the o…

2018

Fighting Fake News: Image Splice Detection via Learned Self-Consistency

ECCV 2018poster

Advances in photo editing and manipulation tools have made it significantly easier to create fake imagery, highlighting the need for better visual forensics algorithms. However, learning to detect manipulations from labelled training data is difficult due to the lack of good datasets of manipulated…