中文
相关论文

相关论文: Re^2TAL: Rewiring Pretrained Video Backbones for R…

200 篇论文

Long-range temporal alignment is critical yet challenging for video restoration tasks. Recently, some works attempt to divide the long-range alignment into several sub-alignments and handle them progressively. Although this operation is…

计算机视觉与模式识别 · 计算机科学 2021-12-02 Kun Zhou , Wenbo Li , Liying Lu , Xiaoguang Han , Jiangbo Lu

When a deep neural network is trained on data with only image-level labeling, the regions activated in each image tend to identify only a small region of the target object. We propose a method of using videos automatically harvested from…

计算机视觉与模式识别 · 计算机科学 2019-08-14 Jungbeom Lee , Eunji Kim , Sungmin Lee , Jangho Lee , Sungroh Yoon

We empirically study autoregressive pre-training from videos. To perform our study, we construct a series of autoregressive video models, called Toto. We treat videos as sequences of visual tokens and train transformer models to…

计算机视觉与模式识别 · 计算机科学 2025-01-10 Jathushan Rajasegaran , Ilija Radosavovic , Rahul Ravishankar , Yossi Gandelsman , Christoph Feichtenhofer , Jitendra Malik

Large-scale Vision-Language-Action (VLA) models offer semantic generalization but suffer from high inference latency, limiting them to low-frequency batch-and-execute paradigm. This frequency mismatch creates an execution blind spot,…

机器人学 · 计算机科学 2026-01-22 Yuteng Sun , Haoran Wang , Ruofei Bai , Zhengguo Li , Jun Li , Meng Yee , Chuah , Wei Yun Yau

Extreme far-distance video person re-identification (ReID) is particularly challenging due to scale compression, resolution degradation, motion blur, and aerial-ground viewpoint mismatch. As camera altitude and subject distance increase,…

计算机视觉与模式识别 · 计算机科学 2026-04-07 Ashwat Rajbhandari , Bharatesh Chakravarthi

More and more empirical and theoretical evidence shows that deepening neural networks can effectively improve their performance under suitable training settings. However, deepening the backbone of neural networks will inevitably and…

机器学习 · 计算机科学 2022-10-31 Shanshan Zhong , Wushao Wen , Jinghui Qin , Zhongzhan Huang

Learning predictive world models from raw visual observations is a central challenge in reinforcement learning (RL), especially for robotics and continuous control. Conventional model-based RL frameworks directly condition future…

机器人学 · 计算机科学 2026-03-13 Jseen Zhang , Gabriel Adineera , Jinzhou Tan , Jinoh Kim

Existing audio-language task-specific predictive approaches focus on building complicated late-fusion mechanisms. However, these models are facing challenges of overfitting with limited labels and low model generalization abilities. In this…

声音 · 计算机科学 2021-09-02 Hang Li , Yu Kang , Tianqiao Liu , Wenbiao Ding , Zitao Liu

Video temporal grounding aims to localize relevant temporal boundaries in a video given a textual prompt. Recent work has focused on enabling Video LLMs to perform video temporal grounding via next-token prediction of temporal timestamps.…

计算机视觉与模式识别 · 计算机科学 2025-03-06 Xizi Wang , Feng Cheng , Ziyang Wang , Huiyu Wang , Md Mohaiminul Islam , Lorenzo Torresani , Mohit Bansal , Gedas Bertasius , David Crandall

Large language models deployed in the wild must adapt to evolving data, user behavior, and task mixtures without erasing previously acquired capabilities. In practice, this remains difficult: sequential updates induce catastrophic…

机器学习 · 计算机科学 2026-04-20 Afshin Khadangi

Real-time and online action localization in a video is a critical yet highly challenging problem. Accurate action localization requires the utilization of both temporal and spatial information. Recent attempts achieve this by using…

计算机视觉与模式识别 · 计算机科学 2021-11-08 Kalana Abeywardena , Shechem Sumanthiran , Sakuna Jayasundara , Sachira Karunasena , Ranga Rodrigo , Peshala Jayasekara

Transformers are becoming increasingly popular due to their superior performance over conventional convolutional neural networks(CNNs). However, transformers usually require a much larger amount of memory to train than CNNs, which prevents…

计算机视觉与模式识别 · 计算机科学 2023-01-02 Priyank Pathak , Jingwei Zhang , Dimitris Samaras

Loss of plasticity, trainability loss, and primacy bias have been identified as issues arising when training deep neural networks on sequences of tasks -- all referring to the increased difficulty in training on new tasks. We propose to use…

机器学习 · 计算机科学 2024-12-11 Wesley Chung , Lynn Cherif , David Meger , Doina Precup

Flexible image tokenizers aim to represent an image using an ordered 1D variable-length token sequence. This flexible tokenization is typically achieved through nested dropout, where a portion of trailing tokens is randomly truncated during…

计算机视觉与模式识别 · 计算机科学 2026-01-06 Zixuan Fu , Lanqing Guo , Chong Wang , Binbin Song , Ding Liu , Bihan Wen

We present Recurrent Vision Transformers (RVTs), a novel backbone for object detection with event cameras. Event cameras provide visual information with sub-millisecond latency at a high-dynamic range and with strong robustness against…

计算机视觉与模式识别 · 计算机科学 2023-05-26 Mathias Gehrig , Davide Scaramuzza

Fine-tuning provides an effective means to specialize pre-trained models for various downstream tasks. However, fine-tuning often incurs high memory overhead, especially for large transformer-based models, such as LLMs. While existing…

计算与语言 · 计算机科学 2025-02-03 Antoine Simoulin , Namyong Park , Xiaoyi Liu , Grey Yang

Active learning (AL) is a promising ML paradigm that has the potential to parse through large unlabeled data and help reduce annotation cost in domains where labeling data can be prohibitive. Recently proposed neural network based AL…

机器学习 · 计算机科学 2022-06-17 Prateek Munjal , Nasir Hayat , Munawar Hayat , Jamshid Sourati , Shadab Khan

Recently, Weakly-supervised Temporal Action Localization (WTAL) has been densely studied but there is still a large gap between weakly-supervised models and fully-supervised models. It is practical and intuitive to annotate temporal…

计算机视觉与模式识别 · 计算机科学 2020-03-24 Xudong Lin , Zheng Shou , Shih-Fu Chang

Reinforcement Learning (RL) and Imitation Learning (IL) have made great progress in robotic decision-making in recent years. However, these methods show obvious deterioration for new tasks that need to be completed through new combinations…

人工智能 · 计算机科学 2025-04-29 Xianqi Zhang , Xingtao Wang , Xu Liu , Wenrui Wang , Xiaopeng Fan , Debin Zhao

Modern Recurrent Neural Networks have become a competitive architecture for 3D reconstruction due to their linear-time complexity. However, their performance degrades significantly when applied beyond the training context length, revealing…

计算机视觉与模式识别 · 计算机科学 2026-03-04 Xingyu Chen , Yue Chen , Yuliang Xiu , Andreas Geiger , Anpei Chen
‹ 上一页 1 8 9 10 下一页 ›