← Search

Biao Zhang

35 accepted papers

2026

FACE: A Face-based Autoregressive Representation for High-Fidelity and Efficient Mesh Generation

CVPR 2026

Autoregressive models for 3D mesh generation suffer from a fundamental limitation: they flatten meshes into long vertex-coordinate sequences. This results in prohibitive computational costs, hindering the efficient synthesis of high-fidelity geometry. We argue this bottleneck stems from operating at

Cited by 0SourceScholar
2026

LaRI: Layered Ray Intersections for Single-view 3D Geometric Reasoning

ICML 2026poster

We present Layered Ray Intersections (LaRI), a fully supervised method for occluded geometry reasoning from a single image. Unlike conventional depth estimation, which is limited to visible surfaces, LaRI predicts multiple surfaces intersected by the camera rays using layered point maps. Compared to…

Cited by 0SourceScholar
2026

PoseGAM: Robust Unseen Object Pose Estimation via Geometry-Aware Multi-View Reasoning

CVPR 2026

6D object pose estimation, which predicts the transformation of an object relative to the camera, remains challenging for unseen objects. Existing approaches typically rely on explicitly constructing feature correspondences between the query image and either the object model or template images. In t

Cited by 0SourcecodeScholar
2025

SMEC:Rethinking Matryoshka Representation Learning for Retrieval Embedding Compression

EMNLP 2025

Large language models (LLMs) generate high-dimensional embeddings that capture rich semantic and syntactic information. However, high-dimensional embeddings exacerbate computational complexity and storage requirements, thereby hindering practical deployment. To address these challenges, we propose a

Cited by 0SourcePDFScholar
2025

V2M4: 4D Mesh Animation Reconstruction from a Single Monocular Video

ICCV 2025poster

We present V2M4, a novel 4D reconstruction method that directly generates a usable 4D mesh animation asset from a single monocular video. Unlike existing approaches that rely on priors from multi-view image and video generation models, our method is based on native 3D mesh generation models. Naively…

Cited by 0SourcePDFScholar
2025

WMT24++: Expanding the Language Coverage of WMT24 to 55 Languages & Dialects

ACL 2025finding

As large language models (LLM) become more and more capable in languages other than English, it is important to collect benchmark datasets in order to evaluate their multilingual performance, including on tasks like machine translation (MT). In this work, we extend the WMT24 dataset to cover 55 lang…

Cited by 0SourcePDFScholar
2025

YouTube-SL-25: A Large-Scale, Open-Domain Multilingual Sign Language Parallel Corpus

ICLR 2025poster

Even for better-studied sign languages like American Sign Language (ASL), data is the bottleneck for machine learning research. The situation is worse yet for the many other sign languages used by Deaf/Hard of Hearing communities around the world. In this paper, we present YouTube-SL-25, a large-sca…

2024

Functional Diffusion

CVPR 2024poster

We propose functional diffusion a generative diffusion model focused on infinite-dimensional function data samples. In contrast to previous work functional diffusion works on samples that are represented by functions with a continuous domain. Functional diffusion can be seen as an extension of class…

Cited by 6SourcePDFScholar
2024

LLMRefine: Pinpointing and Refining Large Language Models via Fine-Grained Actionable Feedback

NAACL 2024findings

Recent large language models (LLM) areleveraging human feedback to improve theirgeneration quality. However, human feedbackis costly to obtain, especially during inference.In this work, we propose LLMRefine, aninference time optimization method to refineLLM’s output. The core idea is to usea learned…

Cited by 21SourcePDFScholar
2024

Many-Shot In-Context Learning

NeurIPS 2024spotlight

Large language models (LLMs) excel at few-shot in-context learning (ICL) -- learning from a few examples provided in context at inference, without any weight updates. Newly expanded context windows allow us to investigate ICL with hundreds or thousands of examples – the many-shot regime. Going from…

Cited by 115SourcePDFScholar
2024

Motion2VecSets: 4D Latent Vector Set Diffusion for Non-rigid Shape Reconstruction and Tracking

CVPR 2024poster

We introduce Motion2VecSets a 4D diffusion model for dynamic surface reconstruction from point cloud sequences. While existing state-of-the-art methods have demonstrated success in reconstructing non-rigid objects using neural field representations conventional feed-forward networks encounter challe…

Cited by 9SourcePDFScholar
2024

