paper-with-me

Papers

Equivalent Transformation and Dual Stream Network Construction for Mobile Image Super-Resolution

2023-01-01 · CVPR 2023 1 · Jiahao Chao, Zhou Zhou, Hongfan Gao, Jiali Gong, Zhengfeng Yang, Zhenbing Zeng, Lydia Dehbi

In recent years, there has been an increasing demand for real-time super-resolution networks on mobile devices. To address this issue, many lightweight super-resolution models have been proposed. However, these models still contain time-consuming components that increase inference latency, limiting their real-world applications on mobile devices. In this paper, we propose a novel model for singleimage super-resolution based on Equivalent Transformation and Dual Stream network construction (ETDS). ET method is proposed to transform time-consuming operators into time-friendly ones such as convolution and ReLU on mobile devices. Then, a dual stream network is designed to alleviate redundant parameters yielded from ET and enhance the feature extraction ability. Taking full advantage of the advance of ET and the dual stream network structure, we develop the efficient SR model ETDS for mobile devices. The experimental results demonstrate that our ETDS achieves superior inference speed and reconstruction quality compared to prior lightweight SR methods on mobile devices. The code is available at https://github.com/ECNUSR/ETDS.

📄 PDF Abstract BibTeX

Code (2)

ecnusr/etds 공식 구현 tf
dslisleedh/EquivalentTransformExample-torch pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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 제목 키워드 기반

Newtonian Mechanics Based Transient Stability PART VI: Machine Transformation

2021-10-29 · Songyan Wang, Jilai Yu, Aoife Foley, Jingrui Zhang

This paper focuses on the transformations from the individual machine to the equivalent machine through the "correction" perspective of the inner-group machine. The machines are first classified as the real machine with …

A Note on "Optimum Sets of Interference-Free Sequences With Zero Autocorrelation Zone"

2022-02-28 · Qiping Fang, Zilong Wang

In this paper, a simple construction of interference-free zero correlation zone (IF-ZCZ) sequence sets is proposed by well designed finite Zak transform lattice tessellation. Each set is characterized by the period of se…

ECO: Incremental Ego-Centric Octree Update for Point Streams

2026-07-06 · Jaemin Yu, Seongyoon Jeong, Kang-Wook Chon, Duksu Kim arxiv

Constructing octrees for mobile robots that process continuous point streams in real time poses significant computational and memory challenges. Standard global structures often suffer from high latency and unbalanced tr…

MobileQuant: Mobile-friendly Quantization for On-device Language Models

2024-08-25 · Fuwen Tan, Royson Lee, Łukasz Dudziak, Shell Xu Hu 외

Large language models (LLMs) have revolutionized language processing, delivering outstanding results across multiple applications. However, deploying LLMs on edge devices poses several challenges with respect to memory, …

Quantization

ReCon-GS: Continuum-Preserved Gaussian Streaming for Fast and Compact Reconstruction of Dynamic Scenes

2025-09-29 · Jiaye Fu, Qiankun Gao, Chengxiang Wen, Yanmin Wu 외 arxiv

Online free-viewpoint video (FVV) reconstruction is challenged by slow per-frame optimization, inconsistent motion estimation, and unsustainable storage demands. To address these challenges, we propose the Reconfigurable…