← Search

Weihao Yu

19 accepted papers

2026

Artificial Hippocampus Networks for Efficient Long-Context Modeling

ICML 2026poster

Long-sequence modeling faces a fundamental trade-off between the efficiency of compressive fixed-size memory in RNN-like models and the fidelity of lossless growing memory in attention-based Transformers. Inspired by the Multi-Store Model in cognitive science, we introduce a memory framework of arti…

Cited by 0SourceScholar
2025

GaussianReg: Rapid 2D/3D Registration for Emergency Surgery via Explicit 3D Modeling with Gaussian Primitives

ICCV 2025poster

Intraoperative 2D/3D registration, which aligns preoperative CT scans with intraoperative X-ray images, is critical for surgical navigation. However, existing methods require extensive preoperative training (several hours), making them unsuitable for emergency surgeries where minutes significantly i…

2025

GoT: Unleashing Reasoning Capability of MLLM for Visual Generation and Editing

NeurIPS 2025poster

Current image generation and editing methods primarily process textual prompts as direct inputs without explicit reasoning about visual composition or operational steps. We present Generation Chain-of-Thought (GoT), a novel paradigm that empowers a Multimodal Large Language Model (MLLM) to first gen…

Cited by 0SourceScholar
2025

InfoBridge: Balanced Multimodal Integration through Conditional Dependency Modeling

ICCV 2025poster

Developing systems that interpret diverse real-world signals remains a fundamental challenge in multimodal learning. Current approaches face significant obstacles from inherent modal heterogeneity. While existing methods attempt to enhance fusion through cross-modal alignment or interaction mechanis…

2025

MonoSplat: Generalizable 3D Gaussian Splatting from Monocular Depth Foundation Models

CVPR 2025poster

Recent advances in generalizable 3D Gaussian Splatting have demonstrated promising results in real-time high-fidelity rendering without per-scene optimization, yet existing approaches still struggle to handle unfamiliar visual content during inference on novel scenes due to limited generalizability.…

2025

Polyp-Gen: Realistic and Diverse Polyp Image Generation for Endoscopic Dataset Expansion

ICRA 2025

Automated diagnostic systems (ADS) have shown significant potential in the early detection of polyps during endoscopic examinations, thereby reducing the incidence of colorectal cancer. However, due to high annotation costs and strict privacy concerns, acquiring high-quality endoscopic images poses

Cited by 8SourcecodeScholar
2025

X2-Gaussian: 4D Radiative Gaussian Splatting for Continuous-time Tomographic Reconstruction

ICCV 2025poster

Four-dimensional computed tomography (4D CT) reconstruction is crucial for capturing dynamic anatomical changes but faces inherent limitations from conventional phase-binning workflows. Current methods discretize temporal resolution into fixed phases with respiratory gating devices, introducing moti…

2024

GTP-4o: Modality-prompted Heterogeneous Graph Learning for Omni-modal Biomedical Representation

ECCV 2024poster

"Recent advances in learning multi-modal representation have witnessed the success in biomedical domains. While established techniques enable handling multi-modal information, the challenges are posed when extended to various clinical modalities and practical modality-missing setting due to the inhe…

2024

MM-Vet: Evaluating Large Multimodal Models for Integrated Capabilities

ICML 2024poster

We propose MM-Vet, an evaluation benchmark that examines large multimodal models (LMMs) on complicated multimodal tasks. Recent LMMs have shown various intriguing abilities, such as solving math problems written on the blackboard, reasoning about events and celebrities in news images, and explaining…

2022

MetaFormer Is Actually What You Need for Vision

CVPR 2022oral

Transformers have shown great potential in computer vision tasks. A common belief is their attention-based token mixer module contributes most to their competence. However, recent works show the attention-based module in transformers can be replaced by spatial MLPs and the resulted models still perf…

Cited by 1278PDFcodeScholar
2021

Tokens-to-Token ViT: Training Vision Transformers From Scratch on ImageNet

ICCV 2021poster

Transformers, which are popular for language modeling, have been explored for solving vision tasks recently, e.g., the Vision Transformer (ViT) for image classification. The ViT model splits each image into a sequence of tokens with fixed length and then applies multiple Transformer layers to model…

Cited by 2573PDFcodeScholar
2020

ConvBERT: Improving BERT with Span-based Dynamic Convolution

NeurIPS 2020spotlight

Pre-trained language models like BERT and its variants have recently achieved impressive performance in various natural language understanding tasks. However, BERT heavily relies on the global self-attention block and thus suffers large memory footprint and computation cost. Although all its attenti…

2020

ReClor: A Reading Comprehension Dataset Requiring Logical Reasoning

ICLR 2020poster

Recent powerful pre-trained language models have achieved remarkable performance on most of the popular datasets for reading comprehension. It is time to introduce more challenging datasets to push the development of this field towards more comprehensive reasoning of text. In this paper, we introduc…

Cited by 264SourcecodeScholar
2019

Heterogeneous Graph Learning for Visual Commonsense Reasoning

NeurIPS 2019spotlight

Visual commonsense reasoning task aims at leading the research field into solving cognition-level reasoning with the ability to predict correct answers and meanwhile providing convincing reasoning paths, resulting in three sub-tasks i.e., Q->A, QA->R and Q->AR. It poses great challenges over the pro…