Vivid-ZOO: Multi-View Video Generation with Diffusion Model

NeurIPS 2024poster

While diffusion models have shown impressive performance in 2D image/video generation, diffusion-based Text-to-Multi-view-Video (T2MVid) generation remains underexplored. The new challenges posed by T2MVid generation lie in the lack of massive captioned multi-view videos and the complexity of modeli…

Cited by 11SourcePDFScholar
2024

When Does Monolingual Data Help Multilingual Translation: The Role of Domain and Model Scale

NAACL 2024long

Multilingual machine translation (MMT), trained on a mixture of parallel and monolingual data, is key for improving translation in low-resource language pairs. However, the literature offers conflicting results on the performance of different methods of including monolingual data. To resolve this, w…

2024

When Scaling Meets LLM Finetuning: The Effect of Data, Model and Finetuning Method

ICLR 2024poster

While large language models (LLMs) often adopt finetuning to unlock their capabilities for downstream applications, our understanding on the inductive biases (especially the scaling properties) of different finetuning methods is still limited. To fill this gap, we conduct systematic experiments stud…

Cited by 135SourcePDFScholar
2023

MADLAD-400: A Multilingual And Document-Level Large Audited Dataset

NeurIPS 2023poster

We introduce MADLAD-400, a manually audited, general domain 3T token monolingual dataset based on CommonCrawl, spanning 419 languages. We discuss the limitations revealed by self-auditing MADLAD-400, and the role data auditing had in the dataset creation process. We then train and release a 10.7B-pa…

Cited by 126SourcePDFScholar
2023

SLTUNET: A Simple Unified Model for Sign Language Translation

ICLR 2023poster

Despite recent successes with neural models for sign language translation (SLT), translation quality still lags behind spoken languages because of the data scarcity and modality gap between sign video and text. To address both problems, we investigate strategies for cross-modality representation sha…

2022

Data Scaling Laws in NMT: The Effect of Noise and Architecture

ICML 2022spotlight

In this work, we study the effect of varying the architecture and training data quality on the data scaling properties of Neural Machine Translation (NMT). First, we establish that the test loss of encoder-decoder transformer models scales as a power law in the number of training samples, with a dep…

Cited by 49SourcePDFScholar
2022

Examining Scaling and Transfer of Language Model Architectures for Machine Translation

ICML 2022spotlight

Natural language understanding and generation models follow one of the two dominant architectural paradigms: language models (LMs) that process concatenated sequences in a single stack of layers, and encoder-decoder models (EncDec) that utilize separate layer stacks for input and output processing.…

Cited by 21SourcePDFScholar
2022

Multilingual Document-Level Translation Enables Zero-Shot Transfer From Sentences to Documents

ACL 2022long

Document-level neural machine translation (DocNMT) achieves coherent translations by incorporating cross-sentence context. However, for most language pairs there’s a shortage of parallel documents, although parallel sentences are readily available. In this paper, we study whether and how contextual…

Cited by 15SourcePDFScholar
2022

Revisiting End-to-End Speech-to-Text Translation From Scratch

ICML 2022spotlight

End-to-end (E2E) speech-to-text translation (ST) often depends on pretraining its encoder and/or decoder using source transcripts via speech recognition or text translation tasks, without which translation performance drops substantially. However, transcripts are not always available, and how signif…

2021

Beyond Sentence-Level End-to-End Speech Translation: Context Helps

ACL 2021long

Document-level contextual information has shown benefits to text-based machine translation, but whether and how context helps end-to-end (E2E) speech translation (ST) is still under-studied. We fill this gap through extensive experiments using a simple concatenation-based context-aware ST model, pai…

2021

Exploring Dynamic Selection of Branch Expansion Orders for Code Generation

ACL 2021long

Due to the great potential in facilitating software development, code generation has attracted increasing attention recently. Generally, dominant models are Seq2Tree models, which convert the input natural language description into a sequence of tree-construction actions corresponding to the pre-ord…

2021

Share or Not? Learning to Schedule Language-Specific Capacity for Multilingual Translation

ICLR 2021oral

Using a mix of shared and language-specific (LS) parameters has shown promise in multilingual neural machine translation (MNMT), but the question of when and where LS capacity matters most is still under-studied. We offer such a study by proposing conditional language-specific routing (CLSR). CLSR…