← Search

Yiran Zhong

35 accepted papers

2026

Learning Spatial Decay for Vision Transformers

AAAI 2026technical

Vision Transformers (ViTs) have revolutionized computer vision, yet their self-attention mechanism lacks explicit spatial inductive biases, leading to suboptimal performance on spatially-structured tasks. Existing approaches introduce data-independent spatial decay based on fixed distance metrics, a

Cited by 0SourcePDFScholar
2025

Deep Non-Rigid Structure-from-Motion Revisited: Canonicalization and Sequence Modeling

AAAI 2025technical

Non-Rigid Structure-from-Motion (NRSfM) is a classic 3D vision problem, where a 2D sequence is taken as input to estimate the corresponding 3D sequence. Recently, the deep neural networks have greatly advanced the task of NRSfM. However, existing deep NRSfM methods still have limitations in handling…

Cited by 0SourcePDFScholar
2025

Storyboard-guided Alignment for Fine-grained Video Action Recognition

NeurIPS 2025poster

Fine-grained video action recognition can be formulated as a video–text matching problem. Previous approaches primarily rely on global video semantics to consolidate video embeddings, often leading to misaligned video–text pairs due to inaccurate atomic-level action understanding. This inaccuracy ar…

Cited by 0SourceScholar
2025

Towards Open-Vocabulary Audio-Visual Event Localization

CVPR 2025poster

The Audio-Visual Event Localization (AVEL) task aims to temporally locate and classify video events that are both audible and visible.Most research in this field assumes a closed-set setting, which restricts these models' ability to handle test data containing event categories absent (unseen) during…

2025

Tri-Ergon: Fine-Grained Video-to-Audio Generation with Multi-Modal Conditions and LUFS Control

AAAI 2025technical

Video-to-audio (V2A) generation utilizes visual-only video features to produce realistic sounds that correspond to the scene. However, current V2A models often lack fine-grained control over the generated audio, especially in terms of loudness variation and the incorporation of multi-modal condition…

Cited by 2SourcePDFScholar
2024

CO2: Efficient Distributed Training with Full Communication-Computation Overlap

ICLR 2024spotlight

The fundamental success of large language models hinges upon the efficacious implementation of large-scale distributed training techniques. Nevertheless, building a vast, high-performance cluster featuring high-speed communication interconnectivity is prohibitively costly, and accessible only to pro…

2024

Improving Audio-Visual Segmentation with Bidirectional Generation

AAAI 2024technical

The aim of audio-visual segmentation (AVS) is to precisely differentiate audible objects within videos down to the pixel level. Traditional approaches often tackle this challenge by combining information from various modalities, where the contribution of each modality is implicitly or explicitly mod…

2024

Label-anticipated Event Disentanglement for Audio-Visual Video Parsing

ECCV 2024poster

"Audio-Visual Video Parsing (AVVP) task aims to detect and temporally locate events within audio and visual modalities. Multiple events can overlap in the timeline, making identification challenging. While traditional methods usually focus on improving the early audio-visual encoders to embed more e…

Cited by 15SourcePDFScholar
2024

MetaLA: Unified Optimal Linear Approximation to Softmax Attention Map

NeurIPS 2024oral

Various linear complexity models, such as Linear Transformer (LinFormer), State Space Model (SSM), and Linear RNN (LinRNN), have been proposed to replace the conventional softmax attention in Transformer structures. However, the optimal design of these linear models is still an open question. In thi…

2024

Scaling Laws for Linear Complexity Language Models

EMNLP 2024main

The interest in linear complexity models for large language models is on the rise, although their scaling capacity remains uncertain. In this study, we present the scaling laws for linear complexity language models to establish a foundation for their scalability. Specifically, we examine the scaling…

2024

Various Lengths, Constant Speed: Efficient Language Modeling with Lightning Attention

ICML 2024poster

We present Lightning Attention, the first linear attention implementation that maintains a constant training speed for various sequence lengths under fixed memory consumption. Due to the issue with cumulative summation operations (cumsum), previous linear attention implementations cannot achieve the…

2023

Fine-Grained Audible Video Description

CVPR 2023poster

We explore a new task for audio-visual-language modeling called fine-grained audible video description (FAVD). It aims to provide detailed textual descriptions for the given audible videos, including the appearance and spatial locations of each object, the actions of moving objects, and the sounds i…

2023

Hierarchically Gated Recurrent Neural Network for Sequence Modeling

NeurIPS 2023spotlight

Transformers have surpassed RNNs in popularity due to their superior abilities in parallel training and long-term dependency modeling. Recently, there has been a renewed interest in using linear RNNs for efficient sequence modeling. These linear RNNs often employ gating mechanisms in the output of t…

2023

Learning Audio-Visual Source Localization via False Negative Aware Contrastive Learning

CVPR 2023poster

