← Search

Xuehan Xiong

9 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
2024

End-to-End Spatio-Temporal Action Localisation with Video Transformers

CVPR 2024poster

The most performant spatio-temporal action localisation models use external person proposals and complex external memory banks. We propose a fully end-to-end transformer based model that directly ingests an input video and outputs tubelets -- a sequence of bounding boxes and the action classes at ea…

Cited by 21SourcePDFScholar
2024

Streaming Dense Video Captioning

CVPR 2024poster

An ideal model for dense video captioning -- predicting captions localized temporally in a video -- should be able to handle long input videos predict rich detailed textual descriptions and be able to produce outputs before processing the entire video. Current state-of-the-art models however process…

2023

UnLoc: A Unified Framework for Video Localization Tasks

ICCV 2023poster

While large-scale image-text pretrained models such as CLIP have been used for multiple video-level tasks on trimmed videos, their use for temporal localization in untrimmed videos is still a relatively unexplored task. We design a new approach for this called UnLoc, which uses pretrained image and…

Cited by 61PDFcodeScholar
2022

Learning from Weakly-Labeled Web Videos via Exploring Sub-concepts

AAAI 2022technical

Learning visual knowledge from massive weakly-labeled web videos has attracted growing research interests thanks to the large corpus of easily accessible video data on the Internet. However, for video action recognition, the action of interest might only exist in arbitrary clips of untrimmed web vid…

Cited by 7SourcePDFScholar
2022

Multiview Transformers for Video Recognition

CVPR 2022poster

Video understanding requires reasoning at multiple spatiotemporal resolutions -- from short fine-grained motions to events taking place over longer durations. Although transformer architectures have recently advanced the state-of-the-art, they have not explicitly modelled different spatiotemporal re…

Cited by 348PDFcodeScholar
2020

AttentionNAS: Spatiotemporal Attention Cell Search for Video Classification

ECCV 2020poster

Convolutional operations have two limitations: (1) do not explicitly model where to focus as the same filter is applied to all the positions, and (2) are unsuitable for modeling long-range dependencies as they only operate on a small neighborhood. While both limitations can be alleviated by attentio…

Cited by 56SourcePDFScholar
2018

Efficient Video Object Segmentation via Network Modulation

CVPR 2018poster

Video object segmentation targets segmenting a specific object throughout a video sequence when given only an annotated first frame. Recent deep learning based approaches find it effective to fine-tune a general-purpose segmentation model on the annotated frame using hundreds of iterations of gradie…