paper-with-me

홈 › Papers

Learning to Zoom and Unzoom

2023-03-27 · CVPR 2023 1 · Chittesh Thavamani, Mengtian Li, Francesco Ferroni, Deva Ramanan

Many perception systems in mobile computing, autonomous navigation, and AR/VR face strict compute constraints that are particularly challenging for high-resolution input images. Previous works propose nonuniform downsamplers that "learn to zoom" on salient image regions, reducing compute while retaining task-relevant image information. However, for tasks with spatial labels (such as 2D/3D object detection and semantic segmentation), such distortions may harm performance. In this work (LZU), we "learn to zoom" in on the input image, compute spatial features, and then "unzoom" to revert any deformations. To enable efficient and differentiable unzooming, we approximate the zooming warp with a piecewise bilinear mapping that is invertible. LZU can be applied to any task with 2D spatial input and any model with 2D spatial features, and we demonstrate this versatility by evaluating on a variety of tasks and datasets: object detection on Argoverse-HD, semantic segmentation on Cityscapes, and monocular 3D object detection on nuScenes. Interestingly, we observe boosts in performance even when high-resolution sensor data is unavailable, implying that LZU can be used to "learn to upsample" as well.

📄 PDF Abstract BibTeX arXiv:2303.15390

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous NavigationMonocular 3D Object DetectionObjectobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

High-resolution input 설명 없음

Similar Papers 제목 키워드 기반

WearVQA: A Visual Question Answering Benchmark for Wearables in Egocentric Authentic Real-world scenarios

2025-11-27 · Eun Chang, Zhuangqun Huang, Yiwei Liao, Sagar Ravi Bhavsar 외 arxiv

We introduce WearVQA, the first benchmark specifically designed to evaluate the Visual Question Answering (VQA) capabilities of multi-model AI assistant on wearable devices like smart glasses. Unlike prior benchmarks tha…

Visual Question Answering

Adaptive Image Zoom-in with Bounding Box Transformation for UAV Object Detection

2026-02-07 · Tao Wang, Chenyu Lin, Chenwei Tang, Jizhe Zhou 외 arxiv

Detecting objects from UAV-captured images is challenging due to the small object size. In this work, a simple and efficient adaptive zoom-in framework is explored for object detection on UAV images. The main motivation …

Object Detection

Zoom in, Click out: Unlocking and Evaluating the Potential of Zooming for GUI Grounding

2025-12-05 · Zhiyuan Jiang, Shenghao Xie, Wenyi Li, Wenqiang Zu 외 arxiv

Grounding is a fundamental capability for building graphical user interface (GUI) agents. Although existing approaches rely on large-scale bounding box supervision, they still face various challenges, such as cross-platf…

Deep 3D-Zoom Net: Unsupervised Learning of Photo-Realistic 3D-Zoom

2019-09-20 · Juan Luis Gonzalez Bello, Munchurl Kim

The 3D-zoom operation is the positive translation of the camera in the Z-axis, perpendicular to the image plane. In contrast, the optical zoom changes the focal length and the digital zoom is used to enlarge a certain re…

Disparity EstimationNovel View SynthesisTransfer Learning

Dual-Camera Smooth Zoom on Mobile Phones

2024-04-07 · Renlong Wu, Zhilu Zhang, Yu Yang, WangMeng Zuo

When zooming between dual cameras on a mobile, noticeable jumps in geometric content and image color occur in the preview, inevitably affecting the user's zoom experience. In this work, we introduce a new task, ie, dual-…