Self-supervised audio-visual source localization aims to locate sound-source objects in video frames without extra annotations. Recent methods often approach this goal with the help of contrastive learning, which assumes only the audio and visual contents from the same video are positive samples for…

2023

Multimodal Variational Auto-encoder based Audio-Visual Segmentation

ICCV 2023poster

We propose an Explicit Conditional Multimodal Variational Auto-Encoder (ECMVAE) for audio-visual segmentation (AVS), aiming to segment sound sources in the video sequence. Existing AVS methods focus on implicit feature fusion strategies, where models are trained to fit the discrete samples in the da…

Cited by 42PDFcodeScholar
2023

Toeplitz Neural Network for Sequence Modeling

ICLR 2023top-25%

Sequence modeling has important applications in natural language processing and computer vision. Recently, the transformer-based models have shown strong performance on various sequence modeling tasks, which rely on attention to capture pairwise token relations, and position embedding to inject posi…

2022

Audio—Visual Segmentation

ECCV 2022poster

"We propose to explore a new problem called audio-visual segmentation (AVS), in which the goal is to output a pixel-level map of the object(s) that produce sound at the time of the image frame. To facilitate this research, we construct the first audio-visual segmentation benchmark (AVSBench), provid…

2022

Implicit Motion Handling for Video Camouflaged Object Detection

CVPR 2022poster

We propose a new video camouflaged object detection (VCOD) framework that can exploit both short-term dynamics and long-term temporal consistency to detect camouflaged objects from video frames. An essential property of camouflaged objects is that they usually exhibit patterns similar to the backgro…

Cited by 104PDFcodeScholar
2022

The Devil in Linear Transformer

EMNLP 2022main

Linear transformers aim to reduce the quadratic space-time complexity of vanilla transformers. However, they usually suffer from degraded performances on various tasks and corpus. In this paper, we examine existing kernel-based linear transformers and identify two key issues that lead to such perfor…

2022

cosFormer: Rethinking Softmax In Attention

ICLR 2022poster

Transformer has shown great successes in natural language processing, computer vision, and audio processing. As one of its core components, the softmax attention helps to capture long-range dependencies yet prohibits its scale-up due to the quadratic space and time complexity to the sequence length.…

2021

ARVo: Learning All-Range Volumetric Correspondence for Video Deblurring

CVPR 2021poster

Video deblurring models exploit consecutive frames to remove blurs from camera shakes and object motions. In order to utilize neighboring sharp patches, typical methods rely mainly on homography or optical flows to spatially align neighboring blurry frames. However, such explicit approaches are less…

Cited by 83PDFScholar
2021

Deep Two-View Structure-From-Motion Revisited

CVPR 2021poster

Two-view structure-from-motion (SfM) is the cornerstone of 3D reconstruction and visual SLAM. Existing deep learning-based approaches formulate the problem in ways that are fundamentally ill-posed, relying on training data to overcome the inherent difficulties. In contrast, we propose a return to th…

Cited by 63PDFcodeScholar
2021

Positive Sample Propagation Along the Audio-Visual Event Line

CVPR 2021poster

Visual and audio signals often coexist in natural environments, forming audio-visual events (AVEs). Given a video, we aim to localize video segments containing an AVE and identify its category. In order to learn discriminative features for a classifier, it is pivotal to identify the helpful (or posi…

Cited by 127PDFcodeScholar
2021

RGB-D Saliency Detection via Cascaded Mutual Information Minimization

ICCV 2021poster

Existing RGB-D saliency detection models do not explicitly encourage RGB and depth to achieve effective multi-modal learning. In this paper, we introduce a novel multi-stage cascaded learning framework via mutual information minimization to explicitly model the multi-modal information between RGB im…

Cited by 139PDFcodeScholar
2020

Displacement-Invariant Matching Cost Learning for Accurate Optical Flow Estimation

NeurIPS 2020poster

Learning matching costs has been shown to be critical to the success of the state-of-the-art deep stereo matching methods, in which 3D convolutions are applied on a 4D feature volume to learn a 3D cost volume. However, this mechanism has never been employed for the optical flow task. This is mainly…

2020

Hierarchical Neural Architecture Search for Deep Stereo Matching

NeurIPS 2020poster

To reduce the human efforts in neural network design, Neural Architecture Search (NAS) has been applied with remarkable success to various high-level vision tasks such as classification and semantic segmentation. The underlying idea for the NAS algorithm is straightforward, namely, to allow the netw…

2019

Unsupervised Deep Epipolar Flow for Stationary or Dynamic Scenes

CVPR 2019poster

Unsupervised deep learning for optical flow computation has achieved promising results. Most existing deep-net based methods rely on image brightness consistency and local smoothness constraint to train the networks. Their performance degrades at regions where repetitive textures or occlusions occ…

Cited by 83PDFScholar