paper-with-me

Papers

One is Plenty: A Polymorphic Feature Interpreter for Immutable Heterogeneous Collaborative Perception

2024-11-25 · CVPR 2025 1 · Yuchen Xia, Quan Yuan, Guiyang Luo, Xiaoyuan Fu, Yang Li, Xuanhan Zhu, Tianyou Luo, Siheng Chen, Jinglin Li

Collaborative perception in autonomous driving significantly enhances the perception capabilities of individual agents. Immutable heterogeneity in collaborative perception, where agents have different and fixed perception networks, presents a major challenge due to the semantic gap in their exchanged intermediate features without modifying the perception networks. Most existing methods bridge the semantic gap through interpreters. However, they either require training a new interpreter for each new agent type, limiting extensibility, or rely on a two-stage interpretation via an intermediate standardized semantic space, causing cumulative semantic loss. To achieve both extensibility in immutable heterogeneous scenarios and low-loss feature interpretation, we propose PolyInter, a polymorphic feature interpreter. It contains an extension point through which emerging new agents can seamlessly integrate by overriding only their specific prompts, which are learnable parameters intended to guide the interpretation, while reusing PolyInter's remaining parameters. By leveraging polymorphism, our design ensures that a single interpreter is sufficient to accommodate diverse agents and interpret their features into the ego agent's semantic space. Experiments conducted on the OPV2V dataset demonstrate that PolyInter improves collaborative perception precision by up to 11.1% compared to SOTA interpreters, while comparable results can be achieved by training only 1.4% of PolyInter's parameters when adapting to new agents.

📄 PDF Abstract BibTeX arXiv:2411.16799

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

LeoPARD --- A Generic Platform for the Implementation of Higher-Order Reasoners

2015-05-07 · Max Wisniewski, Alexander Steen, Christoph Benzmüller

LeoPARD supports the implementation of knowledge representation and reasoning tools for higher-order logic(s). It combines a sophisticated data structure layer (polymorphically typed {\lambda}-calculus with nameless spin…

Differentiable Functional Program Interpreters

2016-11-07 · John K. Feser, Marc Brockschmidt, Alexander L. Gaunt, Daniel Tarlow

Programming by Example (PBE) is the task of inducing computer programs from input-output examples. It can be seen as a type of machine learning where the hypothesis space is the set of legal programs in some programming …

Program Synthesis

Private Counterfactual Retrieval With Immutable Features

2024-11-15 · Shreya Meel, Pasan Dissanayake, Mohamed Nomeir, Sanghamitra Dutta 외

In a classification task, counterfactual explanations provide the minimum change needed for an input to be classified into a favorable class. We consider the problem of privately retrieving the exact closest counterfactu…

counterfactualInformation RetrievalRetrieval

Multiple Degradation and Reconstruction Network for Single Image Denoising via Knowledge Distillation

2022-04-29 · Juncheng Li, Hanhui Yang, Qiaosi Yi, Faming Fang 외

Single image denoising (SID) has achieved significant breakthroughs with the development of deep learning. However, the proposed methods are often accompanied by plenty of parameters, which greatly limits their applicati…

DenoisingImage DenoisingKnowledge Distillation

Polymorphic-GAN: Generating Aligned Samples across Multiple Domains with Learned Morph Maps

2022-06-06 · CVPR 2022 1 · Seung Wook Kim, Karsten Kreis, Daiqing Li, Antonio Torralba 외

Modern image generative models show remarkable sample quality when trained on a single domain or class of objects. In this work, we introduce a generative adversarial network that can simultaneously generate aligned imag…

Generative Adversarial NetworkImage-to-Image TranslationMORPH