← Search

Bo Xiong

34 accepted papers

2026

Spike Imaging Velocimetry: Dense Motion Estimation of Fluids Using Spike Streams

AAAI 2026technical

Particle Image Velocimetry (PIV) is a widely adopted non-invasive imaging technique that tracks the motion of tracer particles across image sequences to capture the velocity distribution of fluid flows. It is commonly employed to analyze complex flow structures and validate numerical simulations. Th

Cited by 0SourcePDFScholar
2025

A Systematic Examination of Preference Learning through the Lens of Instruction-Following

NAACL 2025long

In this work we systematically investigate how specific attributes of preference datasets affect the alignment and downstream performance of LLMs in instruction-following tasks. We use a novel synthetic data generation pipeline to generate 48,000 unique instruction-following prompts with combination…

2025

BoxLM: Unifying Structures and Semantics of Medical Concepts for Diagnosis Prediction in Healthcare

ICML 2025poster

Language Models (LMs) have advanced diagnosis prediction by leveraging the semantic understanding of medical concepts in Electronic Health Records (EHRs). Despite these advancements, existing LM-based methods often fail to capture the structures of medical concepts (e.g., hierarchy structure from do…

Cited by 0SourcePDFScholar
2025

Conformalized Answer Set Prediction for Knowledge Graph Embedding

NAACL 2025long

Knowledge graph embeddings (KGE) apply machine learning methods on knowledge graphs (KGs) to provide non-classical reasoning capabilities based on similarities and analogies. The learned KG embeddings are typically used to answer queries by ranking all potential answers, but rankings often lack a me…

Cited by 4SourcePDFScholar
2025

Hyperbolic Fine-Tuning for Large Language Models

NeurIPS 2025spotlight

Large language models (LLMs) have demonstrated remarkable performance on various tasks. However, it remains an open question whether the default Euclidean space is the most suitable choice for embedding tokens in LLMs. In this study, we investigate the non-Euclidean characteristics of LLMs. O…

Cited by 0SourcecodeScholar
2025

Is Complex Query Answering Really Complex?

ICML 2025spotlight

Complex query answering (CQA) on knowledge graphs (KGs) is gaining momentum as a challenging reasoning task. In this paper, we show that the current benchmarks for CQA might not be as *complex* as we think, as the way they are built distorts our perception of progress in this field. For example, we…

Cited by 1SourcePDFScholar
2025

Predicate-Conditional Conformalized Answer Sets for Knowledge Graph Embeddings

ACL 2025finding

Uncertainty quantification in Knowledge Graph Embedding (KGE) methods is crucial for ensuring the reliability of downstream applications. A recent work applies conformal prediction to KGE methods, providing uncertainty estimates by generating a set of answers that is guaranteed to include the true a…

Cited by 0SourcePDFScholar
2025

SEMMA: A Semantic Aware Knowledge Graph Foundation Model

EMNLP 2025

Knowledge Graph Foundation Models (KGFMs) have shown promise in enabling zero-shot reasoning over unseen graphs by learning transferable patterns. However, most existing KGFMs rely solely on graph structure, overlooking the rich semantic signals encoded in textual attributes. We introduce SEMMA, a d

2024

EDformer: Transformer-Based Event Denoising Across Varied Noise Levels

ECCV 2024poster

"Currently, there is relatively limited research on the background activity noise of event cameras in different brightness conditions, and the relevant real-world datasets are extremely scarce. This limitation contributes to the lack of robustness in existing event denoising algorithms when applied…

2024

Intensity-Robust Autofocus for Spike Camera

CVPR 2024poster

Spike cameras a novel neuromorphic visual sensor can capture full-time spatial information through spike stream offering ultra-high temporal resolution and an extensive dynamic range. Autofocus control (AC) plays a pivotal role in a camera to efficiently capture information in challenging real-world…

2024

LLM-Based Multi-Hop Question Answering with Knowledge Graph Integration in Evolving Environments

EMNLP 2024finding

The important challenge of keeping knowledge in Large Language Models (LLMs) up-to-date has led to the development of various methods for incorporating new facts. However, existing methods for such knowledge editing still face difficulties with multi-hop questions that require accurate fact identifi…

Cited by 4SourcePDFScholar
2024

NestE: Modeling Nested Relational Structures for Knowledge Graph Reasoning

AAAI 2024technical

Reasoning with knowledge graphs (KGs) has primarily focused on triple-shaped facts. Recent advancements have been explored to enhance the semantics of these facts by incorporating more potent representations, such as hyper-relational facts. However, these approaches are limited to atomic facts, whic…

2024

Predictive Multiplicity of Knowledge Graph Embeddings in Link Prediction

EMNLP 2024finding

Knowledge graph embedding (KGE) models are often used to predict missing links for knowledge graphs (KGs). However, multiple KG embeddings can perform almost equally well for link prediction yet give conflicting predictions for unseen queries. This phenomenon is termed predictive multiplicity in the…

Cited by 1SourcePDFScholar
2024

Temporal Fact Reasoning over Hyper-Relational Knowledge Graphs

EMNLP 2024finding

Stemming from traditional knowledge graphs (KGs), hyper-relational KGs (HKGs) provide additional key-value pairs (i.e., qualifiers) for each KG fact that help to better restrict the fact validity. In recent years, there has been an increasing interest in studying graph reasoning over HKGs. Meanwhile…

2024

zrLLM: Zero-Shot Relational Learning on Temporal Knowledge Graphs with Large Language Models

NAACL 2024long

Modeling evolving knowledge over temporal knowledge graphs (TKGs) has become a heated topic. Various methods have been proposed to forecast links on TKGs. Most of them are embedding-based, where hidden representations are learned to represent knowledge graph (KG) entities and relations based on the…

2023

Knowledge Graph Embeddings using Neural Ito Process: From Multiple Walks to Stochastic Trajectories

ACL 2023findings

Knowledge graphs mostly exhibit a mixture of branching relations, e.g., hasFriend, and complex structures, e.g., hierarchy and loop. Most knowledge graph embeddings have problems expressing them, because they model a specific relation r from a head h to tails by starting at the node embedding of h a…

2023

Shrinking Embeddings for Hyper-Relational Knowledge Graphs

ACL 2023long

Link prediction on knowledge graphs (KGs) has been extensively studied on binary relational KGs, wherein each fact is represented by a triple. A significant amount of important knowledge, however, is represented by hyper-relational facts where each fact is composed of a primal triple and a set of qu…

2022

Hyperbolic Embedding Inference for Structured Multi-Label Prediction

NeurIPS 2022accept

We consider a structured multi-label prediction problem where the labels are organized under implication and mutual exclusion constraints. A major concern is to produce predictions that are logically consistent with these constraints. To do so, we formulate this problem as an embedding inference pro…

Cited by 21SourcePDFScholar
2022

MViTv2: Improved Multiscale Vision Transformers for Classification and Detection

CVPR 2022poster

In this paper, we study Multiscale Vision Transformers (MViTv2) as a unified architecture for image and video classification, as well as object detection. We present an improved version of MViT that incorporates decomposed relative positional embeddings and residual pooling connections. We instantia…

Cited by 950PDFcodeScholar
2022

MeMViT: Memory-Augmented Multiscale Vision Transformer for Efficient Long-Term Video Recognition

CVPR 2022oral

While today's video recognition systems parse snapshots or short clips accurately, they cannot connect the dots and reason across a longer range of time yet. Most existing video architectures can only process <5 seconds of a video without hitting the computation or memory bottlenecks. In this paper,…

Cited by 261PDFcodeScholar
2022

Normalized Contrastive Learning for Text-Video Retrieval

EMNLP 2022main

Cross-modal contrastive learning has led the recent advances in multimodal retrieval with its simplicity and effectiveness. In this work, however, we reveal that cross-modal contrastive learning suffers from incorrect normalization of the sum retrieval probabilities of each text or video instance. S…

Cited by 12SourcePDFScholar
2022

Pseudo-Riemannian Graph Convolutional Networks

NeurIPS 2022accept

Graph Convolutional Networks (GCNs) are powerful frameworks for learning embeddings of graph-structured data. GCNs are traditionally studied through the lens of Euclidean geometry. Recent works find that non-Euclidean Riemannian manifolds provide specific inductive biases for embedding hierarchical…

2022

Reversible Vision Transformers

CVPR 2022oral

We present Reversible Vision Transformers, a memory efficient architecture design for visual recognition. By decoupling the GPU memory footprint from the depth of the model, Reversible Vision Transformers enable memory efficient scaling of transformer architectures. We adapt two popular models, name…

Cited by 68PDFcodeScholar
2021

A Large-Scale Study on Unsupervised Spatiotemporal Representation Learning

CVPR 2021poster

We present a large-scale study on unsupervised spatiotemporal representation learning from videos. With a unified perspective on four recent image-based frameworks, we study a simple objective that can easily generalize all these methods to space-time. Our objective encourages temporally-persistent…

Cited by 324PDFcodeScholar
2021

Ego-Exo: Transferring Visual Representations From Third-Person to First-Person Videos

CVPR 2021poster

We introduce an approach for pre-training egocentric video models using large-scale third-person video datasets. Learning from purely egocentric data is limited by low dataset scale and diversity, while using purely exocentric (third-person) data introduces a large domain mismatch. Our idea is to di…

Cited by 98PDFcodeScholar
2021

Multiscale Vision Transformers

ICCV 2021poster

We present Multiscale Vision Transformers (MViT) for video and image recognition, by connecting the seminal idea of multiscale feature hierarchies with transformer models. Multiscale Transformers have several channel-resolution scale stages. Starting from the input resolution and a small channel dim…

Cited by 1664PDFcodeScholar
2021

Multiview Pseudo-Labeling for Semi-Supervised Learning From Video

ICCV 2021poster

We present a multiview pseudo-labeling approach to video learning, a novel framework that uses complementary views in the form of appearance and motion information for semi-supervised learning in video. The complementary views help obtain more reliable "pseudo-labels"" on unlabeled video, to learn s…

Cited by 63PDFScholar
2019

Less Is More: Learning Highlight Detection From Video Duration

CVPR 2019poster

Highlight detection has the potential to significantly ease video browsing, but existing methods often suffer from expensive supervision requirements, where human viewers must manually identify highlights in training videos. We propose a scalable unsupervised solution that exploits video duration as…

Cited by 159PDFScholar
2018

Im2Flow: Motion Hallucination From Static Images for Action Recognition

CVPR 2018poster

Existing methods to recognize actions in static images take the images at their face value, learning the appearances---objects, scenes, and body poses---that distinguish each action class. However, such models are deprived of the rich dynamic structure and motions that also define human activity. We…

2017

FusionSeg: Learning to Combine Motion and Appearance for Fully Automatic Segmentation of Generic Objects in Videos

CVPR 2017poster

We propose an end-to-end learning framework for segmenting generic objects in videos. Our method learns to combine appearance and motion information to produce pixel level segmentation masks for all prominent objects in videos. We formulate this task as a structured prediction problem and design a t…

Cited by 477PDFScholar
2015

Storyline Representation of Egocentric Videos With an Applications to Story-Based Search

ICCV 2015poster

Egocentric videos are a valuable source of information as a daily log of our lives. However, large fraction of egocentric video content is typically irrelevant and boring to re-watch. It is an agonizing task, for example, to manually search for the moment when your daughter first met Mickey Mouse fr…

Cited by 63PDFScholar