paper-with-me

Papers

RS-vHeat: Heat Conduction Guided Efficient Remote Sensing Foundation Model

2024-11-27 · Huiyang Hu, Peijin Wang, Hanbo Bi, Boyuan Tong, Zhaozhi Wang, Wenhui Diao, Hao Chang, Yingchao Feng, Ziqi Zhang, Qixiang Ye, Kun fu, Xian Sun

Remote sensing foundation models largely break away from the traditional paradigm of designing task-specific models, offering greater scalability across multiple tasks. However, they face challenges such as low computational efficiency and limited interpretability, especially when dealing with high-resolution remote sensing images. To overcome these, we draw inspiration from heat conduction, a physical process modeling local heat diffusion. Building on this idea, we are the first to explore the potential of using the parallel computing model of heat conduction to simulate the local region correlations in high-resolution remote sensing images, and introduce RS-vHeat, an efficient multi-modal remote sensing foundation model. Specifically, RS-vHeat 1) applies the Heat Conduction Operator (HCO) with a complexity of $O(N^{1.5})$ and a global receptive field, reducing computational overhead while capturing remote sensing object structure information to guide heat diffusion; 2) learns the frequency distribution representations of various scenes through a self-supervised strategy based on frequency domain hierarchical masking and multi-domain reconstruction; 3) significantly improves efficiency and performance over state-of-the-art techniques across 4 tasks and 10 datasets. Compared to attention-based remote sensing foundation models, we reduces memory consumption by 84%, decreases FLOPs by 24% and improves throughput by 2.7 times.

📄 PDF Abstract BibTeX arXiv:2411.17984

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

vHeat: Building Vision Models upon Heat Conduction

2024-05-26 · Zhaozhi Wang, Yue Liu, Yunfan Liu, Hongtian Yu 외

A fundamental problem in learning robust and expressive visual representations lies in efficiently estimating the spatial relationships of visual semantics throughout the entire image. In this study, we propose vHeat, a …

Computational EfficiencyGPU

Building Vision Models upon Heat Conduction

2025-01-01 · CVPR 2025 1 · Zhaozhi Wang, Yue Liu, Yunjie Tian, Yunfan Liu 외

Visual representation models leveraging attention mechanisms are challenged by significant computational overhead, particularly when pursuing large receptive fields. In this study, we aim to mitigate this challenge b…

GPU

Dynamic Graph Induced Contour-aware Heat Conduction Network for Event-based Object Detection

2025-05-19 · Xiao Wang, Yu Jin, Lan Chen, Bo Jiang 외

Event-based Vision Sensors (EVS) have demonstrated significant advantages over traditional RGB frame-based cameras in low-light conditions, high-speed motion capture, and low latency. Consequently, object detection based…

Event-based visionObjectobject-detectionObject Detection

Turn Fake into Real: Adversarial Head Turn Attacks Against Deepfake Detection

2023-09-03 · Weijie Wang, Zhengyu Zhao, Nicu Sebe, Bruno Lepri

Malicious use of deepfakes leads to serious public concerns and reduces people's trust in digital media. Although effective deepfake detectors have been proposed, they are substantially vulnerable to adversarial attacks.…

DeepFake DetectionFace Swapping

HcNet: Image Modeling with Heat Conduction Equation

2024-08-12 · Zhemin Zhang, Xun Gong

Foundation models, such as CNNs and ViTs, have powered the development of image modeling. However, general guidance to model architecture design is still missing. The design of many modern model architectures, such as re…