paper-with-me

Papers

Toward Real-Time Edge AI: Model-Agnostic Task-Oriented Communication with Visual Feature Alignment

2024-12-01 · Songjie Xie, Hengtao He, Shenghui Song, Jun Zhang, Khaled B. Letaief

Task-oriented communication presents a promising approach to improve the communication efficiency of edge inference systems by optimizing learning-based modules to extract and transmit relevant task information. However, real-time applications face practical challenges, such as incomplete coverage and potential malfunctions of edge servers. This situation necessitates cross-model communication between different inference systems, enabling edge devices from one service provider to collaborate effectively with edge servers from another. Independent optimization of diverse edge systems often leads to incoherent feature spaces, which hinders the cross-model inference for existing task-oriented communication. To facilitate and achieve effective cross-model task-oriented communication, this study introduces a novel framework that utilizes shared anchor data across diverse systems. This approach addresses the challenge of feature alignment in both server-based and on-device scenarios. In particular, by leveraging the linear invariance of visual features, we propose efficient server-based feature alignment techniques to estimate linear transformations using encoded anchor data features. For on-device alignment, we exploit the angle-preserving nature of visual features and propose to encode relative representations with anchor data to streamline cross-model communication without additional alignment procedures during the inference. The experimental results on computer vision benchmarks demonstrate the superior performance of the proposed feature alignment approaches in cross-model task-oriented communications. The runtime and computation overhead analysis further confirm the effectiveness of the proposed feature alignment approaches in real-time applications.

📄 PDF Abstract BibTeX arXiv:2412.00862

Code (1)

SongjieXie/feature-alignment-TOC 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Task-Oriented Edge-Assisted Cross-System Design for Real-Time Human-Robot Interaction in Industrial Metaverse

2025-08-28 · Kan Chen, Zhen Meng, Xiangmin Xu, Jiaming Yang 외 arxiv

Real-time human-device interaction in industrial Metaverse faces challenges such as high computational load, limited bandwidth, and strict latency. This paper proposes a task-oriented edge-assisted cross-system framework…

Task-Oriented Low-Dose CT Image Denoising

2021-03-25 · Jiajin Zhang, Hanqing Chao, Xuanang Xu, Chuang Niu 외

The extensive use of medical CT has raised a public concern over the radiation dose to the patient. Reducing the radiation dose leads to increased CT image noise and artifacts, which can adversely affect not only the rad…

DenoisingImage DenoisingMedical Image Analysis

Recall-Oriented Continual Learning with Generative Adversarial Meta-Model

2024-03-05 · Haneol Kang, Dong-Wan Choi

The stability-plasticity dilemma is a major challenge in continual learning, as it involves balancing the conflicting objectives of maintaining performance on previous tasks while learning new tasks. In this paper, we pr…

Continual LearningIncremental Learning

RiO-DETR: DETR for Real-time Oriented Object Detection

2026-03-10 · Zhangchi Hu, Yifan Zhao, Yansong Peng, Wenzhang Sun 외 arxiv

We present RiO-DETR: DETR for Real-time Oriented Object Detection, the first real-time oriented detection transformer to the best of our knowledge. Adapting DETR to oriented bounding boxes (OBBs) poses three challenges: …

Object Detection

Teaching Models new APIs: Domain-Agnostic Simulators for Task Oriented Dialogue

2021-10-13 · Moya Chen, Paul A. Crook, Stephen Roller

We demonstrate that large language models are able to simulate Task Oriented Dialogues in novel domains, provided only with an API implementation and a list of goals. We show these simulations can formulate online, autom…