← Search

Xutao Li

18 accepted papers

2026

Efficient Forecasting of Geostationary Infrared Brightness Temperature Sequences: A Benchmark and a Lightweight Model

AAAI 2026technical

Forecasting geostationary infrared brightness temperature sequences from historical observations is a significant and challenging task. By analyzing these predictions, cloud evolution, convective activity, and atmospheric radiative states can be revealed in advance, offering high potential value in

Cited by 0SourcePDFScholar
2026

SJD-SV: Speculative Jacobi Decoding with Semantics Verification for Autoregressive Image Generation

ICML 2026poster

Speculative Jacobi Decoding (SJD) is an important approach for accelerating autoregressive image generation. Although SJD has shown superior performance, recent studies point out that it usually suffers from a token ambiguity issue during token verification but its reason can not be well explained. …

Cited by 0SourceScholar
2026

Satellite-Text-Prompted Large Language Model for Photovoltaic Power Forecasting

AAAI 2026technical

Photovoltaic (PV) power forecasting is critical for the operation of solar power plants and the coordination of energy within power grids. This work aims to predict future PV power time series by leveraging multimodal data. While recent studies have incorporated numerical modalities such as satellit

Cited by 0SourcePDFScholar
2025

AlphaPre: Amplitude-Phase Disentanglement Model for Precipitation Nowcasting

CVPR 2025poster

Precipitation nowcasting involves using current radar observation sequences to predict future radar sequences and determine future precipitation distribution, which is crucial for disaster warning, traffic planning, and agricultural production. Despite numerous advancements, challenges persist in ac…

2025

Integrating Multi-Source Data for Long Sequence Precipitation Forecasting

AAAI 2025technical

Long-sequence precipitation forecasting is critical for both meteorological science and smart city applications. The primary objective of this task is to predict future radar echo sequences, which provide high resolution and timely references for atmospheric precipitation distribution based on curre…

Cited by 0SourcePDFScholar
2025

MuSPaCSA: Multi-Scale Parallel-Channel Self-Attention Network for Point Cloud Classification and Segmentation

IROS 2025

Point cloud classification and segmentation are fundamental tasks in 3D computer vision. Recently, deep learning-based methods, particularly 3D Transformers, have demonstrated their effectiveness across a variety of point cloud tasks. However, transformer-based methods embed position information int

Cited by 0SourceScholar
2025

Perceptually Constrained Precipitation Nowcasting Model

ICML 2025poster

Most current precipitation nowcasting methods aim to capture the underlying spatiotemporal dynamics of precipitation systems by minimizing the mean square error (MSE). However, these methods often neglect effective constraints on the data distribution, leading to unsatisfactory prediction accuracy a…

Cited by 0SourcePDFScholar
2025

Sensitivity-Aware Efficient Fine-Tuning via Compact Dynamic-Rank Adaptation

CVPR 2025poster

Parameter-Efficient Fine-Tuning (PEFT) is a fundamental research problem in computer vision, which aims to tune a few of parameters for efficient storage and adaptation of pre-trained vision models. Recently, sensitivity-aware parameter efficient fine-tuning method (SPT) addresses this problem by id…

Cited by 0SourcePDFScholar
2024

Codebook Transfer with Part-of-Speech for Vector-Quantized Image Modeling

CVPR 2024poster

Vector-Quantized Image Modeling (VQIM) is a fundamental research problem in image synthesis which aims to represent an image with a discrete token sequence. Existing studies effectively address this problem by learning a discrete codebook from scratch and in a code-independent manner to quantize con…

Cited by 11SourcePDFScholar
2024

DiffCast: A Unified Framework via Residual Diffusion for Precipitation Nowcasting

CVPR 2024poster

Precipitation nowcasting is an important spatio-temporal prediction task to predict the radar echoes sequences based on current observations which can serve both meteorological science and smart city applications. Due to the chaotic evolution nature of the precipitation systems it is a very challeng…

2024

LG-VQ: Language-Guided Codebook Learning

NeurIPS 2024poster

Vector quantization (VQ) is a key technique in high-resolution and high-fidelity image synthesis, which aims to learn a codebook to encode an image with a sequence of discrete codes and then generate an image in an auto-regression manner. Although existing methods have shown superior performance,…

Cited by 3SourcePDFScholar
2024

MetaDiff: Meta-Learning with Conditional Diffusion for Few-Shot Learning

AAAI 2024technical

Equipping a deep model the ability of few-shot learning (FSL) is a core challenge for artificial intelligence. Gradient-based meta-learning effectively addresses the challenge by learning how to learn novel tasks. Its key idea is learning a deep model in a bi-level optimization manner, where the out…

Cited by 53SourcePDFScholar
2024

iTrendRNN: An Interpretable Trend-Aware RNN for Meteorological Spatiotemporal Prediction

AAAI 2024technical

Accurate prediction of meteorological elements, such as temperature and relative humidity, is important to human livelihood, early warning of extreme weather, and urban governance. Recently, neural network-based methods have shown impressive performance in this field. However, most of them are overc…

2023

PCR: Proxy-Based Contrastive Replay for Online Class-Incremental Continual Learning

CVPR 2023poster

Online class-incremental continual learning is a specific task of continual learning. It aims to continuously learn new classes from data stream and the samples of data stream are seen only once, which suffers from the catastrophic forgetting issue, i.e., forgetting historical knowledge of old class…

2022

Hyperbolic Knowledge Transfer with Class Hierarchy for Few-Shot Learning

IJCAI 2022poster

Few-shot learning (FSL) aims to recognize a novel class with very few instances, which is a challenging task since it suffers from a data scarcity issue. One way to effectively alleviate this issue is introducing explicit knowledge summarized from human past experiences to achieve knowledge transfer…

Cited by 18SourcePDFScholar
2022

MetaNODE: Prototype Optimization as a Neural ODE for Few-Shot Learning

AAAI 2022technical

Few-Shot Learning (FSL) is a challenging task, i.e., how to recognize novel classes with few examples? Pre-training based methods effectively tackle the problem by pre-training a feature extractor and then predicting novel classes via a cosine nearest neighbor classifier with mean-based prototypes.…

2021

Prototype Completion With Primitive Knowledge for Few-Shot Learning

CVPR 2021poster

Few-shot learning is a challenging task, which aims to learn a classifier for novel classes with few examples. Pre-training based meta-learning methods effectively tackle the problem by pre-training a feature extractor and then fine-tuning it through the nearest centroid based meta-learning. However…

Cited by 161PDFcodeScholar
2020

MR-GCN: Multi-Relational Graph Convolutional Networks based on Generalized Tensor Product

IJCAI 2020poster

Graph Convolutional Networks (GCNs) have been extensively studied in recent years. Most of existing GCN approaches are designed for the homogenous graphs with a single type of relation. However, heterogeneous graphs of multiple types of relations are also ubiquitous and there is a lack of methodolog…