paper-with-me

홈 › Papers

Distortion-Aware Network Pruning and Feature Reuse for Real-time Video Segmentation

2022-06-20 · Hyunsu Rhee, Dongchan Min, Sunil Hwang, Bruno Andreis, Sung Ju Hwang

Real-time video segmentation is a crucial task for many real-world applications such as autonomous driving and robot control. Since state-of-the-art semantic segmentation models are often too heavy for real-time applications despite their impressive performance, researchers have proposed lightweight architectures with speed-accuracy trade-offs, achieving real-time speed at the expense of reduced accuracy. In this paper, we propose a novel framework to speed up any architecture with skip-connections for real-time vision tasks by exploiting the temporal locality in videos. Specifically, at the arrival of each frame, we transform the features from the previous frame to reuse them at specific spatial bins. We then perform partial computation of the backbone network on the regions of the current frame that captures temporal differences between the current and previous frame. This is done by dynamically dropping out residual blocks using a gating mechanism which decides which blocks to drop based on inter-frame distortion. We validate our Spatial-Temporal Mask Generator (STMG) on video semantic segmentation benchmarks with multiple backbone networks, and show that our method largely speeds up inference with minimal loss of accuracy.

📄 PDF Abstract BibTeX arXiv:2206.09604

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingNetwork PruningSegmentationSemantic SegmentationVideo SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Video Semantic Segmentation with Distortion-Aware Feature Correction

2020-06-18 · Jiafan Zhuang, Zilei Wang, Bingke Wang

Video semantic segmentation is active in recent years benefited from the great progress of image semantic segmentation. For such a task, the per-frame image segmentation is generally unacceptable in practice due to high …

Image SegmentationOptical Flow EstimationSegmentationSemantic Segmentation+2

LG-HCC: Local Geometry-Aware Hierarchical Context Compression for 3D Gaussian Splatting

2026-03-30 · Xuan Deng, Xiandong Meng, Hengyu Man, Qiang Zhu 외 arxiv

Although 3D Gaussian Splatting (3DGS) enables high-fidelity real-time rendering, its prohibitive storage overhead severely hinders practical deployment. Recent anchor-based 3DGS compression schemes reduce gaussian redund…

TAPIOCA: Why Task- Aware Pruning Improves OOD model Capability

2026-05-14 · Krish Sharma, Omar Naim, Soumadeep Saha, Vinija Jain 외 arxiv

Recent work has promoted task-aware layer pruning as a way to improve model performance on particular tasks, as shown by TALE. In this paper, we investigate when such improvements occur and why. We show first that, acros…

Co-Scraper: query-aware DOM Pruning and Reusable Scraper Synthesis for Lightweight Web Data Extraction

2026-06-12 · Shoupeng Wang, Jiantao Qiu, Wuyang Zhang, Conghui He arxiv

The abundant and heterogeneous nature of web content necessitates automated information extraction, and generating scrapers that can be reused across similar web pages offers an effective solution for scalable data extra…

Information Extraction

Toward distortion-aware change detection in realistic scenarios

2024-01-10 · Yitao Zhao, Heng-Chao Li, Nanqing Liu, Rui Wang

In the conventional change detection (CD) pipeline, two manually registered and labeled remote sensing datasets serve as the input of the model for training and prediction. However, in realistic scenarios, data from diff…

Change DetectionDecoder