← Search

Fuzhao Xue

16 accepted papers

2025

LongVILA: Scaling Long-Context Visual Language Models for Long Videos

ICLR 2025poster

Long-context capability is critical for multi-modal foundation models, especially for long video understanding. We introduce LongVILA, a full-stack solution for long-context visual-language models by co-designing the algorithm and system. For model training, we upgrade existing VLMs to support long…

2025

MixEval-X: Any-to-any Evaluations from Real-world Data Mixture

ICLR 2025spotlight

Perceiving and generating diverse modalities are crucial for AI models to effectively learn from and engage with real-world signals, necessitating reliable evaluations for their development. We identify two major issues in current evaluations: (1) inconsistent standards, shaped by different communit…

Cited by 3SourcePDFScholar
2024

MixEval: Deriving Wisdom of the Crowd from LLM Benchmark Mixtures

NeurIPS 2024poster

Evaluating large language models (LLMs) is challenging. Traditional ground-truth- based benchmarks fail to capture the comprehensiveness and nuance of real-world queries, while LLM-as-judge benchmarks suffer from grading biases and limited query quantity. Both of them may also become contaminated ov…

Cited by 38SourcePDFScholar
2024

OpenMoE: An Early Effort on Open Mixture-of-Experts Language Models

ICML 2024poster

To help the open-source community have a better understanding of Mixture-of-Experts (MoE) based large language models (LLMs), we train and release OpenMoE, a series of fully open-sourced and reproducible decoder-only MoE LLMs, ranging from 650M to 34B parameters and trained on up to over 1T tokens.…

2023

A Study on Transformer Configuration and Training Objective

ICML 2023poster

Transformer-based models have delivered impressive results on many tasks, particularly vision and language tasks. In many model training situations, conventional configurations are often adopted. For example, we usually set the base model with hidden size (i.e. model width) to be 768 and the number…

Cited by 7SourcePDFScholar
2023

Adaptive Computation with Elastic Input Sequence

ICML 2023poster

Humans have the ability to adapt the type of information they use, the procedure they employ, and the amount of time they spend when solving problems. However, most standard neural networks have a fixed function type and computation budget regardless of the sample's nature or difficulty. Adaptivity…

2023

CowClip: Reducing CTR Prediction Model Training Time from 12 Hours to 10 Minutes on 1 GPU

AAAI 2023technical

The click-through rate (CTR) prediction task is to predict whether a user will click on the recommended item. As mind-boggling amounts of data are produced online daily, accelerating CTR prediction model training is critical to ensuring an up-to-date model and reducing the training cost. One approac…

2023

Response Length Perception and Sequence Scheduling: An LLM-Empowered LLM Inference Pipeline

NeurIPS 2023poster

Large language models (LLMs) have revolutionized the field of AI, demonstrating unprecedented capacity across various tasks. However, the inference process for LLMs comes with significant computational costs. In this paper, we propose an efficient LLM inference pipeline that harnesses the power of L…

2023

Sequence Parallelism: Long Sequence Training from System Perspective

ACL 2023long

Transformer achieves promising results on various tasks. However, self-attention suffers from quadratic memory requirements with respect to the sequence length. Existing work focuses on reducing time and space complexity from an algorithm perspective. In this work, we propose sequence parallelism, a…

Cited by 102SourcePDFScholar
2023

To Repeat or Not To Repeat: Insights from Scaling LLM under Token-Crisis

NeurIPS 2023poster

Recent research has highlighted the importance of dataset size in scaling language models. However, large language models (LLMs) are notoriously token-hungry during pre-training, and high-quality text data on the web is likely to be approaching its scaling limit for LLMs. To further enhance LLMs, a…

Cited by 81SourcePDFScholar
2022

An Embarrassingly Simple Model for Dialogue Relation Extraction

ICASSP 2022accepted

Dialogue relation extraction (RE) is to predict the relation type of two entities mentioned in a dialogue. In this paper, we propose a simple yet effective model named SimpleRE for the RE task. SimpleRE captures the interrelations among multiple relations in a dialogue through a novel input format n…

Cited by 0SourceScholar
2022

Automated Audio Captioning Using Transfer Learning and Reconstruction Latent Space Similarity Regularization

ICASSP 2022accepted

In this paper, we examine the use of Transfer Learning using Pretrained Audio Neural Networks (PANNs) [1], and propose an architecture that is able to better leverage the acoustic features provided by PANNs for the Automated Audio Captioning Task [2]. We also introduce a novel self-supervised object…

Cited by 0SourceScholar
2022

Modeling Motion With Multi-Modal Features for Text-Based Video Segmentation

CVPR 2022poster

Text-based video segmentation aims to segment the target object in a video based on a describing sentence. Incorporating motion information from optical flow maps with appearance and linguistic modalities is crucial yet has been largely ignored by previous work. In this paper, we design a method to…

Cited by 28PDFcodeScholar
2021

GDPNet: Refining Latent Multi-View Graph for Relation Extraction

AAAI 2021technical

Relation Extraction (RE) is to predict the relation type of two entities that are mentioned in a piece of text, e.g., a sentence or a dialogue. When the given text is long, it is challenging to identify indicative words for the relation prediction. Recent advances on RE task are from BERT-based sequ…

2020

Deep Graph Random Process for Relational-Thinking-Based Speech Recognition

ICML 2020poster

Lying at the core of human intelligence, relational thinking is characterized by initially relying on innumerable unconscious percepts pertaining to relations between new sensory signals and prior knowledge, consequently becoming a recognizable concept or object through coupling and transformation o…

Cited by 25SourcePDFScholar